added background image & adjusted styles for it
authordylan <dylan@dylansserver.com>
Sun, 16 Dec 2012 03:17:46 +0000 (03:17 +0000)
committerdylan <dylan@dylansserver.com>
Sun, 16 Dec 2012 03:17:46 +0000 (03:17 +0000)
images/gray_jean.png [new file with mode: 0644]
includes/style.css
includes/syntax/styles/shCoreDefault.css
includes/syntax/styles/shThemeDefault.css

diff --git a/images/gray_jean.png b/images/gray_jean.png
new file mode 100644 (file)
index 0000000..355fba2
Binary files /dev/null and b/images/gray_jean.png differ
index 5329f68..8128933 100644 (file)
@@ -25,6 +25,10 @@ margin:0;
 padding:0;
 }
 
+body {
+    background-image: url('../images/gray_jean.png');
+}
+
 h3 {
 margin-top:15px;
 font-family:MuseoSlab500;
index 08f9e10..81f2a3b 100644 (file)
@@ -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;
   color: black !important;
 }
 
+/*
 .syntaxhighlighter {
   background-color: white !important;
 }
 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
   background-color: #e0e0e0 !important;
 }
+*/
+
 .syntaxhighlighter .line.highlighted.number {
   color: black !important;
 }
 }
 .syntaxhighlighter .gutter .line.highlighted {
   background-color: #6ce26c !important;
-  color: white !important;
+  /*color: white !important;*/
 }
 .syntaxhighlighter.printing .line .content {
   border: none !important;
 }
 .syntaxhighlighter.collapsed .toolbar {
   color: blue !important;
-  background: white !important;
+  /*background: white !important;*/
   border: 1px solid #6ce26c !important;
 }
 .syntaxhighlighter.collapsed .toolbar a {
index 1365411..bbf1d05 100644 (file)
@@ -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;
 }