X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FCieloNegro.xml;h=6e41dda46bd2a8d51066ebfc87f016719a5a5f81;hp=08d47b5a7597e7f4795d125bb3e3ce27c26e7bf4;hb=01a4a132192ed8b65c8aa7b86cb0e9bc08b725ff;hpb=4f689140d417db80cfa94e932dcfdbfdd428d8c7 diff --git a/defaultPages/StyleSheet/CieloNegro.xml b/defaultPages/StyleSheet/CieloNegro.xml index 08d47b5..6e41dda 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.vertical td { + text-align: center; +} .pageEditor th { width: 6em; } @@ -188,7 +195,8 @@ table.pageEditor { .pageEditor input[type="checkbox"] { margin-right: 5px; } -.pageEditor input[type="text"], +.pageEditor input[type="text"], +.pageEditor input[type="password"], .pageEditor input[type="file"], .pageEditor textarea { width: 97%; @@ -198,12 +206,21 @@ table.pageEditor { width: 50%; margin-left: 1em; } +.pageEditor textarea { + height: 5em; +} .pageEditor textarea.summary { height: 5em; } .pageEditor textarea.source { height: 30em; } +.pageEditor textarea.hexDump { + font-size: 70%; + font-family: monospace; + white-space: pre; + height: 10em; +} .pageEditor input[type="button"] { margin: 0 2px; } @@ -270,6 +287,7 @@ th, td { th { background-color: #aaaaaa; font-weight: bold; + text-align: center; } td { background-color: #cccccc; @@ -394,6 +412,12 @@ input[type="button"][disabled]:active { color: #999999; } +.searchResult .date { + font-size: 70%; + white-space: nowrap; + color: #555555; +} + .sideBar p { text-indent: 0; } @@ -446,6 +470,7 @@ input[type="button"][disabled]:active { } .pageEditor input[type="text"], +.pageEditor input[type="password"], .pageEditor input[type="file"], .pageEditor textarea { border-color: #aaaaaa #eeeeee #eeeeee #aaaaaa; @@ -545,6 +570,10 @@ img { margin-top: 3px; } +.sideBar .imageFrame { + background-color: #222222; +} + /* error **********************************************************************/ .error { color: red; @@ -567,13 +596,9 @@ img { content: "Error: " } -/* waiting message ************************************************************/ -.waitingMessageBoard { +/* sidebar mask ***************************************************************/ +.sideBarMask { position: fixed; - left: 0; - top: 0; - width: 100%; - height: 100%; background-color: black; color: white; @@ -582,14 +607,49 @@ img { 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; + right: 0; + bottom: 0; + + z-index: 1; +} + .waitingMessageBoard p { - text-align: center; - vertical-align: middle; font-size: 200%; + background-color: white; + color: black; + opacity: 0.7; + position: fixed; bottom: 1em; right: 1em; + + text-indent: 0; + padding: 5px 30px; } /* redirection message ********************************************************/