lifetype-1.2.12 vanilla
[lifetype/.git] / styles / rss.css
1 rss, channel, item, date, guid{
2         display:block;
3 }
4
5 date{
6         border-bottom: 1px dashed #000000;
7 }
8
9 date:before{
10         content: "Last Update: "
11 }
12
13 creator{
14         display: block;
15         color: #990033;
16         background-color: #FFFFFF;
17         border-bottom: 1px dashed #000000;
18 }
19
20 creator:before{
21         color: #000000;
22         background-color: #FFFFFF;
23         content: "Contact: "
24 }
25 channel{
26         margin-top: 5px;
27         margin-left:90px;
28         margin-right: 120px;
29         padding-bottom: 30px;
30 }
31 rss{
32         margin: 0px;
33         padding: 0px;
34         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
35         color: #000000;
36         background: #FFFFFF;
37 }
38 link, language, rights, description{
39         display: none;
40 }
41 title{
42         font-family: ariel, sans-serif;
43         background: #990033;
44         color: #FFFFFF;
45         text-decoration: none;
46         display: block;
47     font-weight: bold;
48 }
49
50 item *{
51         display:block;
52 }
53 li{
54         display: list-item;
55         list-style: circle;
56         color: #000000;
57         background-color: #FFFFFF;
58 }
59 item date {
60         display: none;
61 }
62 item description{
63         display: block;
64 }
65
66 item font{
67         display: inline;
68 }
69 item body, item body p {
70         color: #000000;
71         background: #FFFFFF;
72 }
73 item{
74         margin-left:90px;
75         margin-right: 120px;
76         border: 1px solid #000000;
77 }
78 item link, item guid{
79         margin-top: 10px;
80         border-top: 1px dashed #000000;
81         text-align: right;
82         padding-right: 5px;
83 }
84 item title{
85         font-weight: bold;
86 }
87 ins{
88         text-decoration: none;
89 }
90 p {
91         padding-bottom: 5px;
92         line-height: 140%;
93         margin-top: 1em;
94         margin-left: 10px;
95         margin-right: 10px;
96         background: #FFFFFF;
97         color: #000000;
98 }
99 ul, ol, dl{
100         padding-bottom: 10px;
101         margin-left: 5%;
102         margin-right: 10px;
103 }
104 code{
105         font-weight: bold;
106 }
107 var {
108         font-weight: bold;
109         font-size:12px;
110 }
111 a{
112         background: #FFFFFF;
113         color: #990033;
114         text-decoration: underline;
115 }
116 a:visited{
117         background:  #FFFFFF;
118         color: #990066;
119 }
120 a:hover{
121         text-decoration: none;
122 }
123 acronym{
124         border-bottom: 1px dotted #990033;
125         font-weight: bold;
126 }
127 blockquote {
128         font-weight: bold;
129         background: #eee;
130         color: #333;
131         border: 1px dashed #000000;
132         margin: 40px;
133 }
134
135 blockquote p {
136         font-weight: bold;
137         background: #eee;
138         color: #333;
139 }
140
141 blockquote acronym, blockquote p acronym{
142         border-bottom: 1px dotted #000000;
143         font-weight: bold;
144 }
145 dt{
146         font-weight: bold;
147 }
148 dd{
149         text-indent: 5%;
150 }
151 span.caps, acronym, cite, a, ins, del, strong, em {
152         display: inline;
153 }
154 del{
155         text-decoration: line-through;
156 }