[ Index ]
 

Code source de DokuWiki 2006-11-06

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/styles/ -> feed.css (source)

   1  rss channel, feed, RDF {
   2    font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
   3    background-color: White;
   4    color: Black;
   5    margin: 0;
   6    padding: 0;
   7  }
   8  
   9  
  10  link, description, language, managingEditor, copyright, lastBuildDate, date,
  11  pubDate, generator, webMaster, ttl, docs, tagline, author, copyright,
  12  generator, content, created, issued, modified, subject, id, format, creator,
  13  category, image {
  14    display: none;
  15  }
  16  
  17  item link, entry id {
  18    display: block;
  19    color:#436976;
  20    text-decoration:underline;
  21  }
  22  
  23  channel title, feed title {
  24    display: block;
  25    font-size:200%;
  26    font-weight:bolder;
  27    color:#436976;
  28    text-decoration:none;
  29    border-bottom: 20px solid #dee7ec;
  30  }
  31  
  32  :root:before {
  33    content: "This data file is meant to be read in a XML feed reader. See document source."
  34  }
  35  
  36  item, entry {
  37    display: block;
  38    margin: 1em 180px 1em 1em;
  39    border-bottom: 1px solid #8cacbb;
  40    padding-bottom: 1em;
  41  }
  42  
  43  item title, entry title {
  44    display: block;
  45    background: transparent none;
  46    border: 0px solid #ffffff;
  47    padding: 0;
  48    color: #222;
  49    font-size: 1.4em;
  50    font-weight: bold;
  51  }
  52  
  53  item pubDate, entry modified, item date {
  54    display: inline;
  55    color: #AAA;
  56    font: 1em trebuchet ms, arial, helvetica, sans-serif;
  57  }
  58  
  59  item description, entry summary {
  60    display: block;
  61    clear: both;
  62    padding-top: 0.5em;
  63  }


Généré le : Tue Apr 3 20:47:31 2007 par Balluche grâce à PHPXref 0.7