]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default
Record before creating Rakka-Base.
[Rakka.git] / defaultPages / StyleSheet / Default
index bd566ef9130cc5e02fc4fb31bb91f0916099142c..9500b194391db6d85884d69ab0c9b837ffb4175d 100644 (file)
@@ -4,14 +4,13 @@
       isBoring="yes"
       isTheme="yes">
   <textData>
-/* global configuration */
+/* global configuration *******************************************************/
 * {
     padding: 0;
     margin: 0;
 }
 
-/* layout */
-
+/* layout *********************************************************************/
 .center {
     position: absolute;
     
@@ -58,7 +57,7 @@
     overflow: auto;
 }
 
-/* spacing */
+/* spacing ********************************************************************/
 .title {
     padding: 5px 20px;
 }
@@ -77,7 +76,7 @@
 
 .body ul, .body ol {
     list-style-position: inside;
-    margin: 1em 0;
+    margin: 0 0 0.8em 0;
 }
 .body ul ul, .body ul ol, .body ol ul, .body ol ol {
     margin: 0;
 .sideBar ul, .sideBar ol {
     list-style-type: none;
     margin-top: 0.4em;
+    margin-bottom: 0.4em;
 }
 
 .sideBar li + li {
     margin-top: 1.2em;
 }
 
-/* color and text */
+/* color and text *************************************************************/
 * {
     font-family: sans-serif;
 }
@@ -220,29 +220,35 @@ a {
 }
 
 .sideBar .outline li {
-    list-style-type: circle;
+    list-style-type: disc;
     margin-left: 1em;
     
     padding: 0;
-    background-color: black;
+    line-height: 1.0;
 }
 .sideBar .outline li li {
-    list-style-type: disc;
+    list-style-type: circle;
 }
 .sideBar .outline li li li {
     list-style-type: square;
 }
+.sideBar .outline li li li li {
+    list-style-type: disc;
+}
+.sideBar .outline li li li li li {
+    list-style-type: circle;
+}
 
 p {
     margin: 0 0 0.8em 0;
 }
 
-/* float */
+/* float **********************************************************************/
 h1, h2, h3, h4, h5, h6 {
     clear: both;
 }
 
-/* image */
+/* image **********************************************************************/
 img {
     border-width: 0;
 }
@@ -285,5 +291,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>