Koha/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

322 lines
No EOL
4.4 KiB
CSS

@import url( /intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css) all;
a, a:link, a:visited, a:active {
color : #0000CC;
}
a:hover {
color : #669ACC;
}
body {
text-align : left;
}
form {
display : inline;
}
h1 {
font-size : 182%;
font-weight : bold;
}
h2 {
font-size : 167%;
font-weight : bold;
}
h3 {
font-size : 153.9%;
font-weight : bold;
}
h4 {
font-size : 138.5%;
font-weight : bold;
}
h5 {
font-size : 123.1%;
font-weight : bold;
}
h6 {
font-size : 93%;
font-weight : bold;
}
strong {
font-weight : bold;
}
em {
font-style : italic;
}
#hd {
}
#navigation {
border-right : 1px solid #BCBCBC;
}
#navigation li {
font-weight : bold;
}
#navigation li li {
font-weight : normal;
}
#navigation input {
font-size : 85%;
}
#ft {
}
.yui-u {
}
#doc3 {
padding-top : 1em;
}
#login {
position : absolute;
top : 3px;
right : .5em;
}
#login a {
}
ul {
padding-left : 1.1em;
}
li {
list-style-type : disc;
}
#header {
background-color : #F3F3F3;
border-bottom : 1px solid #E8E8E8;
}
#header:after { /* clearing without presentational markup, IE gets extra treatment */
display: block;
clear: both;
content: " ";
}
#sitetitle {
/* background-image : url("../../img/koha-logo-black.png");
background-position : 5px 2px;
background-repeat : no-repeat;
float : left;
height : 54px;
padding-left : 50px;*/
border-bottom : 1px solid #E8E8E8;
}
#sitetitle h1 {
display : inline;
line-height : 54px;
}
#sitetitle h1 a {
text-decoration : none;
}
#toplevelnav {
float : left;
line-height : 2em;
}
#toplevelnav li.more a {
background-image: url("../../img/more-arrow.gif");
background-position: right;
background-repeat: no-repeat;
padding-right : 13px;
}
#submenu {
margin : 0 0 .5em 0;
padding : 0;
}
#submenu ul {
margin : 0;
padding : 0;
}
#submenu ul li {
padding-left : 0;
}
#toplevelnav ul {
margin : 0;
padding : 0;
}
#toplevelnav li, #submenu li {
display : inline;
border-right : 1px solid #E8E8E8;
padding : 0 .5em;
white-space : nowrap;
}
#toplevelnav li:last-child, #submenu li:last-child {
border : 0;
}
table {
border-collapse : collapse;
border-top : 1px solid #BCBCBC;
border-right : 1px solid #BCBCBC;
}
td, th {
border-bottom : 1px solid #BCBCBC;
border-left : 1px solid #BCBCBC;
padding : .5em;
}
td {
background-color : White;
}
th {
background-color : #E8E8E8;
font-weight : bold;
}
td.highlight {
background-color : #F3F3F3;
}
caption {
font-size : 153.9%;
font-weight : bold;
}
span.problem {
background-color : #FFFFCC;
color : #990000;
font-weight : bold;
line-height : 1.7em;
}
fieldset {
border : 2px solid #EEEEEE;
margin : 1em;
padding : 1em;
}
legend {
font-size : 138.5%;
font-weight : bold;
margin : 0 0 0 -1em;
padding : 0;
}
#breadcrumbs {
background-color : #F3F3F3;
border-bottom : 1px solid #E8E8E8;
clear : both;
font-size : 90%;
padding :.2em .5em .4em .5em;
}
#commonsearch {
display : inline;
}
div#header_search {
background-image : url("../../img/koha-logo-medium.gif");
background-position : .5em .5em;
background-repeat : no-repeat;
float: left;
padding-left : 14.2em;
margin: 1em 0 1.5em 0;
}
div#header_search input {
font-size : 1.3em;
}
div#header_search ul.link-tabs {
font-family : Arial, Geneva, sans-serif;
margin-bottom : -4px;
}
div#header_search ul.link-tabs li.on a, div#header_search ul.link-tabs li a, div#header_search ul.link-tabs li.off a {
padding : 0.1em .5em .2em .5em;
}
div#circ_search,div#catalog_search {
border : 0;
border-bottom : 1px solid #FF9900;
padding : 0 0 .2em 0;
}
div#circ_search {
display : block;
}
div#catalog_search {
display : none;
}
/* Panel-Switch Tabs */
ul.link-tabs {
list-style-type: none;
margin: 1px 0 9px 5px;
padding: 0;
}
ul.link-tabs li {
display: inline;
padding: 0px;
}
ul.link-tabs li a {
border-bottom: 1px solid #333333;
border-left : 1px solid #DDDDDD;
border-right : 1px solid #666666;
padding: .2em 1.2em .2em 1.2em;
text-decoration: none;
}
ul.link-tabs li.off a {
background-color: #FFFFFF;
border : 0;
margin-right : 1px;
text-decoration: underline;
}
ul.link-tabs li.off a:hover {
background-color: #FFFFEC;
border : 0;
margin-right : 0;
padding: .2em 1.2em .2em 1.2em;
}
ul.link-tabs li.on a {
background-color: #FFFFCC;
border-top: 1px solid #FFFFCC;
border-right: 1px solid #FF9900;
border-bottom: 1px solid #FF9900;
border-left: 1px solid #FFCC66;
font-weight : bold;
}
div#header_search .tip {
font-size: 93%;
color : Gray;
}