summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/sublab-2012-09-16.css (renamed from public/css/sublab-2011-11-02.css)60
1 files changed, 53 insertions, 7 deletions
diff --git a/public/css/sublab-2011-11-02.css b/public/css/sublab-2012-09-16.css
index 20e9c5b..7f55d01 100644
--- a/public/css/sublab-2011-11-02.css
+++ b/public/css/sublab-2012-09-16.css
@@ -1,6 +1,4 @@
* {
- padding: 0px;
- margin: 0px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #ddd;
@@ -176,13 +174,10 @@ hr {
clear: both;
}
-ul {
- margin-left: 40px;
- }
-
#menu {
list-style: none;
margin: 5px;
+ padding: 0px;
}
#menu a {
@@ -305,7 +300,7 @@ a.img:active {
color: #999;
}
-span {
+span.box {
border: 1px solid #222;
padding: 2px;
}
@@ -328,3 +323,54 @@ span {
#mapdiv img {
border: 0px;
}
+
+/* These are for the wiki */
+div.page {
+ border: none;
+ margin: 0px;
+ margin-right: 1em;
+}
+
+.actions ul {
+ text-align: right;
+ margin-top: -3px;
+}
+.actions li {
+ display: inline;
+ padding: 2px;
+ border-style: solid;
+ border-width: 1px;
+ border-top-width: 0px;
+ border-color: #444;
+ background-color: rgba(16,16,16,0.5);
+}
+
+.actions a {
+ border-bottom: 0px;
+}
+
+div.pageheader {
+ margin-left: 10px;
+}
+
+div.pagedate {
+ text-align: right;
+}
+
+span.title, span.parentlinks, .parentlinks a {
+ font-size: 18px;
+ font-weight: bold;
+ line-height: 40px;
+}
+
+span.title:after {
+ content: " ]";
+}
+
+span.parentlinks:before {
+ content: "[ ";
+}
+
+textarea, input, select {
+ background-color: #101010;
+}