images
[sdlgit/SDL-Site.git] / htdocs / assets / default.css
CommitLineData
765b50bf 1
2body
3{
4 font-family: Arial, Helvetica, sans-serif;
5 font-size: 12px;
6 font-weight: normal;
7 color: #000000;
2aeb302b 8 background-color: #212936;
765b50bf 9 text-align: left;
10 padding: 0;
11 margin: 0;
12 text-align: center;
13 vertical-align: middle;
14}
15
16a
17{
18 font-size: 14px;
19 font-weight: bold;
20 color: #49241D;
21 text-decoration: none;
22}
23
24a:hover
25{
26 color: #864135;
27 text-decoration: underline;
28}
29
30div#background
31{
32 padding: 0;
33 margin: auto;
34 width: 1015px;
35 height: 749px;
36 text-align: left;
37 vertical-align: top;
38}
39
40table#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
48table#mainTable,
49table#mainTable td
50{
51 padding: 0;
52 margin: 0;
53 border: 0;
54}
55
56td#upperLeft
57{
58 width: 103px;
59 height: 144px;
60}
61
62td#upperRight
63{
64 width: 912px;
65 background-image: url(cards1.jpg);
2aeb302b 66 background-position: 480px 0px;
765b50bf 67 background-repeat: no-repeat;
68 text-align: right;
69 vertical-align: bottom;
70 font-variant: small-caps;
71}
72
73td#lowerRight
74{
2aeb302b 75 background-color: #B4C0CF;
765b50bf 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
84div#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
94td#footerRight
95{
1af52017 96 height: 30px;
97/* background-image: url(credits.jpg);
765b50bf 98 background-position: center center;
1af52017 99 background-repeat: no-repeat; */
9b6fa14c 100 text-align: center;
765b50bf 101}
102