about page, 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 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         font-family:             Arial, Helvetica, sans-serif;
83         font-size:                       12px;
84         font-weight:             bold;
85         color:               #FFFFFF;
86 }
87
88 td#lowerRight
89 {
90         background-color:        #B4BFCD;
91         min-height:          603px;
92         text-align:          left;
93         vertical-align:      top;
94         background-image:    url(background_divmain.jpg);
95         background-position: 1px 1px;
96         background-repeat:   no-repeat;
97 }
98
99 div#main
100 {
101         padding:             0;
102         margin:              0;
103         border:              1px solid #FFFFFF;
104         width:               910px;
105         min-height:          601px;
106         overflow:            hidden;
107 }
108
109 td#footerRight
110 {
111         height:              30px;
112 /*      background-image:    url(credits.jpg);
113         background-position: center center;
114         background-repeat:   no-repeat; */
115         text-align:          center;
116         color:               #FFFFFF;
117 }
118
119 td#footerRight a
120 {
121         font-size:                       12px;
122         color:                   #FFFFFF;
123 }
124