summaryrefslogtreecommitdiffstats
path: root/blog.css
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-10-13 01:04:11 +0200
committerGravatar Tom Willemse2013-10-13 01:04:11 +0200
commit294e9da3b751e6afe71c9981f4cd00003523996d (patch)
tree2428ae39cb080b905c87595e281909bc78b9567b /blog.css
parent1f885cd7998112287da454880ed5552db8e276cc (diff)
downloadorgweb-294e9da3b751e6afe71c9981f4cd00003523996d.tar.gz
orgweb-294e9da3b751e6afe71c9981f4cd00003523996d.zip
Move everything out of site
Diffstat (limited to 'blog.css')
-rw-r--r--blog.css235
1 files changed, 235 insertions, 0 deletions
diff --git a/blog.css b/blog.css
new file mode 100644
index 0000000..be9220e
--- /dev/null
+++ b/blog.css
@@ -0,0 +1,235 @@
+a {
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+body {
+ border: 0;
+ margin: 0;
+ padding: 0;
+ font-family: sans-serif;
+ line-height: 160%;
+}
+
+div#rap {
+ width: 700px;
+ margin: 0 auto;
+}
+
+pre {
+ line-height: 100%;
+}
+
+#header, #header h1, #header h2 {
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 0;
+ margin-bottom: 0;
+ padding: 6px;
+ text-align: center;
+}
+
+a img {
+ border: none;
+}
+
+blockquote {
+ margin-left: 1.5em;
+ padding-left: 5px;
+}
+
+h2.storytitle {
+ border-bottom: 1px dotted #ccc;
+ margin: 15px 0 2px 0;
+ padding-bottom: 2px;
+}
+
+h3.meta, h3.meta a, h3.meta a:visited {
+ font-size: 12px;
+ margin: 2px 0 6px 0;
+ padding-bottom: 2px;
+}
+
+#navbar {
+ font-size: 12px;
+ padding: 0;
+ margin: 0;
+ text-align: center;
+ width: 100%;
+}
+
+#header a, #header a:visited {
+ text-decoration: none;
+}
+#navbar a, #navbar a:visited {
+ text-decoration: none;
+}
+#header a:active, #header a:hover, #navbar a:active, #navbar a:hover {
+ text-decoration: none;
+}
+
+#menu {
+ background-color: #ffffff;
+ color: #000000;
+ margin-left: 20px;
+ margin-top: 0;
+ margin-right: -3em;
+ margin-bottom: 20px;
+ border-right: 0;
+ padding: 10px 0 10px 10px;
+ float: right;
+ width: 11em;
+}
+
+#menu form {
+ margin: 0 0 0 13px;
+}
+
+#menu input#s {
+ width: 80%;
+}
+
+#menu ul {
+ list-style-type: none;
+ margin: 0;
+ padding-left: 3px;
+ text-transform: lowercase;
+ font: normal smaller sans-serif;
+}
+
+#menu h2 {
+ font: italic smaller sans-serif;
+ font-weight: bold;
+ margin-top: 10px;
+ margin-bottom: 0px;
+ padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
+}
+
+#menu ul ul {
+ font-variant: normal;
+ font-weight: normal;
+ line-height: 100%;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ text-align: left;
+}
+
+#menu ul ul li {
+ border: 0;
+ font-weight: normal;
+ font-style: normal;
+ letter-spacing: 0;
+ margin-top: 0;
+ padding: 0;
+ padding-left: 12px;
+}
+
+#menu ul a {
+ text-decoration: none;
+}
+
+#menu ul a:visited {
+ text-decoration: none;
+}
+
+#menu ul a:hover {
+ text-decoration: underline;
+}
+
+div#tag-cloud a {
+ text-decoration: none;
+}
+div#tag-cloud {
+ line-spacing: 150%;
+ text-align: center;
+ padding-bottom: 2em;
+}
+
+
+#comments-header {
+ margin-top: 2em;
+ padding-top: 1em;
+ border-top: 2px black solid;
+}
+
+#content {
+ margin: 30px 3em 0 3em;
+}
+
+#footer {
+ border-top: 1px black dotted;
+ font-size: 12px;
+ padding: 0;
+ margin: 0;
+ text-align: center;
+ width: 100%;
+}
+
+.storytitle {
+ margin: 0;
+}
+
+.storytitle a {
+ text-decoration: none;
+}
+
+.post {
+ margin-bottom: 2em;
+}
+
+div.description {
+ margin-left: 18pt;
+ margin-right: 18pt;
+ margin-bottom: 18pt;
+}
+
+div.description > p, div.description > pre {
+ margin-top: 6pt;
+}
+
+div.feedback a {
+ text-decoration: none;
+}
+
+.float-left {
+ float: left;
+ margin-right: 0.5em;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+#content .right {
+ margin-left: auto;
+ text-align: right;
+}
+
+.centered {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
+}
+
+.smaller {
+ font-size: smaller;
+}
+
+div.cartouche {
+ border: dashed 1px black;
+ padding: 0.5em;
+ margin-left: 15%;
+ margin-right: 15%;
+ text-align: center;
+}
+
+.small-caps {
+ font-variant: small-caps;
+}
+
+#commentform textarea {
+ width: 100%;
+ padding: 2px;
+}