Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / css / sv.css
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
7 body{
8 font-family:Arial,Helvetica,sans-serif;
9 font-size:13px;font-weight:normal;
10 text-decoration:none;
11 background-repeat:no-repeat;
12 background-color:#ffffff;
13 color:#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
21 a {font-size: 11px;text-decoration:none;color:#666666; }
22 a:hover {text-decoration: underline; }
23
24 td {
25 font-size:11px;font-family:Arial,Helvetica,sans-serif;
26 font-weight:normal;color:#333333;
27 }
28
29 input{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;}
31 form{margin:0px;padding:0px;line-height:0px;}
This page took 0.244564 seconds and 4 git commands to generate.