diff options
Diffstat (limited to 'data/default.css')
-rw-r--r-- | data/default.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/data/default.css b/data/default.css new file mode 100644 index 000000000..70738227b --- /dev/null +++ b/data/default.css @@ -0,0 +1,50 @@ +html { + min-height: 100%; + background: #fff; +} + +a { + text-decoration: none; + color: #048; +} + +a:hover { + color: #06C; +} +img { + border:0; +} +body { + color: #444; + font-family: "Bitstream Vera Sans", "DejaVu Sans", Arial; + margin: 0; + padding: 0; +} + +.clearer { + clear: both; + font-size: 0; +} + +.small { + font-size:70%; +} + +.top{ + background: #444; + color: #fff; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; + border-bottom: 3px double gray; +} + +.top a { + color: lightblue; +} + +.content { + padding-left:13px; + padding-top:13px; +} + |