X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/9347f6bd316ab609f4b780658855e52e7937e5a6..c5d48f6ea92e43f07182d20ebe693692b4330437:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 5e23927..9139066 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -28,25 +28,6 @@ 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; -} - /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; @@ -97,9 +78,28 @@ h2, h3 { #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; + padding: 5px 5px 5px 15px; + width: 250px; +}