X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/ffec26b00fc14b92f82137e1e3c62ce78c93ea24..c5d48f6ea92e43f07182d20ebe693692b4330437:/public/stylesheets/front.css diff --git a/public/stylesheets/front.css b/public/stylesheets/front.css index 1285e7f..b206834 100644 --- a/public/stylesheets/front.css +++ b/public/stylesheets/front.css @@ -24,30 +24,36 @@ table, caption, tbody, tfoot, thead, tr, th, td { body { line-height: 1; - color: black; + color: black; background: #ffffff url(/images/bg_index.png) repeat-x top center; } -/* tables still need 'cellspacing="0"' in the markup */ -table { - border-collapse: separate; +a { + color: #dc0d13 } -caption, th, td { +#body { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + color: white; + font-size: 12px; text-align: left; - font-weight: normal; + line-height: 1.5em; } -#page-wrapper { - width: 960px; - margin: 0 auto 0 auto; - text-align: center; +#body a { + text-decoration: underline; + color: inherit; + display: inline; + opacity: 0.8; } +#body a:hover { + opacity: .5; +} /* Header */ #header h1 { - background: url(/images/title.png) center top no-repeat; + background: url(/images/title_front.png) center top no-repeat; overflow: hidden; padding-top: 189px; height: 0px;