summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-10-31 10:54:31 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-10-31 10:54:31 +0000
commit5ba663d3f0941f2bcf74059836664cfdd9d290b7 (patch)
treee1dfb9d8593917f47295f38b79da991df2149b6e
parent74c0c79fe78e60f1189779dc86bbc0762bd032f4 (diff)
Tweak colors and add Google Fonts
-rw-r--r--themes/html5/style.css30
1 files changed, 18 insertions, 12 deletions
diff --git a/themes/html5/style.css b/themes/html5/style.css
index d38b1c7..a674a91 100644
--- a/themes/html5/style.css
+++ b/themes/html5/style.css
@@ -1,3 +1,14 @@
+/* Play|Inconsolata|Jura */
+@import url(//fonts.googleapis.com/css?family=Play|Inconsolata&subset=latin,cyrillic);
+
+pre, code, kbd {
+ font-family: 'Inconsolata', monospace;
+}
+
+body, input, textarea {
+ font-family: 'Play', sans-serif;
+}
+
body {
margin: 3% 8% 2% 12%;
}
@@ -8,8 +19,9 @@ body {
pre {
background-color: #ffffea;
- padding: 2%;
+ padding: 1% 2%;
border: thin dashed #cccccc;
+ font-size: smaller;
}
#moderate {
@@ -34,7 +46,8 @@ a {
}
a:hover {
/* color: #498a41 !important; */
- text-decoration: underline;
+ /* text-decoration: underline; */
+ text-shadow: #666666 1px 1px 1px, #666666 0px 0px 10px;
}
#blog_title {
@@ -64,7 +77,7 @@ header p {
font-size: smaller;
}
header p a {
- color: #5588aa;
+ color: #0066cc;
}
/* IE lt 9 hack */
@@ -100,13 +113,6 @@ aside ul ul {
list-style: none;
margin-left: 2em;
}
-aside img {
- margin-right: 1ex;
- border: none;
-}
-#links a {
- color: #5588aa;
-}
article h1 {
border-bottom: thin solid #cccccc;
@@ -129,7 +135,7 @@ footer {
margin-top: 2%;
}
footer a {
- color: #5588aa;
+ color: #0066cc;
}
footer ul {
list-style: none;
@@ -155,7 +161,7 @@ footer li.nextpage {
margin-right: 2%;
}
#tagcloud a {
- color: #5588aa;
+ color: #0066cc;
}
#tagcloud li {
display: inline;