/* This is part of the DokuWiki Markup Plugin for wordpress. This css code is a part of the dokuwiki default style.css One should append this theme to current theme wordpress is using Just goto /path/to/wordpress/wp-content/themes/current-theme cat /path/to/wordpress/wp-content/plugins/doku/doku-style.css >> style.css */ div.clearer {clear: both; line-height: 0; height: 0;} table { font-size: 100%; padding:0; margin:0; } tr,td,th {padding:0; margin:0;} img {border:0} p {padding:0; margin: 0 0 1.0em 0;} hr.wiki { border: 0px; border-top: 1px solid #8cacbb; text-align:center; height: 0px; } form { border: none; margin: 0; display: inline; } label { display: block; text-align: right; font-weight: bold; } label.simple { text-align: left; font-weight: normal; } label input.edit { width: 50%; } fieldset { width: 300px; text-align: center; border: 1px solid #8cacbb; padding: 0.5em; } a { color:#436976; text-decoration:none; } a:hover { color:#000000; text-decoration:underline; } div.secedit input.button { border: 1px solid #8cacbb; color: Black; background-color: white; vertical-align: middle; text-decoration:none; margin: 0px; padding: 0px; font-size: 10px; cursor: pointer; height: 15px; max-height: 15px ! important; min-height: 15px ! important; float:right; display: inline; } div.meta { clear: both; margin-top: 1em; color:#436976; font-size:70%; text-align:right; } div.user { float:left; } div.preview{ background:#f7f9fa; margin-left:2em; padding: 4px; border: 1px dashed #000000; } div.breadcrumbs{ background-color: #f5f5f5; font-size:80%; color: #666666; padding-left: 4px; } span.user{ color: #cccccc; font-size: 90%; } div.error{ background: #ff6666 url(images/error.png) 0.5em 0px no-repeat; font-size: 90%; margin: 0px; padding-left: 3em; } div.info{ background: #ffff66 url(images/info.png) 0.5em 0px no-repeat; font-size: 90%; margin: 0; padding-left: 3em; } div.success{ background: #66ff66 url(images/thumbup.gif) 0.5em 0px no-repeat; font-size: 90%; margin: 0; padding-left: 3em; } /* ---------------------------- Diff rendering --------------------------*/ table.diff { background:white; } td.diff-blockheader {font-weight:bold} td.diff-header { border-bottom: 1px solid #8cacbb; font-size:120%; } td.diff-addedline { background:#ddffdd; font-family: monospace; font-size: 100%; } td.diff-deletedline { background:#ffffbb; font-family: monospace; font-size: 100%; } td.diff-context { background:#f7f9fa; font-family: monospace; font-size: 100%; } span.diffchange { color: red; } /* --------------------- Text formatting -------------------------------- */ /* external link */ a.urlextern{ background: transparent url(images/extlink.gif) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:#436976; text-decoration:none; } a.urlextern:visited { color:Purple; } a.urlextern:hover { text-decoration:underline; } /* windows share */ a.windows{ background: transparent url(images/windows.gif) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:#436976; text-decoration:none; } a.windows:visited { color:Purple; } a.windows:hover { text-decoration:underline; } /* interwiki link */ a.interwiki{ background: transparent url(images/interwiki.png) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:#436976; text-decoration:none; } a.interwiki:visited { color:Purple; } a.interwiki:hover { text-decoration:underline; } /* link to some embedded media */ a.media { color:#436976; text-decoration:none; } a.media:hover { color:#436976; text-decoration:underline } /* embedded images */ img.media { margin: 3px; } img.medialeft { border: 0; float: left; margin: 0 1.5em 0 0; } img.mediaright { border: 0; float: right; margin: 0 0 0 1.5em; } /* email link */ a.mail { background: transparent url(images/mail_icon.gif) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:#436976; text-decoration:none; } a.mail:hover { text-decoration:underline; } /* existing wikipage */ a.wikilink1:link { color:#009900; text-decoration:none } a.wikilink1:visited { color:#009900; text-decoration:none } a.wikilink1:hover { color:#009900; text-decoration:underline } /* not exisitng wikipage */ a.wikilink2:link { color:#FF3300; text-decoration:none } a.wikilink2:visited { color:#FF3300; text-decoration:none } a.wikilink2:hover { color:#FF3300; text-decoration:underline } acronym { cursor: help; border-bottom: 1px dotted #000; } /* the document */ div.page { margin-top: 4px; margin-left: 1em; margin-right: 2em; text-align: justify; } /* general headline setup */ h1.wiki, h2.wiki, h3.wiki, 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 #8cacbb; clear: left; } /* special headlines */ h1.wiki {font-size: 2.5em; margin-left: 0px; font-weight: bold; text-align:left; } h2.wiki {font-size: 2em; margin-left: 14px; font-weight: bold;} h3.wiki {font-size: 1.6em; margin-left: 30px; font-weight: bold; } h4.wiki {font-size: 1.3em; margin-left: 45px; border-bottom: none; font-weight: bold; } h5.wiki {font-size: 1em; margin-left: 60px; border-bottom: none; font-weight: bold; } /* indent different sections */ div.level1 {margin-left: 3px;} div.level2 {margin-left: 15px;} div.level3 {margin-left: 30px;} div.level4 {margin-left: 45px;} div.level5 {margin-left: 60px;} /* unordered lists */ ul { line-height: 1.5em; list-style-type: square; margin: 0.5em 0 0.5em 1.5em; padding: 0; list-style-image: url(images/bullet.gif); } /* ordered lists */ ol { line-height: 1.5em; margin: 0.5em 0 0.5em 1.5em; padding: 0; color: #638c9c; font-weight: bold; list-style-image: none; } /* the list items overriding the ol definition */ span.li { color: #000000; font-weight: normal; } li.open { list-style-image: url(images/open.gif); } li.closed { list-style-image: url(images/closed.gif); } .quote { border-left: 2px solid #8cacbb; padding-left: 3px; } /* code blocks by indention */ pre.pre { font-size: 120%; padding: 0.5em; border: 1px dashed #8cacbb; color: Black; background-color: #f7f9fa; overflow: auto; } /* code blocks by code tag */ pre.code { font-size: 120%; padding: 0.5em; border: 1px dashed #8cacbb; color: Black; background-color: #f7f9fa; overflow: auto; } /* code highlighting is at bottom of file */ /* inline code words */ code { font-size: 120%; } /* code blocks by file tag */ pre.file { font-size: 120%; padding: 0.5em; border: 1px dashed #8cacbb; color: Black; background-color: #dee7ec; overflow: auto; } /* footnotes */ div.footnotes{ clear:both; border-top: 1px solid #8cacbb; 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; } /* inline tables */ table.inline { background-color: #ffffff; border-spacing: 0px; border-collapse: collapse; } table.inline th { padding: 3px; border: 1px solid #8cacbb; background-color: #dee7ec; } table.inline td { padding: 3px; border: 1px solid #8cacbb; } .leftalign{ text-align: left; } .centeralign{ text-align: center; } .rightalign{ text-align: right; } /* ---------- table of contents ------------------- */ div.toc { margin-left: 2em; margin-top: 1.2em; margin-bottom: 0; float:right; width: 200px; font-size: 80%; clear:both; } div.tocheader { padding: 3px; border: 1px solid #8cacbb; background-color: #dee7ec; text-align: left; font-weight:bold; margin-bottom: 2px; } #tocinside { border: 1px solid #8cacbb; background-color: #ffffff; text-align: left; padding-top: 0.5em; padding-bottom: 0.7em; } ul.toc { list-style-type: none; list-style-image: none; line-height: 1.2em; margin: 0; padding: 0; padding-left: 1em; } ul.toc li { background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat; padding-left:0.4em; } ul.toc li.clear { /* background: transparent url(images/blank.gif) 0 0.6em no-repeat;*/ background-image: none; padding-left:0.4em; } a.toc { color: #436976; text-decoration:none; } a.toc:hover { color: #000000; text-decoration:underline; } /* --------------- search result formating --------------- */ .search_result{ margin-bottom: 6px; padding-left: 30px; padding-right: 10px; } .search_snippet{ color: #999999; font-size: 12px; margin-left: 20px; } .search_sep{ color: #000000; } .search_hit{ color: #000000; background: #FFFF99; } div.search_quickresult{ margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px dashed #8cacbb; margin-left: 30px; padding-right: 10px; } div.search_quickhits { margin-left: 1em; float:left; background: transparent url(images/bullet.gif) 0px 1px no-repeat; padding: 1px 0px 1px 8px; width: 30%; } /* debug */ pre.dbg{ background-color:#ffffff; font-size: 120%; } /* Tableless Headers and Footers */ /* Thanks to "moraes" */ .header { height:35px; padding:3px 0 2px 2px; } .pagename { height:25px; float:left; font-size:200%; font-weight:bolder; color:#DEE7EC; text-align:left; vertical-align:middle; padding:1px 0 0 1px; } .pagename a:link, .pagename a:visited { color:#436976; text-decoration:none; } .pagename a:hover, .pagename a:active { color:#FF9933; } .logo { float:right; font-size:220%; font-weight:bolder; text-align:right; vertical-align:middle; } .logo a:link, .logo a:visited, .logo a:hover, .logo a:active { color:#dee7ec; text-decoration:none; font-variant:small-caps; letter-spacing:2pt; } .bar { height:25px; border-top:1px solid #8CACBB; border-bottom:1px solid #8CACBB; background:#DEE7EC; padding:2px; margin:0; } .bar-left { float:left; width:50%; } .bar-right { float:right; width:50%; text-align:right; } #bar_bottom { margin-bottom:3px; } .mediaselect-left { float:left; padding: 0.5em; height:230px; overflow:auto; } .mediaselect-right { float:right; border-left: 1px solid #8cacbb; padding: 0.5em; width:350px; height:230px; overflow:auto; } div.uploadform { margin-top: 0.5em; border-top: 1px solid #8cacbb; } .footerinc a img { opacity: 0.5; } .footerinc a:hover img { opacity: 1; } /* syntax highlighting code */ .code .br0 { color: #66cc66; } .code .co1 { color: #808080; font-style: italic; } .code .co2 { color: #808080; font-style: italic; } .code .coMULTI { color: #808080; font-style: italic; } .code .es0 { color: #000099; font-weight: bold; } .code .kw1 { color: #b1b100; } .code .kw2 { color: #000000; font-weight: bold; } .code .kw3 { color: #000066; } .code .kw4 { color: #993333; } .code .kw5 { color: #0000ff; } .code .me0 { color: #006600; } .code .nu0 { color: #cc66cc; } .code .re0 { color: #0000ff; } .code .re1 { color: #0000ff; } .code .re2 { color: #0000ff; } .code .re4 { color: #009999; } .code .sc0 { color: #00bbdd; } .code .sc1 { color: #ddbb00; } .code .sc2 { color: #009900; } .code .st0 { color: #ff0000; }