X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c1a2748a2d981e8c91f4fc69c6e67a31880d4c0d..da6c29f53b3598a6d2d9959df277b0340bc54cee:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 5e23927..5d7f199 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -28,23 +28,9 @@ table, caption, tbody, tfoot, thead, tr, th, td { vertical-align: baseline; } - -#body { - font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - font-size: 12px; - text-align: left; - line-height: 1.5em; -} - -#body a { - text-decoration: underline; - color: inherit; - display: inline; - opacity: 0.8; -} - -#body a:hover { - opacity: .5; +body { + font-size: 0.9em; + font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; } /* tables still need 'cellspacing="0"' in the markup */ @@ -90,16 +76,65 @@ h2, h3 { #footer { font-size: 11px; - font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; + font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif; margin-top: 40px; text-align: center; } #footer a { text-decoration: none; - color: #dc0d13; } #footer a:hover { text-decoration: underline; } + +/* flash notices */ + +#notice { + background: #FFFBB3; + border: 1px black solid; + text-align: center; + font-weight: bold; + padding: 5px 5px 5px 15px; + width: 250px; +} + +#notice { + background: #FFFBB3; + border: 1px black solid; + text-align: center; + font-weight: bold +} + +.preftable { + font-family: verdana,arial,helvetica,sans-serif; + border-spacing: 0px; + border-width: 2px; + border-color: #999999; + border-style: solid; + caption-side: top; +} + +.preftable th { + font-family: verdana,arial,helvetica,sans-serif; + border-width: 2px; + border-color: #999999; + border-style: solid; + text-align: center; + font-weight: bold; + padding: 5px 5px 5px 5px; + background-color: #999999; + color: #FFFFFF; +} + +.preftable td { + border-collapse: collapse; + border-width: 1px; + border-color: #999999; + border-style: solid; + text-align: right; + padding-right: 5px; + padding-left: 5px; +} +