tReworked theme (colors and links) - monochromatic - monochromatic blog: http://blog.z3bra.org
HTML git clone git://z3bra.org/monochromatic
DIR Log
DIR Files
DIR Refs
---
DIR commit c2a24eefa61a2698bf2334651ca5d1b44bd40dfd
DIR parent 30603c05180221ca8a7a6920bec4db6b78dafea7
HTML Author: z3bra <willy@mailoo.org>
Date: Wed, 16 Apr 2014 14:12:55 +0200
Reworked theme (colors and links)
Diffstat:
M css/monochrome.css | 37 ++++++++++++++++---------------
1 file changed, 19 insertions(+), 18 deletions(-)
---
DIR diff --git a/css/monochrome.css b/css/monochrome.css
t@@ -8,9 +8,9 @@
* - code (bg) -- #222
* - code (fg) -- #fff
* - borders -- #222
- * - link text -- #755
- * - main title -- #444
- * - bold text -- #444
+ * - link text -- #68b
+ * - main title -- #666
+ * - bold text -- #68b
* - sub titles -- #aaa
* - blockquote -- #aaa
*
t@@ -55,7 +55,7 @@ body {
hr {
width: 40%;
height: 1px;
- background-color:#444;
+ background-color:#666;
margin-left: 0;
margin-top: 32px;
border:none;
t@@ -83,7 +83,7 @@ footer {
}
footer a {
- color: #444;
+ color: #666;
}
p {
t@@ -98,7 +98,7 @@ p {
/* Titles and headers {{{ */
h1, h2, h3, h4, h5, h6 {
- color: #444;
+ color: #666;
font-family: archivo, sans-serif;
}
t@@ -134,29 +134,31 @@ header h1 {
/* Pretty links {{{ */
a {
- color: #755;
- text-decoration: none;
-}
-
-p a,ul a,ol a {
- font-style: italic;
+ color: #666;
+ font-weight: bold;
+ text-decoration: underline;
}
a:hover {
- text-decoration: underline;
+ color: #68b;
+ /* text-decoration: underline; */
}
a:visited {
text-decoration: line-through;
}
+h1 a, h2 a, h3 a, h4 a {
+ text-decoration: none;
+}
+
header h1 a {
color: #fff;
text-shadow: 0px 0px 2px #222;
}
header h1 a:hover {
- text-decoration: none;
+ color: #fff;
text-shadow: 0px 0px 8px #222;
}
/* }}} */
t@@ -204,13 +206,12 @@ pre {
/* Text Formatting {{{ */
strong {
- color: #444;
- font-weight: normal;
+ color: #666;
+ font-weight: bold;
}
em {
font-style: italic;
- text-decoration: underline;
}
blockquote, q {
t@@ -219,7 +220,7 @@ blockquote, q {
}
blockquote {
- border-left: 8px solid #755;
+ border-left: 8px solid #68b;
padding-left: 8px;
margin-left: -8px;
}