summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-06 21:10:20 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-06 21:10:20 +0200
commit57a848b2e1510ba7108b986d5a7a696959c5e732 (patch)
tree243be24184f2f68c6417d73eb496fd2ee2c64de8 /static
parentc0b4496bd01ce544cc3be57728195fb5574ac95f (diff)
downloadweb-57a848b2e1510ba7108b986d5a7a696959c5e732.tar.gz
web-57a848b2e1510ba7108b986d5a7a696959c5e732.tar.bz2
web-57a848b2e1510ba7108b986d5a7a696959c5e732.zip
Cleaned out the CSS ... removed a bunch of unneeded div's
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css155
1 files changed, 8 insertions, 147 deletions
diff --git a/static/css/style.css b/static/css/style.css
index e2afad0..013689e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -64,27 +64,12 @@ img.right {
margin-left: 15px;
}
-/* Form */
-
-form {
- margin: 0;
- padding: 0;
-}
-
-fieldset {
- margin: 0;
- padding: 0;
- border: none;
-}
-
-legend {
- display: none;
-}
+/* Header */
-input, textarea, select {
- font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
- font-size: 13px;
- color: #333333;
+#header {
+ width: 713px;
+ margin: 0 auto;
+ height: 42px;
}
#wrapper {
@@ -93,14 +78,6 @@ input, textarea, select {
background: #FFFFFF url(../images/img01.gif) repeat-x left top;
}
-/* Header */
-
-#header {
- width: 713px;
- margin: 0 auto;
- height: 42px;
-}
-
/* Menu */
#menu {
@@ -200,136 +177,20 @@ input, textarea, select {
padding: 0 25px;
}
-/* Content */
+/* Post */
-#content {
+.content {
float: left;
width: 620px;
-
-}
-
-/* Post */
-
-.post {
padding: 15px 0px;
margin-bottom: 20px;
}
-.post .title {
+.content .title {
margin-bottom: 20px;
padding-bottom: 5px;
}
-/*.post h1 {
- padding: 0px 0 0 0px;
- background: url(../images/img08.jpg) no-repeat left top;
- font-size: 24px;
- color: #FFFFFF;
-}
-*/
-.post h2 {
- padding: 0px 0 0 0px;
- font-size: 22px;
- color: #FFFFFF;
-}
-
-.post .entry {
-}
-
-.post .meta {
- padding: 15px 15px 30px 0px;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 11px;
-}
-
-.post .meta p {
- margin: 0;
- padding-top: 15px;
- line-height: normal;
- color: #FFFFFF;
-}
-
-.post .meta .byline {
- float: left;
-}
-
-.post .meta .links {
- float: right;
-}
-
-.post .meta .more {
- padding: 0 10px 0 18px;
-}
-
-.post .meta .comments {
-}
-
-.post .meta b {
- display: none;
-}
-
-
-/* Sidebar */
-
-#sidebar {
- width: 210px;
- float: right;
- margin: 0;
- padding: 0;
-}
-
-#sidebar ul {
- margin: 0;
- padding: 0;
- list-style: none;
-}
-
-#sidebar li {
- margin-bottom: 40px;
-}
-
-#sidebar li ul {
-}
-
-#sidebar li li {
- margin: 0;
-}
-
-#sidebar h2 {
- width: 250px;
- padding: 8px 0 0 0px;
- margin-bottom: 10px;
- background: url(../images/img07.jpg) no-repeat left top;
- font-size: 20px;
- color: #FFFFFF;
-}
-
-/* Search */
-
-#search {
-
-}
-
-#search h2 {
- margin-bottom: 20px;
-}
-
-#s {
- width: 140px;
- margin-right: 5px;
- padding: 3px;
- border: 1px solid #BED99C;
-}
-
-#x {
- padding: 3px;
- border: none;
- background: #8BD80E;
- text-transform: lowercase;
- font-size: 11px;
- color: #FFFFFF;
-}
-
/* Boxes */
.box1 {