summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-01 14:26:37 +0200
committerGravatar Tom Willemsen2013-04-01 14:26:37 +0200
commitef7c161f9f61a1aed08ab4b9a5fc3bd5ee476e1b (patch)
tree3b12c209f31701055bfb486a8eb00ca7613c4975
parent2f0e0b87fca9fb65ef6e3ac331fde0c1a55cacd9 (diff)
downloadorgweb-ef7c161f9f61a1aed08ab4b9a5fc3bd5ee476e1b.tar.gz
orgweb-ef7c161f9f61a1aed08ab4b9a5fc3bd5ee476e1b.zip
Update style
-rw-r--r--site/stylesheet.css23
1 files changed, 10 insertions, 13 deletions
diff --git a/site/stylesheet.css b/site/stylesheet.css
index 89a5f2f..0fd2fb1 100644
--- a/site/stylesheet.css
+++ b/site/stylesheet.css
@@ -43,29 +43,32 @@ h1, h2, h3, h4, h5, h6 {
h1.title {
border-bottom: none;
- background-color: #0c191c;
margin-top: 0;
- border-radius: 0 0 80px 80px;
}
h2 {
border-bottom: 2px dotted #839496;
+ margin-left: 5px;
}
h3 {
border-bottom: 2px dashed #839496;
+ margin-left: 10px;
}
h4 {
border-bottom: 1px solid #839496;
+ margin-left: 15px;
}
h5 {
border-bottom: 1px dotted #839496;
+ margin-left: 20px;
}
h6 {
border-bottom: 1px dashed #839496;
+ margin-left: 25px;
}
ul, ol, dl {
@@ -83,7 +86,7 @@ p {
}
pre {
- background-color: #252a2b;
+ background-color: #222224;
color: #eeeeec;
margin: 20px 0 20px 40px;
border-radius: 10px;
@@ -96,15 +99,15 @@ td, th {
#content {
width: 750px;
- margin: 0 auto;
text-align: justify;
}
-.dlmenu {
- text-align: center;
+#content h1 {
+ overflow: visible;
+ white-space: nowrap;
}
-.title {
+.dlmenu {
text-align: center;
}
@@ -114,13 +117,7 @@ td, th {
.outline-text-4,
.outline-text-5,
.outline-text-6 {
- background-color: #0c191c;
padding: 1px 20px;
- -moz-border-radius: 40px;
- -webkit-border-radius: 40px;
- -o-border-radius: 40px;
- -ms-border-radius: 40px;
- border-radius: 40px;
}
#postamble {