[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/rsc/css/ -> blog_elements.css (source)

   1  /**

   2   * Default Blog elements styles

   3   * Feel free to override all these styles in your own skins

   4   */
   5  
   6  table.prevnext_post {
   7      width: 95%;
   8      margin: 0 auto;
   9  }
  10  table.prevnext_post a {
  11      text-decoration: none;
  12  }
  13  
  14  
  15  .bMore {
  16      text-align: left;
  17  }
  18  .bMore a {
  19      font-weight: bold;
  20      font-size: 110%;
  21  }
  22  
  23  .FigZone {
  24      text-align: center;
  25      margin: 8px;
  26  }
  27  .FigCent240 {
  28      width: 240px;
  29      color: #fff;
  30      background-color: #000;
  31      padding: 12px;
  32      margin: 0ex auto;
  33      border: 1px solid #fff;
  34      text-align: center;
  35  }
  36  .FigCent320 {
  37      width: 320px;
  38      color: #fff;
  39      background-color: #000;
  40      padding: 12px;
  41      margin: 0ex auto;
  42      border: 1px solid #fff;
  43      text-align: center;
  44  }
  45  .FigZone img {
  46      border: none;
  47      margin-bottom: 8px;
  48      text-align: center;
  49  }
  50  .FigZone a {
  51      color: #fff;
  52      text-decoration: none;
  53  }
  54  .FigZone a:link {
  55      color: #fff;
  56  }
  57  .FigZone a:visited {
  58      color: #fff;
  59  }
  60  .FigZone a:active {
  61      color: #fff;
  62  }
  63  
  64  a.permalink_right,
  65  span.bIcons
  66  {
  67      float: right;
  68      border: 0px;
  69      margin: 0 0 0 1em;
  70  }
  71  
  72  p.baseline a.contact_link,
  73  a.contact_link {
  74      text-decoration: underline;
  75  }
  76  
  77  span.NonExistentWikiWord {
  78      border-bottom: 1px dotted #ccc;
  79  }
  80  
  81  div.videoblock {
  82      text-align: center;
  83      margin:auto;
  84      overflow: auto;
  85  }
  86  
  87  div.codeblock {
  88      background-color: #eee;
  89      border: 1px dotted #aaa;
  90      margin: 1ex;
  91      padding: 1ex;
  92      overflow: auto;
  93  }
  94  
  95  div.codeblock pre {
  96      margin: 0;
  97  }
  98  
  99  pre {
 100      overflow:hidden;
 101  }
 102  
 103  /* Calendar: */

 104  table.bCalendarTable caption {
 105      font-size: 105%;
 106      font-weight: bold;
 107      margin: auto;
 108      padding: 3px 0;
 109      white-space: nowrap;
 110  }
 111  table.bCalendarTable {
 112      margin: 0 auto 1em auto;
 113      font-size: 77%;
 114      border-collapse: separate;
 115      border-spacing: 0px;
 116  }
 117  tr.bCalendarRow {
 118      text-align: center;
 119  }
 120  th.bCalendarHeaderCell {
 121      color: #999;
 122      font-size: 84%;
 123      width: 4ex;
 124  }
 125  td.bCalendarCell,
 126  td.bCalendarLinkPost,
 127  td.bCalendarEmptyCell {
 128      width: 4ex;
 129      padding: 2px 0;
 130  }
 131  .bCalendarLinkPost {
 132      font-weight: bold;
 133  }
 134  #bCalendarToday {

 135      background-color: #f6eeee;
 136      border: 1px solid #900;
 137  }
 138  
 139  /* TODO: not very unique IDs! (prev/next) - used in Calendar at least*/

 140  td#prev,
 141  td#next {
 142      font-weight: bold;
 143      font-size: 105%;
 144      padding: .5ex;
 145      white-space: nowrap;
 146  }
 147  td#prev a,
 148  td#next a {
 149      padding: .5ex;
 150  }
 151  td#prev {
 152      text-align:left;
 153  }
 154  td#next {
 155      text-align:right;
 156  }


Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics