]> git.sesse.net Git - ccbs/blob - html/ccbs-pg.css
Fix syntax error in gettextification.
[ccbs] / html / ccbs-pg.css
1 body { margin: 0; background-color: white; }
2 img {
3         border: 0px;
4 }
5
6 body, td, input, textarea, select {
7         font-family:  Verdana, Arial, Helvetica, sans-serif;
8         font-size: 12px;
9 }
10
11 .tabbar {
12         width: 100%;
13         height: 29px;
14 }
15
16 .box_top_main_left {
17         float: left;
18
19         /* IE sucks! */
20         margin-left: 0px !important;
21         margin-left: -3px;
22 }
23 .box_top_main_right {
24         float: right;
25
26         /* IE sucks! */
27         margin-right: 0px !important;
28         margin-right: -3px;
29 }
30
31 .content { background-color: #F9F9F9; font-size: 13px; }
32 .content_main { background-color: #FFFFFF; line-height: 18px; border: 1px solid #619e0c; padding: 0 1em 1em 1em; }
33 .content_main p { text-align: justify; }
34 .content_main img { padding: 4px; border: 1px solid #CCCCCC; }
35 .content_main img.right { margin: 0 0 8px 8px; }
36 .content_main img.left { margin: 0 8px 8px 0; }
37
38 /* *********************************************************************************************** */
39
40 a { color: #164D85; }
41 a:hover { color: #B3D334; }
42
43 /* *********************************************************************************************** */
44
45 h1 {
46         font-size: 14px;
47         color: #164D85;
48         width: 100%;
49         line-height: 22px;
50         background-image: url(http://www.positivegaming.com/multiplayer/img/box_top_main_back.gif);
51         font-weight: bold;
52         font-size: 14px;
53         margin-bottom: 0em;
54 }
55 h2 {
56         font-size: 18px;
57         font-weight: bold;
58 }
59
60 table {
61         border-collapse: collapse; 
62 }
63 table.scores {
64         margin-left: 2em;
65 }
66
67 th, td {
68         border: 1px solid black;
69         padding: 2px;
70 }
71 th { background-color: rgb(128,229,128); }
72 tr.even td { background-color: #ffa; }
73 tr.total { border-top: 2px solid black; }
74 tr.own { border: 2px solid red; }
75 td.empty { border: 0px; }
76
77 .score {
78         border-right: 0px;
79 }
80 .playmode {
81         border-left: 0px;
82         border-right: 0px;
83 }
84 .difficulty {
85         border-left: 0px;
86 }