]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/Default.xml
stylesheet changes
[Rakka.git] / defaultPages / StyleSheet / Default.xml
index 5f2126aaf4d2dfb685bdc57016daeaff93b34d08..499bf0361e9e38c24aa6a1dd854b2ee7dad3308d 100644 (file)
@@ -179,7 +179,7 @@ table.configPanel {
 table.pageEditor {
     width: 100%;
 }
-table.pageEditor td {
+table.pageEditor.vertical td {
     text-align: center;
 }
 .pageEditor th {
@@ -566,29 +566,53 @@ img {
     content: "Error: "
 }
 
+/* sidebar mask ***************************************************************/
+.sideBarMask {
+    position: fixed;
+
+    background-color: black;
+    color: white;
+    opacity: 0.7;
+
+    z-index: 1;
+}
+
+.sideBarMask .content {
+    padding: 40px 0;
+}
+
+.sideBarMask .content input[type="button"] {
+    font-size: 120%;
+    font-weight: bold;
+}
+
 /* waiting message ************************************************************/
 .waitingMessageBoard {
     position: fixed;
     left: 0;
     top: 0;
-    width: 100%;
-    height: 100%;
+    right: 0;
+    bottom: 0;
 
-    background-color: white;
-    color: black;
-    opacity: 0.7;
+    margin: 0;
+    padding: 0;
 
     z-index: 1;
 }
 
 .waitingMessageBoard p {
-    text-align: center;
-    vertical-align: middle;
     font-size: 200%;
 
+    background-color: black;
+    color: white;
+    opacity: 0.7;
+
     position: fixed;
     bottom: 1em;
     right: 1em;
+
+    text-indent: 0;
+    padding: 5px 30px;
 }
 
 /* redirection message ********************************************************/