summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-03-06 02:21:14 +0100
committerJonas Smedegaard <dr@jones.dk>2012-03-06 02:21:14 +0100
commit15d0729844f8d9560d05c9835a52e26272dda518 (patch)
tree6acb16adc511176a1ed7824c0fb3d3a19ea9459b
parent550972a99a27b2061d5564c3951cd08f589f7676 (diff)
Lowercase and simplify tags.
-rw-r--r--style.scss86
1 files changed, 43 insertions, 43 deletions
diff --git a/style.scss b/style.scss
index b399835..abaa89b 100644
--- a/style.scss
+++ b/style.scss
@@ -3,82 +3,82 @@
@include ikiwiki-style;
-BODY {
+body {
background-color: #84854c;
}
-A {
+a {
font-weight: normal;
}
-A:hover,
-A:visited {
+a:hover,
+a:visited {
color: #660000;
}
-A:link {
+a:link {
color: #9c0000;
}
-DIV.page {
+.page {
margin: 3% 5%;
}
-DIV.branding {
+.branding {
font-size: x-large;
}
-DIV.branding-logo,
-DIV.branding-tagline,
-DIV.pagecopyright P,
-DIV.pagelicense P {
+.branding-logo,
+.branding-tagline,
+.pagecopyright p,
+.pagelicense p {
display: inline;
}
-DIV.branding-logo a {
+.branding-logo a {
color: white;
font-weight: bold;
}
-DIV.header,
-DIV.pagedate {
+.header,
+.pagedate {
font-size: 14px;
}
-DIV.header,
-DIV.header FORM#searchform {
+.header,
+.header #searchform {
position: absolute;
top: .5em;
}
-DIV.header {
+.header {
width: 90%;
}
-DIV.header FORM#searchform {
+.header #searchform {
right: 0;
}
-DIV.pageheader DIV.actions {
+.pageheader .actions {
position: absolute;
}
-DIV.pageheader DIV.actions UL,
-DIV.pageheader DIV#otherlanguages {
+.pageheader .actions ul,
+.pageheader #otherlanguages {
border-bottom: inherit;
}
-DIV.topbar,
-DIV.pagerights,
-DIV.pagedate {
+.topbar,
+.pagerights,
+.pagedate {
margin-top: 0;
padding: 0 .3em;
background: #9c9c63;
text-align: right;
}
-DIV.topbar,
-DIV.pagerights {
+.topbar,
+.pagerights {
font-size: small;
}
-DIV.topbar P,
-DIV.pagerights P,
-DIV.pagedate P {
+.topbar p,
+.pagerights p,
+.pagedate p {
line-height: 1.2em;
}
-DIV.topbar UL {
+.topbar ul {
list-style-type: none;
padding: 0;
}
-DIV.topbar UL LI {
+.topbar ul li {
display: inline;
}
-DIV#pagebody {
+#pagebody {
float: left;
width: 100%;
background-image: url(pictoman_big.gif);
@@ -86,10 +86,10 @@ DIV#pagebody {
background-repeat: no-repeat;
background-position: 80% 150px;
}
-DIV#content {
+#content {
margin: 0 11% 0 16%;
}
-DIV.sidebar {
+.sidebar {
float: left;
background-color: inherit;
width: 15%;
@@ -99,26 +99,26 @@ DIV.sidebar {
padding: 0;
text-align: right;
}
-DIV.sidebar P {
+.sidebar p {
margin: 2em 0;
}
-DIV.farbar {
+.farbar {
float: left;
width: 10%;
margin-left: -10%;
}
-DIV#pageinfo {
+#pageinfo {
border-top: 0 none;
}
-DIV#backlinks {
+#backlinks {
display: none;
}
-DIV.pagecopyright,
-DIV.pagelicense,
-DIV.pagedate {
+.pagecopyright,
+.pagelicense,
+.pagedate {
margin-top: 0;
}
-DIV.pagecopyright P,
-DIV.pagelicense P {
+.pagecopyright p,
+.pagelicense p {
display: inline;
}