]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/CieloNegro.xml
misc changes
[Rakka.git] / defaultPages / StyleSheet / CieloNegro.xml
index 9e808ea2cf5e75dd45e02db16a101705a39a0c7b..e2b10b43b6809941e99a346069b0d4d1833ec650 100644 (file)
@@ -596,13 +596,43 @@ 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;
+
+    background-color: #f5f5f5;
+    color: #000055;
+
+    border-color: #dddddd;
+    border-width: 2px;
+    border-style: solid;
+
+    border-radius: 10px;
+    -moz-border-radius: 10px;
+}
+
 /* waiting message ************************************************************/
 .waitingMessageBoard {
     position: fixed;
     left: 0;
     top: 0;
-    width: 100%;
-    height: 100%;
+    right: 0;
+    bottom: 0;
 
     background-color: black;
     color: white;