d8c63fdcf3b10d677502596981fe7db85b6df2df
[sdlgit/SDL-Site.git] / htdocs / assets / default.css
1
2 body
3 {
4         font-family:             Arial, Helvetica, sans-serif;
5         font-size:                       12px;
6         font-weight:             normal;
7         color:                           #000000;
8         background-color:        #212936;
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:               #49241D;
21         text-decoration:     none;
22 }
23
24 a:hover
25 {
26         color:               #864135;
27         text-decoration:     underline;
28 }
29
30 div#background
31 {
32         padding:             0;
33         margin:              auto;
34         width:               1015px;
35         height:              749px;
36         text-align:          left;
37         vertical-align:      top;
38 }
39
40 table#mainTable
41 {
42         table-layout:        fixed;
43         background-image:    url(background_body.jpg);
44         background-position: top left;
45         background-repeat:   no-repeat;
46 }
47
48 table#mainTable,
49 table#mainTable td
50 {
51         padding:             0;
52         margin:              0;
53         border:              0;
54 }
55
56 td#upperLeft
57 {
58         width:               103px;
59         height:              144px;     
60 }
61
62 td#upperRight
63 {
64         width:               912px;
65         background-image:    url(cards1.jpg);
66         background-position: 480px 0px;
67         background-repeat:   no-repeat;
68         text-align:          right;
69         vertical-align:      bottom;
70         font-variant:        small-caps;
71         color:               #FFFFFF;
72 }
73
74 td#upperRight a
75 {
76         color:               #FFFFFF;
77 }
78
79 td#lowerRight
80 {
81         background-color:        #B4C0CF;
82         min-height:          603px;
83         text-align:          left;
84         vertical-align:      top;
85         background-image:    url(background_divmain.jpg);
86         background-position: 1px 1px;
87         background-repeat:   no-repeat;
88 }
89
90 div#main
91 {
92         padding:             0;
93         margin:              0;
94         border:              1px solid #FFFFFF;
95         width:               910px;
96         min-height:          601px;
97         overflow:            hidden;
98 }
99
100 td#footerRight
101 {
102         height:              30px;
103 /*      background-image:    url(credits.jpg);
104         background-position: center center;
105         background-repeat:   no-repeat; */
106         text-align:          center;
107 }
108