diff options
Diffstat (limited to 'data/starthere/section.css')
-rw-r--r-- | data/starthere/section.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/starthere/section.css b/data/starthere/section.css new file mode 100644 index 000000000..6b0cf8608 --- /dev/null +++ b/data/starthere/section.css @@ -0,0 +1,29 @@ +body { + margin-left: 150; + margin-right: 150; + background: #000000; + color: #FFFFFF; + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 14px; +} + +div.topbar { + height: 25px; + padding: 7px; + color: #000000; + background-color: #e57f20; + font-weight: bold; + margin-bottom: 50; +} + +div.topbar a { + margin-right: 15; + font-size: 20px; + font-weight: bold; + color: #000000; +} + +h2 { + color: #e57f20; + font-size: 18px; +} |