1div.dokuwiki div.rssclass{
2    text-align:left;
3    width: 400px;
4    padding: 5px;
5    background-color: #F3F3F3;
6    border: 1px solid black;
7    margin-bottom: 1em;
8    filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
9    -moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
10}
11
12div.dokuwiki div.rssclass a{
13    text-decoration: none;
14    text-align:left;
15}
16
17div.dokuwiki div.rss2class{
18    text-align:left;
19    width: 400px;
20    padding: 6px;
21    background-color: lightyellow;
22    border: 1px solid #004A00;
23}
24
25div.dokuwiki div.rsstitle{ /*shared class for all title elements in an RSS feed*/
26    font-weight: bold;
27}
28
29div.dokuwiki div.rssdate{ /*shared class for all date elements in an RSS feed*/
30    color: gray;
31    font-size: 85%;
32}
33
34div.dokuwiki div.rssdescription{ /*shared class for all description elements in an RSS feed*/
35}
36
37div.dokuwiki div.rsshead{ /*shared class for all title elements in an RSS feed*/
38    font-weight: bold;
39    text-align:left;
40    width: 400px ;
41}
42
43
44
45// Setup VIM: ex: et ts=4 enc=utf-8 :
46