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