diff options
Diffstat (limited to 'web/css/main.css')
-rw-r--r-- | web/css/main.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/css/main.css b/web/css/main.css new file mode 100644 index 00000000000..2ec677b0cff --- /dev/null +++ b/web/css/main.css @@ -0,0 +1,14 @@ +@charset "UTF-8"; + + +* { margin: 0; padding: 0; outline: none; } +body { padding: 50px; border-top: none; background: #4c4c4c url(../images/grad1.png) 0 0 repeat-x; color: #d9d9d9; color: #000; font: 14px/normal Tahoma, Arial, Helvetica, sans-serif; } +p { margin-bottom: 1em; } +body > p, .container > p { margin-bottom: 0; } +h1,h2,h3 { margin-bottom: .5em; font-family: Arial, Helvetica, sans-serif; line-height: normal; } +h1 { margin-bottom: .5em; padding-bottom: 4px; border-bottom: solid 1px #d9d9d9; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 180%; text-indent: 5px; letter-spacing: -1px; } +cite { float: right; } +fieldset { border: none; } +ul.classic { list-style: disc; margin-bottom: 1em; padding-left: 2em; } +div.section { clear: both; padding-top: 50px; } +.dropdown-upward { margin-top: 400px !important; } |