X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FCieloNegro.xml;h=9e808ea2cf5e75dd45e02db16a101705a39a0c7b;hb=87df74aaf1fc55047bac7ac234546db7547cf166;hp=08d47b5a7597e7f4795d125bb3e3ce27c26e7bf4;hpb=4f689140d417db80cfa94e932dcfdbfdd428d8c7;p=Rakka.git diff --git a/defaultPages/StyleSheet/CieloNegro.xml b/defaultPages/StyleSheet/CieloNegro.xml index 08d47b5..9e808ea 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; } @@ -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;