body { font: 90% "Trebuchet MS", Arial, sans-serif, Verdana, Lucida, Helvetica; color: #68180F; background-color: #DED19B; margin: 0; padding: 1%; } .site__nav { color: #FFFFFF; text-decoration: none; font-size: 93%; padding-right: 13px; } .site__nav:hover { color: #FAD00E; } div.dokuwiki #header { background-color: #9C2517; border-color: #9C2517; font-family: "Times New Roman","Times",serif; } div.dokuwiki #header_title { font-weight: normal; font-style: italic; color: #68180F; } div.dokuwiki #header a, div.dokuwiki #header:visited, div.dokuwiki #header a:hover { border: 0px; } div.dokuwiki #content { color: #68180F; // text color background-color: #9C2517; // inner border color border-color: black; // outer border color } div.dokuwiki div.page { background-color: #FEFEFE; // text background text-align: left; //justify; border: solid 1px black; // padding: 4px; padding-left: 7px; padding-right: 7px; padding-bottom: 7px; } div.dokuwiki table { font-size: 100%; padding: 0; margin: 0; } div.dokuwiki tr, div.dokuwiki td, div.dokuwiki th { padding: 0; margin: 0; } div.dokuwiki img { border: 0 } div.dokuwiki p { padding: 0; margin: 0 0 1.0em 0; } div.dokuwiki hr { border: 0px; border-top: 1px solid #68180F; // Color of a horizontal rule text-align: center; height: 0px; } div.dokuwiki div.nothing { text-align: center; margin: 2em; } div.dokuwiki .toplink { font-size: 90%; margin-top: 0.5em; background: transparent url(images/up.gif) left center no-repeat; padding-left: 15px; } /* ---------------- forms ------------------------ */ div.dokuwiki form { border: none; margin: 0; 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 __darkblue__; padding: 0.5em; margin: auto; } div.dokuwiki textarea.edit { font-family:monospace; border: 1px solid __dark__; color: Black; background-color: __white__; font-size:14px; padding: 3px; width:100%; } div.dokuwiki input.edit, div.dokuwiki select.edit { font-size: 100%; border: 1px solid __dark__; color: Black; background-color: __white__; vertical-align: middle; margin: 1px; padding: 0.20em 0.3em; display: inline; } div.dokuwiki select.edit { padding: 0.1em 0; } div.dokuwiki input.missing { font-size: 100%; border: 1px solid __dark__; color: Black; background-color: #ffcccc; vertical-align: middle; margin: 1px; padding: 0.20em 0.3em; display: inline; } /* 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:40px; 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; } /* --------- buttons ------------------- */ div.dokuwiki input.button, div.dokuwiki button.button{ border: 1px solid __dark__; color: Black; background-color: __beige__; vertical-align: middle; text-decoration:none; font-size: 100%; cursor: pointer; margin: 1px; padding: 0.125em 0.4em; } * html div.dokuwiki input.button, * html div.dokuwiki button.button{ height: 1.8em; padding: 0; } div.dokuwiki div.secedit input.button { border: 1px solid __dark__; color: Black; background-color: __beige__; vertical-align: middle; text-decoration:none; margin: 0px; padding: 0px; font-size: 10px; cursor: pointer; float:right; display: inline; } /* ----------- page navigator ------------- */ div.dokuwiki div.pagenav { margin-top:1em; } div.dokuwiki div.pagenav-prev { text-align:right; float:left; width:50% } div.dokuwiki div.pagenav-prev input.button { margin-right:5px; } div.dokuwiki div.pagenav-next { text-align:left; float:right; width:50% } div.dokuwiki div.pagenav-next input.button { margin-left:5px; } /* --------------- Links ------------------ */ a img { border: 0; text-decoration: none; background: none; } div.dokuwiki a { border: none; color:__extern__; text-decoration:none; } div.dokuwiki a:hover { color: #BBBBBB;//__black__; text-decoration:none;//underline; } div.dokuwiki h1 a, div.dokuwiki h2 a, div.dokuwiki h3 a, div.dokuwiki h4 a, div.dokuwiki h5 a, div.dokuwiki h1 a:hover, div.dokuwiki h2 a:hover, div.dokuwiki h3 a:hover, div.dokuwiki h4 a:hover, div.dokuwiki h5 a:hover { color:__black__; text-decoration:none; } /* external link */ div.dokuwiki a.urlextern{ background: transparent url(images/link_icon.gif) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:__extern__; text-decoration:none; } div.dokuwiki a.urlextern:hover { color: #BBBBBB; text-decoration:none;//underline; } /* windows share */ div.dokuwiki a.windows{ background: transparent url(images/windows.gif) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:__extern__; text-decoration:none; } div.dokuwiki a.windows:visited { color:Purple; } div.dokuwiki a.windows:hover { text-decoration:underline; } /* interwiki link (icon are set by dokuwiki) */ div.dokuwiki a.interwiki{ color:__extern__; text-decoration:none; } div.dokuwiki a.interwiki:visited { color:Purple; } div.dokuwiki a.interwiki:hover { text-decoration:none;//underline; } /* link to some embedded media */ div.dokuwiki a.media { color:__extern__; text-decoration:none; } div.dokuwiki a.media:hover { color:__extern__; text-decoration:none;//underline } /* link to some non-existing embedded media */ a.media2 { text-decoration: none; background-color: red; /*border-right: 2px solid red;*/ /*border: 1px solid red;*/ /* color: #999999; text-decoration:none; */ } /*a.media2:visited { text-decoration: none; }*/ a.media2:hover { text-decoration: none; /* color: #cccccc; */ } /* email link */ div.dokuwiki a.mail { background: transparent url(images/mail_icon.gif) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:__extern__; text-decoration:none; } div.dokuwiki a.mail:hover { text-decoration:underline; } /* existing wikipage */ div.dokuwiki a.wikilink1:link { color:__existing__; text-decoration:none } div.dokuwiki a.wikilink1:visited { color:__existing__; text-decoration:none } div.dokuwiki a.wikilink1:hover { color:__existing__; text-decoration:none;/*underline*/ } /* not existing wikipage */ div.dokuwiki a.wikilink2:link { color:__missing__; text-decoration:none } div.dokuwiki a.wikilink2:visited { color:__missing__; text-decoration:none } div.dokuwiki a.wikilink2:hover { color:__missing__; text-decoration:none;/*underline*/ } /* ------------- Page elements ----------------- */ div.dokuwiki div.preview{ background:__lighter__; margin-left:2em; padding: 4px; border: 1px dashed __black__; } //div.dokuwiki div.breadcrumbs{ // background-color: __lightgray__; // font-size:80%; // color: __darkgray__; // padding-left: 4px; //} div.dokuwiki div.breadcrumbs { font-size: 115%; font-weight: normal; color: #888C90; margin-top: 0.1em; margin-bottom: 0.2em; margin-left: 0px; margin-left: 0px; padding-top: 0px; padding-bottom: 0px; padding-left: 0.1em; padding-right: 0.1em; } div.dokuwiki div.breadcrumbs a { border: 0px; color: #DEE7EC; } // div.dokuwiki div.breadcrumbs:visited { // border: 0px; // color: #DEE7EC; // } div.dokuwiki div.breadcrumbs a:hover { border: 0px; color: #FFFFFF; } div.dokuwiki span.user{ color: __mediumgray__; font-size: 90%; } div.dokuwiki .user { color: #68180F; font-size: 80%; text-align: center; margin-bottom: 0.3em; } div.dokuwiki li.minor { color: __darkgray__; 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-left: auto; margin-right: auto; } /* smileys */ div.dokuwiki img.middle { vertical-align: middle; } div.dokuwiki acronym { cursor: help; border-bottom: 1px dotted __black__; } /* general headline setup */ div.dokuwiki h1, div.dokuwiki h2, div.dokuwiki h3, div.dokuwiki h4, div.dokuwiki 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 __dark__; 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: disc; //square; margin: 0 0 0.5em 1.5em; padding: 0; color: __darker__; list-style-image: none; } /* ordered lists */ div.dokuwiki ol { line-height: 1.5em; margin: 0 0 0.5em 1.5em; padding: 0; color: __darker__; font-weight: bold; list-style-image: none; } /* the list items overriding the ul/ol definition */ div.dokuwiki .li { color: __black__; 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 __dark__; padding-left: 3px; margin-left: 0; } /* code blocks by indention */ div.dokuwiki pre.pre { font-size: 120%; padding: 0.5em; border: 1px dashed __dark__; color: Black; background-color: __lighter__; overflow: auto; } /* code blocks by code tag */ div.dokuwiki pre.code { font-size: 120%; padding: 0.5em; border: 1px dashed __dark__; color: Black; background-color: __lighter__; overflow: auto; } /* inline code words */ div.dokuwiki code { font-size: 120%; } /* code blocks by file tag */ div.dokuwiki pre.file { font-size: 120%; padding: 0.5em; border: 1px dashed __dark__; color: Black; background-color: #dee7ec;//__medium__; overflow: auto; } /* inline tables */ div.dokuwiki table.inline { border-spacing: 0px; border-collapse: collapse; color: #666666; background-color: #dee7ec; } div.dokuwiki table.inline th { padding: 3px; border: 1px solid #666666; background-color: #999999; } div.dokuwiki table.inline td { padding: 3px; border: 1px solid #666666; } div.dokuwiki .leftalign { text-align: left; } div.dokuwiki .centeralign { text-align: center; } div.dokuwiki .rightalign { text-align: right; } /* ---------- table of contents ------------------- */ div.dokuwiki div.toc { margin-left: 2em; margin-top: 1.2em; margin-bottom: 0; float:right; width: 200px; font-size: 80%; clear:both; } div.dokuwiki div.tocheader { padding: 3px; border: 1px solid __dark__; background-color: #DED19B; text-align: left; font-weight:bold; margin-bottom: 2px; } div.dokuwiki div.tocheader img { width:0.8em; height:0.8em; float:right; margin-top:0.3em; margin-right:3px; cursor: pointer; } div.toctoggle img { width: 0.8em; height: 0.8em; } div.dokuwiki #toc__inside { border: 1px solid __dark__; background-color: __white__; text-align: left; padding-top: 0.5em; padding-bottom: 0.7em; } div.dokuwiki ul.toc { list-style-type: none; list-style-image: none; line-height: 1.2em; margin: 0; padding: 0; padding-left: 1em; } 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 { color: __extern__; text-decoration:none; } div.dokuwiki a.toc:hover { color: __black__; text-decoration:underline; } /* ---------------------------- Diff rendering --------------------------*/ div.dokuwiki table.diff { background:__white__; width:100%; } div.dokuwiki td.diff-blockheader {font-weight:bold} div.dokuwiki table.diff th { border-bottom: 1px solid __dark__; font-size:120%; width: 50%; font-weight: normal; text-align: left; } div.dokuwiki td.diff-addedline { background:#ddffdd; font-family: monospace; font-size: 100%; } div.dokuwiki td.diff-deletedline { background:#ffffbb; font-family: monospace; font-size: 100%; } div.dokuwiki td.diff-context { background:__lighter__; font-family: monospace; font-size: 100%; } div.dokuwiki span.diffchange { color: red; } /* --------------------- footnotes -------------------------------- */ div.dokuwiki div.footnotes{ clear:both; border-top: 1px solid __dark__; padding-left: 1em; margin-top: 1em; } div.dokuwiki div.fn{ font-size:90%; } div.dokuwiki a.fn_top{ vertical-align:super; font-size:80%; } div.dokuwiki a.fn_bot{ vertical-align:super; font-size:80%; font-weight:bold; } /* insitu-footnotes */ div.insitu-footnote { font-size: 80%; line-height: 1.2em; border: 1px solid __dark__; background: __light__; text-align: left; padding: 4px; max-width: 40%; /* 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-left: 30px; padding-right: 10px; } div.dokuwiki .search_snippet{ color: __mediumgray__; font-size: 12px; margin-left: 20px; } div.dokuwiki .search_sep{ color: __black__; } div.dokuwiki .search_hit{ color: __black__; background: __highlight__; } div.dokuwiki div.search_quickresult{ margin: 0 0 15px 30px; padding: 0 10px 10px 0; border-bottom: 1px dashed __dark__; } div.dokuwiki div.search_quickresult h3{ margin: 0 0 1.0em 0; padding: 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%; } /* ------------------ 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 __dark__; background: __light__; text-align: left; padding: 4px; } /* --------- Toolbar -------------------- */ button.toolbutton{ background-color: __beige__; padding: 0px; margin: 0 1px 0 0; border: 1px solid __dark__; cursor: pointer; } div.picker { width: 250px; border: 1px solid __dark__; background: __light__; } button.pickerbutton { padding: 0px; margin: 0 1px 1px 0; border: 0; background-color: transparent; font-size: 80%; cursor: pointer; } /* ---------- Spellchecking ------------- */ div.dokuwiki a.spell_error { color: #f00; text-decoration: underline; } div.dokuwiki div#spell__suggest { background-color: __white__; padding: 2px; border: 1px solid __black__; font-size:80%; display: none; } div.dokuwiki div#spell__result { border: 1px solid __dark__; color: Black; font-size:14px; padding: 3px; background-color: __lighter__; display: none; } div.dokuwiki span.spell_noerr { color: #093; } div.dokuwiki span.spell_wait { color: #06c; } /* --------------- Image Details ----------------- */ div.dokuwiki div.img_big { float: left; margin-right: 0.5em; } div.dokuwiki dl.img_tags dt { font-weight: bold; background-color: __medium__; } div.dokuwiki dl.img_tags dd { background-color: __lightgray__; } div.dokuwiki div.imagemeta { color: __darkgray__; font-size: 70%; line-height: 95%; } div.dokuwiki div.imagemeta img.thumb{ float:left; margin-right: 0.1em; } /* -------------- Media Popup ---------------------- */ div.dokuwiki div.mediaselect-right li { clear: both; } div.dokuwiki div.mediaedit div.data label { display: block; text-align: right; width: 20%; float: left; margin-right: 0.5em; } div.dokuwiki div.mediaedit div.data input, div.dokuwiki div.mediaedit div.data textarea { width: 75%; padding: 0.1em; margin: 0.1em; } div.dokuwiki div.mediaedit div.data input.button { width: 10em; display: block; margin-left: auto; margin-right: auto; } div.dokuwiki div.uploadform { padding: 0.5em; border-bottom: 1px solid #68180F; clear: both; }