]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - defaultPages/StyleSheet/CieloNegro.xml
misc changes
[Rakka.git] / defaultPages / StyleSheet / CieloNegro.xml
index ca98846c64d394d38f9db25a3c5dbf0449524d26..9e808ea2cf5e75dd45e02db16a101705a39a0c7b 100644 (file)
@@ -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%;
@@ -207,6 +215,12 @@ table.pageEditor {
 .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;
 }
@@ -273,6 +287,7 @@ th, td {
 th {
     background-color: #aaaaaa;
     font-weight: bold;
+    text-align: center;
 }
 td {
     background-color: #cccccc;
@@ -455,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;