css
[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
1027fb57 16td
17{
18 font-family: Arial, Helvetica, sans-serif;
19 font-size: 12px;
20 font-weight: normal;
21}
22
765b50bf 23a
24{
25 font-size: 14px;
26 font-weight: bold;
1b37d90b 27 color: #008029;
765b50bf 28 text-decoration: none;
29}
30
31a:hover
32{
1851dd36 33 color: #2CC100;
765b50bf 34 text-decoration: underline;
35}
36
84c8b942 37.hover:hover
38{
39 cursor: pointer;
1b37d90b 40/* background-color: #D1D8E0; */
84c8b942 41}
42
765b50bf 43div#background
44{
45 padding: 0;
46 margin: auto;
47 width: 1015px;
48 height: 749px;
49 text-align: left;
50 vertical-align: top;
51}
52
53table#mainTable
54{
55 table-layout: fixed;
56 background-image: url(background_body.jpg);
57 background-position: top left;
58 background-repeat: no-repeat;
59}
60
61table#mainTable,
62table#mainTable td
63{
64 padding: 0;
65 margin: 0;
66 border: 0;
67}
68
69td#upperLeft
70{
71 width: 103px;
72 height: 144px;
73}
74
75td#upperRight
76{
77 width: 912px;
78 background-image: url(cards1.jpg);
2aeb302b 79 background-position: 480px 0px;
765b50bf 80 background-repeat: no-repeat;
81 text-align: right;
82 vertical-align: bottom;
83 font-variant: small-caps;
a5a83912 84 color: #FFFFFF;
85}
86
87td#upperRight a
88{
89 color: #FFFFFF;
765b50bf 90}
91
92td#lowerRight
93{
e116ba2a 94 background-color: #B4BFCD;
765b50bf 95 min-height: 603px;
96 text-align: left;
97 vertical-align: top;
98 background-image: url(background_divmain.jpg);
99 background-position: 1px 1px;
100 background-repeat: no-repeat;
101}
102
103div#main
104{
105 padding: 0;
106 margin: 0;
107 border: 1px solid #FFFFFF;
108 width: 910px;
109 min-height: 601px;
110 overflow: hidden;
111}
112
113td#footerRight
114{
1af52017 115 height: 30px;
116/* background-image: url(credits.jpg);
765b50bf 117 background-position: center center;
1af52017 118 background-repeat: no-repeat; */
9b6fa14c 119 text-align: center;
50f80d00 120 color: #FFFFFF;
765b50bf 121}
122
5e1273a7 123td#footerRight a
124{
125 font-size: 12px;
126 color: #FFFFFF;
127}
128