aboutsummaryrefslogtreecommitdiff
path: root/vendors/dokuwiki/lib/styles/feed.css
diff options
context:
space:
mode:
Diffstat (limited to 'vendors/dokuwiki/lib/styles/feed.css')
-rw-r--r--vendors/dokuwiki/lib/styles/feed.css63
1 files changed, 0 insertions, 63 deletions
diff --git a/vendors/dokuwiki/lib/styles/feed.css b/vendors/dokuwiki/lib/styles/feed.css
deleted file mode 100644
index 44b72d770..000000000
--- a/vendors/dokuwiki/lib/styles/feed.css
+++ /dev/null
@@ -1,63 +0,0 @@
-rss channel, feed, RDF {
- font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
- background-color: __background__;
- color: __text__;
- margin: 0;
- padding: 0;
-}
-
-
-link, description, language, managingEditor, copyright, lastBuildDate, date,
-pubDate, generator, webMaster, ttl, docs, tagline, author, copyright,
-generator, content, created, issued, modified, subject, id, format, creator,
-category, image {
- display: none;
-}
-
-item link, entry id {
- display: block;
- color: __extern__;
- text-decoration: underline;
-}
-
-channel title, feed title {
- display: block;
- font-size: 200%;
- font-weight: bolder;
- color: __extern__;
- text-decoration: none;
- border-bottom: 20px solid __background_alt__;
-}
-
-:root:before {
- content: "This data file is meant to be read in a XML feed reader. See document source."
-}
-
-item, entry {
- display: block;
- margin: 1em 180px 1em 1em;
- border-bottom: 1px solid __border__;
- padding-bottom: 1em;
-}
-
-item title, entry title {
- display: block;
- background: transparent none;
- border: 0px solid __background_other__;
- padding: 0;
- color: __text_alt__;
- font-size: 1.4em;
- font-weight: bold;
-}
-
-item pubDate, entry modified, item date {
- display: inline;
- color: __text_neu__;
- font: 1em trebuchet ms, arial, helvetica, sans-serif;
-}
-
-item description, entry summary {
- display: block;
- clear: both;
- padding-top: 0.5em;
-}