|
- /******************************************************************************
- ******************************** ATTENTION *********************************
- DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES!
- ******************************************************************************
- If you want to add some own screen CSS, have a look at the README of this
- template and "/user/print.css". You have been warned!
- *****************************************************************************/
-
- body {
- font: normal 80%/1.4 sans-serif;
- }
- div#content .dokuwiki h1,
- div#content .dokuwiki h2,
- div#content .dokuwiki h3,
- div#content .dokuwiki h4,
- div#content .dokuwiki h5,
- div#content .dokuwiki h6 {
- border-bottom: 0 none;
- }
- div#content .dokuwiki h1,
- div#content .dokuwiki h2 {
- font-weight: bold;
- }
- div#content .dokuwiki h1 {
- font-weight: 135%;
- }
- div#content .dokuwiki h2 {
- font-weight: 130%;
- }
- div#content .dokuwiki h3,
- div#content .dokuwiki h4,
- div#content .dokuwiki h5,
- div#content .dokuwiki h6 {
- font-weight: normal;
- text-decoration: underline;
- }
-
- /* define the "noprint" class used by the original MediaWiki vector skin */
- .noprint {
- display: none;
- }
-
- /* remove some link styling */
- div.dokuwiki a {
- text-decoration: none !important;
- }
-
- /* remove interwiki link icons */
- div.dokuwiki a.interwiki {
- background: transparent none;
- padding: 0;
- }
-
- /* quotes */
- div#content .dokuwiki blockquote {
- border-left: 2px solid __border__;
- padding-left: 3px;
- margin-left: 0.2em;
- }
-
- /* preformatted stuff, source code */
- div#content .dokuwiki code,
- div#content .dokuwiki pre,
- div#content .dokuwiki pre.code,
- div#content .dokuwiki pre.file {
- font-size: 100%;
- }
- div#content .dokuwiki pre,
- div#content .dokuwiki pre.code,
- div#content .dokuwiki pre.file {
- line-height: 1.2em;
- background-color: __background_other__;
- }
- div#content .dokuwiki dl.file,
- div#content .dokuwiki dl.file dd,
- div#content .dokuwiki dl.file dt {
- margin-left: 0;
- }
- div#content .dokuwiki dl.file dt {
- background-color: __background_other__;
- }
-
- /* misc tweaks */
- div#content,
- div#bodyContent {
- margin-left: 0;
- border: 0 none;
- font-size: 1em;
- }
- body {
- background-image: none;
- background-color: #fff;
- }
-
- /* tag plugin: hide tag row */
- div.tags {
- display: none;
- }
-
- /* pagelist plugin: listing tables */
- div#content .dokuwiki table.ul,
- div#content .dokuwiki table.ul tr,
- div#content .dokuwiki table.ul td {
- border: 0 none;
- }
- div#content .dokuwiki table.ul td.date,
- div#content .dokuwiki table.ul td.user {
- display: none;
- }
- div#content .dokuwiki table.ul ul,
- div#content .dokuwiki table.ul ol,
- div#content .dokuwiki table.ul li {
- margin-top: 0;
- margin-bottom: 0;
- padding-top: 0;
- padding-bottom: 0;
- }
-
- /* wrap plugin: modify some inline styles */
- div#content .dokuwiki span.wrap_box,
- div#content .dokuwiki span.wrap_danger,
- div#content .dokuwiki span.wrap_warning,
- div#content .dokuwiki span.wrap_caution,
- div#content .dokuwiki span.wrap_notice,
- div#content .dokuwiki span.wrap_safety,
- div#content .dokuwiki span.wrap_info,
- div#content .dokuwiki span.wrap_important,
- div#content .dokuwiki span.wrap_alert,
- div#content .dokuwiki span.wrap_tip,
- div#content .dokuwiki span.wrap_help,
- div#content .dokuwiki span.wrap_todo,
- div#content .dokuwiki span.wrap_download {
- border-top: 0 none;
- border-right: 0 none;
- border-left: 0 none;
- border-bottom: 1px dashed;
- padding: 0;
- }
|