/** * This file provides the main design styles for the * bits that surround the content. * * @author Anika Henke * @author Andreas Gohr */ /* header ********************************************************************/ #dokuwiki__header .tools { margin-bottom: 2.1em; font: 1.2em "Lucida Grande", Verdana, Arial, sans-serif; text-align: right; } #dokuwiki__header .tools ul { margin-bottom: 0; } #dokuwiki__header .tools ul li { display: inline; margin-right: .5em; } /* #dokuwiki__header form.search { margin: .5em 0 0; display: block; } #dokuwiki__header form.search #qsearch__in { width: 12em; margin-right: .5em; } */ /* tools ********************************************************************/ /* make wiki links look the same as tool links in tool bars */ #dokuwiki__usertools a.wikilink1, #dokuwiki__pagetools a.wikilink1, #dokuwiki__usertools a.wikilink2, #dokuwiki__pagetools a.wikilink2 { color: #00c; border-bottom-width: 0; } #dokuwiki__usertools a.wikilink2:hover, #dokuwiki__pagetools a.wikilink2:hover, #dokuwiki__usertools a.wikilink2:active, #dokuwiki__pagetools a.wikilink2:active, #dokuwiki__usertools a.wikilink2:focus, #dokuwiki__pagetools a.wikilink2:focus { text-decoration: underline; } /* highlight selected tool */ .mode_admin a.action.admin, .mode_login a.action.login, .mode_register a.action.register, .mode_profile a.action.profile, .mode_recent a.action.recent, .mode_index a.action.index, .mode_revisions a.action.revs, .mode_backlink a.action.backlink, .mode_subscribe a.action.subscribe { font-weight: bold; } /*____________ user tools ____________*/ #dokuwiki__usertools { position: absolute; top: 0; right: 0; border-bottom: 1px solid __border__; background-color: __background_alt__; width: 100%; } #dokuwiki__usertools ul, #dokuwiki__pagetools ul { /* imitate #dokuwiki__site */ margin: 0 auto; max-width: __site_width__; padding: 0 1em; } #IE6 #dokuwiki__usertools ul { width: 100%; } #dokuwiki__usertools ul li.user { float: left; margin-left: 0; } /*____________ page tools ____________*/ #dokuwiki__pagetools { position: fixed; bottom: 0; left: 0; border-top: 1px solid __border__; background-color: __background_alt__; width: 100%; z-index: 10; } #IE6 #dokuwiki__content { margin-bottom: 1.4em; } #dokuwiki__pagetools ul li { display: inline; margin: 0 1.5em 0 0; } #dokuwiki__pagetools ul li a.action.top { float: right; } #IE6 #dokuwiki__pagetools ul, #IE7 #dokuwiki__pagetools ul { position: relative; } #IE6 #dokuwiki__pagetools ul li a.action.top, #IE7 #dokuwiki__pagetools ul li a.action.top { position: absolute; top: 0; right: 0; } /* sidebar ********************************************************************/ /* make sidebar more condensed */ #sidebar { list-style-type: none; text-align: right; } #sidebar a { padding: 0.3em 0 0.3em 0.3em; border: none; color: #202020; text-decoration: none; } #sidebar a:hover { border: none; color: #202020; text-decoration: none; } #sidebar h2 { margin: 30px 0 10px; padding: 2px 0 2px 50px; border-bottom: 1px solid #cacaca; font: 1.2em "Lucida Grande", Verdana, Arial, sans-serif; text-align: left; } #sidebar li { margin: 0 0 15px 0; /* each main section, i.e., Pages, Categories, Archives, etc. */ } #sidebar ol li { list-style: decimal outside; } #sidebar p, #sidebar select { margin: 5px 0 8px; } #sidebar ul, #sidebar ol { margin: 8px 0 0 0; text-transform: uppercase; letter-spacing: 0.3em; /* the block of links for all the Pages, Categories, Monthly Archives, etc. */ } #sidebar ul li, #sidebar ol li { margin: 3px 0; padding: 0.2em 0; list-style-type: none; /* each individual link, i.e., each page, each category, each month, etc. */ } #sidebar ul li:hover { /* border-left: 1px solid #ff8900; */ } #sidebar ul ul, #sidebar ol { margin: 0 0 0 10px; } #search form.search { padding: 40px 0 0; } #search form.search #qsearch__in { width: 220px; height: 22px; padding: 3px 0 3px 30px; border: none; color: #404040; font: 1.2em "Lucida Grande", Verdana, Arial, sans-serif; background: #fff url(images/bg_search_full.png) no-repeat; } #search form.search .button { display: none; padding: 1px; } /* content ********************************************************************/ #dokuwiki__content div.breadcrumbs { margin-bottom: 1.3em; } #dokuwiki__content div.breadcrumbs a { color: __existing__; background-color: inherit; } .dokuwiki .page { margin: 0; padding: 0; font: 1.3em/1.6 "Lucida Grande", Verdana, Arial, sans-serif; } .dokuwiki .page h2 { font: normal 1.6em Georgia, "Times New Roman", Times, serif; } .dokuwiki .page p { margin: 0 0 10px 0; } .dokuwiki .page blockquote { margin: 15px 40px 15px 20px; padding: 0 0 0 20px; border-left: 1px dotted #ff8900; text-align: justify; } .dokuwiki .page blockquote p { line-height: 1.2em; } .dokuwiki .page ol, .dokuwiki .page ul { margin: 0 0 0 4px; padding: 0 0 8px 0; /* keep the same as .entry p */ } .dokuwiki .page ol { list-style: decimal outside; } .dokuwiki .page ul { list-style: circle outside; } .dokuwiki .page ol li, .dokuwiki .page ul li { margin: 0 0 0 1.5em; padding: 2px 0 4px 0; } /*____________ misc ____________*/ /* license note in footer and under edit window */ .dokuwiki div.license { font-size: 93.75%; } #IE6 .dokuwiki input.button, #IE6 .dokuwiki button, #IE7 .dokuwiki input.button, #IE7 .dokuwiki button { line-height: 1.4; } /*____________ JS popup ____________*/ .JSpopup { background-color: __background__; color: __text__; border: 1px solid __border__; line-height: 1.2; padding: 0 .2em; } .JSpopup ul, .JSpopup ol { padding-left: 0; } /* footer ********************************************************************/ #dokuwiki__footer { padding-top: 2.8em; padding-bottom: 1em; } #IE6 #dokuwiki__footer, #IE7 #dokuwiki__footer { padding-top: 2.8em; height: 1%; } #dokuwiki__footer .doc { float: right; color: gray; font: 1.2em "Lucida Grande", Verdana, Arial, sans-serif; } #dokuwiki__footer .top { float: right; } #dokuwiki__footer .license { clear: both; display: inline; } #dokuwiki__footer .license img { margin: 0 .5em 0 0; float: none; } #dokuwiki__footer a { border: none; }