[ Index ]
 

Code source de DokuWiki 2006-11-06

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

title

Body

[fermer]

/lib/tpl/default/ -> print.css (source)

   1  
   2  body {
   3    font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
   4    background-color: White;
   5    color: Black;
   6  }
   7  
   8  table {
   9    font-size: 100%;
  10    padding:0;
  11    margin:0;
  12  }
  13  
  14  tr,td,th {padding:0; margin:0;}
  15  
  16  img {border:0}
  17  
  18  a {
  19    color:#000000;
  20    text-decoration:none;
  21    background: none !important;
  22  }
  23  
  24  
  25  div.meta {
  26    clear:both;
  27    margin-top: 1em;
  28    font-size:70%;
  29    text-align:right;
  30  }
  31  
  32  div.breadcrumbs{
  33    display:none;
  34  }
  35  
  36  div.secedit{
  37    display:none;
  38  }
  39  
  40  /* --------------------- Text formating -------------------------------- */
  41  
  42  /* external link */
  43  a.urlextern:after {
  44     content: " [" attr(href) "]";
  45     font-size: 90%;
  46  }
  47  
  48  /* interwiki link */
  49  a.interwiki:after {
  50     content: " [" attr(href) "]";
  51     font-size: 90%;
  52  }
  53  
  54  /* email link */
  55  a.mail:after {
  56     content: " [" attr(href) "]";
  57     font-size: 90%;
  58  }
  59  
  60  /* existing wikilink */
  61  a.wikilink1    {text-decoration:underline }
  62  
  63  /* the document */
  64  div.page {
  65    text-align: justify;
  66  }
  67  
  68  /* general headline setup */
  69  h1, h2, h3, h4, h5 {
  70      color: Black;
  71      background-color: transparent;
  72      font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  73      font-size: 100%;
  74      font-weight: normal;
  75      margin-left:    0;
  76      margin-right:   0;
  77      margin-top:     0;
  78      margin-bottom:  1em;
  79      padding-left:   0;
  80      padding-right:  0;
  81      padding-top:    0.5em;
  82      padding-bottom: 0;
  83      border-bottom: 1px solid #000000;
  84      clear:left;
  85  }
  86  
  87  /* special headlines */
  88  h1 {font-size: 160%; font-weight: bold;}
  89  h2 {font-size: 150%; }
  90  h3 {font-size: 140%; border-bottom: none; }
  91  h4 {font-size: 120%; border-bottom: none; }
  92  h5 {font-size: 100%; border-bottom: none; }
  93  
  94  /* embedded images */
  95  img.media {
  96    margin: 3px;
  97  }
  98  
  99  img.medialeft {
 100    border: 0;
 101    float: left;
 102    margin: 0 1.5em 0 0;
 103  }
 104  
 105  img.mediaright {
 106    border: 0;
 107    float: right;
 108    margin: 0 0 0 1.5em;
 109  }
 110  
 111  /* unordered lists */
 112  ul {
 113      line-height: 1.5em;
 114      list-style-type: square;
 115      margin: 0 0 0.5em 1.5em;
 116      padding: 0;
 117  
 118  }
 119  
 120  /* ordered lists */
 121  ol {
 122      line-height: 1.5em;
 123      margin: 0 0 0.5em 2.5em;
 124      padding: 0;
 125      font-weight: normal;
 126  }
 127  ol ol {
 128      margin: 0 0 0.5em 1.5em;
 129  }
 130  
 131  div.dokuwiki ol {list-style-type: decimal}
 132  div.dokuwiki ol ol {list-style-type: upper-roman}
 133  div.dokuwiki ol ol ol {list-style-type: lower-alpha}
 134  div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
 135  
 136  /* the list items overriding the ol definition */
 137  span.li {
 138      font-weight: normal;
 139  }
 140  
 141  /* code blocks by indention */
 142  pre.pre {
 143    font-size: 8pt;
 144    padding: 0.5em;
 145    border: 1px dashed #000000;
 146    color: Black;
 147    overflow: visible;
 148  }
 149  
 150  /* code blocks by code tag */
 151  pre.code {
 152    font-size: 8pt;
 153    padding: 0.5em;
 154    border: 1px dashed #000000;
 155    color: Black;
 156    overflow: visible;
 157  }
 158  
 159  /* inline code words */
 160  code {
 161    font-size: 120%;
 162  }
 163  
 164  /* code blocks by file tag */
 165  pre.file {
 166    font-size: 8pt;
 167    padding: 0.5em;
 168    border: 1px dotted #000000;
 169    color: Black;
 170    overflow: visible;
 171  }
 172  
 173  /* footnotes */
 174  div.footnotes{
 175    clear:both;
 176    border-top: 1px solid #000000;
 177    padding-left: 1em;
 178    margin-top: 1em;
 179  }
 180  
 181  div.fn{
 182    font-size:90%;
 183  }
 184  
 185  a.fn_top{
 186    vertical-align:super;
 187    font-size:80%;
 188  }
 189  
 190  a.fn_bot{
 191    vertical-align:super;
 192    font-size:80%;
 193    font-weight:bold;
 194  }
 195  
 196  acronym{
 197    border: 0;
 198  }
 199  
 200  /* ---------- inline tables ------------------- */
 201  
 202  table.inline {
 203    font-size: 80%;
 204    background-color: #ffffff;
 205    border-spacing: 0px;
 206    border-collapse: collapse;
 207  }
 208  
 209  table.inline th {
 210    padding: 3px;
 211    border: 1px solid #000000;
 212    border-bottom: 2px solid #000000;
 213  }
 214  
 215  table.inline td {
 216    padding: 3px;
 217    border: 1px solid #000000;
 218  }
 219  
 220  .leftalign{
 221    text-align: left;
 222  }
 223  
 224  .centeralign{
 225    text-align: center;
 226  }
 227  
 228  .rightalign{
 229    text-align: right;
 230  }
 231  
 232  .toc, .footerinc, .header, .bar, .user {display:none}
 233  
 234  #sidebar {display:none}


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