ODT
/
rero-ils-css
Archived
1
0
Fork 0

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>
master
Olivier DOSSMANN 2020-01-23 11:11:21 +01:00
commit d2021d368c
18 changed files with 99 additions and 0 deletions

4
.gitignore vendored 100644
View File

@ -0,0 +1,4 @@
static/
static-pilot/
static.tar.gz
static-pilot.tar.gz

18
Makefile 100644
View 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 100644

Binary file not shown.

11
ils/css/aoste.css 100644
View 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 100644
View 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');
}

View 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 100644
View 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');
}

View 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 100644
View 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 100644
View 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');
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB