diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 155 |
1 files changed, 0 insertions, 155 deletions
diff --git a/local.css b/local.css deleted file mode 100644 index 5bf7ffdc..00000000 --- a/local.css +++ /dev/null @@ -1,155 +0,0 @@ -H1, -H2, -H3 { - margin-bottom: 0; - color: darkblue; -} - -H4, -H5, -H6 { - text-decoration: blink; -} - -H2 { - font-size: 1.4em; -} - -H3 { - font-size: 1.1em; - font-weight: bold; -} - -a { - color: darkblue; - font-weight: normal; -} - -p { - margin-top: 0.2em; - margin-bottom: 1.2em; -} - -BODY { - margin: 0; - background-color: LightBlue; - font-family: sans-serif; - text-align: center; -} - -DIV.header { - margin: 1em 1em 0; -} -DIV.header, -SPAN.author, -DIV.recentchanges, -SPAN.committype, -DIV#footer { - font-size: 80%; -} - -DIV#topbar { - width: 98%; - margin: 0; - padding: 0; - background-color: LightBlue; - text-align: center; - text-transform: uppercase; - letter-spacing: 1px; -} - -DIV#topbar p { - float: left; -} - -DIV#topbar a { - font-weight: bold; -} - -DIV#topbar ul { - list-style-type:none; - margin: 66px 0 0; - padding: 0; -} - -DIV#topbar ul li { - display:inline; - margin: 0 20px; -} - -DIV#topbar li, -DIV#topbar ul, -DIV#topbar ul li, -DIV#topbar ol, -DIV#topbar ol li { - font-size: 1.1em; - line-height: 2em; -} - -DIV#pageinfo { - border-top: 0; - padding: 1em; -} - -div.actions ul { - border-bottom: 0; -} - -DIV#sidebar { - margin: 3em 0 1em 2em; - padding: 0; - background-color: LightBlue; - float: left; - text-align: left; -} - -DIV#sidebar ul li { - list-style-type: none; - padding: 0; -} - -DIV#sidebar ul li a { - font-weight: bold; -} - -DIV#sidebar ul li SPAN.selflink { - color: blue; -} - -DIV#wrapper { - width: 50%; - margin-right: 32%; - float: right; -} - -DIV#content { - clear: both; - margin: 3em auto 1em; - padding: 0; - max-width: 52em; - text-align: left; -} - -DIV#content IMG { - display: block; - clear: both; - float: right; - margin-right: -240px; - padding: 10px 20px; -} -DIV.inlinepage { - border: 0; - padding: 1em; - background-color: white; -} - -DIV.inlinepage SPAN.header a { - font-size: 0.9em; - font-weight: normal; - color: darkblue; - text-transform: uppercase; -} - -DIV.inlinefooter { - display: none; -} |