added more stuff
[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:        #CAB680;
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: 530px 0px;
67         background-repeat:   no-repeat;
68         text-align:          right;
69         vertical-align:      bottom;
70         font-variant:        small-caps;
71 }
72
73 td#lowerRight
74 {
75         background-color:        #D6C796;
76         min-height:          603px;
77         text-align:          left;
78         vertical-align:      top;
79         background-image:    url(background_divmain.jpg);
80         background-position: 1px 1px;
81         background-repeat:   no-repeat;
82 }
83
84 div#main
85 {
86         padding:             0;
87         margin:              0;
88         border:              1px solid #FFFFFF;
89         width:               910px;
90         min-height:          601px;
91         overflow:            hidden;
92 }
93
94 td#footerRight
95 {
96         height:              30px;
97 /*      background-image:    url(credits.jpg);
98         background-position: center center;
99         background-repeat:   no-repeat; */
100         text-align:          center;
101 }
102