]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default
Implemented dummy trackback commands
[Rakka.git] / defaultPages / StyleSheet / Default
index 0c324b5b421eca674d7a62f4197e3eaec576cfd8..15d58b2f373de4f0dde83fd93e23e198369a0d52 100644 (file)
@@ -4,13 +4,13 @@
       isBoring="yes"
       isTheme="yes">
   <textData>
-/* global configuration ********************************************************/
+/* global configuration *******************************************************/
 * {
     padding: 0;
     margin: 0;
 }
 
-/* layout **********************************************************************/
+/* layout *********************************************************************/
 .center {
     position: absolute;
     
@@ -57,7 +57,7 @@
     overflow: auto;
 }
 
-/* spacing *********************************************************************/
+/* spacing ********************************************************************/
 .title {
     padding: 5px 20px;
 }
     padding: 20px;
 }
 
+.sideBar p {
+    margin-left: 5px;
+}
+
+.sideBar .outline li {
+    margin-left: 1em;
+    padding: 0;
+}
+
 .sideBar li {
     padding: 3px;
 }
 }
 
 .sideBar li + li {
-    margin-top: 0.2em;
+    margin-top: 0.1em;
 }
 
-.sideBar ul + h1 {
+.sideBar * + h1 {
     margin-top: 1.2em;
 }
 
-/* color and text **************************************************************/
+/* color and text *************************************************************/
 * {
     font-family: sans-serif;
 }
 body {
     background-color: white;
     color: black;
+}
 
+.body {
     line-height: 1.3;
 }
 
+p {
+    margin: 0 0 0.8em 0;
+}
+
 h1, h2, h3, h4, h5, h6 {
     font-weight: normal;
 }
@@ -221,10 +236,7 @@ a {
 
 .sideBar .outline li {
     list-style-type: disc;
-    margin-left: 1em;
-    
-    padding: 0;
-    line-height: 1.0;
+    background-color: inherit;
 }
 .sideBar .outline li li {
     list-style-type: circle;
@@ -239,16 +251,17 @@ a {
     list-style-type: circle;
 }
 
-p {
-    margin: 0 0 0.8em 0;
+.sideBar li {
+    padding: 2px 5px;
+    background-color: #f5f5f5;
 }
 
-/* float ***********************************************************************/
+/* float **********************************************************************/
 h1, h2, h3, h4, h5, h6 {
     clear: both;
 }
 
-/* image ***********************************************************************/
+/* image **********************************************************************/
 img {
     border-width: 0;
 }
@@ -291,5 +304,27 @@ img {
 .imageCaption {
     margin-top: 3px;
 }
+
+/* error **********************************************************************/
+.error {
+    color: red;
+    background-color: white;
+
+    font-weight: bold;
+    
+    border-color: #880000;
+    border-width: 3px;
+    border-style: double;
+
+    padding: 10px;
+}
+
+.error p, .error pre {
+    margin: 0;
+}
+
+.error:before {
+    content: "Error: "
+}
 </textData>
 </page>