summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/classic/templates/default.css23
-rw-r--r--themes/greysme/templates/default.css33
2 files changed, 56 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 96a67a40..52b62de1 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -583,6 +583,29 @@ a.button{padding:1px 3px;}
}
/************************************************/
+/* Shoutbox */
+/************************************************/
+
+#shoutbox {
+ font-size:0.8em;
+}
+
+#shoutbox div.shout {
+ float:left;
+ margin-right:5px;
+}
+
+#shoutbox span.information {
+ float:left;
+ clear:left;
+}
+
+img.shoutboximage {
+ float:left;
+ margin-right:3px;
+}
+
+/************************************************/
/* List Header */
/************************************************/
.list-header{margin:7px 0; padding:0 4em; text-align:center; font-size: 0.8em;position:relative;}
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css
index e6354e70..7802e9ac 100644
--- a/themes/greysme/templates/default.css
+++ b/themes/greysme/templates/default.css
@@ -638,6 +638,28 @@ background:#000;
float:left;
}
+/************************************************/
+/* Shoutbox */
+/************************************************/
+
+#shoutbox {
+ font-size:0.8em;
+}
+
+#shoutbox div.shout {
+ float:left;
+ margin-right:5px;
+}
+
+#shoutbox span.information {
+ float:left;
+ clear:left;
+}
+
+img.shoutboximage {
+ float:left;
+ margin-right:3px;
+}
/************************************************/
/* List Header */
@@ -706,6 +728,11 @@ background:#000;
margin:10px;
}
+#motd {
+ margin:0 auto 0 auto;
+ width: 437px;
+}
+
/************************************************/
/* Misc */
@@ -735,3 +762,9 @@ background:#000;
display: none;
}
+.information,.information a {
+ font-size: 0.9em;
+ font-style: italic;
+ color: #c0c0c0;
+}
+