Round the corners!
[sommitrealweird.git] / media / style / main.css
index 3efdb8e6a5de0c694e964c460cf8d526f7596d5a..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 {
@@ -150,6 +153,16 @@ body #page #footer p {
 
 div.album {
     margin-top: 2em;
+    border-bottom: 1px solid #afafaf;
+}
+
+div.lastalbum {
+    border: 0;
+}
+
+div.album img {
+    float: left;
+    padding-right: 1em;
 }
 
 div.album a img {
@@ -170,3 +183,52 @@ div.photo a img,
 div.single_photo a img {
     border: 0;
 }
+
+dl dt {
+    font-weight: bold;
+    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;
+}