diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/static/style/default.css b/static/style/default.css index 5edddc7..585b54d 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -21,14 +21,14 @@ h3 { p { margin: 0px; } hr { - height: 12px; - padding: 2px; + height: 14px; + padding: 1px; background-color: black; padding: 0px; width: 100%; border: none; margin: 0px; - border-top: 5px solid #FFFFFF; + border-top: 8px solid #FFFFFF; border-bottom: 5px solid #FFFFFF; border-left: 55px solid #FFFFFF; border-right: 55px solid #FFFFFF; } @@ -45,6 +45,7 @@ pre { .search_box { border: 1px solid black; padding: 1px; + margin-bottom: 4px; font-size: 12px; font-weight: bold; background-color: #F8F8F8; @@ -81,12 +82,51 @@ pre { .righty_content img { border: 1px solid black; width: 90%; } +.col_title { + width: 100%; + margin-bottom: 7px; + text-align: center; + font-weight: bold; + font-family: serif; + font-size: 14px; +} +.col_left { + width: 24%; + margin-top: 3px; + padding: 5px; + float: right; +} +.col_center { + width: 38%; + margin-top: 3px; + padding: 5px; + float: right; + border-left: 1px solid black; + border-right: 1px solid black; +} +.col_right { + width: 31%; + left: 67%; + margin-top: 3px; + margin-right: 1%; + padding: 5px; + float: right; + left: 0px; + top: 0px; +} .content_caption { text-align: center; font-style: italic; width: 100%; font-size: small; font-family: courier; } +.notice { + padding: 8px; + background-color: yellow; + margin-right: 70px; + margin-left: 70px; + margin-bottom: 10px; + border: 2px solid orange; } .lefty { float: left; } .righty { |