Koha/koha-tmpl/opac-tmpl/prog/en/css/babeltheque.css
Paul Poulain 214de866c7 Bug 7470 follow-up: adding comments to avoid removal of this file
it is unused by Koha itself, but must be here for babeltheque customers !
2012-08-02 14:14:26 +02:00

152 lines
3.4 KiB
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* ## BABELTHEQUE ## */
/* Babeltheque is a french supplier for advanced features
this babeltheque.css is not used anywhere by Koha, it's not a mistake
If you're babeltheque customer, you have access to a specific configuration URL
on babeltheque website, where you can activate this css
So: it should not be removed from Koha !
*/
#BW_etiquettes {
clear :left;
border: 1px solid #E8E8E8;
margin-top: 10px;
width: 49%;
float: left;
visibility: hidden;
visibility: visible\9;
}
#BW_etiquettes:not(:empty) {
visibility: visible;
}
#BW_etiquettes h2 {
clear:left;
background-color: #E8E8E8;
margin: 5px 10px;
padding: 0 5px;
}
#BW_ulEti {max-width:100%;}
#BW_ulEti ul {
margin:0;
padding:0 15px;
list-style-type: none;
}
#BW_ulEti a {
text-decoration: none;
}
#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; }
#BW_ulEti ol {
float:left;
display: inline;
margin: 0 10px;
}
#BW_suggestions {
border: 1px solid #E8E8E8;
margin-top: 10px;
float: right;
width: 49%;
visibility: hidden;
visibility: visible\9;
}
#BW_suggestions:not(:empty) {
visibility: visible;
}
#BW_suggestions h2 {
background-color: #E8E8E8;
margin: 5px 10px;
padding: 0 5px;
}
#BW_suggestions .BW_livres_tag_page {
padding: 0 15px;
}
#BW_suggestions .BW_livres_tag_page:before {
content : '> ';
}
#BW_droite .BW_livres_tag:before {
content : '> ';
}
#BW_videos {
clear : both;
border: 1px solid #E8E8E8;
padding-bottom: 140px;
margin-top: 10px;
max-width: 100%;
visibility: hidden;
visibility: visible\9;
}
#BW_videos:not(:empty) {
visibility: visible;
}
#BW_videos h2 {
background-color: #E8E8E8;
margin: 5px 10px;
padding: 0 5px;
}
#BW_videos .BW_bloc_vid {
clear: both;
padding: 0 15px;
}
.BW_vignette_vid {
border: 1px solid #DFD9CE;
float: left;
height: 141px;
margin: 5px;
min-height: 141px;
padding: 5px;
white-space: nowrap;
}
#BW_notes {clear :left;}
#BW_notes h2 {font-size:85%;}
#BW_citations {}
#BW_citations h2 {font-size:85%;}
#BW_critiques {}
#BW_critiques h2 {font-size:85%;}
#BW_critiques_pro {}
#BW_critiques_pro h2 {font-size:85%;}
#BW_citations,#BW_critiques,#BW_critiques_pro {
background: -moz-linear-gradient(center top , #3399FF, #3333FF) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#3399FF), to(#3333FF));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#3333FF');
border: 1px solid #B7B7B7;
border-radius: 5px 5px 5px 5px;
color: #FFFFCC;
display: inline-block;
float: left;
font-weight: bold;
margin: 15px 20px 15px 0;
min-width: 150px;
padding: 0 15px 8px;
position: relative;
text-align: center;
text-shadow: 1px 1px 1px #777777;
white-space: nowrap;
}
#BW_citations a,#BW_critiques a,#BW_critiques_pro a {
color: #FFFFCC;
}