]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - stylesheets/styles.css
update irc channel
[xonotic/gmqcc.git] / stylesheets / styles.css
index 1725f20e0450152a70c593b72941df96413f7b98..63e5dac33b39fc3a4a4541fb7ae9257743453da4 100644 (file)
@@ -31,6 +31,7 @@ body {
     margin: 0;
     line-height: 1.8em;
     -webkit-font-smoothing: antialiased;
+    background: #CDC9C9;
 }
 
 textarea {
@@ -52,16 +53,20 @@ p, ul, ol, table, dl {
   margin:0 0 22px;
 }
 
+h2.id {
+    color: red;
+};
+
 h1, h2, h3 {
-       font-family: Arvo, Monaco, serif;
-  line-height:1.3;
-       font-weight: normal;
+    font-family: Arvo, Monaco, serif;
+    line-height:1.3;
+    font-weight: normal;
 }
 
 h1,h2, h3 {
-       display: block;
-       border-bottom: 1px solid #ccc;
-       padding-bottom: 5px;
+    display: block;
+    border-bottom: 1px solid #ccc;
+    padding-bottom: 5px;
 }
 
 h1 {
@@ -422,3 +427,29 @@ footer {
     color:#444;
   }
 }
+
+/* used for wiki stuff (mainly docs so far) */
+ul.wiki {
+    list-style-type: none;
+    list-style: none;
+    margin: 0;
+    padding-top: 30px;
+}
+li.wiki {
+  margin: 1;
+  padding-top: 0px;
+  padding-left: 0px;
+  padding-bottom: 20px;
+  border: 0;
+  font: inherit;
+  list-style: none;
+  vertical-align: baseline;
+  background-color: #DDDDDD;
+}
+a.wiki {
+    display: block;
+    width: 100% - 25px;
+    padding-left: 25px;
+    padding-top: 25px;
+    background-color: #DDDDDD;
+}