summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-11-10 10:43:31 +0100
committerJonas Smedegaard <dr@jones.dk>2007-11-10 10:43:31 +0100
commit251feaf384d5cf846fd6c415a4208c065dc6f68c (patch)
tree01f53c62a201ed28e15fcd89b6f120fb81723edf /local.css
parentb1beeb837dfbcd802ad514c73927cd80bcd1c851 (diff)
Kode: Klassiske html tags angivet med versaler i CSS.
Diffstat (limited to 'local.css')
-rw-r--r--local.css28
1 files changed, 14 insertions, 14 deletions
diff --git a/local.css b/local.css
index 364f6e4..2df7ec6 100644
--- a/local.css
+++ b/local.css
@@ -2,22 +2,22 @@
/* Add local styling here, instead of modifying style.css. */
-body {
+BODY {
background-color: DimGrey;
}
-h1 {
+H1 {
color: #c03;
text-transform: lowercase;
font-family: sans-serif;
}
-a {
+A {
color: inherit;
text-decoration: none;
}
-a:visited {
+A:visited {
color: DimGrey;
}
-a:hover {
+A:hover {
color: #c03;
text-decoration: underline;
}
@@ -35,7 +35,7 @@ a:hover {
div.header {
font-size: 70%;
}
-div.header span {
+div.header SPAN {
text-transform: lowercase;
font-family: sans-serif;
}
@@ -51,18 +51,18 @@ div.header span {
font-family: sans-serif;
font-weight: bold;
}
-#sidebar ul {
+#sidebar UL {
margin: 0px;
padding: 0px;
}
-#sidebar ul li {
+#sidebar UL LI {
line-height: 2;
list-style-type: none;
}
-#sidebar ul li span.selflink {
+#sidebar UL LI SPAN.selflink {
color: #c03;
}
-#sidebar ul ul li {
+#sidebar UL UL LI {
margin-left: 15%;
}
@@ -78,22 +78,22 @@ blockquote {
background-color: LightGrey;
}
-div.pagedate {
+DIV.pagedate {
font-size: 70%;
}
-div#frieze {
+DIV#frieze {
overflow: hidden;
width: 100%;
text-align: center;
white-space: nowrap;
}
-div#frieze ul {
+DIV#frieze UL {
list-style-type:none;
margin: 0;
padding: 0;
}
-div#frieze ul li {
+DIV#frieze UL LI {
display:inline;
}