source: trunk/UTIL/PYTHON/bibweb/mywebsite/andreas08.css @ 1206

Last change on this file since 1206 was 1142, checked in by aslmd, 11 years ago

bibweb: a version with clean repositories 1

File size: 5.1 KB
Line 
1/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
2
3/**************** Body and tag styles ****************/
4
5*{margin:0; padding:0;}
6
7body{
8font:76% Verdana,Tahoma,Arial,sans-serif;
9line-height:1.4em;
10text-align:center;
11color:#303030;
12background:#e8eaec;
13}
14
15a{
16color:#467aa7;
17font-weight:bold;
18text-decoration:none;
19background-color:inherit;
20}
21
22a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
23a img{border:none;}
24
25p{padding:0 0 1.6em 0;}
26p form{margin-top:0; margin-bottom:20px;}
27
28img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
29img.left{float:left; margin:0 12px 5px 0;}
30img.center{display:block; margin:0 auto 5px auto;}
31img.right{float:right; margin:0 0 5px 12px;}
32
33/**************** Header and navigation styles ****************/
34
35#container{
36width:760px;
37margin:20px auto;
38padding:1px 0;
39text-align:left;
40background:#ffffff;
41color:#303030;
42border:2px solid #a0a0a0;
43}
44
45#header{
46height:110px;
47width:758px;
48margin:0 1px 1px 1px;
49background:#467aa7;
50color:#ffffff;
51}
52
53#header h1{
54padding:35px 0 0 20px;
55font-size:2.4em;
56background-color:inherit;
57color:#ffffff;
58letter-spacing:-2px;
59font-weight:normal;
60}
61
62#header h2{
63margin:10px 0 0 40px;
64font-size:1.4em;
65background-color:inherit;
66color:#f0f2f4;
67letter-spacing:-1px;
68font-weight:normal;
69}
70
71#navigation{
72height:2.2em;
73line-height:2.2em;
74width:758px;
75margin:0 1px;
76background:#578bb8;
77color:#ffffff;
78}
79
80#navigation li{
81float:left;
82list-style-type:none;
83border-right:1px solid #ffffff;
84white-space:nowrap;
85}
86
87#navigation li a{
88display:block;
89padding:0 10px;
90font-size:0.8em;
91font-weight:normal;
92text-transform:uppercase;
93text-decoration:none;
94background-color:inherit;
95color: #ffffff;
96}
97
98* html #navigation a {width:1%;}
99
100#navigation .selected,#navigation a:hover{
101background:#80b0da;
102color:#ffffff;
103text-decoration:none;
104}
105
106/**************** Content styles ****************/
107
108#content{
109float:left;
110width:530px;
111font-size:1.1em;
112padding:20px 0 0 20px;
113}
114
115#content h2{
116display:block;
117margin:0 0 16px 0;
118font-size:1.7em;
119font-weight:normal;
120letter-spacing:-1px;
121color:#505050;
122background-color:inherit;
123}
124
125#content h2 a{font-weight:normal;}
126#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
127#content a:hover,#subcontent a:hover{text-decoration:underline;}
128#content ul,#content ol{margin:0 5px 16px 35px;}
129#content dl{margin:0 5px 10px 25px;}
130#content dt{font-weight:bold; margin-bottom:5px;}
131#content dd{margin:0 0 10px 15px;}
132
133/**************** Sidebar styles ****************/
134
135#subcontent{
136float:right;
137width:170px;
138padding:20px 20px 10px 0;
139line-height:1.4em;
140}
141
142#subcontent h2{
143display:block;
144margin:0 0 15px 0;
145font-size:1.6em;
146font-weight:normal;
147text-align:left;
148letter-spacing:-1px;
149color:#505050;
150background-color:inherit;
151}
152
153#subcontent p{margin:0 0 16px 0; font-size:0.9em;}
154
155/**************** Menublock styles ****************/
156
157.menublock{margin:0 0 20px 8px; font-size:0.9em;}
158.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
159.menublock li a{font-weight:bold; text-decoration:none;}
160.menublock li a:hover{text-decoration:none;}
161.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
162.menublock li ul li{margin-bottom:0;}
163.menublock li ul a{font-weight:normal;}
164
165/**************** Searchbar styles ****************/
166
167#searchbar{margin:0 0 20px 0;}
168#searchbar form fieldset{margin-left:10px; border:0 solid;}
169
170#searchbar #s{
171height:1.2em;
172width:110px;
173margin:0 5px 0 0;
174border:1px solid #a0a0a0;
175}
176
177#searchbar #searchbutton{
178width:auto;
179padding:0 1px;
180border:1px solid #808080;
181font-size:0.9em;
182text-align:center;
183}
184
185/**************** Footer styles ****************/
186
187#footer{
188clear:both;
189width:758px;
190padding:5px 0;
191margin:0 1px;
192font-size:0.8em;
193color:#f0f0f0;
194background:#467aa7;
195}
196
197#footer p{padding:0; margin:0; text-align:center;}
198#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
199#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
200
201/**************** Misc classes and styles ****************/
202
203.splitcontentleft{float:left; width:48%;}
204.splitcontentright{float:right; width:48%;}
205.clear{clear:both;}
206.small{font-size:0.8em;}
207.medium{font-size:0.9em;}
208.hide{display:none;}
209.textcenter{text-align:center;}
210.textright{text-align:right;}
211.important{color:#f02025; background-color:inherit; font-weight:bold;}
212
213.contour{
214text-align: center;
215border: 1px solid #000;
216padding: 5px;
217margin: 0px;
218}
219
220.box{
221margin:0 0 20px 0;
222padding:10px;
223border:1px solid #c0c0c0;
224background-color:#fafbfc;
225color:#505050;
226line-height:1.5em;
227}
228
229
230#tweets
231{       
232    border: 4px double #467aa7;
233    max-width:700px;
234    padding:16px;
235    font-size:0.8em;
236}
237#tweets legend
238{ 
239    color:#467aa7;
240}
241#twitter_update_list li
242{
243    list-style-type:square;
244    color:black;
245}
Note: See TracBrowser for help on using the repository browser.