updated
[libreplanet-static.git] / screen.css
CommitLineData
3fa3b05b
ML
1 .yui-g, .yui-gb{margin-bottom: 10px;}
2
99770f1c 3 html,body{margin: 0 !important; padding: 0 !important;}
3fa3b05b 4
ef8ce251 5 html { background-color: #ececec; }
fd4d6741 6
b560e83c 7 #doc2 { min-height: 900px; }
31d1e3ed 8
5c5c3eb2 9 #doc2 { background-color: white; padding: 0 14px; border-left: 2px solid #ccc; border-right: 1px solid #ccc;
4f6be9ab
ML
10
11-moz-background-clip:border;
12-moz-background-inline-policy:continuous;
13-moz-background-origin:padding;
4f6be9ab
ML
14-moz-box-shadow:0 0 6px #999999;
15
16
17
18 }
fd4d6741 19
3fa3b05b 20 a:link{color: blue;}
fff95789 21 a:hover{color: red;}
3fa3b05b
ML
22 a:visited{color: darkblue;}
23
2d1622c8
ML
24 #navi { width: 100%; }
25
26 #navi div { width: 974px; margin: 0 auto; }
27
3fa3b05b
ML
28 .netscape4{display: none !important;}
29
30 #bd h1{margin: 0;}
31
3fa3b05b
ML
32 #content h1{font-size: 34px; margin: 0; padding: 0;}
33
34 #content h2{font-size: 22px; margin: 0; padding: 0;}
35
3fa3b05b
ML
36 #sub p{font-size: 14px; margin: 0; padding: 0;}
37
3fa3b05b
ML
38 #logos ul{padding: 0; margin: 0; text-align: center;}
39
40 #logos li{display: inline; list-style: none;}
41
42 #intro h2{font-size: 26px; font-weight: normal;}
43
44 #who h2 {font-size: 30px; text-align: center; padding: 0; margin: 0; }
45
46 #who p{font-size: 23px; line-height: 24px;}
47
48 #bemindful {font-size: 18px; font-style: italic; letter-spacing: 0.05em; color: #666;}
49
50 .listy p {font-size: 21px; text-align: center; padding: 0; margin: 0;}
51
52 p small {font-size: 11px;}
53
54 .listy ul{padding: 0; margin: 0; float: right; margin-bottom: 20px;}
55
56 .listy li{list-style: none; display: block; float: left; margin-right: 20px; text-align: center;}
57
58 .boxy {background-color: yellow;}
59
60 .boxy a{background-color: red; display: block; height: 210px;}
61
62 .texty h2{text-align: center; text-transform: uppercase; color: maroon; font-size: 20px; padding: 0; margin: 0}
63
64
65
66 #OpenLayers.Control.Attribution_3{background-color: black;}
67
68
c6101da3 69 #ft {padding-top: 20px; background-image: url(fsf.png); background-repeat: no-repeat; background-position: 620px 20px; position: relative; padding-bottom: 80px}
3fa3b05b
ML
70
71 #fsfcopyright{position: absolute; top: 70px; right: 0px; padding-bottom: 20px; width: 350px; text-align: center;}
72
c23d7350
ML
73 #content { margin-bottom: 14px; }
74
f2e4ef85 75 #featured-boxes, #below-content { border-top: 2px solid #ddd; padding-top: 14px; }
ce8739c5 76
804d0e43 77 #featured-boxes h3, #lp-resources h3{text-align: center; font-size: 24px; margin: 0; padding: 0; padding-top: 10px; padding-bottom: 10px;}
3fa3b05b 78
804d0e43
ML
79 #featured-boxes p, #lp-resources li {font-size: 20px;}
80
81
82
3fa3b05b
ML
83
84 .middlebox{background-color: #ddd !important;}
85
6108e758
ML
86 #tab-projects #content li{font-size: 18px !important; line-height: 26px;}
87
8ba1c0ee 88
9ceb8531
ML
89#tab-join #tab-join-link a,#tab-groups #tab-groups-link a,#tab-projects #tab-projects-link a,#tab-events #tab-events-link a,#tab-news #tab-news-link a { background-color: #7e2020; }
90
e3083a02
ML
91img { padding-bottom: 15px; }
92
0924ce85 93#navi div,#hd,#ft{width:975px;margin:0 auto;position:relative;}
99770f1c 94
8a313373
ML
95#hd { text-align: center; }
96
5554b08c 97#hd h1 { margin: 0; }
de54a082 98
5554b08c 99#hd p { font-size: 34px;
8a313373
ML
100 font-weight: bold;
101 color: #000000;
5554b08c 102 line-height:34px;
8a313373
ML
103 letter-spacing:-2px;
104 }
105
5554b08c
ML
106#hd p a { display: block; padding: 10px; }
107
8a313373
ML
108
109
99770f1c
ML
110#navi ul{margin:0;padding:0; line-height:50px;text-align:left}
111
112#navi li,#navi input{display:inline;font-size:20px;font-weight:bold;text-transform:lowercase;background-image:none !important;padding:0px}
113
114#navi li a{padding:10px 12px;color:white;text-decoration:none}
115
116#navi li a:hover{background-color:red}#navi{background-color:maroon;height:50px;color:white !important;margin-top:10px}
117
ebb8682b 118#navi form{width:460px;position:absolute;top:0;right:0;height:50px;line-height:50px}
99770f1c 119
f5a63c77
ML
120#navi form p{line-height:50px}#navi form input{padding:5px}
121
f8a204d1
ML
122.c { text-align: center; }
123
a6b01e3b 124#regions-list { margin: 0; padding: 0; text-align: center; }
f8a204d1 125
b832aefc
ML
126#regions-list li { display: inline; list-style: none; margin-right: 14px; font-size: 110%; }
127
25566ebc
ML
128#join-link { font-size: 16px; }
129
31d1e3ed 130form { width: 500px; margin: 0 auto 0; text-align: center; padding-top: 10px; }
502a9e7f 131
31d1e3ed 132form p { font-size: 14px; }
20cb5140 133
5554b08c
ML
134input { font-size: 18px; }
135