[Xfce4-commits] <wiki:master> Various docs theme updates.
Nick Schermer
noreply at xfce.org
Wed Jan 4 21:14:02 CET 2012
Updating branch refs/heads/master
to 43b495c3856dd6b811aec78cc3c6b5525b913fa0 (commit)
from ab2baa5e8d789f124adac773466b3a988f46968f (commit)
commit 43b495c3856dd6b811aec78cc3c6b5525b913fa0
Author: Nick Schermer <nick at xfce.org>
Date: Wed Jan 4 21:12:50 2012 +0100
Various docs theme updates.
lib/tpl/docs/_xfceheader.css | 2 +
lib/tpl/docs/design.css | 307 +++++++++++--
lib/tpl/docs/design2.css | 845 ---------------------------------
lib/tpl/docs/geany_run_script.sh | 16 -
lib/tpl/docs/images/UWEB.png | Bin 1065 -> 0 bytes
lib/tpl/docs/images/UWEBshadow.png | Bin 900 -> 0 bytes
lib/tpl/docs/images/bullet.gif | Bin 50 -> 0 bytes
lib/tpl/docs/images/button-cc.gif | Bin 1231 -> 0 bytes
lib/tpl/docs/images/button-css.png | Bin 299 -> 0 bytes
lib/tpl/docs/images/button-donate.gif | Bin 187 -> 0 bytes
lib/tpl/docs/images/button-dw.png | Bin 404 -> 0 bytes
lib/tpl/docs/images/button-php.gif | Bin 207 -> 0 bytes
lib/tpl/docs/images/button-rss.png | Bin 196 -> 0 bytes
lib/tpl/docs/images/button-xhtml.png | Bin 321 -> 0 bytes
lib/tpl/docs/images/buttonshadow.png | Bin 218 -> 0 bytes
lib/tpl/docs/images/closed.gif | Bin 54 -> 0 bytes
lib/tpl/docs/images/inputshadow.png | Bin 93 -> 0 bytes
lib/tpl/docs/images/open.gif | Bin 54 -> 0 bytes
lib/tpl/docs/images/tocdot2.gif | Bin 810 -> 0 bytes
lib/tpl/docs/images/windows.gif | Bin 223 -> 0 bytes
lib/tpl/docs/main.php | 69 +--
lib/tpl/docs/style.ini | 11 +-
lib/tpl/docs/topheader.html | 20 -
23 files changed, 309 insertions(+), 961 deletions(-)
diff --git a/lib/tpl/docs/_xfceheader.css b/lib/tpl/docs/_xfceheader.css
index 076cf6b..50500a3 100644
--- a/lib/tpl/docs/_xfceheader.css
+++ b/lib/tpl/docs/_xfceheader.css
@@ -1,5 +1,7 @@
body {
background-color: #eee;
+ margin: 0;
+ font: 80% Verdana, Arial, Helvetica, sans-serif;
}
#xfce-header {
position: absolute;
diff --git a/lib/tpl/docs/design.css b/lib/tpl/docs/design.css
index ba78397..6c66215 100644
--- a/lib/tpl/docs/design.css
+++ b/lib/tpl/docs/design.css
@@ -1,3 +1,4 @@
+div.header,
div.dokuwiki {
margin: 0 auto 1em auto;
width: 90%;
@@ -7,34 +8,56 @@ div.dokuwiki {
div.dokuwiki div.page {
background: #fff;
- padding: 1.2em 1.2em 0 1.2em;
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
- -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
- -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
+ 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: __border__;
+ color: __text_other__;
text-align: right;
- padding: 0.8em 0;
+ font-size: 80%;
+ margin-top: 1em;
}
-div.dokuwiki div.header {
- margin-bottom: 6px;
+div.error,
+div.info,
+div.success,
+div.notify {
+ padding: .2em 3em;
+ background-position: .5em 50%;
+}
+
+div.license {
+ text-align: center;
+ font-size: 80%;
+ color: __text_other__;
+ margin: .5em;
+}
+
+div.license a {
+ color: __text_other__;
}
-div.dokuwiki div.breadcrumbs {
+div.header {
+ padding: 6px 0;
+ margin-bottom: 0;
+}
+
+div.header div.breadcrumbs {
color: __text_neu__;
float: left;
- margin-top: 0.5em;
+ margin-top: .5em;
+ font-size: 90%;
}
-div.dokuwiki div.translation {
+div.header div.translation {
float: right;
padding-left: 1em;
}
-div.dokuwiki div.search {
+div.header div.search {
float: right;
}
@@ -65,6 +88,20 @@ div.dokuwiki .section_highlight {
background: #dfd;
}
+div.dokuwiki p,
+div.dokuwiki blockquote,
+div.dokuwiki table,
+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;
@@ -74,7 +111,7 @@ div.dokuwiki div.toc {
}
div.dokuwiki div.bar {
- margin-top: 0.8em;
+ margin-top: 6px;
}
div.dokuwiki .bar input.button {
@@ -95,19 +132,6 @@ div.dokuwiki .bar-right {
text-align: right;
}
-div.dokuwiki table.inline {
- background-color: __background__;
- border: 1px solid __border__;
- padding: 6px;
-
-}
-
-div.dokuwiki table.inline img {
- border: 1px solid __border__;
- padding: 6px;
- background-color: __background_c__;
-}
-
div.dokuwiki .gui {
color: __text_neu__;
}
@@ -124,12 +148,31 @@ div.dokuwiki code {
background-color: __background__;
}
div.dokuwiki pre {
- padding: 0.5em;
+ 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__;
@@ -158,7 +201,7 @@ div.dokuwiki dt {
}
div.dokuwiki dd {
margin-left: 20px;
- margin-top: 0.5em;
+ margin-top: .5em;
margin-bottom: 1em;
}
@@ -183,13 +226,19 @@ div.dokuwiki a.interwiki:active {
}
div.dokuwiki a {
- transition: color 0.2s linear;
- -moz-transition: color 0.2s linear;
- -webkit-transition: color 0.2s linear;
- -o-transition: color 0.2s linear;
+ transition: color .2s linear;
+ -moz-transition: color .2s linear;
+ -webkit-transition: color .2s linear;
+ -o-transition: color .2s linear;
+}
+
+div.dokuwiki a.urlextern {
+ background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
+ padding: 1px 0px 1px 16px;
}
/* existing wikipage */
+div.dokuwiki a.urlextern,
div.dokuwiki a.wikilink1 {
color: __existing__;
text-decoration: none !important;
@@ -201,3 +250,197 @@ div.dokuwiki a.wikilink2 {
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/design2.css b/lib/tpl/docs/design2.css
deleted file mode 100644
index 1fdf2bf..0000000
--- a/lib/tpl/docs/design2.css
+++ /dev/null
@@ -1,845 +0,0 @@
-/**
- * Design elements for default Template
- *
- * @author Andreas Gohr <andi at splitbrain.org>
- * @author Anika Henke <anika at selfthinker.org>
- */
-
-/* -------------- general elements --------------- */
-
-* { padding: 0; margin: 0; }
-
-body {
- font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
- background-color: __background__;
- color: __text__;
-}
-
-/* the document */
-div.dokuwiki div.page {
- margin: 4px 2em 0 1em;
- text-align: justify;
-}
-
-div.dokuwiki table {
- font-size: 100%;
-}
-
-div.dokuwiki tr,
-div.dokuwiki td,
-div.dokuwiki th {
-}
-
-div.dokuwiki img {
- border: 0;
-}
-
-div.dokuwiki p,
-div.dokuwiki blockquote,
-div.dokuwiki table,
-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.nothing {
- text-align: center;
- margin: 2em;
-}
-
-/* ---------------- forms ------------------------ */
-
-div.dokuwiki form {
- border: none;
- display: inline;
-}
-
-div.dokuwiki label.block {
- display: block;
- text-align: right;
- font-weight: bold;
-}
-
-div.dokuwiki label.simple {
- display: block;
- text-align: left;
- font-weight: normal;
-}
-
-div.dokuwiki label.block input.edit {
- width: 50%;
-}
-
-div.dokuwiki fieldset {
- width: 300px;
- text-align: center;
- border: 1px solid __border__;
- padding: 0.5em;
- margin: auto;
-}
-
-div.dokuwiki textarea.edit {
- font-family: monospace, serif;
- /* second generic font fixes problem with font-size, see
- http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */
- font-size: 100%;
- color: __text__;
- background-color: __background__;
- border: 1px solid __border__;
- padding: 0.3em 0 0 0.3em;
- /* should just be "width: 100%", but IE8 doesn't like it, see FS#1910 + FS#1667 */
- width: 700px;
- min-width: 100%;
- max-width: 100%;
-}
-
-/* nice alphatransparency background except for IE <7 */
-html>body div.dokuwiki textarea.edit {
- background: __background__ url(images/inputshadow.png) repeat-x top;
-}
-
-div.dokuwiki input.edit,
-div.dokuwiki select.edit {
- font-size: 100%;
- border: 1px solid __border__;
- color: __text__;
- background-color: __background__;
- vertical-align: middle;
- margin: 1px;
- padding: 0.20em 0.3em;
- display: inline;
-}
-
-/* nice alphatransparency background except for IE <7 */
-html>body div.dokuwiki input.edit,
-html>body div.dokuwiki select.edit {
- background: __background__ url(images/inputshadow.png) repeat-x top;
-}
-
-div.dokuwiki select.edit {
- padding: 0.1em 0;
-}
-
-div.dokuwiki input.missing {
- font-size: 100%;
- border: 1px solid __border__;
- color: __text__;
- background-color: #ffcccc;
- vertical-align: middle;
- margin: 1px;
- padding: 0.20em 0.3em;
- display: inline;
-}
-
-/* disabled style - not understood by IE */
-div.dokuwiki textarea.edit[disabled],
-div.dokuwiki textarea.edit[readonly],
-div.dokuwiki input.edit[disabled],
-div.dokuwiki input.edit[readonly],
-div.dokuwiki input.button[disabled],
-div.dokuwiki select.edit[disabled] {
- background-color: __background_neu__!important;
- color: __text_neu__!important;
-}
-
-/* edit form */
-div.dokuwiki div.toolbar,
-div.dokuwiki div#wiki__editbar {
- margin: 2px 0;
- text-align: left;
-}
-div.dokuwiki div#size__ctl {
- float: right;
- width: 60px;
- height: 2.7em;
-}
-div.dokuwiki #size__ctl img {
- cursor: pointer;
-}
-div.dokuwiki div#wiki__editbar div.editButtons {
- float: left;
- padding: 0 1.0em 0.7em 0;
-}
-div.dokuwiki div#wiki__editbar div.summary {
- float: left;
-}
-div.dokuwiki .nowrap {
- white-space: nowrap;
-}
-div.dokuwiki div#draft__status {
- float: right;
- color: __text_alt__;
-}
-
-div.dokuwiki div.license {
- padding: 0.5em;
- font-size: 90%;
- text-align: center;
-}
-
-div.dokuwiki form#dw__editform div.license {
- clear: left;
- font-size: 90%;
-}
-
-/* --------- buttons ------------------- */
-
-div.dokuwiki input.button,
-div.dokuwiki button.button {
- border: 1px solid __border__;
- color: __text__;
- background-color: __background__;
- vertical-align: middle;
- text-decoration: none;
- font-size: 100%;
- cursor: pointer;
- margin: 1px;
- padding: 0.125em 0.4em;
-}
-
-/* nice alphatransparency background except for IE <7 */
-html>body div.dokuwiki input.button,
-html>body div.dokuwiki button.button {
- background: __background__ url(images/buttonshadow.png) repeat-x bottom;
-}
-
-* html div.dokuwiki input.button,
-* html div.dokuwiki button.button {
- height: 1.8em;
-}
-
-div.dokuwiki div.secedit input.button {
- border: 1px solid __border__;
- color: __text__;
- background-color: __background__;
- vertical-align: middle;
- text-decoration: none;
- margin: 0;
- padding: 0;
- font-size: 10px;
- cursor: pointer;
- float: right;
- display: inline;
-}
-
-/* ----------- page navigator ------------- */
-
-div.dokuwiki div.pagenav {
- margin: 1em 0 0 0;
-}
-
-div.dokuwiki div.pagenav-prev {
- text-align: right;
- float: left;
- width: 49%
-}
-
-div.dokuwiki div.pagenav-next {
- text-align: left;
- float: right;
- width: 49%
-}
-
-/* --------------- Links ------------------ */
-
-div.dokuwiki a:link,
-div.dokuwiki a:visited {
- color: __extern__;
- text-decoration: none;
-}
-div.dokuwiki a:hover,
-div.dokuwiki a:active {
- color: __text__;
- text-decoration: underline;
-}
-
-div.dokuwiki h1 a,
-div.dokuwiki h2 a,
-div.dokuwiki h3 a,
-div.dokuwiki h4 a,
-div.dokuwiki h5 a,
-div.dokuwiki a.nolink {
- color: __text__ !important;
- text-decoration: none !important;
-}
-
-/* external link */
-div.dokuwiki a.urlextern {
- background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
- padding: 1px 0px 1px 16px;
-}
-
-/* windows share */
-div.dokuwiki a.windows {
- background: transparent url(images/windows.gif) 0px 1px no-repeat;
- padding: 1px 0px 1px 16px;
-}
-
-/* interwiki link (icon are set by dokuwiki) */
-div.dokuwiki a.interwiki {
-}
-
-/* link to some embedded media */
-div.dokuwiki a.media {
-}
-
-div.dokuwiki a.urlextern:link,
-div.dokuwiki a.windows:link,
-div.dokuwiki a.interwiki:link {
- color: __extern__;
-}
-
-div.dokuwiki a.urlextern:visited,
-div.dokuwiki a.windows:visited,
-div.dokuwiki a.interwiki:visited {
- color: purple;
-}
-div.dokuwiki a.urlextern:hover,
-div.dokuwiki a.urlextern:active,
-div.dokuwiki a.windows:hover,
-div.dokuwiki a.windows:active,
-div.dokuwiki a.interwiki:hover,
-div.dokuwiki a.interwiki:active {
- color: __text__;
-}
-
-/* email link */
-div.dokuwiki a.mail {
- background: transparent url(images/mail_icon.gif) 0px 1px no-repeat;
- padding: 1px 0px 1px 16px;
-}
-
-/* existing wikipage */
-div.dokuwiki a.wikilink1 {
- color: __existing__ !important;
-}
-
-/* not existing wikipage */
-div.dokuwiki a.wikilink2 {
- color: __missing__ !important;
- text-decoration: none !important;
- border-bottom: dashed 1px __missing__ !important;
-}
-
-/* ------------- Page elements ----------------- */
-
-div.dokuwiki div.preview {
- background-color: __background_neu__;
- margin: 0 0 0 2em;
- padding: 4px;
- border: 1px dashed __text__;
-}
-
-div.dokuwiki div.breadcrumbs {
- background-color: __background_neu__;
- color: __text_neu__;
- font-size: 80%;
- padding: 0 0 0 4px;
-}
-
-div.dokuwiki span.user {
- color: __text_other__;
- font-size: 90%;
-}
-
-div.dokuwiki li.minor {
- color: __text_neu__;
- font-style: italic;
-}
-
-/* embedded images */
-div.dokuwiki img.media {
- margin: 3px;
-}
-
-div.dokuwiki img.medialeft {
- border: 0;
- float: left;
- margin: 0 1.5em 0 0;
-}
-
-div.dokuwiki img.mediaright {
- border: 0;
- float: right;
- margin: 0 0 0 1.5em;
-}
-
-div.dokuwiki img.mediacenter {
- border: 0;
- display: block;
- margin: 0 auto;
-}
-
-/* smileys */
-div.dokuwiki img.middle {
- vertical-align: middle;
-}
-
-div.dokuwiki acronym {
- cursor: help;
- border-bottom: 1px dotted __text__;
-}
-
-/* general headline setup */
-div.dokuwiki h1,
-div.dokuwiki h2,
-div.dokuwiki h3,
-div.dokuwiki h4,
-div.dokuwiki h5 {
- color: __text__;
- background-color: inherit;
- font-size: 100%;
- font-weight: normal;
- margin: 0 0 1em 0;
- padding: 0.5em 0 0 0;
- border-bottom: 1px solid __border__;
- clear: left;
-}
-
-/* special headlines */
-div.dokuwiki h1 {font-size: 160%; margin-left: 0px; font-weight: bold;}
-div.dokuwiki h2 {font-size: 150%; margin-left: 20px;}
-div.dokuwiki h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;}
-div.dokuwiki h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-weight: bold;}
-div.dokuwiki h5 {font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;}
-
-/* indent different sections */
-div.dokuwiki div.level1 { margin-left: 3px; }
-div.dokuwiki div.level2 { margin-left: 23px; }
-div.dokuwiki div.level3 { margin-left: 43px; }
-div.dokuwiki div.level4 { margin-left: 63px; }
-div.dokuwiki div.level5 { margin-left: 83px; }
-
-/* unordered lists */
-div.dokuwiki ul {
- line-height: 1.5em;
- list-style-type: square;
- list-style-image: none;
- margin: 0 0 1em 3.5em;
- color: __text_alt__;
-}
-
-/* ordered lists */
-div.dokuwiki ol {
- line-height: 1.5em;
- list-style-image: none;
- margin: 0 0 1em 3.5em;
- color: __text_alt__;
- 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 li.open {
- list-style-image: url(images/open.gif);
- /*list-style-type: circle;*/
-}
-
-div.dokuwiki li.closed {
- list-style-image: url(images/closed.gif);
- /*list-style-type: disc;*/
-}
-
-div.dokuwiki blockquote {
- border-left: 2px solid __border__;
- padding-left: 3px;
-}
-
-div.dokuwiki pre,
-div.dokuwiki code {
- font-family: monospace, serif;
- /* second generic font fixes problem with font-size, see
- http://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */
- font-size: 100%;
-}
-div.dokuwiki pre {
- padding: 0.5em;
- border: 1px dashed __border__;
- color: __text__;
- overflow: auto;
-}
-
-/* code blocks by indention */
-div.dokuwiki pre.pre {
- background-color: __background_other__;
-}
-
-/* code blocks by code tag */
-div.dokuwiki pre.code {
- background-color: __background_other__;
-}
-
-/* code blocks by file tag */
-div.dokuwiki pre.file {
- background-color: __background_alt__;
-}
-
-/* filenames for file and code blocks */
-div.dokuwiki dl.file,
-div.dokuwiki dl.code {
- margin-top: 2em;
- margin-bottom: 2.5em;
-}
-
-div.dokuwiki dl.file dt,
-div.dokuwiki dl.code dt {
- border: 1px dashed __border__;
- display: inline;
- padding: 0.1em 1em;
- margin-left: 2em;
-}
-
-div.dokuwiki dl.code dt a,
-div.dokuwiki dl.file dt a {
- color: __text__;
-}
-
-div.dokuwiki dl.code dt {
- background-color: __background_other__;
- border-bottom: 1px solid __background_other__;
-}
-
-div.dokuwiki dl.file dt {
- background-color: __background_alt__;
- border-bottom: 1px solid __background_alt__;
-}
-
-
-/* inline tables */
-div.dokuwiki table.inline {
- background-color: __background__;
- border-spacing: 0px;
- border-collapse: collapse;
-}
-
-div.dokuwiki table.inline th {
- padding: 3px;
- border: 1px solid __border__;
- background-color: __background_alt__;
-}
-
-div.dokuwiki table.inline td {
- padding: 3px;
- border: 1px solid __border__;
-}
-
-/* ---------- table of contents ------------------- */
-
-div.dokuwiki div.toc {
- margin: 1.2em 0 0 2em;
- float: right;
- width: 200px;
- font-size: 80%;
- clear: both;
-}
-
-div.dokuwiki div.tocheader {
- border: 1px solid __border__;
- background-color: __background_alt__;
- text-align: left;
- font-weight: bold;
- padding: 3px;
- margin-bottom: 2px;
-}
-
-div.dokuwiki span.toc_open,
-div.dokuwiki span.toc_close {
- border: 0.4em solid __background_alt__;
- float: right;
- display: block;
- margin: 0.4em 3px 0 0;
-}
-
-div.dokuwiki span.toc_open span,
-div.dokuwiki span.toc_close span {
- display: none;
-}
-
-div.dokuwiki span.toc_open {
- margin-top: 0.4em;
- border-top: 0.4em solid __text__;
-}
-
-div.dokuwiki span.toc_close {
- margin-top: 0;
- border-bottom: 0.4em solid __text__;
-}
-
-div.dokuwiki #toc__inside {
- border: 1px solid __border__;
- background-color: __background__;
- text-align: left;
- padding: 0.5em 0 0.7em 0;
-}
-
-div.dokuwiki ul.toc {
- list-style-type: none;
- list-style-image: none;
- line-height: 1.2em;
- padding-left: 1em;
- margin: 0;
-}
-
-div.dokuwiki ul.toc li {
- background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat;
- padding-left: 0.4em;
-}
-
-div.dokuwiki ul.toc li.clear {
- background-image: none;
- padding-left: 0.4em;
-}
-
-div.dokuwiki a.toc:link,
-div.dokuwiki a.toc:visited {
- color: __extern__;
-}
-
-div.dokuwiki a.toc:hover,
-div.dokuwiki a.toc:active {
- color: __text__;
-}
-
-/* ---------------------------- Diff rendering --------------------------*/
-div.dokuwiki table.diff {
- background-color: __background__;
- 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 __border__;
- background-color: __background_other__;
- text-align: left;
- padding: 4px;
- max-width: 40%; /* IE's width is handled in javascript */
- min-width: 5em;
-}
-
-/* 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;
-}
-
-/* ------------------ Additional ---------------------- */
-
-div.footerinc {
- text-align: center;
-}
-.footerinc a img {
- opacity: 0.5;
- border: 0;
-}
-
-.footerinc a:hover img {
- opacity: 1;
-}
-
-/* ---------- AJAX quicksearch ----------- */
-
-div.dokuwiki div.ajax_qsearch {
- position: absolute;
- right: 237px;;
- width: 200px;
- opacity: 0.9;
- display: none;
- font-size: 80%;
- line-height: 1.2em;
- border: 1px solid __border__;
- background-color: __background_other__;
- text-align: left;
- padding: 4px;
-}
-
-/* --------- Toolbar -------------------- */
-button.toolbutton {
- background-color: __background__;
- padding: 0px;
- margin: 0 1px 0 0;
- border: 1px solid __border__;
- cursor: pointer;
-}
-
-/* nice alphatransparency background except for IE <7 */
-html>body button.toolbutton {
- background: __background__ url(images/buttonshadow.png) repeat-x bottom;
-}
-
-div.picker {
- width: 250px;
- border: 1px solid __border__;
- background-color: __background_alt__;
-}
-
-div.pk_hl {
- width: 125px;
-}
-
-button.pickerbutton {
- padding: 0px;
- margin: 0 1px 1px 0;
- border: 0;
- background-color: transparent;
- font-size: 80%;
- cursor: pointer;
-}
-
-/* --------------- Image Details ----------------- */
-
-div.dokuwiki div.img_big {
- float: left;
- margin-right: 0.5em;
-}
-
-div.dokuwiki dl.img_tags dt {
- font-weight: bold;
- background-color: __background_alt__;
-}
-div.dokuwiki dl.img_tags dd {
- background-color: __background_neu__;
-}
-
-div.dokuwiki div.imagemeta {
- color: __text_neu__;
- font-size: 70%;
- line-height: 95%;
-}
-
-div.dokuwiki div.imagemeta img.thumb {
- float: left;
- margin-right: 0.1em;
-}
-
diff --git a/lib/tpl/docs/geany_run_script.sh b/lib/tpl/docs/geany_run_script.sh
deleted file mode 100644
index 66baa57..0000000
--- a/lib/tpl/docs/geany_run_script.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-rm $0
-
-./design2
-
-echo "
-
-------------------
-(program exited with code: $?)"
-
-
-echo "Press return to continue"
-#to be more compatible with shells like dash
-dummy_var=""
-read dummy_var
diff --git a/lib/tpl/docs/images/UWEB.png b/lib/tpl/docs/images/UWEB.png
deleted file mode 100644
index bded2c7..0000000
Binary files a/lib/tpl/docs/images/UWEB.png and /dev/null differ
diff --git a/lib/tpl/docs/images/UWEBshadow.png b/lib/tpl/docs/images/UWEBshadow.png
deleted file mode 100644
index 8c4e5f8..0000000
Binary files a/lib/tpl/docs/images/UWEBshadow.png and /dev/null differ
diff --git a/lib/tpl/docs/images/bullet.gif b/lib/tpl/docs/images/bullet.gif
deleted file mode 100644
index b43de48..0000000
Binary files a/lib/tpl/docs/images/bullet.gif and /dev/null differ
diff --git a/lib/tpl/docs/images/button-cc.gif b/lib/tpl/docs/images/button-cc.gif
deleted file mode 100644
index 5861d63..0000000
Binary files a/lib/tpl/docs/images/button-cc.gif and /dev/null differ
diff --git a/lib/tpl/docs/images/button-css.png b/lib/tpl/docs/images/button-css.png
deleted file mode 100644
index 706325e..0000000
Binary files a/lib/tpl/docs/images/button-css.png and /dev/null differ
diff --git a/lib/tpl/docs/images/button-donate.gif b/lib/tpl/docs/images/button-donate.gif
deleted file mode 100644
index bba284e..0000000
Binary files a/lib/tpl/docs/images/button-donate.gif and /dev/null differ
diff --git a/lib/tpl/docs/images/button-dw.png b/lib/tpl/docs/images/button-dw.png
deleted file mode 100644
index 97272d9..0000000
Binary files a/lib/tpl/docs/images/button-dw.png and /dev/null differ
diff --git a/lib/tpl/docs/images/button-php.gif b/lib/tpl/docs/images/button-php.gif
deleted file mode 100644
index 19aefb0..0000000
Binary files a/lib/tpl/docs/images/button-php.gif and /dev/null differ
diff --git a/lib/tpl/docs/images/button-rss.png b/lib/tpl/docs/images/button-rss.png
deleted file mode 100644
index 0a55642..0000000
Binary files a/lib/tpl/docs/images/button-rss.png and /dev/null differ
diff --git a/lib/tpl/docs/images/button-xhtml.png b/lib/tpl/docs/images/button-xhtml.png
deleted file mode 100644
index ec68644..0000000
Binary files a/lib/tpl/docs/images/button-xhtml.png and /dev/null differ
diff --git a/lib/tpl/docs/images/buttonshadow.png b/lib/tpl/docs/images/buttonshadow.png
deleted file mode 100644
index b96ebf7..0000000
Binary files a/lib/tpl/docs/images/buttonshadow.png and /dev/null differ
diff --git a/lib/tpl/docs/images/closed.gif b/lib/tpl/docs/images/closed.gif
deleted file mode 100644
index 8414d4d..0000000
Binary files a/lib/tpl/docs/images/closed.gif and /dev/null differ
diff --git a/lib/tpl/docs/images/inputshadow.png b/lib/tpl/docs/images/inputshadow.png
deleted file mode 100644
index 4800449..0000000
Binary files a/lib/tpl/docs/images/inputshadow.png and /dev/null differ
diff --git a/lib/tpl/docs/images/open.gif b/lib/tpl/docs/images/open.gif
deleted file mode 100644
index f5d5c7e..0000000
Binary files a/lib/tpl/docs/images/open.gif and /dev/null differ
diff --git a/lib/tpl/docs/images/tocdot2.gif b/lib/tpl/docs/images/tocdot2.gif
deleted file mode 100644
index 3d39c2e..0000000
Binary files a/lib/tpl/docs/images/tocdot2.gif and /dev/null differ
diff --git a/lib/tpl/docs/images/windows.gif b/lib/tpl/docs/images/windows.gif
deleted file mode 100644
index 4f12acc..0000000
Binary files a/lib/tpl/docs/images/windows.gif and /dev/null differ
diff --git a/lib/tpl/docs/main.php b/lib/tpl/docs/main.php
index ae07515..064e50e 100644
--- a/lib/tpl/docs/main.php
+++ b/lib/tpl/docs/main.php
@@ -37,25 +37,25 @@ if (!defined('DOKU_INC')) die();
o = window.pageYOffset;
else if (document.body && document.body.scrollTop)
o = document.body.scrollTop;
- else if (document.documentElement
+ else if (document.documentElement
&& document.documentElement.scrollTop)
o = document.documentElement.scrollTop;
else
o = 0;
-
+
var min_offset = h.clientHeight - 5;
if (o > min_offset)
o = min_offset;
-
+
h.className = '';
h.style.top = -o + "px";
-
+
return o;
}
window.onload = function (e) {
var h = document.getElementById('xfce-header');
var o = slide (h);
-
+
h.style.position = 'fixed';
document.getElementById('xfce-header-spacer').style.height = h.clientHeight + 'px';
@@ -78,7 +78,7 @@ if (!defined('DOKU_INC')) die();
<div>
<h1>Xfce Desktop Enviroment</h1>
<h4>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>
@@ -94,27 +94,28 @@ if (!defined('DOKU_INC')) die();
<div id="xfce-header-clear"></div>
</div>
<div id="xfce-header-spacer"></div>
+<?php html_msgarea()?>
-<div class="dokuwiki" id="dokuwiki">
- <?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 $translation->showTranslations(); ?>
- <?php } ?>
- </div>
- <div class="search">
- <?php tpl_searchform()?>
- </div>
- <div class="clearer"></div>
+<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()?>
@@ -124,7 +125,7 @@ if (!defined('DOKU_INC')) die();
<?php tpl_pageinfo()?>
</div>
</div>
-
+
<div class="clearer"></div>
<div class="bar" id="bar__bottom">
@@ -134,6 +135,7 @@ if (!defined('DOKU_INC')) die();
<?php tpl_button('revert')?>
</div>
<div class="bar-right" id="bar__bottomright">
+ <?php tpl_userinfo()?>
<?php tpl_button('subscribe')?>
<?php tpl_button('admin')?>
<?php tpl_button('profile')?>
@@ -144,24 +146,7 @@ if (!defined('DOKU_INC')) die();
<div class="clearer"></div>
</div>
-
-
<?php tpl_flush()?>
-
-
-
-
- <div class="stylefoot">
-
- <div class="meta">
- <div class="user">
- <?php tpl_userinfo()?>
- </div>
-
- </div>
-
-
- </div>
<?php tpl_license(false);?>
</div>
diff --git a/lib/tpl/docs/style.ini b/lib/tpl/docs/style.ini
index ea55d9f..3bac868 100644
--- a/lib/tpl/docs/style.ini
+++ b/lib/tpl/docs/style.ini
@@ -13,12 +13,12 @@ design.css = screen
;media.css = screen
_mediaoptions.css = screen
_admin.css = screen
-;_linkwiz.css = screen
-;_subscription.css = screen
+_linkwiz.css = screen
+_subscription.css = screen
_xfceheader.css = screen
-;rtl.css = rtl
-;print.css = print
+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
@@ -32,7 +32,6 @@ __text__ = "#000"
__background__ = "#eee"
__background_c__ = "#fff"
; alternative text and background colors
-__text_alt__ = "#638c9c"
__background_alt__ = "#dee7ec"
; neutral text and background colors
__text_neu__ = "#3f3f3f"
@@ -42,7 +41,7 @@ __border__ = "#ccc"
;--------------------------------------------------------------------------
; other text and background colors
-__text_other__ = "#ccc"
+__text_other__ = "#999"
__background_other__ = "#f7f9fa"
; these are used for links
diff --git a/lib/tpl/docs/topheader.html b/lib/tpl/docs/topheader.html
deleted file mode 100644
index 6895782..0000000
--- a/lib/tpl/docs/topheader.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<div id="xfce-header">
- <div>
- <h1>Xfce Desktop Enviroment</h1>
- <h4>Xfce subdomain navigation</h4>
- <ul>
- <li><a href="http://www.xfce.org" title="Go to the homepage" class="active">Home</a></li>
- <li><a href="http://docs.xfce.org" title="Official documentation">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>
More information about the Xfce4-commits
mailing list