slitaz-forge diff doc/lib/tpl/slitaz-orange/print.css @ rev 49

Add latest Dokuwiki theme
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 02:29:19 2011 +0200 (2011-04-06)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/lib/tpl/slitaz-orange/print.css	Wed Apr 06 02:29:19 2011 +0200
     1.3 @@ -0,0 +1,235 @@
     1.4 +
     1.5 +body {
     1.6 +  font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
     1.7 +  background-color: White;
     1.8 +  color: Black;
     1.9 +}
    1.10 +
    1.11 +table {
    1.12 +  font-size: 100%;
    1.13 +  padding:0;
    1.14 +  margin:0;
    1.15 +}
    1.16 +
    1.17 +tr,td,th {padding:0; margin:0;}
    1.18 +
    1.19 +img {border:0}
    1.20 +
    1.21 +a {
    1.22 +  color:#000000;
    1.23 +  text-decoration:none;
    1.24 +  background: none !important;
    1.25 +}
    1.26 +
    1.27 +
    1.28 +div.meta {
    1.29 +  clear:both;
    1.30 +  margin-top: 1em;
    1.31 +  font-size:70%;
    1.32 +  text-align:right;
    1.33 +}
    1.34 +
    1.35 +
    1.36 +div.notify,
    1.37 +div.info,
    1.38 +div.success,
    1.39 +div.error,
    1.40 +div.breadcrumbs,
    1.41 +div.secedit {
    1.42 +  display:none;
    1.43 +}
    1.44 +
    1.45 +/* --------------------- Text formating -------------------------------- */
    1.46 +
    1.47 +/* external link */
    1.48 +a.urlextern:after {
    1.49 +   content: " [" attr(href) "]";
    1.50 +   font-size: 90%;
    1.51 +}
    1.52 +
    1.53 +/* interwiki link */
    1.54 +a.interwiki:after {
    1.55 +   content: " [" attr(href) "]";
    1.56 +   font-size: 90%;
    1.57 +}
    1.58 +
    1.59 +/* email link */
    1.60 +a.mail:after {
    1.61 +   content: " [" attr(href) "]";
    1.62 +   font-size: 90%;
    1.63 +}
    1.64 +
    1.65 +/* existing wikilink */
    1.66 +a.wikilink1    {text-decoration:underline }
    1.67 +
    1.68 +/* the document */
    1.69 +div.page {
    1.70 +  text-align: justify;
    1.71 +}
    1.72 +
    1.73 +/* general headline setup */
    1.74 +h1, h2, h3, h4, h5 {
    1.75 +    color: Black;
    1.76 +    background-color: transparent;
    1.77 +    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    1.78 +    font-size: 100%;
    1.79 +    font-weight: normal;
    1.80 +    margin-left:    0;
    1.81 +    margin-right:   0;
    1.82 +    margin-top:     0;
    1.83 +    margin-bottom:  1em;
    1.84 +    padding-left:   0;
    1.85 +    padding-right:  0;
    1.86 +    padding-top:    0.5em;
    1.87 +    padding-bottom: 0;
    1.88 +    border-bottom: 1px solid #000000;
    1.89 +    clear:left;
    1.90 +}
    1.91 +
    1.92 +/* special headlines */
    1.93 +h1 {font-size: 160%; font-weight: bold;}
    1.94 +h2 {font-size: 150%; }
    1.95 +h3 {font-size: 140%; border-bottom: none; }
    1.96 +h4 {font-size: 120%; border-bottom: none; }
    1.97 +h5 {font-size: 100%; border-bottom: none; }
    1.98 +
    1.99 +/* embedded images */
   1.100 +img.media {
   1.101 +  margin: 3px;
   1.102 +}
   1.103 +
   1.104 +img.medialeft {
   1.105 +  border: 0;
   1.106 +  float: left;
   1.107 +  margin: 0 1.5em 0 0;
   1.108 +}
   1.109 +
   1.110 +img.mediaright {
   1.111 +  border: 0;
   1.112 +  float: right;
   1.113 +  margin: 0 0 0 1.5em;
   1.114 +}
   1.115 +
   1.116 +/* unordered lists */
   1.117 +ul {
   1.118 +    line-height: 1.5em;
   1.119 +    list-style-type: square;
   1.120 +    margin: 0 0 0.5em 1.5em;
   1.121 +    padding: 0;
   1.122 +
   1.123 +}
   1.124 +
   1.125 +/* ordered lists */
   1.126 +ol {
   1.127 +    line-height: 1.5em;
   1.128 +    margin: 0 0 0.5em 2.5em;
   1.129 +    padding: 0;
   1.130 +    font-weight: normal;
   1.131 +}
   1.132 +ol ol {
   1.133 +    margin: 0 0 0.5em 1.5em;
   1.134 +}
   1.135 +
   1.136 +div.dokuwiki ol {list-style-type: decimal}
   1.137 +div.dokuwiki ol ol {list-style-type: upper-roman}
   1.138 +div.dokuwiki ol ol ol {list-style-type: lower-alpha}
   1.139 +div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
   1.140 +
   1.141 +/* the list items overriding the ol definition */
   1.142 +span.li {
   1.143 +    font-weight: normal;
   1.144 +}
   1.145 +
   1.146 +/* code blocks by indention */
   1.147 +pre.pre {
   1.148 +  font-size: 8pt;
   1.149 +  padding: 0.5em;
   1.150 +  border: 1px dashed #000000;
   1.151 +  color: Black;
   1.152 +  overflow: visible;
   1.153 +}
   1.154 +
   1.155 +/* code blocks by code tag */
   1.156 +pre.code {
   1.157 +  font-size: 8pt;
   1.158 +  padding: 0.5em;
   1.159 +  border: 1px dashed #000000;
   1.160 +  color: Black;
   1.161 +  overflow: visible;
   1.162 +}
   1.163 +
   1.164 +/* inline code words */
   1.165 +code {
   1.166 +  font-size: 120%;
   1.167 +}
   1.168 +
   1.169 +/* code blocks by file tag */
   1.170 +pre.file {
   1.171 +  font-size: 8pt;
   1.172 +  padding: 0.5em;
   1.173 +  border: 1px dotted #000000;
   1.174 +  color: Black;
   1.175 +  overflow: visible;
   1.176 +}
   1.177 +
   1.178 +/* footnotes */
   1.179 +div.footnotes{
   1.180 +  clear:both;
   1.181 +  border-top: 1px solid #000000;
   1.182 +  padding-left: 1em;
   1.183 +  margin-top: 1em;
   1.184 +}
   1.185 +
   1.186 +div.fn{
   1.187 +  font-size:90%;
   1.188 +}
   1.189 +
   1.190 +a.fn_top{
   1.191 +  vertical-align:super;
   1.192 +  font-size:80%;
   1.193 +}
   1.194 +
   1.195 +a.fn_bot{
   1.196 +  vertical-align:super;
   1.197 +  font-size:80%;
   1.198 +  font-weight:bold;
   1.199 +}
   1.200 +
   1.201 +acronym{
   1.202 +  border: 0;
   1.203 +}
   1.204 +
   1.205 +/* ---------- inline tables ------------------- */
   1.206 +
   1.207 +table.inline {
   1.208 +  font-size: 80%;
   1.209 +  background-color: #ffffff;
   1.210 +  border-spacing: 0px;
   1.211 +  border-collapse: collapse;
   1.212 +}
   1.213 +
   1.214 +table.inline th {
   1.215 +  padding: 3px;
   1.216 +  border: 1px solid #000000;
   1.217 +  border-bottom: 2px solid #000000;
   1.218 +}
   1.219 +
   1.220 +table.inline td {
   1.221 +  padding: 3px;
   1.222 +  border: 1px solid #000000;
   1.223 +}
   1.224 +
   1.225 +.leftalign{
   1.226 +  text-align: left;
   1.227 +}
   1.228 +
   1.229 +.centeralign{
   1.230 +  text-align: center;
   1.231 +}
   1.232 +
   1.233 +.rightalign{
   1.234 +  text-align: right;
   1.235 +}
   1.236 +
   1.237 +.toc, .footerinc, .header, .bar, .user {display:none}
   1.238 +