Archived
1
0

Pilot preparation: use SVG files

This commit is contained in:
2020-01-31 15:31:49 +01:00
parent 0ceb501a6a
commit 6b39525fa4
16 changed files with 1399 additions and 14 deletions

View File

@ -7,6 +7,6 @@ body#view-aoste nav.rero-ils-header img.rero-ils-logo {
}
div#aoste-logo {
content: url('https://resources.rero.ch/ils/images/logo-aoste.png');
content: url('https://resources.rero.ch/ils/images/logo-aoste.svg');
max-height: 44px !important;
}

View File

@ -7,6 +7,6 @@ body#view-bulle nav.rero-ils-header img.rero-ils-logo {
}
div#bulle-logo {
content: url('https://resources.rero.ch/ils/images/logo-bulle.png');
content: url('https://resources.rero.ch/ils/images/logo-bulle.svg');
max-height: 44px !important;
}

View File

@ -7,6 +7,6 @@ body#view-fictive nav.rero-ils-header img.rero-ils-logo {
}
div#fictive-logo {
content: url('https://resources.rero.ch/ils/images/logo-fictive.png');
content: url('https://resources.rero.ch/ils/images/logo-fictive.svg');
max-height: 44px !important;
}

View File

@ -7,6 +7,6 @@ body#view-global nav.rero-ils-header img.rero-ils-logo {
}
div#global-logo {
content: url('https://resources.rero.ch/ils/images/logo-global.png');
content: url('https://resources.rero.ch/ils/images/logo-global.svg');
max-height: 44px !important;
}

View File

@ -7,6 +7,6 @@ body#view-highlands nav.rero-ils-header img.rero-ils-logo {
}
div#highlands-logo {
content: url('https://resources.rero.ch/ils/images/logo-highlands.png');
content: url('https://resources.rero.ch/ils/images/logo-highlands.svg');
max-height: 44px !important;
}

View File

@ -7,6 +7,6 @@ body#view-mvs nav.rero-ils-header img.rero-ils-logo {
}
div#mvs-logo {
content: url('https://resources.rero.ch/ils/images/logo-mvs.png');
content: url('https://resources.rero.ch/ils/images/logo-mvs.svg');
max-height: 44px !important;
}

View File

@ -7,6 +7,6 @@ body#view-rbnj nav.rero-ils-header img.rero-ils-logo {
}
div#rbnj-logo {
content: url('https://resources.rero.ch/ils/images/logo-rbnj.png');
content: url('https://resources.rero.ch/ils/images/logo-rbnj.svg');
max-height: 44px !important;
}

266
ils/images/logo-aoste.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 27 KiB

44
ils/images/logo-bulle.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 93 KiB

210
ils/images/logo-fictive.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 42 KiB

130
ils/images/logo-global.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB

190
ils/images/logo-mvs.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 35 KiB

171
ils/images/logo-rbnj.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB