]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default
Implemented the outline command
[Rakka.git] / defaultPages / StyleSheet / Default
index bd566ef9130cc5e02fc4fb31bb91f0916099142c..0c324b5b421eca674d7a62f4197e3eaec576cfd8 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;
 }