tChanged the <pre> tag to something more sober - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 0e52f4aad5e32d1223035ef6a9e569f7dacf4c65
(DIR) parent 035cd98735a0070a06cad4e916640b76ef16e967
(HTM) Author: z3bra <willy@mailoo.org>
Date: Wed, 2 Apr 2014 12:51:43 +0200
Changed the <pre> tag to something more sober
Diffstat:
M css/monochrome.css | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
---
(DIR) diff --git a/css/monochrome.css b/css/monochrome.css
t@@ -6,7 +6,7 @@
* - header (bg)-- #000
* - def. text -- #bbb
* - link visit -- #bbb
- * - code (bg) -- #000
+ * - code (bg) -- #aaa
* - link text -- #eec
* - borders -- #eec
* - main title -- #fff
t@@ -178,22 +178,17 @@ code {
}
pre {
- color: inherit;
- background-color: #322;
+ width:90%;
+ margin:auto;
+ color: white;
+ background-color: #111;
padding: 10px;
- border: 1px solid #555;
- border-radius: 4px;
+ border-radius: 2px;
margin-top: 4px;
max-height:200px;
overflow:auto;
}
-pre hr {
- background-color:#555;
- width: 100%;
- margin: 0;
- margin-top: 4px;
-}
/* }}} */
/* Text Formatting {{{ */