summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css28
1 files changed, 26 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 1321293..f84dcd7 100755
--- a/css/style.css
+++ b/css/style.css
@@ -1,3 +1,18 @@
+#header .logo img {
+ left:-25px;
+ top:-3px;
+}
+#header {
+ height:81px;
+}
+#main {
+ background-position-y: -10px
+}
+.topsearch .nav {
+ position:relative;
+ top:9px;
+}
+
.category_index { float: left; margin: 0.25em; width:19em; }
.category_index h2 { background: #ddd; text-align: center; padding: 0.25em; margin-bottom: 0.5em; }
@@ -38,16 +53,25 @@
/* Pre/code */
/**********************/
-pre.terminal {
+.wikistyle > pre {
padding: 1em !important;
background: #444 !important;
color: white !important;
font-size: 0.9em !important;
}
-pre.terminal span.comment {color: #aaa;}
+.wikistyle > pre span.comment {color: #aaa;}
+
code {white-space: nowrap;}
+.wikistyle > pre code {
+ white-space: pre;
+ background: none !important;
+ color: white !important;
+}
+
+.highlight pre code {white-space: pre;}
+
/********************/
/* Images */