From: dylan Date: Sun, 16 Dec 2012 03:17:46 +0000 (+0000) Subject: added background image & adjusted styles for it X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=66c99d6519da8b6c2dc1eb04641ea6010789aee7;hp=c8d6aa1779e2fc2c21fb2b9d856dbee810ac2fe1;p=dylansserver.git added background image & adjusted styles for it --- diff --git a/images/gray_jean.png b/images/gray_jean.png new file mode 100644 index 0000000..355fba2 Binary files /dev/null and b/images/gray_jean.png differ diff --git a/includes/style.css b/includes/style.css index 5329f68..8128933 100644 --- a/includes/style.css +++ b/includes/style.css @@ -25,6 +25,10 @@ margin:0; padding:0; } +body { + background-image: url('../images/gray_jean.png'); +} + h3 { margin-top:15px; font-family:MuseoSlab500; diff --git a/includes/syntax/styles/shCoreDefault.css b/includes/syntax/styles/shCoreDefault.css index 08f9e10..81f2a3b 100644 --- a/includes/syntax/styles/shCoreDefault.css +++ b/includes/syntax/styles/shCoreDefault.css @@ -92,7 +92,7 @@ width: 100% !important; height: 100% !important; border: none !important; - background: white !important; + /*background: white !important;*/ padding-left: 1em !important; overflow: hidden !important; white-space: pre !important; @@ -225,6 +225,7 @@ color: black !important; } +/* .syntaxhighlighter { background-color: white !important; } @@ -237,6 +238,8 @@ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { background-color: #e0e0e0 !important; } +*/ + .syntaxhighlighter .line.highlighted.number { color: black !important; } @@ -251,7 +254,7 @@ } .syntaxhighlighter .gutter .line.highlighted { background-color: #6ce26c !important; - color: white !important; + /*color: white !important;*/ } .syntaxhighlighter.printing .line .content { border: none !important; @@ -261,7 +264,7 @@ } .syntaxhighlighter.collapsed .toolbar { color: blue !important; - background: white !important; + /*background: white !important;*/ border: 1px solid #6ce26c !important; } .syntaxhighlighter.collapsed .toolbar a { diff --git a/includes/syntax/styles/shThemeDefault.css b/includes/syntax/styles/shThemeDefault.css index 1365411..bbf1d05 100644 --- a/includes/syntax/styles/shThemeDefault.css +++ b/includes/syntax/styles/shThemeDefault.css @@ -14,6 +14,8 @@ * @license * Dual licensed under the MIT and GPL licenses. */ + +/* .syntaxhighlighter { background-color: white !important; } @@ -26,6 +28,8 @@ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { background-color: #e0e0e0 !important; } +*/ + .syntaxhighlighter .line.highlighted.number { color: black !important; }