From c4d15b02d79a78c14a9a6cc83e76cbdf9a0d0952 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 20 Feb 2009 17:56:07 -0500 Subject: Created Pillowcase --- style.css | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100755 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100755 index 0000000..bf3f30d --- /dev/null +++ b/style.css @@ -0,0 +1,92 @@ +div#wrap { + margin: 0 auto; + width: 31.25em; +} + +div.post { + clear: both; +} + +div.date { + float: left; + background-color: #cccccc; + text-align: center; + text-transform: uppercase; + font-family: Arial; + padding: 4px; + margin-right: 4px; + width: 3em; + height: 3.5em; +} + +div.title { + padding: 4px; + width: 25em; + margin-bottom: 1em; + min-height: 3.5em; + margin: 0px 0px 2px; + letter-spacing: -1px; + font-style: "Trebuchet MS", Tahoma, Arial; + line-height: 100%; + padding-bottom: 3px; +} + +h1 { + text-align: center; + font-family: Arial; +} + +div.cleardiv { + clear: both; +} + +a { + text-decoration: none; + color: black; +} + +a:hover, a:focus, a:active { + text-decoration: underline; +} + +ul.navbar li { + background-color: #cccccc; + text-align: center; + font-family: Arial; + padding: 4px; + text-transform: uppercase; + margin-left: 2px; + margin-right: 2px; + display: inline; +} + +ul.navbar { + list-style-type: none; + text-align: center; + padding-left: 0; +} + +div.image { + margin: 0 auto; + width: 250px; +} + +div#header h1 { + text-indent: -9999px; + background-image: url(/title.png); + height: 115px; + width: 500px; +} + +div#footer { + margin-top: 4px; + font-size: x-small; + color: gray; + text-align: center; +} + +ul#archive { + list-style-type: none; + text-align: center; + padding-left: 0; +} -- cgit 1.4.1