Koha/koha-tmpl/intranet-tmpl/npl/en/includes/blank.css

62 lines
No EOL
750 B
CSS

a:link {
color : #000066;
text-decoration: none;
}
a:visited {
color : #000066;
text-decoration: none;
}
a:hover {
color : #993300;
text-decoration: none;
}
body {
background-color : #FFF;
font-size : 14px;
margin : 0px 0px 0px 0px;
padding : 0px;
}
caption {
color : #000000;
font-weight : bold;
margin-top : 5px;
text-align : left;
}
div.table {
font-weight: normal;
}
h3 {
color : #000000;
font-size : 14px;
font-weight : bold;
margin-bottom : 3px;
margin-top : 3px;
}
table {
border-collapse : collapse;
border : 0px solid #cccccc;
}
td, th {
border : 0px solid #cccccc;
padding : 2px;
}
th {
text-align : left;
}
#main {
background-color : #FFF;
border-left : 0px solid #CCCC99;
position : relative;
}