css
[sdlgit/SDL-Site.git] / htdocs / assets / default.css
1 html,
2 body
3 {
4         font-family:             Arial, Helvetica, sans-serif;
5         font-size:                       12px;
6         font-weight:             normal;
7         color:                           #000000;
8         background-color:        #212538;
9         text-align:                      left;
10         padding:             0;
11         margin:              0;
12         text-align:          center;
13         vertical-align:      middle;
14 }
15
16 td
17 {
18         font-family:             Arial, Helvetica, sans-serif;
19         font-size:                       12px;
20         font-weight:             normal;
21 }
22
23 a
24 {
25         font-size:                       14px;
26         font-weight:         bold;
27         color:               #008029;
28         text-decoration:     none;
29 }
30
31 a:hover
32 {
33         color:               #2CC100;
34         text-decoration:     underline;
35 }
36
37 .hover:hover
38 {
39         cursor:              pointer;
40 /*      background-color:    #D1D8E0; */
41 }
42
43 div#background
44 {
45         padding:             0;
46         margin:              auto;
47         width:               1015px;
48         height:              749px;
49         text-align:          left;
50         vertical-align:      top;
51 }
52
53 table#mainTable
54 {
55         table-layout:        fixed;
56         background-image:    url(background_body.jpg);
57         background-position: top left;
58         background-repeat:   no-repeat;
59 }
60
61 table#mainTable,
62 table#mainTable td
63 {
64         padding:             0;
65         margin:              0;
66         border:              0;
67 }
68
69 td#upperLeft
70 {
71         width:               103px;
72         height:              144px;     
73 }
74
75 td#upperRight
76 {
77         width:               912px;
78         background-image:    url(cards1.jpg);
79         background-position: 480px 0px;
80         background-repeat:   no-repeat;
81         text-align:          right;
82         vertical-align:      bottom;
83         font-variant:        small-caps;
84         color:               #FFFFFF;
85 }
86
87 td#upperRight a
88 {
89         color:               #FFFFFF;
90 }
91
92 td#lowerRight
93 {
94         background-color:        #B4BFCD;
95         min-height:          603px;
96         text-align:          left;
97         vertical-align:      top;
98         background-image:    url(background_divmain.jpg);
99         background-position: 1px 1px;
100         background-repeat:   no-repeat;
101 }
102
103 div#main
104 {
105         padding:             0;
106         margin:              0;
107         border:              1px solid #FFFFFF;
108         width:               910px;
109         min-height:          601px;
110         overflow:            hidden;
111 }
112
113 td#footerRight
114 {
115         height:              30px;
116 /*      background-image:    url(credits.jpg);
117         background-position: center center;
118         background-repeat:   no-repeat; */
119         text-align:          center;
120         color:               #FFFFFF;
121 }
122
123 td#footerRight a
124 {
125         font-size:                       12px;
126         color:                   #FFFFFF;
127 }
128