Initial commit
* Adds rero-ils CSS files for customization * Adds specific logos for normal instances and pilots Co-Authored-by: Olivier DOSSMANN <git@dossmann.net>
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
static/
|
||||
static-pilot/
|
||||
static.tar.gz
|
||||
static-pilot.tar.gz
|
18
Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
Q=@
|
||||
|
||||
all: static.tar.gz static-pilot.tar.gz
|
||||
|
||||
static.tar.gz:
|
||||
$Qmkdir static
|
||||
$Qcp -r ils static/
|
||||
$Qtar cfz static.tar.gz static/
|
||||
|
||||
static-pilot.tar.gz: logo-global.pilot.png
|
||||
$Qmkdir static-pilot
|
||||
$Qcp -r ils static-pilot/
|
||||
$Qcp logo-global.pilot.png static-pilot/ils/images/logo-global.png
|
||||
$Qtar cfz static-pilot.tar.gz static-pilot/
|
||||
|
||||
clean:
|
||||
$Qrm -rf static/ static-pilot/ static.tar.gz static-pilot.tar.gz
|
||||
|
BIN
fixtures_logos.odg
Normal file
11
ils/css/aoste.css
Normal file
@ -0,0 +1,11 @@
|
||||
body#view-aoste nav.rero-ils-header {
|
||||
background-color: #ffd7d7 !important;
|
||||
}
|
||||
|
||||
body#view-aoste nav.rero-ils-header img.rero-ils-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#aoste-logo {
|
||||
content: url('https://ressources.rero.ch/ils/images/logo-aoste.png');
|
||||
}
|
11
ils/css/bulle.css
Normal file
@ -0,0 +1,11 @@
|
||||
body#view-bulle nav.rero-ils-header {
|
||||
background-color: #fff3f3 !important;
|
||||
}
|
||||
|
||||
body#view-bulle nav.rero-ils-header img.rero-ils-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#bulle-logo {
|
||||
content: url('https://ressources.rero.ch/ils/images/logo-bulle.png');
|
||||
}
|
11
ils/css/fictive.css
Normal file
@ -0,0 +1,11 @@
|
||||
body#view-fictive nav.rero-ils-header {
|
||||
background-color: #4f009e !important;
|
||||
}
|
||||
|
||||
body#view-fictive nav.rero-ils-header img.rero-ils-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#fictive-logo {
|
||||
content: url('https://ressources.rero.ch/ils/images/logo-fictive.png');
|
||||
}
|
11
ils/css/global.css
Normal file
@ -0,0 +1,11 @@
|
||||
body#view-global nav.rero-ils-header {
|
||||
background-color: #1b4464 !important;
|
||||
}
|
||||
|
||||
body#view-global nav.rero-ils-header img.rero-ils-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#global-logo {
|
||||
content: url('https://ressources.rero.ch/ils/images/logo-global.png');
|
||||
}
|
11
ils/css/highlands.css
Normal file
@ -0,0 +1,11 @@
|
||||
body#view-highlands nav.rero-ils-header {
|
||||
background-color: #333333 !important;
|
||||
}
|
||||
|
||||
body#view-highlands nav.rero-ils-header img.rero-ils-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#highlands-logo {
|
||||
content: url('https://ressources.rero.ch/ils/images/logo-highlands.png');
|
||||
}
|
11
ils/css/mvs.css
Normal file
@ -0,0 +1,11 @@
|
||||
body#view-mvs nav.rero-ils-header {
|
||||
background-color: #7c0822 !important;
|
||||
}
|
||||
|
||||
body#view-mvs nav.rero-ils-header img.rero-ils-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#mvs-logo {
|
||||
content: url('https://ressources.rero.ch/ils/images/logo-mvs.png');
|
||||
}
|
11
ils/css/rbnj.css
Normal file
@ -0,0 +1,11 @@
|
||||
body#view-rbnj nav.rero-ils-header {
|
||||
background-color: #b44d8d !important;
|
||||
}
|
||||
|
||||
body#view-rbnj nav.rero-ils-header img.rero-ils-logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#rbnj-logo {
|
||||
content: url('https://ressources.rero.ch/ils/images/logo-rbnj.png');
|
||||
}
|
BIN
ils/images/logo-aoste.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
ils/images/logo-bulle.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
ils/images/logo-fictive.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
ils/images/logo-global.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
ils/images/logo-highlands.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
ils/images/logo-mvs.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
ils/images/logo-rbnj.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
logo-global.pilot.png
Normal file
After Width: | Height: | Size: 5.1 KiB |