copy over html / css / images for post-boot page
[fsf-member-card-builder.git] / html / style.css
... / ...
CommitLineData
1/* (do not remove this :) */
2/* (not this either :) */
3
4html{ background-color: white; color: black;}
5
6html{ background-image: url(rmsbg.png);
7 background-repeat: repeat-x; }
8
9body{
10 margin: 0 auto 0;
11 font-family: "Liberation Sans", "Bitstream Vera Sans", Arial,sans-serif; }
12
13.c{text-align: center; margin: 1em;}
14
15.bigbig{font-size: 64pt; font-weight: bold;}
16
17a:link{ color: #b00; }
18
19a:hover{ color: navy !important; }
20
21.visualClear{ clear: both; }
22
23#fixed {position: relative;}
24
25#logo {background-image:url('logo-new.png'); margin:17px 0em 0px 5px}
26
27#logo a{ padding-top:33px; width:283px; margin-top: -5px; }
28
29#header{ height: 33px;}
30
31#topnav {top: 0px; right: 0; position: absolute; line-height: 28px; width: 505px; text-align: right; overflow: hidden; height: 48px; font-size: 12px; }
32
33#topnav li{ display: inline; margin-right: 18px; }
34
35#topnav a{ color: #b00; font-weight: bold; text-transform: uppercase;
36text-decoration: none;}
37
38#topnav a:hover{color: navy; }
39
40#fixed .caption a{ display: block; text-decoration:none;
41overflow:hidden; border:0; margin:0 auto 0 auto; width: 757px; cursor: pointer; }
42
43#front{ position: relative; min-height: 16em; background-image: url(front-gnu.png); background-repeat: no-repeat;}
44
45#text{ width: 514px; position: absolute; top: 41px; left: 250px; padding-top: 18px; }
46
47#text p{ margin-bottom: 1.65em; font-family: "Liberation Sans"; font-weight: bold; color: #525252; font-size: 0.8em; }
48
49#learnmore { float: right; clear: left; margin-top: -20px; top: -20px; position: relative;}
50
51#leader {background-image:url('front-gnu.png'); }
52
53.imgreplace { background-repeat: no-repeat; border: 0; margin: 0; padding: 0; }
54
55.imgreplace a{ display: block; text-decoration: none; overflow: hidden; border: 0; margin: 0; padding: 0; height: 0px !important; cursor: pointer; }
56
57#leader a{ padding-top:260px; width:820px; }
58
59.news{ background-color: #eee; line-height: 1.8em; margin-top: 10px;
60text-align: center; font-size: 13.5px; min-height: 28px; }
61
62.news a{ text-decoration: none; color: blue !important; }
63
64.news a:hover{ color: red !important; text-decoration: underline; }
65
66#boxes{ float: left; width: 100%; }
67
68#boxes li { float: left; margin: 0; padding: 0; margin-right: 11px; list-style: none !important; }
69
70.campaignsimg { background-image: url('box-john.png'); }
71.gnewsenseimg { background-image: url('box-gnu.png'); }
72.directoryimg { background-image: url('box-fsd.png'); }
73
74#boxes li a{ padding-top: 176px; width: 266px; }
75
76.noright{ margin-right: 0 !important; }
77
78#footer{ color: #666; font-size: 12px; text-align: center;
79margin-bottom: 23px; }
80
81#footer-links{ margin-top: 20px; }
82
83#footer-links li{ display: inline; text-transform: uppercase; }
84
85#footer p{ margin-top: 10px; font-size: 11px; font-family: "Liberation Sans", sans-serif; }
86
87#footer li a{ margin-right: 1em; font-weight: bold; color: #b00; font-size: 0.9em; text-decoration: none; }
88
89#footer ul{ border-bottom: 1px solid #ddd; padding-bottom: 9px; }
90
91#aboutfsf { background-image:url(aboutfsfline.png); margin-bottom: 11px; }
92
93#aboutfsf a{ width: 820px; padding-top: 30px; }
94
95.box {margin: 0 0 0.75em 0; clear: both; position: relative;}
96b.cn {position: absolute; /* border: 1px solid red !important; */
97 height: 10px; width: 10px;
98 margin: 0; padding: 0;
99 background: url('white.png') no-repeat;
100 line-height: 1px; font-size: 1px;} /* IE/Win 'hacks' */
101* html b.cn {background-image: url('white.gif');}
102b.tl {top: -1px; left: -1px; background-position: top left;}
103b.tr {top: -1px; right: -1px; background-position: top right;}
104b.bl {bottom: -1px; left: -1px; background-position: bottom left;}
105b.br {bottom: -1px; right: -1px; background-position: bottom right;}
106
107h2,h3{
108margin-bottom:1em;
109margin-top:1em
110}