X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FCieloNegro.xml;h=e2b10b43b6809941e99a346069b0d4d1833ec650;hb=f19a294d54f38faaeab0027ecb5d85388243b924;hp=e89e3ab09ec04067a22525c69f0e326c52ecd9dc;hpb=9c2fc861f3ed609ebb4d0f135aea38ca055bbea8;p=Rakka.git diff --git a/defaultPages/StyleSheet/CieloNegro.xml b/defaultPages/StyleSheet/CieloNegro.xml index e89e3ab..e2b10b4 100644 --- a/defaultPages/StyleSheet/CieloNegro.xml +++ b/defaultPages/StyleSheet/CieloNegro.xml @@ -93,6 +93,10 @@ option { margin: 5px 0px; } +.body * + h2 { + margin-top: 20px; +} + .body ul, .body ol { list-style-position: inside; margin: 0 0 0.8em 0; @@ -171,6 +175,9 @@ option { table.pageEditor { width: 100%; } +table.pageEditor td { + text-align: center; +} .pageEditor th { width: 6em; } @@ -280,6 +287,7 @@ th, td { th { background-color: #aaaaaa; font-weight: bold; + text-align: center; } td { background-color: #cccccc; @@ -588,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;