/** * This file provides the most basic styles. * * If you integrate DokuWiki into another project, you might either * want to integrate this file into the other project as well, or use * the other project's basic CSS for DokuWiki instead of this one. * * @author Anika Henke */ * { margin: 0; padding: 0; } body { margin: 0; padding: 0; background: #fff; color: #202020; font: 62.5% "Lucida Grande", Verdana, Arial, sans-serif; /* Resets 1em to 10px */ } #footer { width: 800px; margin: 0 auto 0; padding: 20px 0 25px 9px; clear: both; } /*____________ headers ____________*/ acronym, abbr { border-bottom: 1px dashed #cacaca; } acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; cursor: help; } h1, h2, h3 { margin: 30px 0 14px; color: #202020; /* color for post titles is in links section */ text-decoration: none; font: normal 2.0em Georgia, "Times New Roman", Times, serif; /* font-family: "Century Gothic", "Avant Garde", Verdana, Helvetica, Arial, sans-serif; */ } /* bottom margin = 1 / font-size */ #footer h1 { margin: 0; display: inline; font: normal 1em "Lucida Grande", Verdana, Arial, sans-serif; } h3, .entry h2 { font: normal 1.6em Georgia, "Times New Roman", Times, serif; } h4 { margin: 0; display: inline; font-size: 1em; font-weight: normal; /* used in footer on non-single pages */ } h6 { margin: 9px 0 14px; font: normal 0.9em "Lucida Grande", Verdana, Arial, sans-serif; /* little sub-heading line, to be used on pages in place of a post's date line */ } /*____________ tables ____________*/ table { border-collapse: collapse; empty-cells: show; border-spacing: 0; border: 1px solid __border__; } caption { caption-side: top; text-align: left; margin: 0 0 .3em; } th, td { padding: .3em .5em; margin: 0; vertical-align: top; border: 1px solid __border__; text-align: left; } th { font-weight: bold; background-color: __background_alt__; } /*____________ links ____________*/ a { border-bottom: 1px solid #6c6882; color: #202020; text-decoration: none; } h2 a, h2 a:visited, h3 a, h3 a:visited { margin: 0 0 0 -1px; padding: 0 1px; color: #202020; /* colot for post titles on index, archive, and search pages */ font-weight: normal; text-decoration: none; border-bottom: 1px solid #fff; } a:hover, h2 a:hover, h3 a:hover { border-bottom: 1px solid #ff8900; color: #202020; text-decoration: none; } small a { border: none; } .hidelink, a.hidelink:hover, a img { border: none; } /*____________ misc ____________*/ img { border-width: 0; vertical-align: middle; color: #666; background-color: transparent; font-style: italic; } hr { border-style: solid; border-width: 1px 0 0; text-align: center; height: 0; width: 100%; clear: both; } acronym, abbr { cursor: help; border-bottom: 1px dotted; font-style: normal; } pre, code, samp, kbd { font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */ font-size: 1em; direction: ltr; text-align: left; } pre { overflow: auto; } blockquote { padding: 0 1.25em; border: solid __border__; border-width: 0 0 0 .25em; } q:before, q:after { content: ''; } sub, sup { font-size: .8em; line-height: 1; } sub { vertical-align: sub; } sup { vertical-align: super; } /*____________ forms ____________*/ /* Give forms a class of clearfix to make them contain the floated submit button */ form { display: inline; margin: 0; padding: 0; } fieldset { padding: 1em 1em 0; border: 1px solid __text_alt__; } legend { margin: 0; padding: 0 .1em; } label { vertical-align: middle; cursor: pointer; } input, textarea, button, select, optgroup, option { font: inherit; color: inherit; /* background-color destroys button look */ line-height: 1; margin: 0; vertical-align: middle; } input[type=text], input[type=password], textarea { padding: .1em; } input[type=radio], input[type=checkbox], input.check { padding: 0; } input[type=submit], input.button, button { cursor: pointer; } input[disabled], button[disabled], input[readonly], button[readonly] { cursor: auto; } optgroup { font-style: italic; font-weight: bold; } option { font-style: normal; font-weight: normal; } /*____________ general classes ____________*/ div.clearer { /* additional to what's already in DokuWiki's lib/styles/all.css: */ font-size: 1px; visibility: hidden; } .a11y { position: absolute; left: -9000px; top: -4000px; width: 0; height: 0; overflow: hidden; display: inline; } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */