forked from rero/rero-ils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-by: Bertrand Zuchuat <[email protected]>
- Loading branch information
1 parent
aa30131
commit 5adf476
Showing
6 changed files
with
230 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
/* | ||
RERO ILS | ||
Copyright (C) 2019-2024 RERO | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as published by | ||
the Free Software Foundation, version 3 of the License. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Affero General Public License for more details. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/* Titre Etiquettes */ | ||
#BW_etiquettes h2 {} | ||
|
||
#BW_ulEti { | ||
max-width:250px; | ||
} | ||
/* Element liste */ | ||
#BW_ulEti ul { | ||
margin:0; | ||
padding:0; | ||
list-style-type: none; | ||
} | ||
|
||
/* Différentes tailles selon la fréquence */ | ||
#BW_ulEti a.tag_s0 { | ||
font-weight: 120; | ||
font-size: 0.8em; | ||
} | ||
#BW_ulEti a.tag_s1 { | ||
font-weight: 150; | ||
font-size: 0.9em; | ||
} | ||
#BW_ulEti a.tag_s2 { | ||
font-weight: 180; | ||
font-size: 1.0em; | ||
} | ||
#BW_ulEti a.tag_s3 { | ||
font-weight: 200; | ||
font-size: 1.2em; | ||
} | ||
#BW_ulEti a.tag_s4 { | ||
font-weight: 220; | ||
font-size: 1.4em; | ||
} | ||
#BW_ulEti a.tag_s5 { | ||
font-weight: 230; | ||
font-size: 1.5em; | ||
} | ||
#BW_ulEti a.tag_s6 { | ||
font-weight: 320; | ||
font-size: 1.6em; | ||
} | ||
#BW_ulEti a.tag_s7 { | ||
font-weight: 350; | ||
font-size: 1.7em; | ||
} | ||
#BW_ulEti a.tag_s8 { | ||
font-weight: 400; | ||
font-size: 1.8em; | ||
} | ||
#BW_ulEti { | ||
padding: 0px; | ||
line-height: 2em; | ||
text-align: center; | ||
} | ||
#BW_ulEti a { | ||
padding: 2px; | ||
} | ||
#BW_ulEti { | ||
margin: 0px; | ||
} | ||
|
||
/* Affichage en nuage. Pour afficher les étiquettes en liste commenter cette ligne.*/ | ||
#BW_ulEti ol { | ||
float: left; | ||
display: inline; | ||
} | ||
|
||
/* Zone Notes */ | ||
#BW_notes { | ||
clear : left; | ||
padding: 5px; | ||
} | ||
/* Titre notes */ | ||
#BW_notes h2 {} | ||
|
||
/*zone Citations*/ | ||
#BW_citations { | ||
padding: 5px; | ||
} | ||
/*titre citations*/ | ||
#BW_citations h2 {} | ||
|
||
|
||
/* Zone Critiques */ | ||
#BW_critiques { | ||
padding: 5px; | ||
} | ||
/* Titre critiques */ | ||
#BW_critiques h2 {} | ||
|
||
/* Zone vidéo */ | ||
.BW_vignette_vid { | ||
width: 200px; | ||
} | ||
|
||
/* Zone biographie auteur */ | ||
#BW_bio_auteur {} | ||
|
||
/* Zone biographie autres */ | ||
#BW_bio_titre {} | ||
|
||
.bio_details {} | ||
|
||
/* Zone prix littéraires */ | ||
#BW_prix_litt {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters