mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1721 726aef4b-f618-498e-8847-2d620e286838
216 lines
2.7 KiB
CSS
216 lines
2.7 KiB
CSS
body {
|
|
background: url(pagebg.gif) top repeat-x #0C1833 fixed;
|
|
color: #fff;
|
|
margin: 0px auto;
|
|
}
|
|
|
|
body, textarea, input, select {
|
|
font-family: sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
textarea, input {
|
|
padding: 1px;
|
|
}
|
|
|
|
td {
|
|
font-size: 13px;
|
|
}
|
|
|
|
th, thead td {
|
|
font-size: 14px;
|
|
}
|
|
|
|
#wrapper {
|
|
margin: 0px auto;
|
|
padding: 0px;
|
|
width: 700px;
|
|
background-color: #4C688A;
|
|
}
|
|
|
|
h2 {
|
|
margin: 10px;
|
|
padding: 0px;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.nowrap { white-space: nowrap; }
|
|
.clear { clear: both; }
|
|
|
|
table a, table a:visited, table a:hover, table a:active { color: #000; }
|
|
|
|
table {
|
|
color: #000;
|
|
border-collapse: collapse;
|
|
border: 2px solid #000;
|
|
padding: 0px;
|
|
margin: 10px;
|
|
}
|
|
|
|
table td {
|
|
border: 1px solid #000;
|
|
padding: 4px;
|
|
margin: 0px;
|
|
}
|
|
|
|
table thead {
|
|
border-bottom: 2px solid #000;
|
|
background: url(linkbg.jpg) 0px -30px repeat-x #369;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.oddrow {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
.evenrow {
|
|
background-color: #bbb;
|
|
}
|
|
|
|
input.full, textarea.full {
|
|
width: 620px;
|
|
}
|
|
|
|
input.half, textarea.half {
|
|
width: 300px;
|
|
}
|
|
|
|
input.third, textarea.third {
|
|
width: 150px;
|
|
}
|
|
|
|
textarea {
|
|
height: 90px;
|
|
}
|
|
|
|
#main {
|
|
width: 680px;
|
|
clear: both;
|
|
padding: 10px;
|
|
}
|
|
|
|
#banner {
|
|
text-align: center;
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
#tag {
|
|
font-size: 14px;
|
|
color: #f90;
|
|
font-weight: bold;
|
|
text-align: right;
|
|
}
|
|
|
|
#ident {
|
|
font-weight: bold;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.inputlabel {
|
|
font-size: small;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
|
|
.section {
|
|
padding-bottom: 20px;
|
|
width: 680px;
|
|
}
|
|
|
|
.subsection {
|
|
float: left;
|
|
margin: 5px 10px;
|
|
}
|
|
|
|
.sectiontitle {
|
|
float: left;
|
|
white-space: nowrap;
|
|
background: url(linkbg.jpg) 0px 0px repeat-x #336;
|
|
color: #eee;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
border: 1px solid #000;
|
|
padding: 0px 5px 0px 5px;
|
|
margin: 0px 15px -10px 8px;
|
|
}
|
|
|
|
.sectionbg {
|
|
clear: both;
|
|
background-color: #ccc;
|
|
color: #000;
|
|
border: 2px solid #000;
|
|
padding: 0px;
|
|
}
|
|
|
|
.sectionbody {
|
|
margin-top: 15px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#gnav {
|
|
width: 700px;
|
|
border-top: 1px solid #000;
|
|
border-bottom: 1px solid #000;
|
|
float: left;
|
|
background: url(linkbg.jpg) repeat-x;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#gnav #menu {
|
|
width: 690px;
|
|
float: left;
|
|
}
|
|
|
|
#gnav ul {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#gnav li {
|
|
display: block;
|
|
}
|
|
|
|
#gnav a {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
height: 30px;
|
|
float: left;
|
|
display: block;
|
|
color: #fff;
|
|
padding: 0px 10px;
|
|
text-decoration: none;
|
|
background: url(linkbg.jpg) 0px 0px repeat-x;
|
|
}
|
|
|
|
#gnav a:hover {
|
|
background-position: 0px -30px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#gnav .on a {
|
|
background-position: 0px -30px;
|
|
}
|
|
|
|
#gnav #nav {
|
|
float: left;
|
|
border-left: 1px solid #000;
|
|
display: inline;
|
|
}
|
|
|
|
#nav {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#gnav li {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-right: 1px solid #000;
|
|
float: left;
|
|
}
|
|
|