comicpress-2.8/js/tabbed/tabbed_pages.css

135 lines
2.6 KiB
CSS
Raw Normal View History

#cpadmin-headericon {
height: 36px;
width: 36px;
margin: 14px 6px 0 0;
float: left;
}
#cpadmin {
font-family: 'Verdana', sans-serif;
font-size: 11px;
padding: 5px 0 0 0;
line-height: 5px;
margin: 0 0 -1px 0;
}
#cpadmin div {
border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
-khtml-border-top-left-radius: 3px;
border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
-khtml-border-top-right-radius: 3px;
}
#cpadmin div.off {
color: #999;
height: 23px;
margin: 0 0 -2px 5px;
line-height: 23px;
padding: 0 7px;
float: left;
background: #e9e9e9;
border-top: 1px solid #dfdfdf;
border-left: solid 1px #dfdfdf;
border-right: solid 1px #dfdfdf;
position: relative;
cursor: pointer;
z-index: 20;
}
#cpadmin div.on {
color: #333;
padding: 0 7px;
margin: 0 0 -1px 5px;
float: left;
background: #fff;
border-top: 1px solid #dfdfdf;
border-left: 1px solid #dfdfdf;
border-right: 1px solid #dfdfdf;
border-bottom: 0px;
cursor: pointer;
height: 23px;
line-height: 22px;
position: relative;
z-index: 100;
}
div.hide {
display: none;
width: 0;
overflow: hidden;
}
div.show {
clear: left;
display: run-in;
background: #fff;
2009-11-24 06:34:16 +00:00
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #dfdfdf;
padding: 10px;
z-index: 50;
margin-top: -2px;
position: relative;
font: 11px verdana, arial, sans-serif;
line-height: 18px;
border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
-khtml-border-top-left-radius: 6px;
border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;
-khtml-border-top-right-radius: 6px;
}
div.show img {
float: left;
margin: 0 10px 10px 0;
}
.clear {
clear: both;
}
.cpadmin-footer {
padding: 10px;
2009-11-24 06:34:16 +00:00
color: #777;
background: #fff;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #dfdfdf;
font-family: 'Arial', sans-serif;
border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
-khtml-border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px;
-khtml-border-bottom-right-radius: 6px;
}
.cpadmin-donate {
float: right;
}
.cpadmin-footer a {
text-decoration: none;
}
2009-11-24 06:34:16 +00:00
#comicpress-options table.widefat thead tr th {
font-size: 14px;
padding-top: 10px;
}
#comicpress-options table.widefat label {
display: block;
text-align: right;
}
#comicpress-options table.widefat label select {
width: 100%;
}
#comicpress-options table.widefat .button-primary {
padding: 1px 5px;
}