[ Index ]
 

Code source de Plume CMS 1.2.2

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/manager/templates/default/style/ -> rss.css (source)

   1  /* ***** BEGIN LICENSE BLOCK *****
   2   * Version: MPL 1.1/GPL 2.0/LGPL 2.1
   3   *
   4   * The contents of this file are subject to the Mozilla Public License Version
   5   * 1.1 (the "License"); you may not use this file except in compliance with
   6   * the License. You may obtain a copy of the License at
   7   * http://www.mozilla.org/MPL/
   8   *
   9   * Software distributed under the License is distributed on an "AS IS" basis,
  10   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11   * for the specific language governing rights and limitations under the
  12   * License.
  13   *
  14   * The Original Code is DotClear Weblog.
  15   *
  16   * The Initial Developer of the Original Code is
  17   * Olivier Meunier.
  18   * Portions created by the Initial Developer are Copyright (C) 2003
  19   * the Initial Developer. All Rights Reserved.
  20   *
  21   * Contributor(s):
  22   *
  23   * Alternatively, the contents of this file may be used under the terms of
  24   * either the GNU General Public License Version 2 or later (the "GPL"), or
  25   * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26   * in which case the provisions of the GPL or the LGPL are applicable instead
  27   * of those above. If you wish to allow use of your version of this file only
  28   * under the terms of either the GPL or the LGPL, and not to allow others to
  29   * use your version of this file under the terms of the MPL, indicate your
  30   * decision by deleting the provisions above and replace them with the notice
  31   * and other provisions required by the GPL or the LGPL. If you do not delete
  32   * the provisions above, a recipient may use your version of this file under
  33   * the terms of any one of the MPL, the GPL or the LGPL.
  34   *
  35   * ***** END LICENSE BLOCK ***** */
  36  
  37  rss, channel, item, title, description, link
  38  {
  39    display: block;
  40  }
  41  
  42  image, language, managingEditor, webMaster, docs, copyright,
  43  lastBuildDate, pubDate, rating, day, hour,
  44  skipDays, skipHours, textinput, name, creator, subject, rights
  45  {
  46    display: none;
  47  }
  48  
  49  RDF {
  50      display:block;
  51      font-family : "Trebuchet MS",Trebuchet,Arial,Geneva,Helvetica,sans-serif;
  52      min-width:12em;
  53      padding : 1em 0.5em;
  54      margin : 1em 8%;
  55  }
  56  
  57  channel, item {
  58       
  59      padding:0.5em;
  60      margin : 0.5em 0 0 0;
  61  }
  62  
  63  item {
  64      border:1px solid #ccc;
  65  }
  66  
  67  channel>title {
  68      font-family: Georgia, Times, "Times New Roman", Serif;
  69      font-style: italic;
  70      font-weight: bold;
  71      text-align: center;
  72      font-size:1.6em;
  73      letter-spacing : 0.1em;
  74      padding : 0 0 0.5em 0;
  75  }
  76  
  77  channel>description {
  78      font-style: italic;
  79      font-size:1.2em;
  80      padding : 0.2em 0;
  81  }
  82  
  83  item>title {
  84      text-align:left;
  85      font-size:1.2em;
  86      padding : 0 0 0.5em 0;
  87  }
  88  
  89  date {
  90      margin: 0 0 0 1em;
  91  }
  92  
  93  link {
  94      color : #b00;
  95      margin-left: 1em;
  96  }


Généré le : Mon Nov 26 11:57:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics