Use a nice, non-serif font for the "ice" webadmin skin instead of the browser default font (which usually is Times New Roman or something)!

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1721 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-01-24 17:50:32 +00:00
parent 286722eda5
commit cb0cc03e2e

View File

@@ -4,6 +4,23 @@ body {
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;
@@ -12,7 +29,7 @@ body {
}
h2 {
margin: 0px 0px 10px 0px;
margin: 10px;
padding: 0px;
}
@@ -78,7 +95,7 @@ textarea {
#banner {
text-align: center;
padding: 0px 10px;
padding: 5px 10px;
}
#tag {
@@ -91,6 +108,7 @@ textarea {
#ident {
font-weight: bold;
text-align: right;
font-size: 11px;
}
.inputlabel {
@@ -158,7 +176,7 @@ textarea {
}
#gnav a {
font-size: 11px;
font-size: 12px;
font-weight: bold;
height: 30px;
float: left;
@@ -194,3 +212,4 @@ textarea {
border-right: 1px solid #000;
float: left;
}