]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - stylesheets/styles.css
More documentation
[xonotic/gmqcc.git] / stylesheets / styles.css
index 101db21d557df94673fc65020e40836eb5bcaa59..63e5dac33b39fc3a4a4541fb7ae9257743453da4 100644 (file)
@@ -22,42 +22,16 @@ time, mark, audio, video {
   vertical-align: baseline;
 }
 
-
 /* Base text styles */
 
 body {
-  padding:10px 50px 0 0;
-  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
-       font-size: 14px;
-       /*color: #232323;*/
-       /*background-color: #FBFAF7;*/
-       margin: 0;
-       line-height: 1.8em;
-       -webkit-font-smoothing: antialiased;    
-    
-       
-
-/* IE10 Consumer Preview */ 
-background-image: -ms-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
-
-/* Mozilla Firefox */ 
-background-image: -moz-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
-
-/* Opera */ 
-background-image: -o-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
-
-/* Webkit (Safari/Chrome 10) */ 
-background-image: -webkit-gradient(radial, right bottom, 0, right bottom, 1012, color-stop(0, #0D0D0D), color-stop(1, #FBFAF7));
-
-/* Webkit (Chrome 11+) */ 
-background-image: -webkit-radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
-
-/* W3C Markup, IE10 Release Preview */ 
-background-image: radial-gradient(ellipse farthest-corner at right bottom, #0D0D0D 0%, #FBFAF7 100%);
-
-/* Others */
-background-image: radial-gradient(right bottom, ellipse farthest-corner, #0D0D0D 0%, #FBFAF7 100%);
-
+    padding:10px 50px 0 0;
+    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-size: 14px;
+    margin: 0;
+    line-height: 1.8em;
+    -webkit-font-smoothing: antialiased;
+    background: #CDC9C9;
 }
 
 textarea {
@@ -79,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 {
@@ -449,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;
+}