slitaz-forge 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 5c348f41a718
children dff75f6bd710
files doc/lib/tpl/slitaz-orange/UWEB.css doc/lib/tpl/slitaz-orange/design.css doc/lib/tpl/slitaz-orange/detail.php doc/lib/tpl/slitaz-orange/images/UWEB.png doc/lib/tpl/slitaz-orange/images/button-css.png doc/lib/tpl/slitaz-orange/images/button-dw.png doc/lib/tpl/slitaz-orange/images/button-rss.png doc/lib/tpl/slitaz-orange/images/button-xhtml.png doc/lib/tpl/slitaz-orange/images/favicon.ico doc/lib/tpl/slitaz-orange/images/header-img.png doc/lib/tpl/slitaz-orange/images/link_icon.gif doc/lib/tpl/slitaz-orange/images/logo.png doc/lib/tpl/slitaz-orange/images/mail_icon.gif doc/lib/tpl/slitaz-orange/images/network.png doc/lib/tpl/slitaz-orange/images/tools.png doc/lib/tpl/slitaz-orange/layout.css doc/lib/tpl/slitaz-orange/main.php doc/lib/tpl/slitaz-orange/media.css doc/lib/tpl/slitaz-orange/mediamanager.php doc/lib/tpl/slitaz-orange/print.css doc/lib/tpl/slitaz-orange/rtl.css doc/lib/tpl/slitaz-orange/style.ini scn/README
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/lib/tpl/slitaz-orange/UWEB.css	Wed Apr 06 02:29:19 2011 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +/**
     1.5 + * This stylesheet adds the Universal Wiki Edit Button log to the edit page button
     1.6 + *
     1.7 + * For more info about this Wiki community project visit http://www.aboutus.org/uweb
     1.8 +
     1.9 +
    1.10 +html>body div.dokuwiki form.btn_edit input.button {
    1.11 +  padding: 0.125em 0.4em 0.125em 2em;
    1.12 +  background:  __background__ url(images/UWEB.png) no-repeat 0.2em 0.2em;
    1.13 +}
    1.14 +
    1.15 +/* nice alphatransparency background except for IE <7 */
    1.16 +html>body div.dokuwiki form.btn_edit input.button {
    1.17 +  padding: 0px 0px 0px 18px;
    1.18 +  background: url(images/UWEB.png) no-repeat left bottom;
    1.19 +}
    1.20 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/doc/lib/tpl/slitaz-orange/design.css	Wed Apr 06 02:29:19 2011 +0200
     2.3 @@ -0,0 +1,1018 @@
     2.4 +/**
     2.5 + * Design elements for default Template
     2.6 + *
     2.7 + * @author Andreas Gohr <andi@splitbrain.org>
     2.8 + * @author Anika Henke <henke@cosmocode.de>
     2.9 + */
    2.10 +
    2.11 +/* -------------- general elements --------------- */
    2.12 +
    2.13 +/* * { padding: 0; margin: 0; } */
    2.14 +
    2.15 +/* SliTaz stuff */
    2.16 +html {
    2.17 +	min-height:  102%;
    2.18 +}
    2.19 +
    2.20 +body {
    2.21 +	background: #ffffff;
    2.22 +	color: black;
    2.23 +	font: 13px sans-serif, vernada, arial;
    2.24 +	margin: 0;
    2.25 +	min-width: 800px;
    2.26 +}
    2.27 +
    2.28 +/* Languges */
    2.29 +
    2.30 +#lang {
    2.31 +	position: absolute;
    2.32 +	top: 40px;
    2.33 +	right: 0px;
    2.34 +	text-align: right;
    2.35 +	width: auto;
    2.36 +	margin: 0;
    2.37 +	padding: 4px 4px 4px 20px;
    2.38 +	font-size: 11px;
    2.39 +	font-weight: bold;
    2.40 +}
    2.41 +
    2.42 +#lang a {
    2.43 +	text-decoration: none;
    2.44 +	font-weight: bold
    2.45 +}
    2.46 +
    2.47 +
    2.48 +#lang a:hover, div.plugin_translation a:hover {
    2.49 +	background: transparent;
    2.50 +	color: #b64b22;
    2.51 +}
    2.52 +
    2.53 +#lang img {
    2.54 +	vertical-align: middle;
    2.55 +}
    2.56 +
    2.57 +/* Header and title */
    2.58 +
    2.59 +#header {
    2.60 +	background: #351a0a;
    2.61 +	color: #fff;
    2.62 +	width: 100%;
    2.63 +	height: 40px;
    2.64 +}
    2.65 +
    2.66 +#header h1 {
    2.67 +	margin: 0;
    2.68 +	padding: 8px 0 0 42px;
    2.69 +	width: 250px;
    2.70 +}
    2.71 +
    2.72 +#header h1 a { 
    2.73 +	color: white; 
    2.74 +	text-decoration: none;
    2.75 +	font-size: 20px;
    2.76 +	font-style: italic;
    2.77 +}
    2.78 +
    2.79 +#header h1 a:hover, #network a:hover { 
    2.80 +	color: #d66018;
    2.81 +}
    2.82 +
    2.83 +/* Logo */
    2.84 +
    2.85 +#logo {
    2.86 +	background: url(images/logo.png) no-repeat left;
    2.87 +	position: absolute;
    2.88 +	float: left;
    2.89 +	left: 0px;
    2.90 +	top: 0px;
    2.91 +	width: 40px;
    2.92 +	height: 40px;
    2.93 +}
    2.94 +
    2.95 +/* SliTaz Network */
    2.96 +
    2.97 +#network { 
    2.98 +	float: right; 
    2.99 +	padding: 10px 5px 0; 
   2.100 +	font-size: 12px;
   2.101 +}
   2.102 +
   2.103 +#network a { padding: 0 6px; color: #fff; 
   2.104 +	font-weight: bold;
   2.105 +	text-decoration: none;}
   2.106 +#network img { vertical-align: middle; }
   2.107 +
   2.108 +#block { 
   2.109 +	min-height: 100px; 
   2.110 +	background: #d66018; 
   2.111 +	padding: 20px 12% 0;
   2.112 +	text-align: center;
   2.113 +	color: #333;
   2.114 +	border-bottom: 1px solid #f5f5f5;
   2.115 +}
   2.116 +
   2.117 +/* Page content */
   2.118 +
   2.119 +#content {
   2.120 +	background: white;
   2.121 +	color: black;
   2.122 +	text-align: justify;
   2.123 +	height: auto;
   2.124 +	margin: 0;
   2.125 +	padding: 40px 80px;
   2.126 +}
   2.127 +
   2.128 +#content li, #content-full li {
   2.129 +	line-height: 1.5em;
   2.130 +	text-align: left;
   2.131 +}
   2.132 +
   2.133 +/* Box and block. */
   2.134 +
   2.135 +.tools { 
   2.136 +	width: 100%;
   2.137 +	min-height: 30px;
   2.138 +	background-color: #cc5b17;
   2.139 +	padding: 8px 5px 1px 5px;
   2.140 +	margin: 10px 0;
   2.141 +	vertical-align: middle;
   2.142 +	text-align: left;
   2.143 +}
   2.144 +
   2.145 +.tools img, .tools form { vertical-align: middle; }
   2.146 +.tools span { font-size: 110%; }
   2.147 +div.dokuwiki .tools input.button {
   2.148 +  color: #fff;
   2.149 +}
   2.150 +div.dokuwiki .tools input:hover.button {
   2.151 +  color: #351a0a;
   2.152 +}
   2.153 +
   2.154 +#footer, .tools {
   2.155 +	-moz-border-radius: 4px;
   2.156 +	-webkit-border-radius: 4px;
   2.157 +	border-radius: 4px;
   2.158 +}
   2.159 +
   2.160 +.right_box {
   2.161 +	width: 50%;
   2.162 +	float: right;
   2.163 +}
   2.164 +
   2.165 +/* HTML styles */
   2.166 +
   2.167 +h1, h1 a {
   2.168 +	color: #888;
   2.169 +	background: transparent;
   2.170 +	text-align: left;
   2.171 +	margin: 0;
   2.172 +	font-size: 130%;
   2.173 +	font-weight: bold;
   2.174 +	padding: 0;
   2.175 +	text-decoration: none !important;
   2.176 +}
   2.177 +
   2.178 +h2, h2 a {
   2.179 +	color: #666;
   2.180 +	padding: 0;
   2.181 +	margin: 20px 0 0 0;
   2.182 +	font-size: 130%;
   2.183 +	font-weight: bold;
   2.184 +	text-decoration: none !important;
   2.185 +}
   2.186 +
   2.187 +h3, .tools span {
   2.188 +	font-weight: bold;
   2.189 +	color: #666666;
   2.190 +	background: transparent;
   2.191 +}
   2.192 +	
   2.193 +h3 img { 
   2.194 +	vertical-align: middle;
   2.195 +	width: 20px;
   2.196 +	height: 20px;
   2.197 +	padding-right: 4px; 
   2.198 +}
   2.199 +
   2.200 +a {
   2.201 +	text-decoration: underline;
   2.202 +	color: #103A5E;
   2.203 +	background: inherit;
   2.204 +}
   2.205 +
   2.206 +a:hover {
   2.207 +	text-decoration: none;
   2.208 +	color: blue;
   2.209 +	background: inherit;
   2.210 +}
   2.211 +
   2.212 +code {
   2.213 +	font-size: 12px;
   2.214 +	color: #669900;
   2.215 +	background: inherit;
   2.216 +}
   2.217 +
   2.218 +tt {
   2.219 +	color: #15EE15;
   2.220 +	background: inherit;
   2.221 +}
   2.222 +
   2.223 +img {
   2.224 +	border: 0pt none;
   2.225 +}
   2.226 +
   2.227 +pre {
   2.228 +	padding: 5px;
   2.229 +	color: black;
   2.230 +	background: #E1E0B0;
   2.231 +}
   2.232 +
   2.233 +pre.script {
   2.234 +	padding: 10px;
   2.235 +	color: black;
   2.236 +	background: #E8E8E8;
   2.237 +	border: 1px inset #606060;
   2.238 +}
   2.239 +
   2.240 +textarea {
   2.241 +	background: #E5E5E5;
   2.242 +	margin-top: 12px;
   2.243 +}
   2.244 +
   2.245 +.year:after {
   2.246 +	/* content: "2007-2011"; */
   2.247 +	content: "2011";
   2.248 +}
   2.249 +
   2.250 +/* Footer */
   2.251 +
   2.252 +#footer {
   2.253 +	border-top: 1px solid #ddd;
   2.254 +	padding: 40px;
   2.255 +	text-align: center;
   2.256 +	color: #666666;
   2.257 +	height: 200px;
   2.258 +	clear: both;
   2.259 +	width: 100%;
   2.260 +}
   2.261 +#footer a {
   2.262 +	background: inherit;
   2.263 +	color: #666666;
   2.264 +}
   2.265 +#footer a:hover {
   2.266 +	background: inherit;
   2.267 +	color: #333333;
   2.268 +}
   2.269 +#footer ul {
   2.270 +	list-style-type: none;
   2.271 +}
   2.272 +#footer li {
   2.273 +	padding: 2px;
   2.274 +}
   2.275 +#footer h4 {
   2.276 +	margin: 0 20px;
   2.277 +	font-size: 125%;
   2.278 +}
   2.279 +
   2.280 +/* the document */
   2.281 +div.dokuwiki div.page {
   2.282 +  text-align: justify;
   2.283 +  background: #ffffff;
   2.284 +}
   2.285 +
   2.286 +div.dokuwiki table {
   2.287 +  font-size: 100%;
   2.288 +}
   2.289 +
   2.290 +div.dokuwiki tr,
   2.291 +div.dokuwiki td,
   2.292 +div.dokuwiki th {
   2.293 +}
   2.294 +
   2.295 +div.dokuwiki img {
   2.296 +  border: 0;
   2.297 +}
   2.298 +
   2.299 +div.dokuwiki p,
   2.300 +div.dokuwiki blockquote,
   2.301 +div.dokuwiki table,
   2.302 +div.dokuwiki pre {
   2.303 +  margin: 0 0 1.0em 0;
   2.304 +}
   2.305 +
   2.306 +div.dokuwiki hr {
   2.307 +  border: 0px;
   2.308 +  border-top: 1px solid __border__;
   2.309 +  text-align: center;
   2.310 +  height: 0px;
   2.311 +}
   2.312 +
   2.313 +div.dokuwiki div.nothing {
   2.314 +  text-align: center;
   2.315 +  margin: 2em;
   2.316 +}
   2.317 +
   2.318 +/* ---------------- forms ------------------------ */
   2.319 +
   2.320 +div.dokuwiki form {
   2.321 +  border: none;
   2.322 +  display: inline;
   2.323 +}
   2.324 +
   2.325 +div.dokuwiki label.block {
   2.326 +  display: block;
   2.327 +  text-align: right;
   2.328 +  font-weight: bold;
   2.329 +  min-height: 20px;
   2.330 +  margin: 0;
   2.331 +}
   2.332 +
   2.333 +div.dokuwiki label.simple {
   2.334 +  display: block;
   2.335 +  text-align: left;
   2.336 +  font-weight: normal;
   2.337 +}
   2.338 +
   2.339 +div.dokuwiki label.block input.edit {
   2.340 +  width: 50%;
   2.341 +}
   2.342 +
   2.343 +div.dokuwiki fieldset {
   2.344 +  width: 300px;
   2.345 +  text-align: center;
   2.346 +  border: 1px solid __border__;
   2.347 +  padding: 0.5em;
   2.348 +  margin: auto;
   2.349 +}
   2.350 +
   2.351 +div.dokuwiki textarea.edit {
   2.352 +  font-family: monospace;
   2.353 +  font-size: 14px;
   2.354 +  color: __text__;
   2.355 +  background-color: __background__;
   2.356 +  border: 1px solid __border__;
   2.357 +  padding: 0.3em 0 0 0.3em;
   2.358 +  width: 100%;
   2.359 +}
   2.360 +
   2.361 +div.dokuwiki input.edit,
   2.362 +div.dokuwiki select.edit {
   2.363 +  font-size: 100%;
   2.364 +  border: 1px solid __border__;
   2.365 +  color: __text__;
   2.366 +  background-color: __background__;
   2.367 +  vertical-align: middle;
   2.368 +  margin: 0px;
   2.369 +  padding: 0.20em 0.3em;
   2.370 +  display: inline;
   2.371 +}
   2.372 +
   2.373 +div.dokuwiki select.edit {
   2.374 +  padding: 0.1em 0;
   2.375 +}
   2.376 +
   2.377 +div.dokuwiki input.missing {
   2.378 +  font-size: 100%;
   2.379 +  border: 1px solid __border__;
   2.380 +  color: __text__;
   2.381 +  background-color: #ffcccc;
   2.382 +  vertical-align: middle;
   2.383 +  margin: 1px;
   2.384 +  padding: 0.20em 0.3em;
   2.385 +  display: inline;
   2.386 +}
   2.387 +
   2.388 +/* disabled style - not understood by IE */
   2.389 +div.dokuwiki textarea.edit[disabled],
   2.390 +div.dokuwiki textarea.edit[readonly],
   2.391 +div.dokuwiki input.edit[disabled],
   2.392 +div.dokuwiki input.edit[readonly],
   2.393 +div.dokuwiki select.edit[disabled] {
   2.394 +  background-color: __background_neu__!important;
   2.395 +  color: __text_neu__!important;
   2.396 +}
   2.397 +
   2.398 +/* edit form */
   2.399 +div.dokuwiki div.toolbar,
   2.400 +div.dokuwiki div#wiki__editbar {
   2.401 +   margin: 2px 0;
   2.402 +   text-align: left;
   2.403 +}
   2.404 +div.dokuwiki div#size__ctl {
   2.405 +   float: right;
   2.406 +   width: 60px;
   2.407 +   height: 2.7em;
   2.408 +}
   2.409 +div.dokuwiki #size__ctl img {
   2.410 +   cursor: pointer;
   2.411 +}
   2.412 +div.dokuwiki div#wiki__editbar div.editButtons {
   2.413 +   float: left;
   2.414 +   padding: 0 1.0em 0.7em 0;
   2.415 +}
   2.416 +div.dokuwiki div#wiki__editbar div.summary {
   2.417 +   float: left;
   2.418 +}
   2.419 +div.dokuwiki .nowrap {
   2.420 +   white-space: nowrap;
   2.421 +}
   2.422 +div.dokuwiki div#draft__status {
   2.423 +  float: right;
   2.424 +  color: __text_alt__;
   2.425 +}
   2.426 +
   2.427 +/* --------- buttons ------------------- */
   2.428 +
   2.429 +
   2.430 +div.dokuwiki input.button,
   2.431 +div.dokuwiki button.button {
   2.432 +  border: 0px solid #eaeaea;
   2.433 +  color: #0F314E;
   2.434 +  background-color: transparent;
   2.435 +  vertical-align: middle;
   2.436 +  text-decoration: none;
   2.437 +  font-size: 12px;
   2.438 +  font-weight: bold;
   2.439 +  cursor: pointer;
   2.440 +  padding: 0;
   2.441 +}
   2.442 +
   2.443 +div.dokuwiki input:hover.button {
   2.444 +  color: #b64b22;
   2.445 +}
   2.446 +
   2.447 +* html div.dokuwiki input.button,
   2.448 +* html div.dokuwiki button.button {
   2.449 +  height: 24px;
   2.450 +}
   2.451 +
   2.452 +div.dokuwiki div.secedit input.button {
   2.453 +  border: 1px solid #eaeaea;
   2.454 +  color: #3E1220;
   2.455 +  background-color: transparent;
   2.456 +  vertical-align: middle;
   2.457 +  text-decoration: none;
   2.458 +  margin: 0;
   2.459 +  padding: 0;
   2.460 +  font-size: 10px;
   2.461 +  cursor: pointer;
   2.462 +  float: right;
   2.463 +  display: inline;
   2.464 +}
   2.465 +
   2.466 +/* ----------- page navigator ------------- */
   2.467 +
   2.468 +div.dokuwiki div.pagenav {
   2.469 +    margin: 1em 0 0 0;
   2.470 +}
   2.471 +
   2.472 +div.dokuwiki div.pagenav-prev {
   2.473 +    text-align: right;
   2.474 +    float: left;
   2.475 +    width: 49%
   2.476 +}
   2.477 +
   2.478 +div.dokuwiki div.pagenav-next {
   2.479 +    text-align: left;
   2.480 +    float: right;
   2.481 +    width: 49%
   2.482 +}
   2.483 +
   2.484 +/* --------------- Links ------------------ */
   2.485 +
   2.486 +div.dokuwiki a:link,
   2.487 +div.dokuwiki a:visited {
   2.488 +  color: __extern__;
   2.489 +  text-decoration: none;
   2.490 +}
   2.491 +div.dokuwiki a:hover,
   2.492 +div.dokuwiki a:active {
   2.493 +  color: __text__;
   2.494 +  text-decoration: underline;
   2.495 +}
   2.496 +
   2.497 +div.dokuwiki h3 a,
   2.498 +div.dokuwiki h4 a,
   2.499 +div.dokuwiki h5 a,
   2.500 +div.dokuwiki a.nolink {
   2.501 +  color: #6c0023 !important;
   2.502 +  text-decoration: none !important;
   2.503 +}
   2.504 +
   2.505 +/* external link */
   2.506 +div.dokuwiki a.urlextern {
   2.507 +  background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
   2.508 +  padding: 1px 0px 1px 16px;
   2.509 +}
   2.510 +
   2.511 +/* windows share */
   2.512 +div.dokuwiki a.windows {
   2.513 +  background: transparent url(images/windows.gif) 0px 1px no-repeat;
   2.514 +  padding: 1px 0px 1px 16px;
   2.515 +}
   2.516 +
   2.517 +/* interwiki link (icon are set by dokuwiki) */
   2.518 +div.dokuwiki a.interwiki {
   2.519 +}
   2.520 +
   2.521 +/* link to some embedded media */
   2.522 +div.dokuwiki a.media {
   2.523 +}
   2.524 +
   2.525 +div.dokuwiki a.urlextern:link,
   2.526 +div.dokuwiki a.windows:link,
   2.527 +div.dokuwiki a.interwiki:link {
   2.528 +  color: __extern__;
   2.529 +}
   2.530 +
   2.531 +div.dokuwiki a.urlextern:visited,
   2.532 +div.dokuwiki a.windows:visited,
   2.533 +div.dokuwiki a.interwiki:visited {
   2.534 +  color: purple;
   2.535 +}
   2.536 +div.dokuwiki a.urlextern:hover,
   2.537 +div.dokuwiki a.urlextern:active,
   2.538 +div.dokuwiki a.windows:hover,
   2.539 +div.dokuwiki a.windows:active,
   2.540 +div.dokuwiki a.interwiki:hover,
   2.541 +div.dokuwiki a.interwiki:active {
   2.542 +  color: __text__;
   2.543 +}
   2.544 +
   2.545 +/* email link */
   2.546 +div.dokuwiki a.mail {
   2.547 +  background: transparent url(images/mail_icon.gif) 0px 1px no-repeat;
   2.548 +  padding: 1px 0px 1px 16px;
   2.549 +}
   2.550 +
   2.551 +/* existing wikipage */
   2.552 +div.dokuwiki a.wikilink1 {
   2.553 +  color: #0F314E;
   2.554 +  text-decoration: underline;
   2.555 +}
   2.556 +div.dokuwiki a.wikilink1:hover {
   2.557 +  text-decoration: none;
   2.558 +  color: blue;
   2.559 +}
   2.560 +
   2.561 +/* not existing wikipage */
   2.562 +div.dokuwiki a.wikilink2 {
   2.563 +  color: __missing__ !important;
   2.564 +  text-decoration: none !important;
   2.565 +  border-bottom: dashed 1px __missing__ !important;
   2.566 +}
   2.567 +
   2.568 +/* ------------- Page elements ----------------- */
   2.569 +
   2.570 +div.dokuwiki div.preview {
   2.571 +  background-color: __background_neu__;
   2.572 +  margin: 0 0 0 2em;
   2.573 +  padding: 4px;
   2.574 +  border: 1px dashed __text__;
   2.575 +}
   2.576 +
   2.577 +div.dokuwiki div.breadcrumbs {
   2.578 +  background-color: #f1f1f1;
   2.579 +  color: __text_neu__;
   2.580 +  font-size: 85%;
   2.581 +  padding: 1px 0px 1px 18px;
   2.582 +  margin: 0px 100px 0px 100px;
   2.583 +}
   2.584 +
   2.585 +div.dokuwiki span.user {
   2.586 +  color: __text_other__;
   2.587 +  font-size: 90%;
   2.588 +}
   2.589 +
   2.590 +div.dokuwiki li.minor {
   2.591 +  color: __text_neu__;
   2.592 +  font-style: italic;
   2.593 +}
   2.594 +
   2.595 +/* embedded images */
   2.596 +div.dokuwiki img.media {
   2.597 +  margin: 3px;
   2.598 +}
   2.599 +
   2.600 +div.dokuwiki img.medialeft {
   2.601 +  border: 0;
   2.602 +  float: left;
   2.603 +  margin: 0 1.5em 0 0;
   2.604 +}
   2.605 +
   2.606 +div.dokuwiki img.mediaright {
   2.607 +  border: 0;
   2.608 +  float: right;
   2.609 +  margin: 0 0 0 1.5em;
   2.610 +}
   2.611 +
   2.612 +div.dokuwiki img.mediacenter {
   2.613 +  border: 0;
   2.614 +  display: block;
   2.615 +  margin: 0 auto;
   2.616 +}
   2.617 +
   2.618 +/* smileys */
   2.619 +div.dokuwiki img.middle {
   2.620 +  vertical-align: middle;
   2.621 +}
   2.622 +
   2.623 +div.dokuwiki acronym {
   2.624 +  cursor: help;
   2.625 +  border-bottom: 1px dotted __text__;
   2.626 +}
   2.627 +
   2.628 +/* general headline setup */
   2.629 +div.dokuwiki h1,
   2.630 +div.dokuwiki h2,
   2.631 +div.dokuwiki h3,
   2.632 +div.dokuwiki h4,
   2.633 +div.dokuwiki h5 {
   2.634 +    background-color: transparent;
   2.635 +    clear: left;
   2.636 +}
   2.637 +
   2.638 +/* unordered lists */
   2.639 +div.dokuwiki ul {
   2.640 +  line-height: 1.5em;
   2.641 +  list-style-type: square;
   2.642 +  list-style-image: none;
   2.643 +  margin: 0 0 0.5em 1.5em;
   2.644 +  color: __text_alt__;
   2.645 +}
   2.646 +
   2.647 +/* ordered lists */
   2.648 +div.dokuwiki ol {
   2.649 +  line-height: 1.5em;
   2.650 +  list-style-image: none;
   2.651 +  margin: 0 0 0.5em 1.5em;
   2.652 +  color: __text_alt__;
   2.653 +  font-weight: bold;
   2.654 +}
   2.655 +
   2.656 +/* the list items overriding the ul/ol definition */
   2.657 +div.dokuwiki .li {
   2.658 +  color: __text__;
   2.659 +  font-weight: normal;
   2.660 +}
   2.661 +
   2.662 +div.dokuwiki ol {list-style-type: decimal}
   2.663 +div.dokuwiki ol ol {list-style-type: upper-roman}
   2.664 +div.dokuwiki ol ol ol {list-style-type: lower-alpha}
   2.665 +div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
   2.666 +
   2.667 +div.dokuwiki li.open {
   2.668 +  list-style-image: url(images/open.gif);
   2.669 +    /*list-style-type: circle;*/
   2.670 +}
   2.671 +
   2.672 +div.dokuwiki li.closed {
   2.673 +  list-style-image: url(images/closed.gif);
   2.674 +    /*list-style-type: disc;*/
   2.675 +}
   2.676 +
   2.677 +div.dokuwiki blockquote {
   2.678 +  border-left: 2px solid __border__;
   2.679 +  padding-left: 3px;
   2.680 +}
   2.681 +
   2.682 +div.dokuwiki pre {
   2.683 +  font-size: 100%;
   2.684 +  padding: 5px;
   2.685 +  color: black;
   2.686 +  background: #E1E0B0;
   2.687 +  border: 0;
   2.688 +  overflow: auto;
   2.689 +}
   2.690 +
   2.691 +/* code blocks by indention */
   2.692 +div.dokuwiki pre.pre {
   2.693 +  background-color: __background_other__;
   2.694 +}
   2.695 +
   2.696 +/* code blocks by code tag */
   2.697 +div.dokuwiki pre.code {
   2.698 +	-moz-border-radius: 4px;
   2.699 +	-webkit-border-radius: 4px;
   2.700 +	background-color: #f8f8f8; 
   2.701 +	border: 1px solid #ddd; 
   2.702 +	padding: 10px;
   2.703 +
   2.704 +}
   2.705 +
   2.706 +/* inline code words */
   2.707 +div.dokuwiki code {
   2.708 +  font-size: 120%;
   2.709 +}
   2.710 +
   2.711 +/* code blocks by file tag */
   2.712 +div.dokuwiki pre.file {
   2.713 +  background-color: __background_alt__;
   2.714 +}
   2.715 +
   2.716 +/* inline tables */
   2.717 +div.dokuwiki table.inline {
   2.718 +  background-color: __background__;
   2.719 +  border-spacing: 0px;
   2.720 +  border-collapse: collapse;
   2.721 +}
   2.722 +
   2.723 +div.dokuwiki table.inline th {
   2.724 +  padding: 3px;
   2.725 +  border: 1px solid __border__;
   2.726 +  background-color: __background_alt__;
   2.727 +}
   2.728 +
   2.729 +div.dokuwiki table.inline td {
   2.730 +  padding: 3px;
   2.731 +  border: 1px solid __border__;
   2.732 +}
   2.733 +
   2.734 +/* ---------- table of contents ------------------- */
   2.735 +
   2.736 +div.dokuwiki div.toc {
   2.737 +  margin: 1.2em 0 0 2em;
   2.738 +  float: right;
   2.739 +  width: 200px;
   2.740 +  font-size: 80%;
   2.741 +  clear: both;
   2.742 +}
   2.743 +
   2.744 +div.dokuwiki div.tocheader {
   2.745 +  border: 1px solid __border__;
   2.746 +  background-color: __background_alt__;
   2.747 +  text-align: left;
   2.748 +  font-weight: bold;
   2.749 +  padding: 3px;
   2.750 +  margin-bottom: 2px;
   2.751 +}
   2.752 +
   2.753 +div.dokuwiki span.toc_open,
   2.754 +div.dokuwiki span.toc_close {
   2.755 +    border: 0.4em solid __background_alt__;
   2.756 +    float: right;
   2.757 +    display: block;
   2.758 +    margin: 0.4em 3px 0 0;
   2.759 +}
   2.760 +
   2.761 +div.dokuwiki span.toc_open span,
   2.762 +div.dokuwiki span.toc_close span {
   2.763 +    display: none;
   2.764 +}
   2.765 +
   2.766 +div.dokuwiki span.toc_open {
   2.767 +    margin-top: 0.4em;
   2.768 +    border-top: 0.4em solid __text__;
   2.769 +}
   2.770 +
   2.771 +div.dokuwiki span.toc_close {
   2.772 +    margin-top: 0;
   2.773 +    border-bottom: 0.4em solid __text__;
   2.774 +}
   2.775 +
   2.776 +div.dokuwiki #toc__inside {
   2.777 +  border: 1px solid __border__;
   2.778 +  background-color: __background__;
   2.779 +  text-align: left;
   2.780 +  padding: 0.5em 0 0.7em 0;
   2.781 +}
   2.782 +
   2.783 +div.dokuwiki ul.toc {
   2.784 +  list-style-type: none;
   2.785 +  list-style-image: none;
   2.786 +  line-height: 1.2em;
   2.787 +  padding-left: 1em;
   2.788 +  margin: 0;
   2.789 +}
   2.790 +
   2.791 +div.dokuwiki ul.toc li {
   2.792 +  background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
   2.793 +  padding-left: 0.4em;
   2.794 +}
   2.795 +
   2.796 +div.dokuwiki ul.toc li.clear {
   2.797 +  background-image: none;
   2.798 +  padding-left: 0.4em;
   2.799 +}
   2.800 +
   2.801 +div.dokuwiki a.toc:link,
   2.802 +div.dokuwiki a.toc:visited {
   2.803 +  color: __extern__;
   2.804 +}
   2.805 +
   2.806 +div.dokuwiki a.toc:hover,
   2.807 +div.dokuwiki a.toc:active {
   2.808 +  color: __text__;
   2.809 +}
   2.810 +
   2.811 +/* ---------------------------- Diff rendering --------------------------*/
   2.812 +div.dokuwiki table.diff {
   2.813 +  background-color: __background__;
   2.814 +  width: 100%;
   2.815 +}
   2.816 +div.dokuwiki td.diff-blockheader {
   2.817 +  font-weight: bold;
   2.818 +}
   2.819 +div.dokuwiki table.diff th {
   2.820 +  border-bottom: 1px solid __border__;
   2.821 +  font-size: 120%;
   2.822 +  width: 50%;
   2.823 +  font-weight: normal;
   2.824 +  text-align: left;
   2.825 +}
   2.826 +div.dokuwiki table.diff td {
   2.827 +  font-family: monospace;
   2.828 +  font-size: 100%;
   2.829 +}
   2.830 +div.dokuwiki td.diff-addedline {
   2.831 +  background-color: #ddffdd;
   2.832 +}
   2.833 +div.dokuwiki td.diff-deletedline {
   2.834 +    background-color: #ffffbb;
   2.835 +}
   2.836 +div.dokuwiki td.diff-context {
   2.837 +    background-color: __background_neu__;
   2.838 +}
   2.839 +div.dokuwiki table.diff td.diff-addedline strong,
   2.840 +div.dokuwiki table.diff td.diff-deletedline strong {
   2.841 +    color: red;
   2.842 +}
   2.843 +
   2.844 +/* --------------------- footnotes -------------------------------- */
   2.845 +
   2.846 +div.dokuwiki div.footnotes {
   2.847 +  clear: both;
   2.848 +  border-top: 1px solid __border__;
   2.849 +  padding-left: 1em;
   2.850 +  margin-top: 1em;
   2.851 +}
   2.852 +
   2.853 +div.dokuwiki div.fn {
   2.854 +  font-size: 90%;
   2.855 +}
   2.856 +
   2.857 +div.dokuwiki a.fn_bot {
   2.858 +  font-weight: bold;
   2.859 +}
   2.860 +
   2.861 +/* insitu-footnotes */
   2.862 +div.insitu-footnote {
   2.863 +  font-size: 80%;
   2.864 +  line-height: 1.2em;
   2.865 +  border: 1px solid __border__;
   2.866 +  background-color: __background_other__;
   2.867 +  text-align: left;
   2.868 +  padding: 4px;
   2.869 +  max-width: 40%;    /* IE's width is handled in javascript */
   2.870 +}
   2.871 +
   2.872 +/* overcome IE issue with one line code or file boxes which require h. scrolling */
   2.873 +* html .insitu-footnote pre.code,
   2.874 +* html .insitu-footnote pre.file {
   2.875 +  padding-bottom: 18px;
   2.876 +}
   2.877 +
   2.878 +/* --------------- search result formating --------------- */
   2.879 +div.dokuwiki .search_result {
   2.880 +  margin-bottom: 6px;
   2.881 +  padding: 0 10px 0 30px;
   2.882 +}
   2.883 +
   2.884 +div.dokuwiki .search_snippet {
   2.885 +  color: __text_other__;
   2.886 +  font-size: 12px;
   2.887 +  margin-left: 20px;
   2.888 +}
   2.889 +
   2.890 +div.dokuwiki .search_sep {
   2.891 +  color: __text__;
   2.892 +}
   2.893 +
   2.894 +div.dokuwiki .search_hit {
   2.895 +  color: __text__;
   2.896 +  background-color: __highlight__;
   2.897 +}
   2.898 +div.dokuwiki strong.search_hit {
   2.899 +  font-weight: normal;
   2.900 +}
   2.901 +
   2.902 +div.dokuwiki div.search_quickresult {
   2.903 +  margin: 0 0 15px 30px;
   2.904 +  padding: 0 10px 10px 0;
   2.905 +  border-bottom: 1px dashed __border__;
   2.906 +}
   2.907 +div.dokuwiki div.search_quickresult h3 {
   2.908 +  margin: 0 0 1.0em 0;
   2.909 +  font-size: 1em;
   2.910 +  font-weight: bold;
   2.911 +}
   2.912 +
   2.913 +div.dokuwiki ul.search_quickhits {
   2.914 +  margin: 0 0 0.5em 1.0em;
   2.915 +}
   2.916 +
   2.917 +div.dokuwiki ul.search_quickhits li {
   2.918 +  margin: 0 1.0em 0 1.0em;
   2.919 +  float:left;
   2.920 +  width: 30%;
   2.921 +}
   2.922 +
   2.923 +/* ------------------ Additional ---------------------- */
   2.924 +
   2.925 +div.footerinc {
   2.926 +    text-align: left;
   2.927 +    margin: 10px 80px;
   2.928 +}
   2.929 +.footerinc a img {
   2.930 +    opacity: 0.5;
   2.931 +    border: 0;
   2.932 +}
   2.933 +
   2.934 +.footerinc a:hover img {
   2.935 +    opacity: 1;
   2.936 +}
   2.937 +
   2.938 +/* ---------- AJAX quicksearch ----------- */
   2.939 +
   2.940 +div.dokuwiki div.ajax_qsearch {
   2.941 +  position: absolute;
   2.942 +  right: 237px;;
   2.943 +  width: 200px;
   2.944 +  opacity: 0.9;
   2.945 +  display: none;
   2.946 +  font-size: 80%;
   2.947 +  line-height: 1.2em;
   2.948 +  border: 1px solid __border__;
   2.949 +  background-color: __background_other__;
   2.950 +  text-align: left;
   2.951 +  padding: 4px;
   2.952 +}
   2.953 +
   2.954 +/* --------- Toolbar -------------------- */
   2.955 +button.toolbutton {
   2.956 +  background-color: transparent;
   2.957 +  padding: 0px;
   2.958 +  margin: 0 1px 0 0;
   2.959 +  border: 1px solid __border__;
   2.960 +  cursor: pointer;
   2.961 +}
   2.962 +
   2.963 +div.picker {
   2.964 +  width: 250px;
   2.965 +  border: 1px solid __border__;
   2.966 +  background-color: __background_alt__;
   2.967 +}
   2.968 +
   2.969 +button.pickerbutton {
   2.970 +  padding: 0px;
   2.971 +  margin: 0 1px 1px 0;
   2.972 +  border: 0;
   2.973 +  background-color: transparent;
   2.974 +  font-size: 80%;
   2.975 +  cursor: pointer;
   2.976 +}
   2.977 +
   2.978 +/* ---------------  Image Details  ----------------- */
   2.979 +
   2.980 +div.dokuwiki div.img_big {
   2.981 +  float: left;
   2.982 +  margin-right: 0.5em;
   2.983 +}
   2.984 +
   2.985 +div.dokuwiki dl.img_tags dt {
   2.986 +  font-weight: bold;
   2.987 +  background-color: __background_alt__;
   2.988 +}
   2.989 +div.dokuwiki dl.img_tags dd {
   2.990 +  background-color: __background_neu__;
   2.991 +}
   2.992 +
   2.993 +div.dokuwiki div.imagemeta {
   2.994 +  color: __text_neu__;
   2.995 +  font-size: 70%;
   2.996 +  line-height: 95%;
   2.997 +}
   2.998 +
   2.999 +div.dokuwiki div.imagemeta img.thumb {
  2.1000 +  float:left;
  2.1001 +  margin-right: 0.1em;
  2.1002 +}
  2.1003 +
  2.1004 +div.notify { 
  2.1005 +	background: #FFCE21;
  2.1006 +	color: #222;
  2.1007 +	border: 1px solid #000;
  2.1008 +	font-size: 90%;
  2.1009 +	margin: 0;
  2.1010 +	padding: 4px;
  2.1011 +	-moz-border-radius: 4px;
  2.1012 +	-webkit-border-radius: 4px;
  2.1013 +	border-radius: 4px;
  2.1014 +	position: absolute;
  2.1015 +	top: 140px;
  2.1016 +	right: 20px;
  2.1017 +	width: 400px;
  2.1018 +}
  2.1019 +
  2.1020 +#access div.notify a { text-decoration: underline; }
  2.1021 +#access div.notify a:hover { text-decoration: none; }
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/doc/lib/tpl/slitaz-orange/detail.php	Wed Apr 06 02:29:19 2011 +0200
     3.3 @@ -0,0 +1,92 @@
     3.4 +<?php
     3.5 +/**
     3.6 + * DokuWiki Image Detail Template
     3.7 + *
     3.8 + * This is the template for displaying image details
     3.9 + *
    3.10 + * You should leave the doctype at the very top - It should
    3.11 + * always be the very first line of a document.
    3.12 + *
    3.13 + * @link   http://wiki.splitbrain.org/wiki:tpl:templates
    3.14 + * @author Andreas Gohr <andi@splitbrain.org>
    3.15 + */
    3.16 +
    3.17 +// must be run from within DokuWiki
    3.18 +if (!defined('DOKU_INC')) die();
    3.19 +
    3.20 +?>
    3.21 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    3.22 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    3.23 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="ltr">
    3.24 +<head>
    3.25 +  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    3.26 +  <title>
    3.27 +     <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?>
    3.28 +    [<?php echo strip_tags($conf['title'])?>]
    3.29 +  </title>
    3.30 +
    3.31 +  <?php tpl_metaheaders()?>
    3.32 +
    3.33 +  <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
    3.34 +</head>
    3.35 +
    3.36 +<body>
    3.37 +<div class="dokuwiki">
    3.38 +  <?php html_msgarea()?>
    3.39 +
    3.40 +  <div class="page">
    3.41 +    <?php if($ERROR){ print $ERROR; }else{ ?>
    3.42 +
    3.43 +    <h1><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?></h1>
    3.44 +
    3.45 +    <div class="img_big">
    3.46 +      <?php tpl_img(900,700) ?>
    3.47 +    </div>
    3.48 +
    3.49 +    <div class="img_detail">
    3.50 +      <p class="img_caption">
    3.51 +        <?php print nl2br(hsc(tpl_img_getTag(array('IPTC.Caption',
    3.52 +                                               'EXIF.UserComment',
    3.53 +                                               'EXIF.TIFFImageDescription',
    3.54 +                                               'EXIF.TIFFUserComment')))); ?>
    3.55 +      </p>
    3.56 +
    3.57 +      <p>&larr; <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
    3.58 +
    3.59 +      <dl class="img_tags">
    3.60 +        <?php
    3.61 +          $t = tpl_img_getTag('Date.EarliestTime');
    3.62 +          if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.strftime($conf['dformat'],$t).'</dd>';
    3.63 +
    3.64 +          $t = tpl_img_getTag('File.Name');
    3.65 +          if($t) print '<dt>'.$lang['img_fname'].':</dt><dd>'.hsc($t).'</dd>';
    3.66 +
    3.67 +          $t = tpl_img_getTag(array('Iptc.Byline','Exif.TIFFArtist','Exif.Artist','Iptc.Credit'));
    3.68 +          if($t) print '<dt>'.$lang['img_artist'].':</dt><dd>'.hsc($t).'</dd>';
    3.69 +
    3.70 +          $t = tpl_img_getTag(array('Iptc.CopyrightNotice','Exif.TIFFCopyright','Exif.Copyright'));
    3.71 +          if($t) print '<dt>'.$lang['img_copyr'].':</dt><dd>'.hsc($t).'</dd>';
    3.72 +
    3.73 +          $t = tpl_img_getTag('File.Format');
    3.74 +          if($t) print '<dt>'.$lang['img_format'].':</dt><dd>'.hsc($t).'</dd>';
    3.75 +
    3.76 +          $t = tpl_img_getTag('File.NiceSize');
    3.77 +          if($t) print '<dt>'.$lang['img_fsize'].':</dt><dd>'.hsc($t).'</dd>';
    3.78 +
    3.79 +          $t = tpl_img_getTag('Simple.Camera');
    3.80 +          if($t) print '<dt>'.$lang['img_camera'].':</dt><dd>'.hsc($t).'</dd>';
    3.81 +
    3.82 +          $t = tpl_img_getTag(array('IPTC.Keywords','IPTC.Category'));
    3.83 +          if($t) print '<dt>'.$lang['img_keywords'].':</dt><dd>'.hsc($t).'</dd>';
    3.84 +
    3.85 +        ?>
    3.86 +      </dl>
    3.87 +      <?php //Comment in for Debug// dbg(tpl_img_getTag('Simple.Raw'));?>
    3.88 +    </div>
    3.89 +
    3.90 +  <?php } ?>
    3.91 +  </div>
    3.92 +</div>
    3.93 +</body>
    3.94 +</html>
    3.95 +
     4.1 Binary file doc/lib/tpl/slitaz-orange/images/UWEB.png has changed
     5.1 Binary file doc/lib/tpl/slitaz-orange/images/button-css.png has changed
     6.1 Binary file doc/lib/tpl/slitaz-orange/images/button-dw.png has changed
     7.1 Binary file doc/lib/tpl/slitaz-orange/images/button-rss.png has changed
     8.1 Binary file doc/lib/tpl/slitaz-orange/images/button-xhtml.png has changed
     9.1 Binary file doc/lib/tpl/slitaz-orange/images/favicon.ico has changed
    10.1 Binary file doc/lib/tpl/slitaz-orange/images/header-img.png has changed
    11.1 Binary file doc/lib/tpl/slitaz-orange/images/link_icon.gif has changed
    12.1 Binary file doc/lib/tpl/slitaz-orange/images/logo.png has changed
    13.1 Binary file doc/lib/tpl/slitaz-orange/images/mail_icon.gif has changed
    14.1 Binary file doc/lib/tpl/slitaz-orange/images/network.png has changed
    15.1 Binary file doc/lib/tpl/slitaz-orange/images/tools.png has changed
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/doc/lib/tpl/slitaz-orange/layout.css	Wed Apr 06 02:29:19 2011 +0200
    16.3 @@ -0,0 +1,54 @@
    16.4 +/**
    16.5 + * Tableless Layout for default template
    16.6 + *
    16.7 + * @author Andreas Gohr <andi@splitbrain.org>
    16.8 + * @author moraes <moraes@tipos.com.br>
    16.9 + */
   16.10 +
   16.11 +/* -------------- top row --------------- */
   16.12 +
   16.13 +div.dokuwiki .pagename {
   16.14 +  float: left;
   16.15 +  font-size: 200%;
   16.16 +  font-weight: bolder;
   16.17 +  color: __background_alt__;
   16.18 +  text-align: left;
   16.19 +  vertical-align: middle;
   16.20 +}
   16.21 +
   16.22 +div.dokuwiki .pagename a {
   16.23 +  color: __extern__ !important;
   16.24 +  text-decoration: none !important;
   16.25 +}
   16.26 +
   16.27 +/* ---------------  top and bottom bar ---------------- */
   16.28 +
   16.29 +#bar__bottomleft { margin-top: 3px;}
   16.30 +
   16.31 +div.dokuwiki .bar-left {
   16.32 +  float: left;
   16.33 +  margin-left: 14px;
   16.34 +}
   16.35 +
   16.36 +div.dokuwiki .bar-right {
   16.37 +  float: right;
   16.38 +  text-align: right;
   16.39 +  margin-right: 14px;
   16.40 +}
   16.41 +
   16.42 +/* ------------- File Metadata ----------------------- */
   16.43 +
   16.44 +div.dokuwiki div.meta {
   16.45 +  clear: both;
   16.46 +  margin-top: 1em;
   16.47 +  color: #666666;
   16.48 +  font-size: 85%;
   16.49 +}
   16.50 +
   16.51 +div.dokuwiki div.meta div.user {
   16.52 +  float: left;
   16.53 +}
   16.54 +
   16.55 +div.dokuwiki div.meta div.doc {
   16.56 +  text-align: right;
   16.57 +}
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/doc/lib/tpl/slitaz-orange/main.php	Wed Apr 06 02:29:19 2011 +0200
    17.3 @@ -0,0 +1,134 @@
    17.4 +<?php
    17.5 +/**
    17.6 + * DokuWiki SliTaz Template - With code from the default theme by
    17.7 + * Andreas Gohr <andi@splitbrain.org>
    17.8 + * 
    17.9 + */
   17.10 +
   17.11 +// must be run from within DokuWiki
   17.12 +if (!defined('DOKU_INC')) die();
   17.13 +
   17.14 +?>
   17.15 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   17.16 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   17.17 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
   17.18 + lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
   17.19 +<head>
   17.20 +  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   17.21 +  <title>
   17.22 +    <?php tpl_pagetitle()?>
   17.23 +    [<?php echo strip_tags($conf['title'])?>]
   17.24 +  </title>
   17.25 +  <?php tpl_metaheaders()?>
   17.26 +  <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
   17.27 +</head>
   17.28 +<body>
   17.29 +
   17.30 +<div class="dokuwiki">
   17.31 +
   17.32 +<!-- Header -->
   17.33 +<div id="header">
   17.34 +	<div id="logo"></div>
   17.35 +	<!-- SliTaz Network -->
   17.36 +	<div id="network">
   17.37 +		<a href="http://www.slitaz.org/">
   17.38 +			<img src="<?php echo DOKU_TPL?>images/network.png" alt="network.png" /></a>
   17.39 +		<a href="http://scn.slitaz.org/">Community</a>
   17.40 +		<a href="http://doc.slitaz.org/">Doc</a>
   17.41 +		<a href="http://forum.slitaz.org/">Forum</a>
   17.42 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
   17.43 +		<a href="http://hg.slitaz.org/">Hg</a>
   17.44 +	</div>
   17.45 +	<h1><a href="./">SliTaz Doc</a></h1>
   17.46 +	<!-- <?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"')?> -->
   17.47 +</div>
   17.48 +
   17.49 +<!-- SliTaz Block -->
   17.50 +<div id="block">
   17.51 +	<?php html_msgarea()?>
   17.52 +	<!-- Languages -->
   17.53 +	<div id="lang">
   17.54 +	<?php
   17.55 +		$translation = &plugin_load('helper','translation');
   17.56 +		echo $translation->showTranslations();
   17.57 +	?>
   17.58 +	</div>
   17.59 +	<div style="text-align: justify; width: 48%; padding: 0 10px 0 0;">
   17.60 +		The SliTaz Community Network let you connect with SliTaz
   17.61 +		users and developpers, share eveything about SliTaz,
   17.62 +		help others and get involve in the project.
   17.63 +	</div>
   17.64 +	<div class="tools">
   17.65 +		<img src="<?php echo DOKU_TPL?>images/tools.png" alt=".png" />
   17.66 +		
   17.67 +		<div style="float: right; text-align: right;">
   17.68 +			<?php tpl_button('edit')?>
   17.69 +			<?php tpl_searchform()?>
   17.70 +		</div>
   17.71 +		<?php tpl_button('recent')?>
   17.72 +		<?php tpl_button('subscription')?>
   17.73 +		<?php tpl_button('admin')?>
   17.74 +		<?php tpl_button('profile')?>
   17.75 +		<?php tpl_button('login')?>
   17.76 +	</div>
   17.77 +</div>
   17.78 +
   17.79 +<!-- Content -->
   17.80 +<div id="content">
   17.81 +
   17.82 +<?php flush()?>
   17.83 +
   17.84 +<!-- wikipage start -->
   17.85 +<?php tpl_content()?>
   17.86 +<!-- wikipage stop -->
   17.87 +
   17.88 +<div class="clearer">&nbsp;</div>
   17.89 +<?php flush()?>
   17.90 +
   17.91 +<div class="meta">
   17.92 +  <div class="user">
   17.93 +	<?php tpl_userinfo()?>
   17.94 +  </div>
   17.95 +  <div class="doc">
   17.96 +	<?php tpl_pageinfo()?>
   17.97 +  </div>
   17.98 +</div>
   17.99 +
  17.100 +<div style="border-top: 1px solid #eaeaea;">
  17.101 +	<div style="float: right; text-align: right;">
  17.102 +		<?php tpl_button('edit')?>
  17.103 +		<?php tpl_button('history')?>
  17.104 +	</div>
  17.105 +	<?php tpl_button('recent')?>
  17.106 +	<?php tpl_button('index')?>
  17.107 +</div>
  17.108 +
  17.109 +<!-- End of content -->
  17.110 +</div>
  17.111 +
  17.112 +<!-- End of: class="dokuwiki" -->
  17.113 +</div>
  17.114 +
  17.115 +<!-- Footer -->
  17.116 +<div id="footer">
  17.117 +	Copyright &copy; <?php echo date('Y'); ?>
  17.118 +	<a href="http://www.slitaz.org/">SliTaz</a> 
  17.119 +	<a href="http://www.gnu.org/copyleft/fdl.html">GNU FDL</a>
  17.120 +	- <a href="/start?do=login">Login Wiki</a>
  17.121 +	<p>
  17.122 +		SliTaz @
  17.123 +		<a href="http://twitter.com/slitaz">Twitter</a>
  17.124 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
  17.125 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
  17.126 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
  17.127 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
  17.128 +	</p>
  17.129 +</div>
  17.130 +
  17.131 +<div class="no">
  17.132 +	<?php /* provide DokuWiki housekeeping, required in all templates */
  17.133 +	tpl_indexerWebBug() ?>
  17.134 +</div>
  17.135 +
  17.136 +</body>
  17.137 +</html>
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/doc/lib/tpl/slitaz-orange/media.css	Wed Apr 06 02:29:19 2011 +0200
    18.3 @@ -0,0 +1,200 @@
    18.4 +/**
    18.5 + * The CSS in here cotrols the appearance of the media manager
    18.6 + */
    18.7 +
    18.8 +#media__manager {
    18.9 +    height: 100%;
   18.10 +    overflow: hidden;
   18.11 +}
   18.12 +
   18.13 +#media__left {
   18.14 +    width: 30%;
   18.15 +    border-right: solid 1px __border__;
   18.16 +
   18.17 +    height: 100%;
   18.18 +    overflow: auto;
   18.19 +    position: absolute;
   18.20 +    left: 0;
   18.21 +}
   18.22 +
   18.23 +#media__right {
   18.24 +    width: 69.7%;
   18.25 +
   18.26 +    height: 100%;
   18.27 +    overflow: auto;
   18.28 +    position: absolute;
   18.29 +    right: 0;
   18.30 +}
   18.31 +
   18.32 +#media__manager h1 {
   18.33 +    margin: 0;
   18.34 +    padding: 0;
   18.35 +    margin-bottom: 0.5em;
   18.36 +}
   18.37 +
   18.38 +/* --- Tree formatting --- */
   18.39 +
   18.40 +#media__tree img {
   18.41 +    float:left;
   18.42 +    padding: 0.5em 0.3em 0 0;
   18.43 +}
   18.44 +
   18.45 +#media__tree ul {
   18.46 +    list-style-type: none;
   18.47 +    list-style-image: none;
   18.48 +}
   18.49 +
   18.50 +#media__tree li {
   18.51 +    clear: left;
   18.52 +    list-style-type: none;
   18.53 +    list-style-image: none;
   18.54 +}
   18.55 +*+html #media__tree li,
   18.56 +* html #media__tree li {
   18.57 +    border: 1px solid __background__;
   18.58 +}/* I don't understand this, but this fixes a style bug in IE;
   18.59 +it's dirty, so any "real" fixes are welcome */
   18.60 +
   18.61 +/* --- options --- */
   18.62 +
   18.63 +#media__opts {
   18.64 +    padding-left: 1em;
   18.65 +    margin-bottom: 0.5em;
   18.66 +}
   18.67 +
   18.68 +#media__opts input {
   18.69 +    float: left;
   18.70 +    position: absolute;
   18.71 +}
   18.72 +*+html #media__opts input,
   18.73 +* html #media__opts input {
   18.74 +    position: static;
   18.75 +}
   18.76 +
   18.77 +#media__opts label {
   18.78 +    display: block;
   18.79 +    float: left;
   18.80 +    margin-left: 30px;
   18.81 +}
   18.82 +*+html #media__opts label,
   18.83 +* html #media__opts label {
   18.84 +    margin-left: 10px;
   18.85 +}
   18.86 +
   18.87 +#media__opts br {
   18.88 +    clear: left;
   18.89 +}
   18.90 +
   18.91 +/* --- file list --- */
   18.92 +
   18.93 +#media__content img.load {
   18.94 +    margin: 1em auto;
   18.95 +}
   18.96 +
   18.97 +#media__content #scroll__here {
   18.98 +    border: 1px dashed __border__;
   18.99 +}
  18.100 +
  18.101 +#media__content .odd {
  18.102 +    background-color: __background_other__;
  18.103 +    padding: 0.4em;
  18.104 +}
  18.105 +
  18.106 +#media__content .even {
  18.107 +    padding: 0.4em;
  18.108 +}
  18.109 +
  18.110 +#media__content a.mediafile {
  18.111 +    margin-right: 1.5em;
  18.112 +    font-weight: bold;
  18.113 +}
  18.114 +
  18.115 +#media__content div.detail {
  18.116 +    padding: 0.3em 0 0.3em 2em;
  18.117 +}
  18.118 +
  18.119 +#media__content div.detail div.thumb {
  18.120 +    float: left;
  18.121 +    width: 130px;
  18.122 +    text-align: center;
  18.123 +    margin-right: 0.4em;
  18.124 +}
  18.125 +
  18.126 +
  18.127 +#media__content img.btn {
  18.128 +    vertical-align: text-bottom;
  18.129 +}
  18.130 +
  18.131 +#media__content div.example {
  18.132 +    color: __text_neu__;
  18.133 +    margin-left: 1em;
  18.134 +}
  18.135 +
  18.136 +/* --- upload form --- */
  18.137 +
  18.138 +#media__content div.upload {
  18.139 +    font-size: 90%;
  18.140 +    padding: 0 0.5em 0.5em 0.5em;
  18.141 +}
  18.142 +
  18.143 +#media__content form#dw__upload {
  18.144 +    display: block;
  18.145 +    border-bottom: solid 1px __border__;
  18.146 +    padding: 0 0.5em 1em 0.5em;
  18.147 +}
  18.148 +#media__content form#dw__upload fieldset {
  18.149 +    padding: 0;
  18.150 +    margin: 0;
  18.151 +    border: none;
  18.152 +    width: auto;
  18.153 +}
  18.154 +#media__content form#dw__upload p {
  18.155 +    text-align: left;
  18.156 +    padding: 0.25em 0;
  18.157 +    margin: 0;
  18.158 +    line-height: 1.0em;
  18.159 +}
  18.160 +#media__content form#dw__upload label.check {
  18.161 +    float: none;
  18.162 +    width: auto;
  18.163 +    margin-left: 11.5em;
  18.164 +}
  18.165 +
  18.166 +/* --- meta edit form --- */
  18.167 +
  18.168 +#media__content form.meta {
  18.169 +    display: block;
  18.170 +    padding: 0 0 1em 0;
  18.171 +}
  18.172 +
  18.173 +#media__content form.meta label {
  18.174 +    display: block;
  18.175 +    width: 25%;
  18.176 +    float: left;
  18.177 +    font-weight: bold;
  18.178 +    margin-left: 1em;
  18.179 +    clear: left;
  18.180 +}
  18.181 +
  18.182 +#media__content form.meta .edit {
  18.183 +    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  18.184 +    float: left;
  18.185 +    width: 70%;
  18.186 +    padding-right: 0;
  18.187 +    padding-left: 0.2em;
  18.188 +    margin: 2px;
  18.189 +}
  18.190 +
  18.191 +#media__content form.meta textarea.edit {
  18.192 +    height: 8em;
  18.193 +}
  18.194 +
  18.195 +#media__content form.meta div.metafield {
  18.196 +    clear: left;
  18.197 +}
  18.198 +
  18.199 +#media__content form.meta div.buttons {
  18.200 +    clear: left;
  18.201 +    margin-left: 20%;
  18.202 +    padding-left: 1em;
  18.203 +}
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/doc/lib/tpl/slitaz-orange/mediamanager.php	Wed Apr 06 02:29:19 2011 +0200
    19.3 @@ -0,0 +1,44 @@
    19.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    19.5 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    19.6 +<?php
    19.7 +/**
    19.8 + * DokuWiki Default Template
    19.9 + *
   19.10 + * This is the template for the media manager popup
   19.11 + *
   19.12 + * You should leave the doctype at the very top - It should
   19.13 + * always be the very first line of a document.
   19.14 + *
   19.15 + * @link   http://wiki.splitbrain.org/wiki:tpl:templates
   19.16 + * @author Andreas Gohr <andi@splitbrain.org>
   19.17 + */
   19.18 +?>
   19.19 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="ltr">
   19.20 +<head>
   19.21 +  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   19.22 +  <title>
   19.23 +    <?php echo hsc($lang['mediaselect'])?>
   19.24 +    [<?php echo strip_tags($conf['title'])?>]
   19.25 +  </title>
   19.26 +  <?php tpl_metaheaders()?>
   19.27 +  <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
   19.28 +</head>
   19.29 +
   19.30 +<body>
   19.31 +<div id="media__manager" class="dokuwiki">
   19.32 +    <div id="media__left">
   19.33 +        <?php html_msgarea()?>
   19.34 +        <h1><?php echo hsc($lang['mediaselect'])?></h1>
   19.35 +
   19.36 +        <?php /* keep the id! additional elements are inserted via JS here */?>
   19.37 +        <div id="media__opts"></div>
   19.38 +
   19.39 +        <?php tpl_mediaTree() ?>
   19.40 +    </div>
   19.41 +
   19.42 +    <div id="media__right">
   19.43 +        <?php tpl_mediaContent() ?>
   19.44 +    </div>
   19.45 +</div>
   19.46 +</body>
   19.47 +</html>
    20.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.2 +++ b/doc/lib/tpl/slitaz-orange/print.css	Wed Apr 06 02:29:19 2011 +0200
    20.3 @@ -0,0 +1,235 @@
    20.4 +
    20.5 +body {
    20.6 +  font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    20.7 +  background-color: White;
    20.8 +  color: Black;
    20.9 +}
   20.10 +
   20.11 +table {
   20.12 +  font-size: 100%;
   20.13 +  padding:0;
   20.14 +  margin:0;
   20.15 +}
   20.16 +
   20.17 +tr,td,th {padding:0; margin:0;}
   20.18 +
   20.19 +img {border:0}
   20.20 +
   20.21 +a {
   20.22 +  color:#000000;
   20.23 +  text-decoration:none;
   20.24 +  background: none !important;
   20.25 +}
   20.26 +
   20.27 +
   20.28 +div.meta {
   20.29 +  clear:both;
   20.30 +  margin-top: 1em;
   20.31 +  font-size:70%;
   20.32 +  text-align:right;
   20.33 +}
   20.34 +
   20.35 +
   20.36 +div.notify,
   20.37 +div.info,
   20.38 +div.success,
   20.39 +div.error,
   20.40 +div.breadcrumbs,
   20.41 +div.secedit {
   20.42 +  display:none;
   20.43 +}
   20.44 +
   20.45 +/* --------------------- Text formating -------------------------------- */
   20.46 +
   20.47 +/* external link */
   20.48 +a.urlextern:after {
   20.49 +   content: " [" attr(href) "]";
   20.50 +   font-size: 90%;
   20.51 +}
   20.52 +
   20.53 +/* interwiki link */
   20.54 +a.interwiki:after {
   20.55 +   content: " [" attr(href) "]";
   20.56 +   font-size: 90%;
   20.57 +}
   20.58 +
   20.59 +/* email link */
   20.60 +a.mail:after {
   20.61 +   content: " [" attr(href) "]";
   20.62 +   font-size: 90%;
   20.63 +}
   20.64 +
   20.65 +/* existing wikilink */
   20.66 +a.wikilink1    {text-decoration:underline }
   20.67 +
   20.68 +/* the document */
   20.69 +div.page {
   20.70 +  text-align: justify;
   20.71 +}
   20.72 +
   20.73 +/* general headline setup */
   20.74 +h1, h2, h3, h4, h5 {
   20.75 +    color: Black;
   20.76 +    background-color: transparent;
   20.77 +    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
   20.78 +    font-size: 100%;
   20.79 +    font-weight: normal;
   20.80 +    margin-left:    0;
   20.81 +    margin-right:   0;
   20.82 +    margin-top:     0;
   20.83 +    margin-bottom:  1em;
   20.84 +    padding-left:   0;
   20.85 +    padding-right:  0;
   20.86 +    padding-top:    0.5em;
   20.87 +    padding-bottom: 0;
   20.88 +    border-bottom: 1px solid #000000;
   20.89 +    clear:left;
   20.90 +}
   20.91 +
   20.92 +/* special headlines */
   20.93 +h1 {font-size: 160%; font-weight: bold;}
   20.94 +h2 {font-size: 150%; }
   20.95 +h3 {font-size: 140%; border-bottom: none; }
   20.96 +h4 {font-size: 120%; border-bottom: none; }
   20.97 +h5 {font-size: 100%; border-bottom: none; }
   20.98 +
   20.99 +/* embedded images */
  20.100 +img.media {
  20.101 +  margin: 3px;
  20.102 +}
  20.103 +
  20.104 +img.medialeft {
  20.105 +  border: 0;
  20.106 +  float: left;
  20.107 +  margin: 0 1.5em 0 0;
  20.108 +}
  20.109 +
  20.110 +img.mediaright {
  20.111 +  border: 0;
  20.112 +  float: right;
  20.113 +  margin: 0 0 0 1.5em;
  20.114 +}
  20.115 +
  20.116 +/* unordered lists */
  20.117 +ul {
  20.118 +    line-height: 1.5em;
  20.119 +    list-style-type: square;
  20.120 +    margin: 0 0 0.5em 1.5em;
  20.121 +    padding: 0;
  20.122 +
  20.123 +}
  20.124 +
  20.125 +/* ordered lists */
  20.126 +ol {
  20.127 +    line-height: 1.5em;
  20.128 +    margin: 0 0 0.5em 2.5em;
  20.129 +    padding: 0;
  20.130 +    font-weight: normal;
  20.131 +}
  20.132 +ol ol {
  20.133 +    margin: 0 0 0.5em 1.5em;
  20.134 +}
  20.135 +
  20.136 +div.dokuwiki ol {list-style-type: decimal}
  20.137 +div.dokuwiki ol ol {list-style-type: upper-roman}
  20.138 +div.dokuwiki ol ol ol {list-style-type: lower-alpha}
  20.139 +div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
  20.140 +
  20.141 +/* the list items overriding the ol definition */
  20.142 +span.li {
  20.143 +    font-weight: normal;
  20.144 +}
  20.145 +
  20.146 +/* code blocks by indention */
  20.147 +pre.pre {
  20.148 +  font-size: 8pt;
  20.149 +  padding: 0.5em;
  20.150 +  border: 1px dashed #000000;
  20.151 +  color: Black;
  20.152 +  overflow: visible;
  20.153 +}
  20.154 +
  20.155 +/* code blocks by code tag */
  20.156 +pre.code {
  20.157 +  font-size: 8pt;
  20.158 +  padding: 0.5em;
  20.159 +  border: 1px dashed #000000;
  20.160 +  color: Black;
  20.161 +  overflow: visible;
  20.162 +}
  20.163 +
  20.164 +/* inline code words */
  20.165 +code {
  20.166 +  font-size: 120%;
  20.167 +}
  20.168 +
  20.169 +/* code blocks by file tag */
  20.170 +pre.file {
  20.171 +  font-size: 8pt;
  20.172 +  padding: 0.5em;
  20.173 +  border: 1px dotted #000000;
  20.174 +  color: Black;
  20.175 +  overflow: visible;
  20.176 +}
  20.177 +
  20.178 +/* footnotes */
  20.179 +div.footnotes{
  20.180 +  clear:both;
  20.181 +  border-top: 1px solid #000000;
  20.182 +  padding-left: 1em;
  20.183 +  margin-top: 1em;
  20.184 +}
  20.185 +
  20.186 +div.fn{
  20.187 +  font-size:90%;
  20.188 +}
  20.189 +
  20.190 +a.fn_top{
  20.191 +  vertical-align:super;
  20.192 +  font-size:80%;
  20.193 +}
  20.194 +
  20.195 +a.fn_bot{
  20.196 +  vertical-align:super;
  20.197 +  font-size:80%;
  20.198 +  font-weight:bold;
  20.199 +}
  20.200 +
  20.201 +acronym{
  20.202 +  border: 0;
  20.203 +}
  20.204 +
  20.205 +/* ---------- inline tables ------------------- */
  20.206 +
  20.207 +table.inline {
  20.208 +  font-size: 80%;
  20.209 +  background-color: #ffffff;
  20.210 +  border-spacing: 0px;
  20.211 +  border-collapse: collapse;
  20.212 +}
  20.213 +
  20.214 +table.inline th {
  20.215 +  padding: 3px;
  20.216 +  border: 1px solid #000000;
  20.217 +  border-bottom: 2px solid #000000;
  20.218 +}
  20.219 +
  20.220 +table.inline td {
  20.221 +  padding: 3px;
  20.222 +  border: 1px solid #000000;
  20.223 +}
  20.224 +
  20.225 +.leftalign{
  20.226 +  text-align: left;
  20.227 +}
  20.228 +
  20.229 +.centeralign{
  20.230 +  text-align: center;
  20.231 +}
  20.232 +
  20.233 +.rightalign{
  20.234 +  text-align: right;
  20.235 +}
  20.236 +
  20.237 +.toc, .footerinc, .header, .bar, .user {display:none}
  20.238 +
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/doc/lib/tpl/slitaz-orange/rtl.css	Wed Apr 06 02:29:19 2011 +0200
    21.3 @@ -0,0 +1,119 @@
    21.4 +/**
    21.5 + * Layout and dedsign corrections for right-to-left languages
    21.6 + *
    21.7 + * @author Andreas Gohr <andi@splitbrain.org>
    21.8 + * @author Dotan Kamber <kamberd@yahoo.com>
    21.9 + */
   21.10 +
   21.11 +.bar-left {
   21.12 +  float: right;
   21.13 +  text-align: right;
   21.14 +}
   21.15 +
   21.16 +.bar-right {
   21.17 +  float: left;
   21.18 +  text-align: left;
   21.19 +}
   21.20 +
   21.21 +.pagename {
   21.22 +  float: right;
   21.23 +  text-align: right;
   21.24 +}
   21.25 +
   21.26 +.logo {
   21.27 +  float: left;
   21.28 +  text-align: left;
   21.29 +}
   21.30 +
   21.31 +label {
   21.32 +  text-align: left;
   21.33 +}
   21.34 +
   21.35 +label.simple {
   21.36 +  text-align: right;
   21.37 +}
   21.38 +
   21.39 +div.meta div.user {
   21.40 +  float: right
   21.41 +}
   21.42 +
   21.43 +div.meta div.doc {
   21.44 +  text-align: left;
   21.45 +}
   21.46 +
   21.47 +/* ------------------  Design corrections  --------------------------------- */
   21.48 +
   21.49 +div.dokuwiki ul,
   21.50 +div.dokuwiki ol {
   21.51 +  margin: 0.5em 1.5em 0.5em 0;
   21.52 +}
   21.53 +
   21.54 +div.dokuwiki a.urlextern,
   21.55 +div.dokuwiki a.interwiki,
   21.56 +div.dokuwiki a.windows,
   21.57 +div.dokuwiki a.mail,
   21.58 +div.dokuwiki a.mail.JSnocheck {
   21.59 +  /* should work but doesn't - so we just disable icons here*/
   21.60 +  /*
   21.61 +  background-position: right 1px;
   21.62 +  padding-right: 16px;
   21.63 +  */
   21.64 +  background-image: none !important;
   21.65 +  padding: 0px 0px 0px 0px;
   21.66 +}
   21.67 +
   21.68 +div.dokuwiki div.secedit input.button {
   21.69 +  float: left;
   21.70 +}
   21.71 +
   21.72 +/* headlines */
   21.73 +div.dokuwiki h1, div.dokuwiki h2, div.dokuwiki h3, div.dokuwiki h4, div.dokuwiki h5 {
   21.74 +  clear: right;
   21.75 +}
   21.76 +
   21.77 +/* special headlines */
   21.78 +div.dokuwiki h1 {margin-left: 0px; margin-right: 0px;}
   21.79 +div.dokuwiki h2 {margin-left: 0px; margin-right: 20px;}
   21.80 +div.dokuwiki h3 {margin-left: 0px; margin-right: 40px;}
   21.81 +div.dokuwiki h4 {margin-left: 0px; margin-right: 60px;}
   21.82 +div.dokuwiki h5 {margin-left: 0px; margin-right: 80px;}
   21.83 +
   21.84 +/* indent different sections */
   21.85 +div.dokuwiki div.level1 {margin-left: 0px; margin-right: 3px;}
   21.86 +div.dokuwiki div.level2 {margin-left: 0px; margin-right: 23px;}
   21.87 +div.dokuwiki div.level3 {margin-left: 0px; margin-right: 43px;}
   21.88 +div.dokuwiki div.level4 {margin-left: 0px; margin-right: 63px;}
   21.89 +div.dokuwiki div.level5 {margin-left: 0px; margin-right: 83px;}
   21.90 +
   21.91 +/* TOC control */
   21.92 +div.dokuwiki div.toc {
   21.93 +  float: left;
   21.94 +}
   21.95 +
   21.96 +div.dokuwiki div.tocheader {
   21.97 +  text-align: right;
   21.98 +}
   21.99 +
  21.100 +div.dokuwiki #toc__inside {
  21.101 +  text-align: right;
  21.102 +}
  21.103 +
  21.104 +div.dokuwiki ul.toc {
  21.105 +  padding: 0;
  21.106 +  padding-right: 1em;
  21.107 +}
  21.108 +
  21.109 +div.dokuwiki ul.toc li {
  21.110 +  background-position: right 0.6em;
  21.111 +  padding-right:0.4em;
  21.112 +  direction: rtl;
  21.113 +}
  21.114 +
  21.115 +div.dokuwiki ul.toc li.clear {
  21.116 +  padding-right:0.4em;
  21.117 +}
  21.118 +
  21.119 +div.dokuwiki pre {
  21.120 +  text-align: left;
  21.121 +}
  21.122 +
    22.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.2 +++ b/doc/lib/tpl/slitaz-orange/style.ini	Wed Apr 06 02:29:19 2011 +0200
    22.3 @@ -0,0 +1,67 @@
    22.4 +; Please see http://www.php.net/manual/en/function.parse-ini-file.php
    22.5 +; for limitations of the ini format used here
    22.6 +
    22.7 +; Define the stylesheets your template uses here. The second value
    22.8 +; defines for which output media the style should be loaded. Currently
    22.9 +; print, screen and rtl are supported. rtl styles are loaded additionally
   22.10 +; to screen styles if a right-to-left language is selected (eg. hebrew)
   22.11 +[stylesheets]
   22.12 +layout.css     = screen
   22.13 +design.css     = screen
   22.14 +style.css      = screen
   22.15 +
   22.16 +media.css      = screen
   22.17 +
   22.18 +UWEB.css      = screen
   22.19 +
   22.20 +rtl.css        = rtl
   22.21 +print.css      = print
   22.22 +
   22.23 +; This section is used to configure some placeholder values used in
   22.24 +; the stylesheets. Changing this file is the simplest method to
   22.25 +; give your wiki a new look.
   22.26 +[replacements]
   22.27 +
   22.28 +;--------------------------------------------------------------------------
   22.29 +;------ guaranteed dokuwiki color placeholders that every plugin can use
   22.30 +; main text and background colors
   22.31 +__text__           = "#000"
   22.32 +__background__     = "#fff"
   22.33 +; alternative text and background colors
   22.34 +__text_alt__       = "#638c9c"
   22.35 +__background_alt__ = "#dee7ec"
   22.36 +; neutral text and background colors
   22.37 +__text_neu__       = "#666"
   22.38 +__background_neu__ = "#f5f5f5"
   22.39 +; border color
   22.40 +__border__         = "#dadada"
   22.41 +;--------------------------------------------------------------------------
   22.42 +
   22.43 +; other text and background colors
   22.44 +__text_other__       = "#ccc"
   22.45 +__background_other__ = "#f7f9fa"
   22.46 +
   22.47 +; these are used for links
   22.48 +__extern__    = "#436976"
   22.49 +__existing__  = "#090"
   22.50 +__missing__   = "#f30"
   22.51 +
   22.52 +; highlighting search snippets
   22.53 +__highlight__ = "#ff9"
   22.54 +
   22.55 +
   22.56 +;--------------------------------------------------------------------------
   22.57 +;------ for keeping old templates and plugins compatible to the old pattern
   22.58 +; (to be deleted at the next or after next release)
   22.59 +__white__      = "#fff"
   22.60 +__lightgray__  = "#f5f5f5"
   22.61 +__mediumgray__ = "#ccc"
   22.62 +__darkgray__   = "#666"
   22.63 +__black__      = "#000"
   22.64 +
   22.65 +; these are the shades of blue
   22.66 +__lighter__   = "#f7f9fa"
   22.67 +__light__     = "#eef3f8"
   22.68 +__medium__    = "#dee7ec"
   22.69 +__dark__      = "#8cacbb"
   22.70 +__darker__    = "#638c9c"
    23.1 --- a/scn/README	Wed Apr 06 02:14:22 2011 +0200
    23.2 +++ b/scn/README	Wed Apr 06 02:29:19 2011 +0200
    23.3 @@ -1,3 +1,7 @@
    23.4 +
    23.5 +
    23.6  Receipts folder is the custom packages receipts for the SliTaz network.
    23.7  Note that all receipts are made for tazwok 3.1 and SliTaz 3.0.
    23.8  
    23.9 +Themes folder have the SliTaz Wordpress themes
   23.10 +