/** * Wiki text stylesheet definitions. * @author Matthias L. Jugel * @version $Id$ */ #rwiki_container { width: 100%; } #rwiki_content { margin-right: 220px; border-right: 1px dashed #e9e9e9; padding: 5px 10px 5px 5px; } #rwiki_content_nosidebar{ margin-right: 0px; border-right: 0px; padding: 5px 10px 0px 0px; } #rwiki_content textarea { border: 1px solid #cccccc; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; width: 95%; margin-right: 10px; font-size: 100%; } #rwiki_sidebar { float: right; width: 190px; \width: 200px; w\idth: 190px; margin: 0; margin-left: 5px; padding: 10px 5px 5px 0px; } .rwiki_create_sidebar .instruction { font-size: 20%; } #rwiki_container p.breadcrumb { margin-top: 0px; margin-bottom: 0px; } .rwiki_history th { border-top: 1px solid #e9e9e9; border-bottom: 1px dashed #e9e9e9; color: #333333; } .rwiki_history td { border-bottom: 1px dashed #e9e9e9; padding: 5px; font-size: 85%; } .rwiki_history a { background-color: #F5F5F5; text-decoration: none; /* padding: 2px;*/ color: #666666; border: 1px solid #F4F4F4; -moz-border-radius: 5px; } .rwiki_searchForm { width: 90%; text-align: center; } .rwiki_collapse img { width: 12px; height: 12px; } .rwiki_expand img { width: 12px; height: 12px; } .rwiki_permissionsblock table { text-align: left; padding-left: 20px; font-size: 85%; } .rwiki_docdetails { font-size: 85%; } .rwiki_permissionsblock { font-size: 85%; } .rwiki_docdetails table { text-align: left; padding-left: 20px; } .listNav .rwiki_renderedContent { width: 150px; font-size: 80%; } .differences .unchanged { border-left: 2px solid black; } .differences .original { border-left: 2px solid red; background-color: #FF8080; } .differences .changed { border-left: 2px solid green; background-color: #80FF80; } .differences .deleted { border-left: 2px solid red; background-color: #FF8080; } .differences .added { border-left: 2px solid green; background-color: #80FF80; } .keytable{ border: 1px solid #666; margin-top: 15px; } .keytablehead{ padding: 5px; font-weight: bold; border-bottom: 1px solid #666; } .colordiff { border: 1px solid #666; } .pageleft{ padding: 5px; border-bottom: 1px solid #666; } .pageright{ padding: 5px; border-bottom: 1px solid #666; border-left: 1px dashed #666; } .tablecolordiff{ line-height: 120%; border: 1px solid #666; padding: 5px; } .unchangedLeft{ background-color: White; padding: 5px; } .unchangedRight{ background-color: White; padding: 5px; border-left: 1px dashed #666; } .deletedLeft{ background-color: #FFAABB; padding: 5px; } .deletedRight{ background-color: #F5F5F5; padding: 5px; border-left: 1px dashed #666; } .addedLeft{ background-color: #F5F5F5; padding: 5px; } .addedRight{ background-color: #ADFF2F; padding: 5px; border-left: 1px dashed #666; } .changedLeft{ background-color: #FFFACD; padding: 5px; } .changedRight{ background-color: #FFFACD; padding: 5px; border-left: 1px dashed #666; } .bold { font-weight: bold; } .italic { font-style: italic; } /************************************************/ /* image positioning */ img { padding-top: 2px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; } img.left { display: block; left: 0px; } img.right { display: block; right: 0px; } img.center { text-align: center; } img.float-left { float: left; margin-top: 3px; margin-right: 3px; margin-bottom: 3px; } img.float-right { float: right; margin-top: 3px; margin-left: 3px; margin-bottom: 3px; } .heading-1, .heading-h1, .heading-h2 { color: #000000; background-color: inherit; font-weight: bold; font-size: 120%; font-variant: small-caps; } .heading-1-1, .heading-h3, .heading-h4 { color: #000000; background-color: inherit; font-size: 115%; font-variant: small-caps; } .heading-1-1-1, .heading-h6, .heading-h5 { color: #000000; background-color: inherit; font-size: 110%; font-variant: small-caps; } .quote { font-style: italic; color: inherit; background-color: inherit; font-family: inherit; font-size: inherit; } /************************************************/ /* code formatting */ .code { margin-top: 4px; margin-bottom: 4px; padding: 5px 5px 5px 5px; color: inherit; background-color: #eeeeee; border: 1px dotted #003366; font-family: courier, courier new, monospace; font-size: 12px; line-height: 100%; white-space: pre; overflow: -moz-scrollbars-horizontal; overflow-x: auto; width: 98%; } .java-keyword { font-weight: bold; color: #0000aa; background-color: inherit; } .java-object { color: #000088; background-color: inherit; } .java-quote { color: #00aa00; background-color: inherit; } .xml-keyword { font-weight: bold; } .xml-tag { color: #0000aa; background-color: inherit; } /* weblog formatting */ .blog-date { font-size: 16px; color: #000000; text-transform: none; margin-bottom: 10px; padding: 3px; border: 1px solid #5B5B5B; } /* special formatting of a wiki table */ .wiki-table { empty-cells: show; width: 100%; max-width: 100%; } .wiki-table td { border-top: 1px solid #5b5b5b; padding: 4px 4px 4px 4px; } .wiki-table th { border-top: 1px solid #5b5b5b; text-align: left; color: inherit; font-weight: bold; /* background-color: #DDEEFF; */ background: #FFFF66; color: #000000; } .wiki-table .table-odd { } .wiki-table .table-even { } /************************************************/ /* list formatting */ .list { } .list-title { font-weight: bold; } .list ul { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; padding-left: 0px; list-style-type: none; } /* wiki lists */ ul.minus { list-style-type: square; } ul.star { list-style-type: circle; } ol.roman { list-style-type: lower-roman; } ol.ROMAN { list-style-type: upper-roman; } ol.alpha { list-style-type: lower-alpha; } ol.ALPHA { list-style-type: upper-alpha; } ol.greek { list-style-type: lower-greek; } ol.GREEK { list-style-type: upper-greek; } ol.hiragana { list-style-type: hiragana; } ol.HIRAGANA { list-style-type: hiragana-iroha; } ol.katakana { list-style-type: katakana; } ol.KATAKANA { list-style-type: katakana-iroha; } ol.HEBREW { list-style-type: hebrew; } /************************************************/ /* index formatting */ .index-top { border-top: 1px solid #003366; margin-bottom: 5px; } .index-top th { padding: 1px 1px 1px 1px; text-align: left; font-weight: bold; } .index { } .index td { padding: 1px 1px 1px 1px; } .index th { margin-top: 5px; padding: 1px 1px 1px 1px; text-align: left; font-weight: bold; border-top: 1px solid #003366; border-bottom: 1px solid #003366; } /************************************************/ /* calendar display */ .calendar { border-spacing: 0px; } .calendar th { font-size: 0.8em; } .calendar td { text-align: right; } .calendar caption { text-align: left; font-weight: bold; } .calendar .today { border: 3px solid #aaaaaa; } .typeset img { padding: 0px; }