]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
Merge commit '8ed7045912937148dd46554178e675df8493f46c'
[shellwiki] / themes / default.css
index b5d34f6cc1f4f1ef1460dc5283f845ce28733f1f..91458c3f169e4e1576e1fc419b8305a0f9ea3357 100644 (file)
@@ -6,6 +6,7 @@ body {
   min-height: 100%;
   padding-bottom: 6em;
   background-color: #EEE;
+  font-size: 12pt;
 }
 
 header, footer {
@@ -20,8 +21,8 @@ footer {
   bottom: 0;
 }
 
-header :last-child,
-main :last-child {
+header :last-child,
+main :last-child {
   margin-bottom: 0;
 }
 
@@ -51,24 +52,47 @@ main .pagemenu li {
 main .pagemenu li a { color: #FFF; }
 
 main article,
-[id$="/[attachment]/"] main form.upload,
-[id$="/[attachment]/"] main .attachment.list {
+main > form#renamepage, main > form#movepage,
+main > form#deletepage, 
+[id$="/[attachment]"] main form.upload {
   margin: 1em;
   padding: .125em 1em 1em 1em;
   box-shadow: .25em .25em .75em;
   background-color: #FFF;
 }
 
+[id$="/[revision]"] main .revisions,
+[id$="/[attachment]"] main .attachment.list {
+  margin: 1em;
+  padding: 1em 2em;
+}
+[id$="/[revision]"] main .revisions:before,
+[id$="/[attachment]"] main .attachment.list:before {
+  content: '';
+  position: absolute;
+  top: 0; bottom: 0; left: 0; right: 0;
+  background-color: #FFF;
+  box-shadow: .25em .25em .75em;
+}
+
 
 /* === Editor === */
 
-body.editor textarea {
+body[id$="/[edit]"] textarea,
+body[id$="/[newpage]"] textarea {
   width: 100%;
-  min-height: 20em;
+  min-height: 20em; min-height: 70vh;
+  font-family: monospace;
+  font-size: inherit;
 }
 
 /* === Attachments === */
 
+.attachment.list button[name=delete] {
+  font-size: .75em;
+  line-height: 1.25em;
+  margin-right: 1.25em;
+}
 .attachment.list .size,
 .attachment.list .date {
   font-size: .875em;
@@ -83,6 +107,11 @@ body.editor textarea {
   margin-right: 1em;
 }
 
+.revisions li { margin: 1em 0; }
+.revisions li span.hash,
+.revisions li span.date {
+  margin-right: 1em;
+}
 
 /* === Macros === */