summaryrefslogtreecommitdiff
path: root/themes/html5/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/html5/style.css')
-rw-r--r--themes/html5/style.css67
1 files changed, 39 insertions, 28 deletions
diff --git a/themes/html5/style.css b/themes/html5/style.css
index 6950f0b..e1ebdf2 100644
--- a/themes/html5/style.css
+++ b/themes/html5/style.css
@@ -1,48 +1,52 @@
body {
- font-family: sans-serif;
- font-size: 14px;
margin: 3% 8% 2% 12%;
}
pre {
background-color: #ffffea;
padding: 2%;
- border: thin dashed #aaaaaa;
+ border: thin dashed #cccccc;
}
#moderate {
- color: #bb3300;
+ color: #cc6600;
}
#preview {
padding: 3% 5%;
margin: 0 35% 10% 0;
- border: thin dotted #aaaaaa;
+ border: thin dotted #cccccc;
}
img, video {
max-width: 100%;
}
textarea, input {
- border: thin solid #aaaaaa;
+ border: thin solid #cccccc;
}
a {
text-decoration: none;
- color: #bb3300;
+ color: #cc6600;
}
a:hover {
/* color: #498a41 !important; */
text-decoration: underline;
}
-h1 {
- margin-bottom: 0;
+#blog_title {
+ font-size: 220%;
+ font-weight: bold;
+ text-shadow: #666666 1px 1px 1px;
}
-h2 a {
- color: #000000;
+#blog_title a {
+ color: #cc6600;
}
-h3 {
- color: #666666;
+#blog_subtitle {
+ font-size: 120%;
+}
+
+h1 a {
+ color: #222222;
}
q {
margin-left: 2%;
@@ -53,11 +57,11 @@ header {
}
header p {
margin: 0;
- color: #666666;
+ color: #999999;
font-size: smaller;
}
header p a {
- color: #4466cc;
+ color: #5588aa;
}
/* IE lt 9 hack */
@@ -77,7 +81,9 @@ aside {
margin-bottom: 3%;
}
aside h3 {
- border-bottom: thin solid #aaaaaa;
+ color: #666666;
+ border-bottom: thin solid #cccccc;
+ text-shadow: #666666 1px 1px 1px;
}
aside section {
margin-bottom: 10%;
@@ -85,14 +91,23 @@ aside section {
aside ul {
list-style: none;
padding: 0;
+ color: #999999;
}
aside ul ul {
list-style: none;
margin-left: 10%;
}
+aside img {
+ margin-right: 1ex;
+ border: none;
+}
+#links a {
+ color: #5588aa;
+}
-article h2 {
- border-bottom: thin solid #aaaaaa;
+article h1 {
+ border-bottom: thin solid #cccccc;
+ text-shadow: #666666 1px 1px 1px;
}
article footer {
border: none;
@@ -105,13 +120,13 @@ footer {
clear: both;
text-align: center;
font-size: smaller;
- color: #666666;
- border-top: thin solid #aaaaaa;
+ color: #999999;
+ border-top: thin solid #cccccc;
padding: 1% 0;
margin-top: 2%;
}
footer a {
- color: #4466cc;
+ color: #5588aa;
}
footer ul {
list-style: none;
@@ -137,7 +152,7 @@ footer li.nextpage {
margin-right: 2%;
}
#tagcloud a {
- color: #4466cc;
+ color: #5588aa;
}
#tagcloud li {
display: inline;
@@ -161,16 +176,12 @@ li.tagcloud_4 {
li.tagcloud_5 {
font-size: 200%;
}
-#feeds img {
- margin-right: 1ex;
- border: none;
-}
#error h3 {
- color: #bb3300;
+ color: #cc6600;
}
#error p {
- color: #bb3300;
+ color: #cc6600;
margin-left: 2%;
}
#message h3 {