Koha/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css
2007-07-02 09:15:40 +00:00

443 lines
No EOL
7.3 KiB
CSS

/* color scheme :
- #6699CC smooth blue for buttons background
- #FFFFCC smooth yellow for button text
- grey (
- #990033 (red) for hovered links
- #384b73 : light blue, for menus, text enhancement, footer & header
- #eeeeee : light grey, for background color
- #CCCCCC : for table backgrounds
- #6BA037 : green for action buttons
*/
/* attribute for standard html tags */
body {
font-family : Verdana, Geneva, Arial, sans-serif;
font-size : 1em;
background-color : white;
text-align: left;
margin-bottom:0px;
}
h1 {
padding-top:25px;
color: #384b73;
font-size:1.5em;
text-align:left;
}
h2 {
color:#384b73;
}
h3 {
color:#384b73;
}
p {
margin:0px;
padding:0px;
clear:left;
}
label {
vertical-align:top;
display:block;
float:left;
margin-right:0.2em;
width:10em;
font-size:0.8em;
}
a:link, a:visited, a:active {
text-decoration : none;
color :#384b73;
}
a:hover {
text-decoration : none;
color: #990033;
}
fieldset {
display:inline;
border: 1px solid #384b73;
background-color:#F9F9FF;
}
table {
border-collapse : collapse;
border : 1px solid #CCCCCC;
margin : 1em 0;
}
caption {
font-size : 140%;
text-align : left;
font-weight : bold;
}
td,th {
border : 1px solid #CCCCCC;
border-bottom : 1px solid #CCCCCC;
padding : 5px;
}
th {
background:url( /opac-tmpl/prog/images/member-menu-background.gif);
background-repeat:repeat-x;
background-color:#ADC4E2;
color:#096C9D;
font-size:0.8em;
border : 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}
th[scope=row] {
text-align : right;
}
input[type=submit], input[type=button], input[type=reset] {
background-color : #6BA037;
color : #FFFFFF;
font-size : 0.8em;
font-weight : bold;
border: 1px outset #666666;
}
li {
list-style-type:square;
}
ul {
margin:0px;
}
/* attributes for search result list */
.searchresults td, .searchresults th, .searchresults table {
border: 0;
}
.searchresults tr {
border-bottom : 1px solid #CCCCCC;
}
.searchresults table {
border-top : 0px solid #CCCCCC;
border: 1px solid #CCCCCC;
}
p.searchresults {
background-color : #EFF1DC;
}
.searchresults a.reserve {
background-color : transparent;
color : #006699;
}
.searchresults table tr:hover {
background-color: #FFFFCC;
}
tr.highlight td, tr.highlight th {
background-color : #EEEEEE;
border: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
/* the top part of the opac : (the LibraryName) */
#masthead {
color: #000066;
margin-left:15%;
text-align:left;
font-size:150%;
font-weight:bold;
margin-bottom:5px;
}
/* The image on the top-left (the logo) */
#masthead-image {
position:absolute;
left:10px;
top:10px;
background-color:white;
}
#masthead-image img {
background-color:white;
}
/* the itemtype list in advanced search */
#advsearch-itemtype table {
border-collapse: separate;
border-spacing: 3px;
border : 0px;
margin : 0px;
background-color: white;
border: 0px solid #D8DEB8;
}
}
#advsearch-itemtype table tr td {
background-color: #F8F8EB;
border : 0px;
margin : 0px;
width:700px;
}
#advsearch-itemtype td {
font-size:0.8em;
background-color:#F8F8EB;
}
/* the content part of every page */
#main {
margin-left:15%;
margin-bottom:0px;
}
/* the main menu (home, adv search) */
#menu {
position:absolute;
padding:10px;
left:0px;
top:100px;
width:12%;
font-size:0.8em;
font-weight:bold;
color:#384b73;
background-color:#dddddd;
}
#menu ul a {
display:block;
margin:5px 5px 0px 5px;
padding :5px 5px 0px 5px;
text-decoration:none;
color:#384b73;
white-space: nowrap;
margin:0px;
padding:0px;
}
#menu ul a:hover {
display:block;
margin:0;
padding :0;
text-decoration:none;
color:#990033;
white-space: nowrap;
}
#menu ul {
padding:0 0 0 10px;
margin-left:5px;
}
#menu li {
list-style-type:none;
margin:0px;
padding:0 0 10px 0;
}
#menu ul li {
list-style-type:circle;
margin:0px;
padding:0 0 10px 0;
}
/***************/
/* login block */
/***************/
#login {
position:absolute;
left:0px;
bottom:10px;
font-size:0.8em;
background-color : #dddddd;
padding:10px;
margin-right:84%;
width:12%;
}
#login input {
font-size:0.8em;
}
#login label {
width:5em;
}
#login p {
margin:0px;
}
/***********************************************************/
/* the user menu, for user option (and biblio detail view) */
/***********************************************************/
#usermenu {
float:right;
}
#usermenu a {
background-color : #6BA037;
color : #FFFFFF;
font-size : 0.8em;
font-weight : bold;
border: 1px outset #666666;
display:block;
margin-bottom:3px;
}
#usermenu a:hover {
border: 1px inset #666666;
}
/* the opac-news */
#news {
width:20%;
float:right;
font-size:11px;
}
#news th {
background-color:white;
color:#384b73;
}
/* "problem" enhancement */
.problem {
color: white;
background-color:red;
}
/* action buttons */
#action {
margin-top:15px;
}
#action a {
background-color : #6699cc;
color : #eeeeee;
font-size : 0.8em;
font-weight : bold;
border: 1px outset #666666;
margin-right:5px;
padding:0 5px 0 5px;
}
#action a:hover {
color : white;
border: 1px inset;
}
#auth {
float:left;
}
/* facets bloc */
#facets {
position:absolute;
right:1em;
font-size:0.8em;
margin:0px;
background-color:#eeeeee;
border:0px;
}
#facets dl {
margin:0px;
border:1px solid #CCCCCC;
}
#facets dd {
margin:0px;
}
#facets dt {
font-weight:bold;
background-color:#6BA037;
border: 1px outset #666666;
color:white;
}
#facets li {
list-style-type: none;
margin-left:0px;
}
#facets ul {
list-style-type: none;
padding-left:10px;
margin-bottom:0px;
margin-top:0px;
}
/* the USER information block */
#librarian_information {
float:right;
font-size:10pt;
}
/* the footer */
#footer {
margin-top:30px;
margin-left:30%;
margin-right:20%;
border-top:1px solid #384b73;
color: #384b73;
font-size:1em;
text-align:center;
}
legend {
font-weight:bold;
color:#384b73;
}
/* css styles for reserves color alerts */
.onloan {
background-color: #FFED3D;
}
.reserved {
background-color: #8EBAFF;
}
.transfered {
background-color: #F9FF9A;
}
.inwait {
background-color: #33CC99;
}
.other {
background-color: #FF0000;
}
.available {
font-size:0.75em;
}
.unavailable {
background-color: #FFED3D;
font-size:0.75em;
}
/* style for search terms in catalogsearch */
.term {
background-color:lightyellow;
color: #990033;
}
#opac-main-search {
background-image:url( /opac-tmpl/prog/images/menu-background.gif);
background-repeat:repeat-x;
background-color: #6699CC;
border-top: 1px solid #335599;
border-bottom: 1px solid #335599;
margin: 0 0 0 15%;
padding: 15px 0 15px 10px;
color:#FFFFCC;
font-weight:bold;
}
#opac-main-search a {
color:#FFFFCC;
}
#opac-main-search a:visited {
color:#FFFFCC;
}
#opac-main-search a:hover {
color:#FFFFFF;
}
#opac-main-search form {
display:inline;
}