[ Index ]
 

Code source de Kupu-1.3.5

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

title

Body

[fermer]

/doc/ -> default.css (source)

   1  /*
   2  :Author: David Goodger
   3  :Contact: goodger@users.sourceforge.net
   4  :date: $Date: 2004/06/23 13:31:26 $
   5  :version: $Revision: 1.37 $
   6  :copyright: This stylesheet has been placed in the public domain.
   7  
   8  Default cascading style sheet for the HTML output of Docutils.
   9  */
  10  
  11  .first {
  12    margin-top: 0 }
  13  
  14  .last {
  15    margin-bottom: 0 }
  16  
  17  a.toc-backref {
  18    text-decoration: none ;
  19    color: black }
  20  
  21  blockquote.epigraph {
  22    margin: 2em 5em ; }
  23  
  24  dd {
  25    margin-bottom: 0.5em }
  26  
  27  /* Uncomment (& remove this text!) to get bold-faced definition list terms
  28  dt {
  29    font-weight: bold }
  30  */
  31  
  32  div.abstract {
  33    margin: 2em 5em }
  34  
  35  div.abstract p.topic-title {
  36    font-weight: bold ;
  37    text-align: center }
  38  
  39  div.attention, div.caution, div.danger, div.error, div.hint,
  40  div.important, div.note, div.tip, div.warning, div.admonition {
  41    margin: 2em ;
  42    border: medium outset ;
  43    padding: 1em }
  44  
  45  div.attention p.admonition-title, div.caution p.admonition-title,
  46  div.danger p.admonition-title, div.error p.admonition-title,
  47  div.warning p.admonition-title {
  48    color: red ;
  49    font-weight: bold ;
  50    font-family: sans-serif }
  51  
  52  div.hint p.admonition-title, div.important p.admonition-title,
  53  div.note p.admonition-title, div.tip p.admonition-title,
  54  div.admonition p.admonition-title {
  55    font-weight: bold ;
  56    font-family: sans-serif }
  57  
  58  div.dedication {
  59    margin: 2em 5em ;
  60    text-align: center ;
  61    font-style: italic }
  62  
  63  div.dedication p.topic-title {
  64    font-weight: bold ;
  65    font-style: normal }
  66  
  67  div.figure {
  68    margin-left: 2em }
  69  
  70  div.footer, div.header {
  71    font-size: smaller }
  72  
  73  div.sidebar {
  74    margin-left: 1em ;
  75    border: medium outset ;
  76    padding: 0em 1em ;
  77    background-color: #ffffee ;
  78    width: 40% ;
  79    float: right ;
  80    clear: right }
  81  
  82  div.sidebar p.rubric {
  83    font-family: sans-serif ;
  84    font-size: medium }
  85  
  86  div.system-messages {
  87    margin: 5em }
  88  
  89  div.system-messages h1 {
  90    color: red }
  91  
  92  div.system-message {
  93    border: medium outset ;
  94    padding: 1em }
  95  
  96  div.system-message p.system-message-title {
  97    color: red ;
  98    font-weight: bold }
  99  
 100  div.topic {
 101    margin: 2em }
 102  
 103  h1.title {
 104    text-align: center }
 105  
 106  h2.subtitle {
 107    text-align: center }
 108  
 109  hr {
 110    width: 75% }
 111  
 112  ol.simple, ul.simple {
 113    margin-bottom: 1em }
 114  
 115  ol.arabic {
 116    list-style: decimal }
 117  
 118  ol.loweralpha {
 119    list-style: lower-alpha }
 120  
 121  ol.upperalpha {
 122    list-style: upper-alpha }
 123  
 124  ol.lowerroman {
 125    list-style: lower-roman }
 126  
 127  ol.upperroman {
 128    list-style: upper-roman }
 129  
 130  p.attribution {
 131    text-align: right ;
 132    margin-left: 50% }
 133  
 134  p.caption {
 135    font-style: italic }
 136  
 137  p.credits {
 138    font-style: italic ;
 139    font-size: smaller }
 140  
 141  p.label {
 142    white-space: nowrap }
 143  
 144  p.rubric {
 145    font-weight: bold ;
 146    font-size: larger ;
 147    color: maroon ;
 148    text-align: center }
 149  
 150  p.sidebar-title {
 151    font-family: sans-serif ;
 152    font-weight: bold ;
 153    font-size: larger }
 154  
 155  p.sidebar-subtitle {
 156    font-family: sans-serif ;
 157    font-weight: bold }
 158  
 159  p.topic-title {
 160    font-weight: bold }
 161  
 162  pre.address {
 163    margin-bottom: 0 ;
 164    margin-top: 0 ;
 165    font-family: serif ;
 166    font-size: 100% }
 167  
 168  pre.line-block {
 169    font-family: serif ;
 170    font-size: 100% }
 171  
 172  pre.literal-block, pre.doctest-block {
 173    margin-left: 2em ;
 174    margin-right: 2em ;
 175    background-color: #eeeeee }
 176  
 177  span.classifier {
 178    font-family: sans-serif ;
 179    font-style: oblique }
 180  
 181  span.classifier-delimiter {
 182    font-family: sans-serif ;
 183    font-weight: bold }
 184  
 185  span.interpreted {
 186    font-family: sans-serif }
 187  
 188  span.option {
 189    white-space: nowrap }
 190  
 191  span.option-argument {
 192    font-style: italic }
 193  
 194  span.pre {
 195    white-space: pre }
 196  
 197  span.problematic {
 198    color: red }
 199  
 200  table {
 201    margin-top: 0.5em ;
 202    margin-bottom: 0.5em }
 203  
 204  table.citation {
 205    border-left: solid thin gray ;
 206    padding-left: 0.5ex }
 207  
 208  table.docinfo {
 209    margin: 2em 4em }
 210  
 211  table.footnote {
 212    border-left: solid thin black ;
 213    padding-left: 0.5ex }
 214  
 215  td, th {
 216    padding-left: 0.5em ;
 217    padding-right: 0.5em ;
 218    vertical-align: top }
 219  
 220  th.docinfo-name, th.field-name {
 221    font-weight: bold ;
 222    text-align: left ;
 223    white-space: nowrap }
 224  
 225  h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
 226    font-size: 100% }
 227  
 228  tt {
 229    background-color: #eeeeee }
 230  
 231  ul.auto-toc {
 232    list-style-type: none }


Généré le : Sun Feb 25 15:30:41 2007 par Balluche grâce à PHPXref 0.7