Round the corners!
[sommitrealweird.git] / media / style / main.css
index d6f67e585ad054ea0471fc9bd61a78f5c5ea4127..f97ddf2321b873eb66778bfe3d466bdd2ed0c167 100644 (file)
@@ -12,6 +12,7 @@ body #page {
     margin-right: auto;
     font-size: 100%;
     border: thin solid #000000;
+    border-radius: 1em;
 }
 
 body #page #headerbar {
@@ -138,6 +139,8 @@ body #page #footer {
     background: #9a9a9a;
     color: black;
     border-top: thin solid #000000;
+    border-bottom-left-radius: 1em;
+    border-bottom-right-radius: 1em;
 }
 
 body #page #footer p {
@@ -186,3 +189,46 @@ dl dt {
     font-size: 1.3em;
     margin-top: 1em;
 }
+
+#content ul li p.first {
+    margin: 0;
+}
+
+div.comments {
+    border-top: 1px solid #afafaf;
+}
+
+div.comments h3 {
+    margin-top: 0.2em;
+    padding-top: 0;
+}
+
+div.comments div.comment {
+    border-bottom: 1px solid #afafaf;
+}
+
+div.comment_new p label {
+    width: 25%;
+    padding-right: 0.7em;
+    text-align: right;
+    display: block;
+    float: left;
+    vertical-align: top;
+}
+
+div.comment_new p label:after {
+    content: ":";
+}
+
+div.comment_new p input[type="text"] {
+    width: 30em;
+}
+
+div.comment_new p textarea {
+    width: 25em;
+}
+
+div.comments a[name="comments"] {
+    text-decoration: none;
+    display: none;
+}