[Xfce4-commits] <wiki:master> Drop docs template

Mike Massonnet noreply at xfce.org
Wed Jan 9 23:44:03 CET 2013


Updating branch refs/heads/master
         to f9013085130b3063670a444329ab38b112f8510f (commit)
       from e285207e98578169161aaad4de7ec49700698867 (commit)

commit f9013085130b3063670a444329ab38b112f8510f
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Wed Jan 9 23:29:32 2013 +0100

    Drop docs template

 lib/tpl/docs/_admin.css           |   48 ----
 lib/tpl/docs/_linkwiz.css         |   68 ------
 lib/tpl/docs/_mediaoptions.css    |   92 --------
 lib/tpl/docs/_subscription.css    |   21 --
 lib/tpl/docs/_xfceheader.css      |   50 ----
 lib/tpl/docs/design.css           |  464 -------------------------------------
 lib/tpl/docs/detail.php           |   89 -------
 lib/tpl/docs/images/link_icon.png |  Bin 378 -> 0 bytes
 lib/tpl/docs/images/logosmall.png |  Bin 4288 -> 0 bytes
 lib/tpl/docs/images/mail_icon.png |  Bin 324 -> 0 bytes
 lib/tpl/docs/layout.css           |   42 ----
 lib/tpl/docs/main.php             |  112 ---------
 lib/tpl/docs/media.css            |  205 ----------------
 lib/tpl/docs/mediamanager.php     |   44 ----
 lib/tpl/docs/print.css            |  228 ------------------
 lib/tpl/docs/rtl.css              |  154 ------------
 lib/tpl/docs/style.ini            |   71 ------
 17 files changed, 0 insertions(+), 1688 deletions(-)

diff --git a/lib/tpl/docs/_admin.css b/lib/tpl/docs/_admin.css
deleted file mode 100644
index 6c8066b..0000000
--- a/lib/tpl/docs/_admin.css
+++ /dev/null
@@ -1,48 +0,0 @@
-#admin__version {
-    clear:left;
-    float: right;
-    color: __text_neu__;
-}
-
-.dokuwiki ul.admin_tasks {
-    font-size: 115%;
-    float: left;
-    width: 40%;
-    list-style-type: none;
-}
-
-.dokuwiki ul.admin_tasks li {
-    line-height: 22px;
-    padding-left: 35px;
-    margin: 1em 0;
-    background: transparent none no-repeat scroll 0 0;
-    text-align: left;
-}
-
-.dokuwiki ul.admin_tasks li div.li {
-    font-weight: bold;
-}
-
-.dokuwiki ul.admin_tasks li.admin_acl {
-    background-image: url(../../images/admin/acl.png);
-}
-
-.dokuwiki ul.admin_tasks li.admin_usermanager {
-    background-image: url(../../images/admin/usermanager.png);
-}
-
-.dokuwiki ul.admin_tasks li.admin_plugin {
-    background-image: url(../../images/admin/plugin.png);
-}
-
-.dokuwiki ul.admin_tasks li.admin_config {
-    background-image: url(../../images/admin/config.png);
-}
-
-.dokuwiki ul.admin_tasks li.admin_revert {
-    background-image: url(../../images/admin/revert.png);
-}
-
-.dokuwiki ul.admin_tasks li.admin_popularity {
-    background-image: url(../../images/admin/popularity.png);
-}
diff --git a/lib/tpl/docs/_linkwiz.css b/lib/tpl/docs/_linkwiz.css
deleted file mode 100644
index 0607073..0000000
--- a/lib/tpl/docs/_linkwiz.css
+++ /dev/null
@@ -1,68 +0,0 @@
-#link__wiz {
-    position: absolute;
-    display: block;
-    z-index: 99;
-    width:   300px;
-    height:  250px;
-    padding: 0;
-    margin:  0;
-    overflow: hidden;
-    border: 1px solid __border__;
-    background-color: __background_neu__;
-    text-align: center;
-}
-
-#link__wiz_header {
-    background-color: __background_alt__;
-    height: 16px;
-    margin-bottom: 5px;
-}
-
-#link__wiz_close {
-    cursor: pointer;
-    margin: 0;
-}
-
-#link__wiz_result {
-    background-color: __background__;
-    width:  293px;
-    height: 193px;
-    overflow: auto;
-    border: 1px solid __border__;
-    margin: 3px auto;
-    text-align: left;
-}
-
-#link__wiz_result div.type_u {
-    padding: 3px 3px 3px 22px;
-    background: transparent url(../../images/up.png) 3px 3px no-repeat;
-}
-
-#link__wiz_result div.type_f {
-    padding: 3px 3px 3px 22px;
-    background: transparent url(../../images/page.png) 3px 3px no-repeat;
-}
-
-#link__wiz_result div.type_d {
-    padding: 3px 3px 3px 22px;
-    background: transparent url(../../images/ns.png) 3px 3px no-repeat;
-}
-
-#link__wiz_result div.even {
-    background-color: __background_neu__;
-}
-
-#link__wiz_result div.selected {
-    background-color: __background_alt__;
-}
-
-#link__wiz_result span {
-    display: block;
-    color: __text_neu__;
-}
-
-/*FIXME maybe move to a more general style sheet*/
-.ondrag {
-    cursor: move;
-    opacity: 0.8;
-}
diff --git a/lib/tpl/docs/_mediaoptions.css b/lib/tpl/docs/_mediaoptions.css
deleted file mode 100644
index 19e2c48..0000000
--- a/lib/tpl/docs/_mediaoptions.css
+++ /dev/null
@@ -1,92 +0,0 @@
-/* --- popup --- */
-
-#media__popup {
-    background-color:__background__;
-    display:none;
-    border: 1px solid __border__;
-    position: absolute;
-    width:280px;
-}
-
-#media__popup h1 {
-    text-align:center;
-    font-weight:normal;
-    background-color: __background_alt__;
-    height: 16px;
-    margin-bottom: 5px;
-    font-size:12px;
-    border-bottom: 0;
-}
-
-#media__popup p {
-    display:block;
-    line-height:14pt;
-    margin:0.5em;
-}
-
-#media_nolink {
-    padding:4px 0;
-}
-
-#media__popup label {
-    float:left;
-    width:9em;
-}
-
-#media__popup .button {
-    margin-left:auto;
-    margin-right:auto;
-}
-
-#media__popup .btnlbl {
-    text-align:center;
-}
-
-#media__popup .btnlbl input {
-    margin:0 1em;
-}
-
-#media__closeimg {
-    float:right;
-}
-
-/* --- display options --- */
-
-#media__linkopts label,
-#media__nolnk {
-	width: 80px;
-	float: left;
-	margin-left: 10px;
-}
-
-#media__linkopts label{
-	line-height: 20px;
-}
-
-#media__nolnk,
-#media__linkopts label.long{
-	margin-bottom: 8px;
-	line-height: 12px;
-}
-
-#media__linkopts label.long{
-	width: 150px;
-	float: none;
-}
-
-#media__linkopts br {
-	clear: both;
-}
-
-#media__linkopts select {
-	width: 60px;
-	margin-left: 10px;
-}
-
-#media__linkopts input.edit {
-    width:50px;
-    margin-left:10px;
-}
-#media__linkopts #media__title {
-    width:150px;
-}
diff --git a/lib/tpl/docs/_subscription.css b/lib/tpl/docs/_subscription.css
deleted file mode 100644
index 0792c8c..0000000
--- a/lib/tpl/docs/_subscription.css
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * Styles for the subscription page
- */
-
-form#subscribe__form {
-    display: block;
-    width: 300px;
-    text-align: center;
-}
-
-form#subscribe__form fieldset {
-    text-align: left;
-    margin: 0.5em 0;
-}
-
-form#subscribe__form label {
-    display:block;
-    margin: 0 0.5em 0.5em;
-}
-
-
diff --git a/lib/tpl/docs/_xfceheader.css b/lib/tpl/docs/_xfceheader.css
deleted file mode 100644
index 8e0255c..0000000
--- a/lib/tpl/docs/_xfceheader.css
+++ /dev/null
@@ -1,50 +0,0 @@
-body {
-  background-color: #eee;
-  margin: 0;
-  font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
-  font-size: 14px;
-}
-
-#xfce-header {
-	background: #333 url('images/logosmall.png') no-repeat 3px 50%;
-	padding-left: 75px;
-	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-
-	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
-	font-size: 14px;
-}
-#xfce-header ul {
-	list-style: none;
-	float: right;
-	margin: 5px;
-	padding: 0;
-}
-#xfce-header ul li {
-	float: left;
-}
-#xfce-header a {
-	color: #999;
-	text-decoration: none;
-	display: block;
-	padding: 0 8px 0 8px;
-	border: 0; /* for transifex */
-	line-height: 25px;
-
-	transition: color 0.2s linear;
-	-moz-transition: color 0.2s linear;
-	-webkit-transition: color 0.2s linear;
-	-o-transition: color 0.2s linear;
-}
-#xfce-header ul li a:hover {
-	color: #fff;
-	text-decoration: underline;
-}
-#xfce-header .active {
-	color: #fff;
-}
-#xfce-header-clear {
-	clear: both;
-}
-#xfce-header-title, #xfce-header-subtitle {
-	display: none;
-}
diff --git a/lib/tpl/docs/design.css b/lib/tpl/docs/design.css
deleted file mode 100644
index 87ab6d7..0000000
--- a/lib/tpl/docs/design.css
+++ /dev/null
@@ -1,464 +0,0 @@
-div.header,
-div.dokuwiki {
-  margin:  0 auto 1em auto;
-  width: 95%;
-  max-width: 1000px;
-  min-width: 650px;
-  cursor: default;
-}
-
-div.dokuwiki div.page {
-  background: #fff;
-  padding: 1.2em;
-  box-shadow: 0 0 3px rgba(0, 0, 0, .25);
-  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
-  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
-}
-
-div.dokuwiki div.page div.doc {
-  color: __text_other__;
-  text-align: right;
-  font-size: 80%;
-  margin-top: 1em;
-}
-
-div.error,
-div.info,
-div.success,
-div.notify {
-  padding: .2em 3em;
-  background-position: .5em 50%;
-}
-
-div.userinfo {
-  text-align: center;
-  font-size: 80%;
-  margin: .2em;
-}
-
-div.license {
-  text-align: center;
-  font-size: 80%;
-  color: __text_other__;
-  margin: .2em;
-}
-
-div.license a {
-  color: __text_other__;
-}
-
-div.header {
-  padding: 6px 0;
-  margin-bottom: 0;
-}
-
-div.header div.breadcrumbs {
-  color: __text_neu__;
-  float: left;
-  margin-top: .5em;
-  font-size: 90%;
-}
-
-div.header div.translation {
-  float: right;
-  padding-left: 1em;
-}
-
-div.header div.search {
-  float: right;
-}
-
-div.dokuwiki h1 {
-  margin-top: 0;
-  font-size: 1.44em;
-  border-bottom: solid 1px __border__;
-  color: __text_neu__;
-}
-
-div.dokuwiki h2, 
-div.dokuwiki h3, 
-div.dokuwiki h4 {
-  font-size: 1.2em;
-  border-bottom: solid 1px __border__;
-  margin-top: 2em;
-  color: __text_neu__;
-}
-
-div.dokuwiki div.secedit input.button {
-  cursor: pointer;
-  border: 1px solid __border__;
-  background: __background_c__;
-  float: right;
-}
-
-div.dokuwiki .section_highlight {
-  background: #dfd;
-}
-
-div.dokuwiki p,
-div.dokuwiki blockquote,
-div.dokuwiki table.inline,
-div.dokuwiki pre {
-  margin: 0 0 1.0em 0;
-}
-
-div.dokuwiki hr {
-  border: 0px;
-  border-top: 1px solid __border__;
-  text-align: center;
-  height: 0px;
-}
-
-div.dokuwiki div.toc {
-  margin: 1.2em 0 0 2em;
-  float: right;
-  width: 200px;
-  font-size: 80%;
-  clear: both;
-}
-
-div.dokuwiki div.bar {
-  margin-top: 6px;
-}
-
-div.dokuwiki .bar input.button {
-  background: __background_c__;
-  border: 1px solid __border__;
-}
-
-div.dokuwiki .bar a {
-  text-decoration: none;
-}
-
-div.dokuwiki .bar-left {
-  float: left;
-}
-
-div.dokuwiki .bar-right {
-  float: right;
-  text-align: right;
-}
-
-div.dokuwiki .gui {
-  color: __text_neu__;
-}
-
-div.dokuwiki form {
-  border: none;
-  display: inline;
-}
-
-div.dokuwiki pre,
-div.dokuwiki code {
-  font-family: monospace, serif;
-  font-size: 100%;
-  background-color: __background__;
-}
-div.dokuwiki pre {
-  padding: .5em;
-  border: 1px dashed __border__;
-  color: __text__;
-  overflow: auto;
-}
-
-/* inline tables */
-div.dokuwiki table.inline {
-  border-spacing: 0px;
-  border-collapse: collapse;
-}
-
-div.dokuwiki table.inline th {
-  padding: 3px;
-  border: 1px solid __border__;
-  background-color: __background__;
-  text-align: left;
-  white-space: nowrap;
-}
-
-div.dokuwiki table.inline td {
-  padding: 3px;
-  border: 1px solid __border__;
-}
-
-/* code blocks by indention */
-div.dokuwiki pre.pre {
-  background-color: __background__;
-}
-
-/* code blocks by code tag */
-div.dokuwiki pre.code {
-  background-color: __background__;
-}
-
-/* code blocks by file tag */
-div.dokuwiki pre.file {
-  background-color: __background__;
-}
-
-/* filenames for file and code blocks */
-div.dokuwiki dl.file,
-div.dokuwiki dl.code {
-    margin-top: 2em;
-    margin-bottom: 2.5em;
-}
-
-div.dokuwiki dt {
-  color: __text_neu__;
-  font-weight: normal;
-}
-div.dokuwiki dd {
-  margin-left: 20px;
-  margin-top: .5em;
-  margin-bottom: 1em;
-}
-
-/* indent different sections */
-div.dokuwiki h1, div.dokuwiki div.level1 { margin-left: 0px; }
-div.dokuwiki h2, div.dokuwiki div.level2 { margin-left: 0px; }
-div.dokuwiki h3, div.dokuwiki div.level3 { margin-left: 20px; }
-div.dokuwiki h4, div.dokuwiki div.level4 { margin-left: 40px; }
-div.dokuwiki h5, div.dokuwiki div.level5 { margin-left: 60px; }
-
-div.header a.wikilink1,
-div.header a.wikilink2,
-div.dokuwiki a.wikilink1,
-div.dokuwiki a.wikilink2,
-div.dokuwiki a.interwiki,
-div.dokuwiki a.urlextern,
-div.dokuwiki a.fn_bot,
-div.dokuwiki a.fn_top {
-  transition: color .2s linear;
-  -moz-transition: color .2s linear;
-  -webkit-transition: color .2s linear;
-  -o-transition: color .2s linear;
-  color: __existing__;
-  text-decoration: none !important;
-}
-
-div.header a.wikilink1:hover,
-div.header a.wikilink1:active,
-div.header a.wikilink2:hover,
-div.header a.wikilink2:active,
-div.dokuwiki a.urlextern:hover,
-div.dokuwiki a.urlextern:active,
-div.dokuwiki a.windows:hover,
-div.dokuwiki a.windows:active,
-div.dokuwiki a.wikilink1:hover,
-div.dokuwiki a.wikilink1:active,
-div.dokuwiki a.wikilink2:hover,
-div.dokuwiki a.wikilink2:active,
-div.dokuwiki a.interwiki:hover,
-div.dokuwiki a.interwiki:active,
-div.dokuwiki a.fn_bot:hover,
-div.dokuwiki a.fn_bot:active,
-div.dokuwiki a.fn_top:hover,
-div.dokuwiki a.fn_top:active {
-  color: __hover__;
-}
-
-div.dokuwiki a.urlextern {
-  background: transparent url(images/link_icon.png) 0px 1px no-repeat;
-  padding: 1px 0px 1px 16px;
-}
-
-/* not existing wikipage */
-div.dokuwiki a.wikilink2,
-div.header a.wikilink2 {
-  color: __existing__;
-  text-decoration: none !important;
-  border-bottom: dashed 1px __missing__ !important;
-}
-
-/* unordered lists */
-div.dokuwiki ul {
-  line-height: 1.5em;
-  list-style-type: square;
-  list-style-image: none;
-  color: __text_neu__;
-}
-
-/* ordered lists */
-div.dokuwiki ol {
-  line-height: 1.5em;
-  list-style-image: none;
-  color: __text_neu__;
-  font-weight: bold;
-}
-
-/* no bottom gap in between and smaller left margin for nested lists */
-div.dokuwiki li ul,
-div.dokuwiki li ol {
-  margin: 0 0 0 1.5em;
-}
-
-/* the list items overriding the ul/ol definition */
-div.dokuwiki .li {
-  color: __text__;
-  font-weight: normal;
-}
-
-div.dokuwiki ol { list-style-type: decimal; }
-div.dokuwiki ol ol { list-style-type: upper-roman; }
-div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
-div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
-
-div.dokuwiki blockquote {
-  border-left: 2px solid __border__;
-  padding-left: 3px;
-}
-
-div.dokuwiki textarea.edit {
-  font-family: monospace, serif;
-  font-size: 100%;
-  width: 700px;
-  min-width: 100%;
-  max-width: 100%;
-}
-
-
-/* ---------------------------- Diff rendering --------------------------*/
-div.dokuwiki table.diff {
-  width: 100%;
-}
-div.dokuwiki td.diff-blockheader {
-  font-weight: bold;
-}
-div.dokuwiki table.diff th {
-  border-bottom: 1px solid __border__;
-  font-size: 110%;
-  width: 50%;
-  font-weight: normal;
-  text-align: left;
-}
-div.dokuwiki table.diff th a {
-    font-weight: bold;
-}
-div.dokuwiki table.diff th span.user {
-    color: __text__;
-    font-size: 80%;
-}
-div.dokuwiki table.diff th span.sum {
-    font-size: 80%;
-    font-weight: bold;
-}
-div.dokuwiki table.diff th.minor {
-  font-style: italic;
-}
-div.dokuwiki table.diff td {
-  font-family: monospace;
-  font-size: 100%;
-}
-div.dokuwiki td.diff-addedline,
-div.dokuwiki span.diff-addedline {
-  background-color: #ddffdd;
-}
-div.dokuwiki td.diff-deletedline,
-div.dokuwiki span.diff-deletedline {
-    background-color: #ffffbb;
-}
-div.dokuwiki td.diff-context {
-    background-color: __background_neu__;
-}
-div.dokuwiki table.diff td.diff-addedline strong,
-div.dokuwiki table.diff td.diff-deletedline strong {
-    color: red;
-}
-
-
-/* --------------------- footnotes -------------------------------- */
-
-div.dokuwiki div.footnotes {
-  clear: both;
-  border-top: 1px solid __border__;
-  padding-left: 1em;
-  margin-top: 1em;
-}
-
-div.dokuwiki div.fn {
-  font-size: 90%;
-}
-
-div.dokuwiki a.fn_bot {
-  font-weight: bold;
-}
-
-/* insitu-footnotes */
-div.insitu-footnote {
-  font-size: 80%;
-  line-height: 1.2em;
-  border: 1px solid #000;
-  background-color: #ffc;
-  text-align: left;
-  padding: 4px;
-  width: 20em;    /* IE's width is handled in javascript */
-}
-
-/* overcome IE issue with one line code or file boxes which require h. scrolling */
-* html .insitu-footnote pre.code,
-* html .insitu-footnote pre.file {
-  padding-bottom: 18px;
-}
-
-/* --------------- search result formating --------------- */
-div.dokuwiki .search_result {
-  margin-bottom: 6px;
-  padding: 0 10px 0 30px;
-}
-
-div.dokuwiki .search_snippet {
-  color: __text_other__;
-  font-size: 12px;
-  margin-left: 20px;
-}
-
-div.dokuwiki .search_sep {
-  color: __text__;
-}
-
-div.dokuwiki .search_hit {
-  color: __text__;
-  background-color: __highlight__;
-}
-div.dokuwiki strong.search_hit {
-  font-weight: normal;
-}
-
-div.dokuwiki div.search_quickresult {
-  margin: 0 0 15px 30px;
-  padding: 0 10px 10px 0;
-  border-bottom: 1px dashed __border__;
-}
-div.dokuwiki div.search_quickresult h3 {
-  margin: 0 0 1.0em 0;
-  font-size: 1em;
-  font-weight: bold;
-}
-
-div.dokuwiki ul.search_quickhits {
-  margin: 0 0 0.5em 1.0em;
-}
-
-div.dokuwiki ul.search_quickhits li {
-  margin: 0 1.0em 0 1.0em;
-  float: left;
-  width: 30%;
-}
-
-div.dokuwiki .section_highlight {
-  background-color: __background_alt__ !important;
-}
-
-/* ---------------  Image Details  ----------------- */
-
-div.dokuwiki div.img_big {
-  margin-right: 1em;
-}
-
-div.dokuwiki dl.img_tags dt {
-  font-weight: bold;
-  border-bottom: 1px solid __border__;
-}
-div.dokuwiki div.imagemeta img.thumb {
-  float: left;
-  margin-right: 0.1em;
-}
diff --git a/lib/tpl/docs/detail.php b/lib/tpl/docs/detail.php
deleted file mode 100644
index 4f42b11..0000000
--- a/lib/tpl/docs/detail.php
+++ /dev/null
@@ -1,89 +0,0 @@
-<?php
-/**
- * DokuWiki Image Detail Template
- *
- * This is the template for displaying image details
- *
- * You should leave the doctype at the very top - It should
- * always be the very first line of a document.
- *
- * @link   http://dokuwiki.org/templates
- * @author Andreas Gohr <andi at splitbrain.org>
- */
-
-// must be run from within DokuWiki
-if (!defined('DOKU_INC')) die();
-
-?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="ltr">
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>
-     <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?>
-    [<?php echo strip_tags($conf['title'])?>]
-  </title>
-
-  <?php tpl_metaheaders()?>
-
-  <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
-</head>
-
-<body>
-<div class="dokuwiki">
-  <?php html_msgarea()?>
-
-  <div class="page">
-    <?php if($ERROR){ print $ERROR; }else{ ?>
-
-    <h1><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?></h1>
-
-    <div class="img_big">
-      <?php tpl_img(900,700) ?>
-    </div>
-
-    <div class="img_detail">
-      <p class="img_caption">
-        <?php print nl2br(hsc(tpl_img_getTag('simple.title'))); ?>
-      </p>
-
-      <p>← <?php echo $lang['img_backto']?> <?php tpl_pagelink($ID)?></p>
-
-      <dl class="img_tags">
-        <?php
-          $t = tpl_img_getTag('Date.EarliestTime');
-          if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.dformat($t).'</dd>';
-
-          $t = tpl_img_getTag('File.Name');
-          if($t) print '<dt>'.$lang['img_fname'].':</dt><dd>'.hsc($t).'</dd>';
-
-          $t = tpl_img_getTag(array('Iptc.Byline','Exif.TIFFArtist','Exif.Artist','Iptc.Credit'));
-          if($t) print '<dt>'.$lang['img_artist'].':</dt><dd>'.hsc($t).'</dd>';
-
-          $t = tpl_img_getTag(array('Iptc.CopyrightNotice','Exif.TIFFCopyright','Exif.Copyright'));
-          if($t) print '<dt>'.$lang['img_copyr'].':</dt><dd>'.hsc($t).'</dd>';
-
-          $t = tpl_img_getTag('File.Format');
-          if($t) print '<dt>'.$lang['img_format'].':</dt><dd>'.hsc($t).'</dd>';
-
-          $t = tpl_img_getTag('File.NiceSize');
-          if($t) print '<dt>'.$lang['img_fsize'].':</dt><dd>'.hsc($t).'</dd>';
-
-          $t = tpl_img_getTag('Simple.Camera');
-          if($t) print '<dt>'.$lang['img_camera'].':</dt><dd>'.hsc($t).'</dd>';
-
-          $t = tpl_img_getTag(array('IPTC.Keywords','IPTC.Category','xmp.dc:subject'));
-          if($t) print '<dt>'.$lang['img_keywords'].':</dt><dd>'.hsc($t).'</dd>';
-
-        ?>
-      </dl>
-      <?php //Comment in for Debug// dbg(tpl_img_getTag('Simple.Raw'));?>
-    </div>
-
-  <?php } ?>
-  </div>
-</div>
-</body>
-</html>
-
diff --git a/lib/tpl/docs/images/link_icon.png b/lib/tpl/docs/images/link_icon.png
deleted file mode 100644
index 69f9c84..0000000
Binary files a/lib/tpl/docs/images/link_icon.png and /dev/null differ
diff --git a/lib/tpl/docs/images/logosmall.png b/lib/tpl/docs/images/logosmall.png
deleted file mode 100644
index 5900c10..0000000
Binary files a/lib/tpl/docs/images/logosmall.png and /dev/null differ
diff --git a/lib/tpl/docs/images/mail_icon.png b/lib/tpl/docs/images/mail_icon.png
deleted file mode 100644
index 5968179..0000000
Binary files a/lib/tpl/docs/images/mail_icon.png and /dev/null differ
diff --git a/lib/tpl/docs/layout.css b/lib/tpl/docs/layout.css
deleted file mode 100644
index 4831138..0000000
--- a/lib/tpl/docs/layout.css
+++ /dev/null
@@ -1,42 +0,0 @@
-div.dokuwiki .bar {
-  padding: 0.1em 0.15em;
-  clear: both;
-}
-div.dokuwiki .bar a {
-  text-decoration: none;
-}
-
-div.dokuwiki div.bar .button {
-  border: 0;
-  background: __background__;
-}
-
-div.dokuwiki .bar-left {
-  float: left;
-}
-
-div.dokuwiki .bar-right {
-  float: right;
-  text-align: right;
-}
-
-div.dokuwiki #bar__bottom {
-  margin-bottom: 3px;
-}
-
-/* ------------- File Metadata ----------------------- */
-
-div.dokuwiki div.meta {
-  clear: both;
-  margin-top: 1em;
-  color: __text_alt__;
-  font-size: 70%;
-}
-
-div.dokuwiki div.meta div.user {
-  float: left;
-}
-
-div.dokuwiki div.meta div.doc {
-  text-align: right;
-}
diff --git a/lib/tpl/docs/main.php b/lib/tpl/docs/main.php
deleted file mode 100644
index 638fb9a..0000000
--- a/lib/tpl/docs/main.php
+++ /dev/null
@@ -1,112 +0,0 @@
-<?php
-/**
- * DokuWiki Default Template
- *
- * This is the template you need to change for the overall look
- * of DokuWiki.
- *
- * You should leave the doctype at the very top - It should
- * always be the very first line of a document.
- *
- * @link   http://dokuwiki.org/templates
- * @author Andreas Gohr <andi at splitbrain.org>
- */
-
-// must be run from within DokuWiki
-if (!defined('DOKU_INC')) die();
-
-?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
- lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <link rel="shortcut icon" href="/favicon.ico" />
-  <title>
-    <?php tpl_pagetitle()?>
-    [<?php echo strip_tags($conf['title'])?>]
-  </title>
-  <?php tpl_metaheaders()?>
-</head>
-
-<body>
-<div id="xfce-header">
-<div>
-  <h1 id="xfce-header-title">Xfce Desktop Enviroment</h1>
-  <h4 id="xfce-header-subtitle">Xfce subdomain navigation</h4>
-
-    <ul>
-      <li><a href="http://www.xfce.org" title="Go to the homepage">Home</a></li>
-      <li><a href="http://docs.xfce.org" title="Official documentation" class="active">Docs</a></li>
-      <li><a href="http://archive.xfce.org" title="Download location of tarballs">Archive</a></li>
-      <li><a href="http://wiki.xfce.org" title="Community documentation">Wiki</a></li>
-      <li><a href="http://forum.xfce.org" title="Community forums">Forum</a></li>
-      <li><a href="https://bugzilla.xfce.org" title="Report and track bugs">Bugs</a></li>
-      <li><a href="http://blog.xfce.org" title="Visit the blog">Blog</a></li>
-      <li><a href="https://translations.xfce.org" title="Help translating the Xfce project">Translate</a></li>
-      <li><a href="http://git.xfce.org" title="Project repositories">GIT</a></li>
-    </ul>
-  </div>
-  <div  id="xfce-header-clear"></div>
-</div>
-<?php html_msgarea()?>
-
-<div class="header">
-  <div class="breadcrumbs">
-    <?php tpl_youarehere() ?>
-  </div>
-  <div class="translation">
-    <?php $translation = &plugin_load('helper','translation'); ?>
-    <?php if ($translation != NULL) { ?>
-      <?php echo str_replace ('plugin_translation', '', $translation->showTranslations()) ?>
-    <?php } ?>
-  </div>
-  <div class="search">
-   <?php tpl_searchform()?>
-  </div>
-  <div class="clearer"></div>
-</div>
-
-<div class="dokuwiki" id="dokuwiki">
-
-  <?php tpl_flush()?>
-
-  <div class="page">
-    <!-- wikipage start -->
-    <?php tpl_content()?>
-    <!-- wikipage stop -->
-    <div class="clearer"></div>
-    <div class="doc">
-      <?php tpl_pageinfo()?>
-    </div>
-  </div>
-
-  <div class="clearer"></div>
-
-  <div class="bar" id="bar__bottom">
-    <div class="bar-left" id="bar__bottomleft">
-      <?php tpl_button('edit')?>
-      <?php tpl_button('history')?>
-      <?php tpl_button('revert')?>
-      <?php tpl_button('recent')?>
-    </div>
-    <div class="bar-right" id="bar__bottomright">
-      <?php tpl_button('subscribe')?>
-      <?php tpl_button('admin')?>
-      <?php tpl_button('profile')?>
-      <?php tpl_button('login')?>
-      <?php tpl_button('index')?>
-      <?php tpl_button('top')?>
-    </div>
-    <div class="clearer"></div>
-  </div>
-
-  <?php tpl_flush()?>
-  <div class="userinfo"><?php tpl_userinfo()?></div>
-  <?php tpl_license(false);?>
-</div>
-
-<div class="no"><?php /* provide DokuWiki housekeeping, required in all templates */ tpl_indexerWebBug()?></div>
-</body>
-</html>
diff --git a/lib/tpl/docs/media.css b/lib/tpl/docs/media.css
deleted file mode 100644
index d412fd9..0000000
--- a/lib/tpl/docs/media.css
+++ /dev/null
@@ -1,205 +0,0 @@
-/**
- * The CSS in here controls the appearance of the media manager
- */
-
-#media__manager {
-    height: 100%;
-    overflow: hidden;
-}
-
-#media__left {
-    width: 30%;
-    border-right: solid 1px __border__;
-
-    height: 100%;
-    overflow: auto;
-    position: absolute;
-    left: 0;
-}
-
-#media__right {
-    width: 69.7%;
-
-    height: 100%;
-    overflow: auto;
-    position: absolute;
-    right: 0;
-}
-
-#media__manager h1 {
-    margin: 0;
-    padding: 0;
-    margin-bottom: 0.5em;
-}
-
-/* --- Tree formatting --- */
-
-#media__tree img {
-    float: left;
-    padding: 0.5em 0.3em 0 0;
-}
-
-#media__tree ul {
-    list-style-type: none;
-    list-style-image: none;
-    margin-left: 1.5em;
-}
-
-#media__tree li {
-    clear: left;
-    list-style-type: none;
-    list-style-image: none;
-}
-*+html #media__tree li,
-* html #media__tree li {
-    border: 1px solid __background__;
-}/* I don't understand this, but this fixes a style bug in IE;
-it's dirty, so any "real" fixes are welcome */
-
-/* --- options --- */
-
-#media__opts {
-    padding-left: 1em;
-    margin-bottom: 0.5em;
-}
-
-#media__opts input {
-    float: left;
-    display: block;
-    margin-top: 4px;
-    position: absolute;
-}
-*+html #media__opts input,
-* html #media__opts input {
-    position: static;
-}
-
-#media__opts label {
-    display: block;
-    float: left;
-    margin-left: 20px;
-    margin-bottom: 4px;
-}
-*+html #media__opts label,
-* html #media__opts label {
-    margin-left: 10px;
-}
-
-#media__opts br {
-    clear: left;
-}
-
-/* --- file list --- */
-
-#media__content img.load {
-    margin: 1em auto;
-}
-
-#media__content #scroll__here {
-    border: 1px dashed __border__;
-}
-
-#media__content .odd {
-    background-color: __background_other__;
-    padding: 0.4em;
-}
-
-#media__content .even {
-    padding: 0.4em;
-}
-
-#media__content a.mediafile {
-    margin-right: 1.5em;
-    font-weight: bold;
-}
-
-#media__content div.detail {
-    padding: 0.3em 0 0.3em 2em;
-}
-
-#media__content div.detail div.thumb {
-    float: left;
-    width: 130px;
-    text-align: center;
-    margin-right: 0.4em;
-}
-
-
-#media__content img.btn {
-    vertical-align: text-bottom;
-}
-
-#media__content div.example {
-    color: __text_neu__;
-    margin-left: 1em;
-}
-
-/* --- upload form --- */
-
-#media__content div.upload {
-    font-size: 90%;
-    padding: 0 0.5em 0.5em 0.5em;
-}
-
-#media__content form#dw__upload,
-#media__content div#dw__flashupload {
-    display: block;
-    border-bottom: solid 1px __border__;
-    padding: 0 0.5em 1em 0.5em;
-}
-#media__content form#dw__upload fieldset {
-    padding: 0;
-    margin: 0;
-    border: none;
-    width: auto;
-}
-#media__content form#dw__upload p {
-    text-align: left;
-    padding: 0.25em 0;
-    margin: 0;
-    line-height: 1.0em;
-}
-#media__content form#dw__upload label.check {
-    float: none;
-    width: auto;
-    margin-left: 11.5em;
-}
-
-/* --- meta edit form --- */
-
-#media__content form.meta {
-    display: block;
-    padding: 0 0 1em 0;
-}
-
-#media__content form.meta label {
-    display: block;
-    width: 25%;
-    float: left;
-    font-weight: bold;
-    margin-left: 1em;
-    clear: left;
-}
-
-#media__content form.meta .edit {
-    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
-    float: left;
-    width: 70%;
-    padding-right: 0;
-    padding-left: 0.2em;
-    margin: 2px;
-}
-
-#media__content form.meta textarea.edit {
-    height: 8em;
-}
-
-#media__content form.meta div.metafield {
-    clear: left;
-}
-
-#media__content form.meta div.buttons {
-    clear: left;
-    margin-left: 20%;
-    padding-left: 1em;
-}
diff --git a/lib/tpl/docs/mediamanager.php b/lib/tpl/docs/mediamanager.php
deleted file mode 100644
index 7b7fe86..0000000
--- a/lib/tpl/docs/mediamanager.php
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<?php
-/**
- * DokuWiki Default Template
- *
- * This is the template for the media manager popup
- *
- * You should leave the doctype at the very top - It should
- * always be the very first line of a document.
- *
- * @link   http://dokuwiki.org/templates
- * @author Andreas Gohr <andi at splitbrain.org>
- */
-?>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="ltr">
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>
-    <?php echo hsc($lang['mediaselect'])?>
-    [<?php echo strip_tags($conf['title'])?>]
-  </title>
-  <?php tpl_metaheaders()?>
-  <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
-</head>
-
-<body>
-<div id="media__manager" class="dokuwiki">
-    <div id="media__left">
-        <?php html_msgarea()?>
-        <h1><?php echo hsc($lang['mediaselect'])?></h1>
-
-        <?php /* keep the id! additional elements are inserted via JS here */?>
-        <div id="media__opts"></div>
-
-        <?php tpl_mediaTree() ?>
-    </div>
-
-    <div id="media__right">
-        <?php tpl_mediaContent() ?>
-    </div>
-</div>
-</body>
-</html>
diff --git a/lib/tpl/docs/print.css b/lib/tpl/docs/print.css
deleted file mode 100644
index 45b60aa..0000000
--- a/lib/tpl/docs/print.css
+++ /dev/null
@@ -1,228 +0,0 @@
-
-body {
-  font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
-  background-color: White;
-  color: Black;
-}
-
-table {
-  font-size: 100%;
-  padding: 0;
-  margin: 0;
-}
-
-tr,td,th { padding: 0; margin: 0; }
-
-img { border: 0; }
-
-a {
-  color: #000000;
-  text-decoration: none;
-  background: none !important;
-}
-
-a.interwiki {
-  padding-left: 0px !important;
-}
-
-
-div.meta {
-  clear: both;
-  margin-top: 1em;
-  font-size: 70%;
-  text-align: right;
-}
-
-div.breadcrumbs {
-  display: none;
-}
-
-
-/* --------------------- Text formating -------------------------------- */
-
-/* external link */
-a.urlextern:after {
-   content: " [" attr(href) "]";
-   font-size: 90%;
-}
-
-/* interwiki link */
-a.interwiki:after {
-   content: " [" attr(href) "]";
-   font-size: 90%;
-}
-
-/* email link */
-a.mail:after {
-   content: " [" attr(href) "]";
-   font-size: 90%;
-}
-
-/* existing wikilink */
-a.wikilink1    { text-decoration: underline; }
-
-/* the document */
-div.page {
-  text-align: justify;
-}
-
-/* general headline setup */
-h1, h2, h3, h4, h5 {
-    color: Black;
-    background-color: transparent;
-    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
-    font-size: 100%;
-    font-weight: normal;
-    margin-left:    0;
-    margin-right:   0;
-    margin-top:     0;
-    margin-bottom:  1em;
-    padding-left:   0;
-    padding-right:  0;
-    padding-top:    0.5em;
-    padding-bottom: 0;
-    border-bottom: 1px solid #000000;
-    clear: left;
-}
-
-/* special headlines */
-h1 { font-size: 160%; font-weight: bold; }
-h2 { font-size: 150%; }
-h3 { font-size: 140%; border-bottom: none; }
-h4 { font-size: 120%; border-bottom: none; }
-h5 { font-size: 100%; border-bottom: none; }
-
-/* embedded images */
-img.media {
-  margin: 3px;
-}
-
-/* the styles for media images are already in
-   lib/styles/all.css, these are additional styles */
-img.medialeft {
-  margin: 0 1.5em 0 0;
-}
-img.mediaright {
-  margin: 0 0 0 1.5em;
-}
-img.mediacenter {
-}
-
-/* unordered lists */
-ul {
-    line-height: 1.5em;
-    list-style-type: square;
-    margin: 0 0 1em 3.5em;
-    padding: 0;
-}
-
-/* ordered lists */
-ol {
-    line-height: 1.5em;
-    margin: 0 0 1em 3.5em;
-    padding: 0;
-    font-weight: normal;
-}
-
-div.dokuwiki li ul {
-  margin-bottom: 0;
-}
-div.dokuwiki li ol {
-  margin-bottom: 0;
-}
-
-div.dokuwiki ol { list-style-type: decimal; }
-div.dokuwiki ol ol { list-style-type: upper-roman; }
-div.dokuwiki ol ol ol { list-style-type: lower-alpha; }
-div.dokuwiki ol ol ol ol { list-style-type: lower-greek; }
-
-/* the list items overriding the ol definition */
-span.li {
-    font-weight: normal;
-}
-
-pre {
-  font-family: monospace;
-}
-
-/* code blocks by indention */
-pre.pre {
-  font-size: 8pt;
-  padding: 0.5em;
-  border: 1px dashed #000000;
-  color: Black;
-  overflow: visible;
-}
-
-/* code blocks by code tag */
-pre.code {
-  font-size: 8pt;
-  padding: 0.5em;
-  border: 1px dashed #000000;
-  color: Black;
-  overflow: visible;
-}
-
-/* inline code words */
-code {
-  font-size: 120%;
-}
-
-/* code blocks by file tag */
-pre.file {
-  font-size: 8pt;
-  padding: 0.5em;
-  border: 1px dotted #000000;
-  color: Black;
-  overflow: visible;
-}
-
-/* footnotes */
-div.footnotes {
-  clear: both;
-  border-top: 1px solid #000000;
-  padding-left: 1em;
-  margin-top: 1em;
-}
-
-div.fn {
-  font-size: 90%;
-}
-
-a.fn_top {
-  vertical-align: super;
-  font-size: 80%;
-}
-
-a.fn_bot {
-  vertical-align: super;
-  font-size: 80%;
-  font-weight: bold;
-}
-
-acronym {
-  border: 0;
-}
-
-/* ---------- inline tables ------------------- */
-
-table.inline {
-  font-size: 80%;
-  background-color: #ffffff;
-  border-spacing: 0px;
-  border-collapse: collapse;
-}
-
-table.inline th {
-  padding: 3px;
-  border: 1px solid #000000;
-  border-bottom: 2px solid #000000;
-}
-
-table.inline td {
-  padding: 3px;
-  border: 1px solid #000000;
-}
-
-.toc, .footerinc, .header, .bar, .user { display: none; }
-
diff --git a/lib/tpl/docs/rtl.css b/lib/tpl/docs/rtl.css
deleted file mode 100644
index 82c8583..0000000
--- a/lib/tpl/docs/rtl.css
+++ /dev/null
@@ -1,154 +0,0 @@
-/**
- * Layout and design corrections for right-to-left languages
- *
- * @author Andreas Gohr <andi at splitbrain.org>
- * @author Dotan Kamber <kamberd at yahoo.com>
- */
-
-.bar-left {
-  float: right;
-  text-align: right;
-}
-
-.bar-right {
-  float: left;
-  text-align: left;
-}
-
-.pagename {
-  float: right;
-  text-align: right;
-}
-
-.logo {
-  float: left;
-  text-align: left;
-}
-
-label {
-  text-align: left;
-}
-
-label.simple {
-  text-align: right;
-}
-
-div.meta div.user {
-  float: right;
-}
-
-div.meta div.doc {
-  text-align: left;
-}
-
-/* ------------------  Design corrections  --------------------------------- */
-
-div.dokuwiki ul,
-div.dokuwiki ol {
-  margin: 0.5em 3.5em 0.5em 0;
-}
-div.dokuwiki li ul,
-div.dokuwiki li ol {
-  margin: 0.5em 1.5em 0.5em 0;
-}
-
-div.dokuwiki a.urlextern,
-div.dokuwiki a.interwiki,
-div.dokuwiki a.windows,
-div.dokuwiki a.mail {
-  /* should work but doesn't - so we just disable icons here*/
-  /*
-  background-position: right 1px;
-  padding-right: 16px;
-  */
-  background-image: none !important;
-  padding: 0px 0px 0px 0px;
-}
-
-div.dokuwiki div.secedit input.button {
-  float: left;
-}
-
-/* headlines */
-div.dokuwiki h1, div.dokuwiki h2, div.dokuwiki h3, div.dokuwiki h4, div.dokuwiki h5 {
-  clear: right;
-}
-
-/* special headlines */
-div.dokuwiki h1 { margin-left: 0px; margin-right: 0px; }
-div.dokuwiki h2 { margin-left: 0px; margin-right: 20px; }
-div.dokuwiki h3 { margin-left: 0px; margin-right: 40px; }
-div.dokuwiki h4 { margin-left: 0px; margin-right: 60px; }
-div.dokuwiki h5 { margin-left: 0px; margin-right: 80px; }
-
-/* indent different sections */
-div.dokuwiki div.level1 { margin-left: 0px; margin-right: 3px; }
-div.dokuwiki div.level2 { margin-left: 0px; margin-right: 23px; }
-div.dokuwiki div.level3 { margin-left: 0px; margin-right: 43px; }
-div.dokuwiki div.level4 { margin-left: 0px; margin-right: 63px; }
-div.dokuwiki div.level5 { margin-left: 0px; margin-right: 83px; }
-
-/* TOC control */
-div.dokuwiki div.toc {
-  float: left;
-}
-
-div.dokuwiki div.tocheader {
-  text-align: right;
-}
-
-div.dokuwiki #toc__inside {
-  text-align: right;
-}
-
-div.dokuwiki ul.toc {
-  padding: 0;
-  padding-right: 1em;
-}
-
-div.dokuwiki ul.toc li {
-  background-position: right 0.6em;
-  padding-right: 0.4em;
-  direction: rtl;
-}
-
-div.dokuwiki ul.toc li.clear {
-  padding-right: 0.4em;
-}
-
-div.dokuwiki .code {
-  direction: ltr;
-  text-align: left;
-}
-div.dokuwiki blockquote {
-  border-left: 0;
-  padding-left: 0;
-  border-right: 2px solid  __border__;
-  padding-right: 3px;
-}
-
-/* Admin corrections */
-#admin__version {
-    clear: right;
-    float: left;
-}
-
-.dokuwiki ul.admin_tasks {
-    float: right;
-}
-
-.dokuwiki ul.admin_tasks li {
-    padding-left: 0px;
-    padding-right: 35px;
-    background: transparent none no-repeat scroll right 0;
-    text-align: right;
-}
-
-/* Search corrections */
-div.dokuwiki ul.search_quickhits li {
-    float: right;
-}
-
-div#qsearch__out {
-    text-align: right;
-}
diff --git a/lib/tpl/docs/style.ini b/lib/tpl/docs/style.ini
deleted file mode 100644
index 3bac868..0000000
--- a/lib/tpl/docs/style.ini
+++ /dev/null
@@ -1,71 +0,0 @@
-; Please see http://www.php.net/manual/en/function.parse-ini-file.php
-; for limitations of the ini format used here
-
-; Define the stylesheets your template uses here. The second value
-; defines for which output media the style should be loaded. Currently
-; print, screen and rtl are supported. rtl styles are loaded additionally
-; to screen styles if a right-to-left language is selected (eg. hebrew)
-[stylesheets]
-;layout.css     = screen
-design.css     = screen
-;style.css      = screen
-
-;media.css         = screen
-_mediaoptions.css = screen
-_admin.css        = screen
-_linkwiz.css      = screen
-_subscription.css = screen
-_xfceheader.css   = screen
-
-rtl.css        = rtl
-print.css      = print
-
-; This section is used to configure some placeholder values used in
-; the stylesheets. Changing this file is the simplest method to
-; give your wiki a new look.
-[replacements]
-
-;--------------------------------------------------------------------------
-;------ guaranteed dokuwiki color placeholders that every plugin can use
-; main text and background colors
-__text__           = "#000"
-__background__     = "#eee"
-__background_c__   = "#fff"
-; alternative text and background colors
-__background_alt__ = "#dee7ec"
-; neutral text and background colors
-__text_neu__       = "#3f3f3f"
-__background_neu__ = "#f5f5f5"
-; border color
-__border__         = "#ccc"
-;--------------------------------------------------------------------------
-
-; other text and background colors
-__text_other__       = "#999"
-__background_other__ = "#f7f9fa"
-
-; these are used for links
-__extern__    = "#0C6AD4"
-__existing__  = "#0C6AD4"
-__missing__   = "#f30"
-__hover__     = "#f00"
-
-; highlighting search snippets
-__highlight__ = "#ff9"
-
-
-;--------------------------------------------------------------------------
-;------ for keeping old templates and plugins compatible to the old pattern
-; (to be deleted at the next or after next release)
-__white__      = "#fff"
-__lightgray__  = "#f5f5f5"
-__mediumgray__ = "#ccc"
-__darkgray__   = "#666"
-__black__      = "#000"
-
-; these are the shades of blue
-__lighter__   = "#f7f9fa"
-__light__     = "#eef3f8"
-__medium__    = "#dee7ec"
-__dark__      = "#8cacbb"
-__darker__    = "#638c9c"


More information about the Xfce4-commits mailing list