Update style

This commit is contained in:
Tom Willemsen 2013-04-01 14:26:37 +02:00
parent 2f0e0b87fc
commit ef7c161f9f

View file

@ -43,29 +43,32 @@ h1, h2, h3, h4, h5, h6 {
h1.title { h1.title {
border-bottom: none; border-bottom: none;
background-color: #0c191c;
margin-top: 0; margin-top: 0;
border-radius: 0 0 80px 80px;
} }
h2 { h2 {
border-bottom: 2px dotted #839496; border-bottom: 2px dotted #839496;
margin-left: 5px;
} }
h3 { h3 {
border-bottom: 2px dashed #839496; border-bottom: 2px dashed #839496;
margin-left: 10px;
} }
h4 { h4 {
border-bottom: 1px solid #839496; border-bottom: 1px solid #839496;
margin-left: 15px;
} }
h5 { h5 {
border-bottom: 1px dotted #839496; border-bottom: 1px dotted #839496;
margin-left: 20px;
} }
h6 { h6 {
border-bottom: 1px dashed #839496; border-bottom: 1px dashed #839496;
margin-left: 25px;
} }
ul, ol, dl { ul, ol, dl {
@ -83,7 +86,7 @@ p {
} }
pre { pre {
background-color: #252a2b; background-color: #222224;
color: #eeeeec; color: #eeeeec;
margin: 20px 0 20px 40px; margin: 20px 0 20px 40px;
border-radius: 10px; border-radius: 10px;
@ -96,15 +99,15 @@ td, th {
#content { #content {
width: 750px; width: 750px;
margin: 0 auto;
text-align: justify; text-align: justify;
} }
.dlmenu { #content h1 {
text-align: center; overflow: visible;
white-space: nowrap;
} }
.title { .dlmenu {
text-align: center; text-align: center;
} }
@ -114,13 +117,7 @@ td, th {
.outline-text-4, .outline-text-4,
.outline-text-5, .outline-text-5,
.outline-text-6 { .outline-text-6 {
background-color: #0c191c;
padding: 1px 20px; padding: 1px 20px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
-o-border-radius: 40px;
-ms-border-radius: 40px;
border-radius: 40px;
} }
#postamble { #postamble {