Added clear: both to the story_footer CSS class.
[gruta.git] / templates / artemus / ALL / css
blobcf38facda550fce1ce06017d2e02df1c4b0e3605
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 { background: #d89433 }
21 .header .slogan { text-align: right; color: white; }
22 .header form { text-align: right }
24 .footer { clear: both; }
26 .column1        { float: left; padding: 1em; width: 160px; }
27 .main           { padding: 1em; margin-left: 200px ; margin-right: 200px; }
28 .column2        { float: right; padding: 1em; width: 160px; }
30 .clearer { clear: both; }
32 .tags { float: right; font-size: 90%; }
33 .self_links { text-align: center; font-size: 90%; }
34 .hits { font-size: 90% }
35 .full_story_link { font-size: 90% }
36 .edit_link { font-size: 90% }
37 .date { font-size: 90% }
38 .story_footer { clear: both; background: #eeeecd; }
39 .topic_list { margin-left: 2em; }
41 hr { size: 1; }