summaryrefslogtreecommitdiff
path: root/static/f
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-12 17:12:57 +0100
committerYorhel <git@yorhel.nl>2008-12-12 17:12:57 +0100
commita416eb118824fd4aea5e5acf06e81a8c36f7f0c8 (patch)
tree1ac10f3c27a0fde3c18991991e03612c3502fb3d /static/f
parente2efaa47382a54efae24cba9de5919231509ab83 (diff)
Homepage
No idea why, but it looks like a mess :-(
Diffstat (limited to 'static/f')
-rw-r--r--static/f/style.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 99b8d11f..e4efc4f8 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -331,6 +331,44 @@ b.future {
+
+/***** Homepage ******/
+
+#maincontent .mainbox.threelayout {
+ float: left;
+ width: 31%;
+ height: 170px;
+ margin: 21px 10px -10px 0;
+ padding: 2px;
+ overflow: hidden;
+}
+#maincontent .mainbox.threelayout.last {
+ margin-right: 0;
+}
+#maincontent .mainbox.threelayout h1 {
+ margin: -3px 0 1px 0;
+ font-size: 12pt;
+ font-weight: bold;
+}
+#maincontent .mainbox.threelayout h2 {
+ font-size: 10pt;
+ margin-top: 3px;
+}
+#maincontent .mainbox.threelayout a.right {
+ float: right;
+}
+#maincontent .mainbox.threelayout ul {
+ list-style-type: none;
+ margin-left: 10px;
+}
+p.center img {
+ margin: 2px;
+}
+
+
+
+
+
/***** Browsing ******/
p.browseopts {