Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / css / sv.css
CommitLineData
e586807d
H
1/* This program is free software. It comes without any warranty, to
2 * the extent permitted by applicable law. You can redistribute it
3 * and/or modify it under the terms of the Do What The Fuck You Want
4 * To Public License, Version 2, as published by Sam Hocevar. See
5 * http://sam.zoy.org/wtfpl/COPYING for more details. */
6
7body{
8font-family:Arial,Helvetica,sans-serif;
9font-size:13px;font-weight:normal;
10text-decoration:none;
11background-repeat:no-repeat;
12background-color:#ffffff;
13color:#666666; }
14
15.BgLogin { background-color:#B5CC71; }
16.BgMenu { background-color:#CDDE9C; }
17.BgTitle { background-color:#007A7B; }
18.BgContent { background-color:#C5DDDE; }
19.BgTitleContent { background-color:#CDDE9C; }
20
21a {font-size: 11px;text-decoration:none;color:#666666; }
22a:hover {text-decoration: underline; }
23
24td {
25font-size:11px;font-family:Arial,Helvetica,sans-serif;
26font-weight:normal;color:#333333;
27}
28
29input{font-size:11px;font-family:Arial,Helvetica,sans-serif;background-color:#FFFFFF; }
30.title { color:#FBFBFB; font-size:15px; font-weight:bold; text-decoration:none;font-family:Frutiger,Arial,Helvetica,sans-serif;}
31form{margin:0px;padding:0px;line-height:0px;}
This page took 0.109209 seconds and 4 git commands to generate.