X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FDefault.xml;h=49c3e6e3041c14609460b3cad5049d475301c45f;hb=HEAD;hp=f67bf2fd20095b2f412da71810c1b8c79d851f68;hpb=f4a4c275bf0afab9f4ed04158866830e20b93cae;p=Rakka.git diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index f67bf2f..49c3e6e 100644 --- a/defaultPages/StyleSheet/Default.xml +++ b/defaultPages/StyleSheet/Default.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; @@ -168,9 +172,16 @@ option { padding: 1px; } +table.configPanel { + width: 100%; +} + table.pageEditor { width: 100%; } +table.pageEditor.vertical td { + text-align: center; +} .pageEditor th { width: 6em; } @@ -189,6 +200,7 @@ table.pageEditor { margin-right: 5px; } .pageEditor input[type="text"], +.pageEditor input[type="password"], .pageEditor input[type="file"], .pageEditor textarea { width: 97%; @@ -198,12 +210,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; } @@ -262,6 +283,7 @@ th, td { th { background-color: #eeeeee; font-weight: bold; + text-align: center; } td { background-color: #fafafa; @@ -370,8 +392,7 @@ input[type="button"][disabled]:active { text-indent: 0; } -.sideBar .recentUpdates p, -.sideBar .trackbacks p { +.sideBar .recentUpdates p { font-size: 90%; } @@ -400,7 +421,7 @@ input[type="button"][disabled]:active { -moz-border-radius: 10px; } -.sideBar .recentUpdates li, .sideBar .trackbacks li { +.sideBar .recentUpdates li { background-color: #e0e0e0; } @@ -422,6 +443,7 @@ input[type="button"][disabled]:active { } .pageEditor input[type="text"], +.pageEditor input[type="password"], .pageEditor input[type="file"], .pageEditor textarea { border-color: #dddddd #fafafa #fafafa #dddddd; @@ -543,29 +565,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 ********************************************************/