X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/9347f6bd316ab609f4b780658855e52e7937e5a6..c5d48f6ea92e43f07182d20ebe693692b4330437:/public/stylesheets/front.css diff --git a/public/stylesheets/front.css b/public/stylesheets/front.css index 045055f..b206834 100644 --- a/public/stylesheets/front.css +++ b/public/stylesheets/front.css @@ -24,10 +24,33 @@ table, caption, tbody, tfoot, thead, tr, th, td { body { line-height: 1; - color: white; + color: black; background: #ffffff url(/images/bg_index.png) repeat-x top center; } +a { + color: #dc0d13 +} + +#body { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + color: white; + 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; +} + /* Header */ #header h1 { background: url(/images/title_front.png) center top no-repeat;