fixing 'zumbis' image
[sdlgit/SDL-Site.git] / htdocs / assets / default.css
CommitLineData
332a7f00 1html,
765b50bf 2body
3{
4 font-family: Arial, Helvetica, sans-serif;
5 font-size: 12px;
6 font-weight: normal;
7 color: #000000;
e116ba2a 8 background-color: #212538;
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;
1b37d90b 20 color: #008029;
765b50bf 21 text-decoration: none;
22}
23
24a:hover
25{
1851dd36 26 color: #2CC100;
765b50bf 27 text-decoration: underline;
28}
29
84c8b942 30.hover:hover
31{
32 cursor: pointer;
1b37d90b 33/* background-color: #D1D8E0; */
84c8b942 34}
35
765b50bf 36div#background
37{
38 padding: 0;
39 margin: auto;
40 width: 1015px;
41 height: 749px;
42 text-align: left;
43 vertical-align: top;
44}
45
46table#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
54table#mainTable,
55table#mainTable td
56{
57 padding: 0;
58 margin: 0;
59 border: 0;
60}
61
62td#upperLeft
63{
64 width: 103px;
65 height: 144px;
66}
67
68td#upperRight
69{
70 width: 912px;
71 background-image: url(cards1.jpg);
2aeb302b 72 background-position: 480px 0px;
765b50bf 73 background-repeat: no-repeat;
74 text-align: right;
75 vertical-align: bottom;
76 font-variant: small-caps;
a5a83912 77 color: #FFFFFF;
78}
79
80td#upperRight a
81{
404a6fff 82 font-family: Arial, Helvetica, sans-serif;
83 font-size: 12px;
84 font-weight: bold;
a5a83912 85 color: #FFFFFF;
765b50bf 86}
87
88td#lowerRight
89{
e116ba2a 90 background-color: #B4BFCD;
765b50bf 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
99div#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
109td#footerRight
110{
1af52017 111 height: 30px;
112/* background-image: url(credits.jpg);
765b50bf 113 background-position: center center;
1af52017 114 background-repeat: no-repeat; */
9b6fa14c 115 text-align: center;
50f80d00 116 color: #FFFFFF;
765b50bf 117}
118
5e1273a7 119td#footerRight a
120{
121 font-size: 12px;
122 color: #FFFFFF;
123}
124