3ca97f8c15
+ minor changes of templates
95 lines
1.3 KiB
CSS
95 lines
1.3 KiB
CSS
body {
|
|
font-family : Verdana, Geneva, Arial, sans-serif;
|
|
font-size : .9em;
|
|
}
|
|
|
|
table {
|
|
border-collapse : collapse;
|
|
border-top : 1px solid #CCCCCC;
|
|
border-right : 1px solid #CCCCCC;
|
|
margin : 1em 0;
|
|
}
|
|
|
|
caption {
|
|
font-size : 140%;
|
|
text-align : left;
|
|
font-weight : bold;
|
|
}
|
|
|
|
td,th {
|
|
border-left : 1px solid #CCCCCC;
|
|
border-bottom : 1px solid #CCCCCC;
|
|
padding : 5px;
|
|
}
|
|
|
|
th {
|
|
background-color : #CCCCCC;
|
|
border-left : 1px solid #999999;
|
|
border-bottom : 1px solid #999999;
|
|
}
|
|
|
|
th[scope=row] {
|
|
background-color : #EEEEEE;
|
|
text-align : right;
|
|
}
|
|
|
|
input {
|
|
font-size:0.9em;
|
|
}
|
|
|
|
select {
|
|
font-size:0.9em;
|
|
}
|
|
|
|
input[type=submit], input[type=button], input[type=reset] {
|
|
background-color : #6699cc;
|
|
color : #FFFFFF;
|
|
font-size : 1em;
|
|
font-weight : bold;
|
|
}
|
|
|
|
tr.highlight td, tr.highlight th {
|
|
background-color : #EEEEEE;
|
|
}
|
|
|
|
#admin_stopwords_select UL {
|
|
width: 600px;
|
|
}
|
|
|
|
#admin_stopwords_select UL LI {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
legend {
|
|
font-size:120%;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.problem {
|
|
color: white;
|
|
background-color:red;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
/* end of css styles for reserves color alerts */
|
|
|