]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default
Record before creating Rakka-Base.
[Rakka.git] / defaultPages / StyleSheet / Default
index 0c324b5b421eca674d7a62f4197e3eaec576cfd8..9500b194391db6d85884d69ab0c9b837ffb4175d 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;
 }
     margin-top: 1.2em;
 }
 
-/* color and text **************************************************************/
+/* color and text *************************************************************/
 * {
     font-family: sans-serif;
 }
@@ -243,12 +243,12 @@ p {
     margin: 0 0 0.8em 0;
 }
 
-/* float ***********************************************************************/
+/* float **********************************************************************/
 h1, h2, h3, h4, h5, h6 {
     clear: both;
 }
 
-/* image ***********************************************************************/
+/* image **********************************************************************/
 img {
     border-width: 0;
 }
@@ -291,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>