links in footer
[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;
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{
82 color: #FFFFFF;
765b50bf 83}
84
85td#lowerRight
86{
e116ba2a 87 background-color: #B4BFCD;
765b50bf 88 min-height: 603px;
89 text-align: left;
90 vertical-align: top;
91 background-image: url(background_divmain.jpg);
92 background-position: 1px 1px;
93 background-repeat: no-repeat;
94}
95
96div#main
97{
98 padding: 0;
99 margin: 0;
100 border: 1px solid #FFFFFF;
101 width: 910px;
102 min-height: 601px;
103 overflow: hidden;
104}
105
106td#footerRight
107{
1af52017 108 height: 30px;
109/* background-image: url(credits.jpg);
765b50bf 110 background-position: center center;
1af52017 111 background-repeat: no-repeat; */
9b6fa14c 112 text-align: center;
50f80d00 113 color: #FFFFFF;
765b50bf 114}
115
5e1273a7 116td#footerRight a
117{
118 font-size: 12px;
119 color: #FFFFFF;
120}
121