X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FCieloNegro.xml;h=e89e3ab09ec04067a22525c69f0e326c52ecd9dc;hb=9c2fc861f3ed609ebb4d0f135aea38ca055bbea8;hp=4e7b37a03d3c1e2666413b87ba547576577f62ca;hpb=f4a4c275bf0afab9f4ed04158866830e20b93cae;p=Rakka.git diff --git a/defaultPages/StyleSheet/CieloNegro.xml b/defaultPages/StyleSheet/CieloNegro.xml index 4e7b37a..e89e3ab 100644 --- a/defaultPages/StyleSheet/CieloNegro.xml +++ b/defaultPages/StyleSheet/CieloNegro.xml @@ -188,7 +188,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 +199,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; } @@ -452,6 +462,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; @@ -551,6 +562,10 @@ img { margin-top: 3px; } +.sideBar .imageFrame { + background-color: #222222; +} + /* error **********************************************************************/ .error { color: red;