The 'intermixed_index' template now prints dates as headers.
[gruta.git] / templates / artemus / ALL / css
blob32cc0d27cfe2cd981fce46e798ae725413deacd4
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(http://triptico.com/data/gruta_logo.jpg);
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 .boxtit { display: none; }
37 .topnav2 { background: #ffffcd; }
38 .topnav2 ul { list-style-type: none; margin: 0; padding: 0; }
39 .topnav2 ul li { display: inline; padding-left: 1em; font-size: 90%; }
40 .topnav2 .boxtit { display: none; }
42 .meta_menu { float: right; color: black; }
43 .meta_menu a:link { color: #c0803c; }
44 .meta_menu a:visited { color: #c0803c; }
45 .meta_menu ul { list-style-type: none; margin: 0; padding: 0; }
46 .meta_menu ul li { display: inline; padding-left: 1em; font-size: 90%; }
47 .meta_menu ul li form { display: inline; }
48 .meta_menu ul li input { font-size: 90% }
50 .footer { clear: both; text-align: center; }
52 .column1        { float: left; padding: 1em; width: 160px; }
53 .main           { padding: 1em; margin-left: 200px ; margin-right: 200px; }
54 .column2        { float: right; padding: 1em; width: 160px; }
56 .clearer { clear: both; }
58 .tags { float: right; font-size: 90%; }
59 .self_links { text-align: center; font-size: 90%; clear: both; }
60 .hits { font-size: 90% }
61 .full_story_link { font-size: 90% }
62 .edit_link { font-size: 90% }
63 .date { font-size: 90% }
64 .story_abstract { float: left; width: 100%; }
65 .story_footer { float: left; width: 100%; background: #eeeecd; margin-bottom: 2em; }
66 .topic_list { margin-left: 2em; }
67 .navigator { clear: both; }
68 .navigator .prev { float: left; }
69 .navigator .next { float: right; }
71 .index_date { border-bottom: solid 2px; }
73 .right { float: right; margin: 0.5em; padding: 1em; }
74 .left { float: left; margin: 0.5em; padding: 1em; }
76 hr { size: 1; }
78 blockquote {
79     margin: 0 20px;
80     padding: 0 20px;
81     border-left: 4px solid #CCC;
82     border-right: 1px solid #CCC;
83     border-top: 1px solid #CCC;
84     border-bottom: 1px solid #CCC;
85     background-color: #efefef;
86     font-size: 0.9em;