323 lines
5.2 KiB
CSS
323 lines
5.2 KiB
CSS
body {
|
|
font-family:verdana,arial,helvetica;
|
|
font-size:10pt;
|
|
margin:0px;
|
|
padding:0px;
|
|
background-color:#99CC33;
|
|
color:#000000;
|
|
}
|
|
|
|
#mainbloc {
|
|
margin:2%;
|
|
}
|
|
#menus {
|
|
margin:0%;
|
|
}
|
|
|
|
.hint {
|
|
background-color:#FFF;
|
|
color:#000000;
|
|
border:1px solid #000000;
|
|
padding:5px;
|
|
margin-left:200px;
|
|
height:90%;
|
|
width:40%;
|
|
-moz-border-radius:6px;
|
|
position:absolute;
|
|
display:inline;
|
|
}
|
|
|
|
.image {
|
|
float:left;
|
|
background-image:url("/intranet-tmpl/default/images/koha-logo.gif");
|
|
background-repeat:no-repeat;
|
|
width:300px;
|
|
height:430px;
|
|
padding-top:90px;
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
/* display:inline; */
|
|
position:relative;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
font-size:20pt;
|
|
padding:3px 50px 3px 3px;
|
|
line-height:200%;
|
|
}
|
|
.koha {
|
|
text-align:center;
|
|
background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
|
|
}
|
|
|
|
h1.catalogue{
|
|
text-align:center;
|
|
background-color:#ad11ad;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1.members{
|
|
text-align:center;
|
|
background-color: #86c268;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1.acquisition{
|
|
text-align:center;
|
|
background-color: #ffdf61;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1.reports{
|
|
text-align:center;
|
|
background-color: #6b7cbe;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h2 {
|
|
margin-top:0px;
|
|
margin-bottom:4px;
|
|
text-align:center;
|
|
padding:0px;
|
|
font-size:125%;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
padding-bottom:3px;
|
|
padding-top:3px;
|
|
}
|
|
h2.reports{
|
|
text-align:center;
|
|
background-color: #6b7cbe;
|
|
color: #FFFFFF;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1.circulation{
|
|
text-align:center;
|
|
background-color: #be6170;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1.authority {
|
|
text-align:center;
|
|
background-color: #6b7cbe;
|
|
color:#000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
background-image:none;
|
|
}
|
|
|
|
h1.parameters{
|
|
text-align:center;
|
|
background-color: #86c268;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1.bull{
|
|
text-align:center;
|
|
background-color: #803010;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a.catalogue {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
color:#777777;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
a.catalogue:hover {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
background-color:#ad11ad;
|
|
color:#000000;
|
|
font-weight: bold;
|
|
border:1px solid #000000;
|
|
line-height:200%;
|
|
}
|
|
|
|
.little {
|
|
font-weight: normal;
|
|
font-size:10pt;
|
|
padding:0px 0px 0px 0px;
|
|
text-decoration: none;
|
|
line-height:100%;
|
|
}
|
|
|
|
.members {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
color:#777777;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
.members:hover {
|
|
background-color: #86c268;
|
|
border:1px solid #000000;
|
|
color: #000000;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
|
|
a.authority {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
color:#777777;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
a.authority:hover {
|
|
background-color: #6b7cbe;
|
|
border:1px solid #000000;
|
|
color: #000000;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.acquisition {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
color:#777777;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
.acquisition:hover {
|
|
background-color: #ffdf61;
|
|
border:1px solid #000000;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
|
|
a.reports {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
color:#777777;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
|
|
a.reports:hover {
|
|
background-color: #6b7cbe;
|
|
border:1px solid #000000;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
|
|
.circulation {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
color:#777777;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
.circulation:hover {
|
|
background-color: #be6170;
|
|
border:1px solid #000000;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
|
|
a.parameters {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
color:#777777;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
a.parameters:hover {
|
|
background-color: #86c268;
|
|
border:1px solid #000000;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
a.about {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
color:#777777;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
a.about:hover {
|
|
background-color: #86c268;
|
|
border:1px solid #000000;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
|
|
a.bull {
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
cursor: hand;
|
|
color:#777777;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
a.bull:hover {
|
|
background-color: #803010;
|
|
border:1px solid #000000;
|
|
color: #000000;
|
|
text-decoration: normal;
|
|
font-weight: bold;
|
|
line-height:200%;
|
|
}
|
|
|
|
.kohalogo {
|
|
font-size:250%;
|
|
font-weight:bold;
|
|
font-style:italic;
|
|
font-family:Times;
|
|
color:#99CC33;
|
|
margin:10px;
|
|
padding:0px;
|
|
}
|
|
.kohalogo2 {
|
|
font-size:125%;
|
|
font-style:italic;
|
|
font-family:Times;
|
|
color:#000000;
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
#bloc25, .bloc25 {
|
|
float:left;
|
|
border:1px solid #000000;
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|