New CSS class 'topic_index'.
[gruta.git] / templates / artemus / ALL / css
blob20a8b7d6fff8e8bf4174334dcefcd842b348b4d0
1 body, table { 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 .highlight { background: yellow }
12 h1 { font-size: 160%; font-family: trebuchet ms; }
13 h2 { font-size: 140%; font-family: georgia; }
14 h3 { font-size: 130%; font-family: georgia; }
15 h4 { font-size: 120%; }
16 h5 { font-size: 100%; }
17 h6 { font-size: 80%; }
19 .top {
20         height: 80px;
21         padding-top: 1em;
22         padding-right: 1em;
23         background-color: white;
24         background-image: url({-cfg_logo_url});
25         background-repeat: no-repeat;
26         text-align: left;
27         color: white;
30 .top .slogan { padding-top: 30px; padding-left: 4em; margin-bottom: 10px; clear: both; }
32 .topnav { background: #eeeecd; }
33 .topnav ul { list-style-type: none; margin: 0; padding: 0; }
34 .topnav ul li { display: inline; padding-left: 1em; font-size: 90%; }
35 .topnav h1 { display: none; }
36 .topnav .boxtit { display: none; }
38 .topnav2 { background: #ffffcd; }
39 .topnav2 ul { list-style-type: none; margin: 0; padding: 0; }
40 .topnav2 ul li { display: inline; padding-left: 1em; font-size: 90%; }
41 .topnav2 h1 { display: none; }
42 .topnav2 .boxtit { display: none; }
44 .meta_menu { float: right; color: black; }
45 .meta_menu a:link { color: #c0803c; }
46 .meta_menu a:visited { color: #c0803c; }
47 .meta_menu ul { list-style-type: none; margin: 0; padding: 0; }
48 .meta_menu ul li { display: inline; padding-left: 1em; font-size: 90%; }
49 .meta_menu ul li form { display: inline; }
50 .meta_menu ul li input { font-size: 90% }
52 .footer { clear: both; text-align: center; }
54 .column1        { float: left; padding: 1em; width: 160px; }
55 .main           { padding: 1em; margin-left: 200px ; margin-right: 200px; }
56 .column2        { float: right; padding: 1em; width: 160px; }
58 .clearer { clear: both; }
60 .tags { float: right; font-size: 90%; }
61 .self_links { text-align: center; font-size: 90%; clear: both; }
62 .hits { font-size: 90% }
63 .full_story_link { font-size: 90% }
64 .edit_link { font-size: 90% }
65 .topic_link { font-size: 90% }
66 .date { font-size: 90% }
67 .story_abstract { float: left; width: 100%; }
68 .story_footer { float: left; width: 100%; background: #eeeecd; margin-bottom: 2em; }
69 .topic_list { margin-left: 2em; }
70 .topic_index { border-bottom: solid 1px; }
71 .navigator { clear: both; }
72 .navigator .prev { float: left; }
73 .navigator .next { float: right; }
75 .index_date { border-bottom: solid 2px; }
77 .right { float: right; margin: 0.5em; padding: 1em; }
78 .left { float: left; margin: 0.5em; padding: 1em; }
80 hr { size: 1; }
82 blockquote {
83     margin: 0 20px;
84     padding: 0 20px;
85     border-left: 4px solid #CCC;
86     border-right: 1px solid #CCC;
87     border-top: 1px solid #CCC;
88     border-bottom: 1px solid #CCC;
89     background-color: #efefef;
90     font-size: 0.9em;