| @import url(code.css); |
| |
| |
| |
| #edit #rows { |
| float: right; |
| font-size: 80%; |
| } |
| |
| #edit #rows select { |
| font-size: 90%; |
| } |
| |
| #edit #text { |
| clear: both; |
| width: 100%; |
| } |
| |
| #edit .wikitoolbar { |
| float: left; |
| } |
| |
| #changeinfo { |
| padding: .5em; |
| } |
| |
| #changeinfo .field { |
| float: left; |
| margin: 0 1em .5em 0; |
| } |
| |
| #changeinfo br { |
| clear: left; |
| } |
| |
| #changeinfo .options { |
| padding: 0 0 1em 1em; |
| } |
| |
| #changeinfo .options, |
| #changeinfo .buttons { |
| clear: left; |
| } |
| |
| #delete { |
| margin-left: 6em; |
| } |
| |
| #preview { |
| background: #fff url(../draft.png); |
| margin: 1em 0 2em; |
| overflow: auto; |
| } |
| |
| |
| |
| #overview .multi { |
| color: #999; |
| } |
| |
| #overview .ipnr { |
| color: #999; |
| font-size: 80% |
| } |
| |
| #overview .comment { |
| padding: 1em 0 0; |
| } |
| |
| |
| |
| |
| #wikihist td { |
| padding: 0 .5em |
| } |
| |
| #wikihist td.date, |
| #wikihist td.diff, |
| #wikihist td.version, |
| #wikihist td.author { |
| white-space: nowrap; |
| } |
| |
| #wikihist td.version { |
| text-align: center |
| } |
| |
| #wikihist td.comment { |
| width: 100%; |
| } |
| |
| @media print { |
| th.diff, td.diff { |
| display: none |
| } |
| } |
| |
| |
| |
| .wiki-toc { |
| color: black; |
| background: #fff url("../toc.png") right repeat-y; |
| border: 1px solid #CCCCCC; |
| font-size: small; |
| text-align:left; |
| padding-bottom: 15px; |
| margin: 0; |
| margin: 0 0 2em 1em; |
| float: right; |
| position: relative; |
| } |
| |
| .wiki-toc h4 { |
| font-size: 1em; |
| font-weight: bold; |
| line-height: 1.8em; |
| border-bottom: 1px solid #ccc; |
| margin: 0px; |
| margin-bottom: 10px; |
| padding: 0 10px 0 10px; |
| color: #072B61; |
| background-color: #FFF; |
| background-image: url("../h2-background.png"); |
| } |
| |
| .wiki-toc h3 { |
| margin-left: -10px; |
| color: #072B61; |
| border-bottom: 1px solid #ccc; |
| font-size: 1em; |
| } |
| |
| |
| .wiki-toc ul, |
| .wiki-toc ol { |
| list-style: none !important; |
| padding: 0 !important; |
| margin: 10px !important; |
| } |
| |
| .wiki-toc li { |
| margin: 0 ; |
| padding: 0 |
| } |
| |
| .wiki-toc .active { |
| font-weight: bold; |
| position: relative; |
| list-style: none !important; |
| padding: 0; |
| margin: 0 |
| } |