More work in story_footer image clearing.
[gruta.git] / templates / artemus / ALL / css
blob39b55c108892bad8e3d82a271eed1736e382a04d
1 body { font-family: verdana; background: white; color: black; margin: 0; padding: 0; font-size: 14px }
2 .boxtit { background: #eeeecd; font-size: 120%; }
3 .boxbod { }
5 A:link { color: #c0803c; font-weight: bold; text-decoration: underline; }
6 A:visited { color: #c0803c; font-weight: bold; text-decoration: underline; }
7 A:active { color: #c0803c; font-weight: bold; text-decoration: none; }
8 A:hover { color: #c0803c; font-weight: bold; text-decoration: underline; }
10 .slogan { color: white; }
11 .highlight { background: yellow }
13 h1 { font-size: 160%; font-family: trebuchet ms; }
14 h2 { font-size: 140%; font-family: georgia; }
15 h3 { font-size: 130%; font-family: georgia; }
16 h4 { font-size: 120%; }
17 h5 { font-size: 100%; }
18 h6 { font-size: 80%; }
20 .header {
21         height: 80px;
22         padding-top: 1em;
23         background-color: #d89433;
24         background-image: url(/img/logo.jpg);
25         background-repeat: no-repeat;
26         text-align: right;
29 .header .slogan { color: white; }
31 .footer { clear: both; }
33 .column1        { float: left; padding: 1em; width: 160px; }
34 .main           { padding: 1em; margin-left: 200px ; margin-right: 200px; }
35 .column2        { float: right; padding: 1em; width: 160px; }
37 .clearer { clear: both; }
39 .tags { float: right; font-size: 90%; }
40 .self_links { text-align: center; font-size: 90%; }
41 .hits { font-size: 90% }
42 .full_story_link { font-size: 90% }
43 .edit_link { font-size: 90% }
44 .date { font-size: 90% }
45 .story_abstract { float: left; }
46 .story_footer { float: left; width: 100%; background: #eeeecd; }
47 .topic_list { margin-left: 2em; }
49 hr { size: 1; }