summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-18 16:19:45 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-18 16:19:45 -0500
commit6400da76cb8cd5604f6c4f3e47fa22b9f6823939 (patch)
treeba5d33b6a51894cdd5c346a2a9562cf6b815b0c6
parent6b8626816b165a78914b0df8ba849b5303450229 (diff)
downloadtozt.net-6400da76cb8cd5604f6c4f3e47fa22b9f6823939.tar.gz
tozt.net-6400da76cb8cd5604f6c4f3e47fa22b9f6823939.zip
clean up css a bit
-rw-r--r--root/static/style.css91
1 files changed, 43 insertions, 48 deletions
diff --git a/root/static/style.css b/root/static/style.css
index 21fb5e3..3659ef5 100644
--- a/root/static/style.css
+++ b/root/static/style.css
@@ -1,95 +1,90 @@
body {
- background-color: #345;
- font-family: sans;
- margin: 0 auto;
- margin-bottom: 16px;
- width: 600px;
+ background-color : #345;
+ font-family : sans;
+ margin : 0 auto;
+ margin-bottom : 16px;
+ width : 600px;
}
a:link {
- color: #123;
+ color : #123;
}
a:visited {
- color: #153;
+ color : #153;
}
.header {
- border-bottom: 1px solid;
- position: relative;
+ border-bottom : 1px solid;
+ position : relative;
}
.header .name {
- float: left;
- margin-top: 0px;
- position: absolute;
- bottom: 0px;
- left: 0px;
+ bottom : 0px;
+ float : left;
+ left : 0px;
+ margin-top : 0px;
+ position : absolute;
}
.header .name h1 {
- margin-bottom: 0px;
- padding-bottom: 0px;
+ margin-bottom : 0px;
+ padding-bottom : 0px;
}
.gravatar {
- float: right;
- vertical-align: bottom;
+ float : right;
+ vertical-align : bottom;
}
.clear {
- clear: both;
+ clear : both;
}
.nav {
- text-align: center;
+ text-align : center;
}
.nav ul {
- font-weight: bold;
- font-size: small;
- margin-bottom: 0px;
- padding-left: 0px;
+ font-size : small;
+ font-weight : bold;
+ margin-bottom : 0px;
+ padding-left : 0px;
}
.nav li {
- background-color: #8c8;
- border: 1px solid black;
- display: inline;
- padding: 2px;
- padding-bottom: 0px;
- position: relative;
- bottom: -4px;
+ background-color : #8c8;
+ border : 1px solid black;
+ bottom : -4px;
+ display : inline;
+ padding : 2px;
+ padding-bottom : 0px;
+ position : relative;
}
.nav li a:link {
- text-decoration: none;
- color: black;
+ color : black;
+ text-decoration : none;
}
.nav li a:visited {
- text-decoration: none;
- color: black;
+ color : black;
+ text-decoration : none;
}
.nav li.active {
- background-color: #58a;
+ background-color : #58a;
}
.main_content {
- background-color: #8c8;
- border: 1px solid;
- padding: 8px;
+ background-color : #8c8;
+ border : 1px solid;
+ padding : 8px;
}
.main_content h4 {
- background-color: #58a;
- margin: 8px;
- padding: 2px;
- border: 1px solid;
-}
-
-.main_content > div {
- border-bottom: 1px dotted;
- padding-bottom: 16px;
+ background-color : #58a;
+ border : 1px solid;
+ margin : 8px;
+ padding : 2px;
}