Files
znc/modules/webadmin/skins/default/css/main.css
2006-02-08 03:19:13 +00:00

111 lines
1.4 KiB
CSS

body {
width: 800px;
}
table {
border-collapse: collapse;
border: 2px solid #000;
padding: 0px;
margin: 0px;
}
table td {
border: 1px solid #000;
padding: 4px;
margin: 0px;
}
table thead {
border-bottom: 2px solid #000;
background-color: #ff9;
font-weight: bold;
}
#banner {
border-bottom: 2px solid #000;
text-align: center;
}
#ident {
float: left;
font-weight: bold;
text-align: right;
}
#sidebar {
border-right: 1px solid #000;
height: 500px;
width: 100px;
float: left;
}
#main {
margin: 5px 0px 0px 5px;
float: left;
width: 670px;
}
#tag {
font-weight: bold;
text-align: right;
}
.oddrow {
background-color: #ffc;
}
.evenrow {
background-color: #cc9;
}
.inputlabel {
font-size: small;
font-weight: bold;
color: #000;
}
ul.nav, ul.nav ul {
cursor: default;
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 5px;
}
ul.nav li {
list-style-type: none;
padding: 0px 2px 1px 2px;
margin: 2px 0px 2px 0px;
}
.section {
padding-bottom: 20px;
}
.subsection {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.sectiontitle {
float: left;
white-space: nowrap;
background-color: #ff9;
color: #000;
font-weight: bold;
border: 1px solid #000;
padding: 0px 5px 0px 5px;
margin: 0px 15px -10px 8px;
}
.sectionbg {
clear: both;
background-color: #cc9;
color: #000;
border: 2px solid #000;
padding: 0px;
}
.sectionbody {
margin: 15px 5px 5px 15px;
}