1/*------------------------------------------------------------------*/
2/*                       YaBB 2014                                  */
3/*------------------------------------------------------------------*/
4/*       Created by: YaBB http://www.yabbforum.com                  */
5/*------------------------------------------------------------------*/
6/*     You may adapt elements of this CSS in your own               */
7/*    projects, but please give credit to yabbforum.com.            */
8/*------------------------------------------------------------------*/
9/*    This is the css file for YaBB 2.6.1 Setup/Converter Utility   */
10/*------------------------------------------------------------------*/
11/* $Revision: 1560 $ */
12
13.borderbox {
14    padding: 0;
15    width: 100%;
16    margin-left: 0;
17    margin-right: 0;
18}
19
20table.border-space {
21    border-collapse: separate;
22    border-spacing: 1px;
23}
24
25/*setup */
26.div45 {
27    float: left;
28    width: 45%;
29    text-align: left;
30    font-size: 12px;
31    padding-top: 2px;
32    padding-bottom: 2px;
33}
34
35.div55 {
36    float: left;
37    width: 55%;
38    text-align: left;
39    font-size: 12px;
40    padding-top: 2px;
41    padding-bottom: 2px;
42}
43
44.div98 {
45    float: left;
46    width: 98%;
47    color: #900000;
48    font-size: 11px;
49    padding: 2px;
50}
51
52/*converter */
53
54.fontbigger {
55    font-size: 11px;
56}
57
58.convdone {
59    float: left;
60    width: 250px;
61    height: 14px;
62    color: #f33;
63}
64
65.convnotdone {
66    float: left;
67    width: 250px;
68    height: 14px;
69    color: #bbb;
70}
71
72.divouter {
73    float: left;
74    width: 102px;
75    height: 10px;
76    margin: 1px;
77    background-color: #ddd;
78    border: 1px #000 solid;
79    font-size: 5px;
80    display: inline;
81}
82
83.divouter_center {
84    float: left;
85    width: 102px;
86    height: 10px;
87    margin: 1px;
88    background-color: #ddd;
89    border: 1px #000 solid;
90    font-size: 10px;
91    text-align :center;
92    display: inline;
93}
94
95.divvary {
96    position: relative;
97    top: 0;
98    left: 0;
99    height: 10px;
100    margin: 0;
101    background-color: #69c;
102    border: 0;
103    font-size: 5px;
104}
105
106.divvary2 {
107    float: left;
108    width: 50px;
109    height: 14px;
110    text-align: right;
111    color: #f33;
112}
113.divvary3 {
114    float: left;
115    width: 50px;
116    height: 14px;
117    text-align: right;
118    color: #bbb;
119}
120
121table.pad-cell td,
122table.pad-cell th,
123.padd-cell {
124    padding: 4px;
125}
126
127.important {
128    color: #f00;
129}
130
131.good {
132    color: #008000;
133}
134
135.totals {
136    float: left;
137    width: 350px;
138    height: 14px;
139}
140
141.divvary_m {
142    float: left;
143    width: 102px;
144    height: 10px;
145    margin: 1px;
146    background-color: #69c;
147    border: 1px #000 solid;
148    font-size: 5px;
149    display: inline;
150}
151
152.bordercolor {
153    background-color: #4378ae;
154    border-radius: 5px 5px 0 0;
155}
156
157.titlebg {
158    background-color: #4378ae;
159    color: #eee;
160    font-size: 12px;
161    height: 20px;
162    text-shadow: 1px 1px 1px #2d2d2d;
163}