|
|
Line 1: |
Line 1: |
| /* this is all a big hack :) */
| |
|
| |
|
| /* user notification thing */
| |
| .usermessage {
| |
| background-color: #b0c4de;
| |
| border: 1px solid #7b68ee;
| |
| color: #808080;
| |
| font-weight: bold;
| |
| margin: 2em 0em 1em 0em;
| |
| padding: 0.5em 1em;
| |
| vertical-align: middle;
| |
|
| |
| }
| |
|
| |
| /* suppress the person icon by your username */
| |
| li#pt-userpage { background: none }
| |
|
| |
| /* Dont need this copyright notice on every page */
| |
|
| |
| li#f-copyright,
| |
| li#f-lastmod,
| |
| #editpage-copywarn { display: none; }
| |
|
| |
| /* Nice borders for (almost) all boxes */
| |
| input[type="radio"],
| |
| input[type="checkbox"] { border:none; }
| |
| input[type="text"], input[type="submit"], textarea {
| |
| border: 1px solid #aaa !important;
| |
| }
| |
|
| |
| #footer {display:none;}
| |
| .printfooter {display:none;}
| |
|
| |
| /*
| |
| ** Diff rendering
| |
| */
| |
| table.diff { background:#000 url(/bgl.jpg); }
| |
| td.diff-otitle { background:transparent; }
| |
| td.diff-ntitle { background:transparent; }
| |
| td.diff-addedline {
| |
| background:transparent;
| |
| color: #1485FF;
| |
| font-size: 100%;
| |
| font-weight: bold;
| |
| }
| |
| td.diff-deletedline {
| |
| background:transparent;
| |
| color: #DD360A;
| |
| font-size: 100%;
| |
| font-weight: bold;
| |
| }
| |
| td.diff-context {
| |
| background:transparent;
| |
| color: #CCCCCC;
| |
| font-size: 100%;
| |
| }
| |
| span.diffchange { color: #FFFFFF; }
| |
|
| |
| #toc,
| |
| .toc {
| |
| font-size: 95%;
| |
| background-color: #0159b7;
| |
| color: white;
| |
| border-collapse: collapse;
| |
| border: 2px solid #0159b7;
| |
| }
| |
|
| |
| #toctitle h2 {
| |
| background-color: #0159b7;
| |
| color: white;
| |
| height: 1em;
| |
| text-align: center;
| |
| padding: 0.2em 1em 0.5em 0.3em;
| |
| display: block;
| |
| font-weight: bold;
| |
| border: 2px solid #0159b7;
| |
| border-collapse: collapse;
| |
| }
| |
|
| |
|
| |
| #p-cactions {
| |
| position: absolute;
| |
| top: 83px;
| |
| left: 11.5em;
| |
| margin: 0;
| |
| margin-top: 3px;
| |
| white-space: nowrap;
| |
| width: 76%;
| |
| line-height: 1.1em;
| |
| overflow: visible;
| |
| background: none;
| |
| border-collapse: collapse;
| |
| padding-left: 1em;
| |
| list-style: none;
| |
| font-size: 95%;
| |
| }
| |
|
| |
| #p-cactions li, #p-cactions li a {
| |
| color: white;
| |
| background-color: black;
| |
| border: none;
| |
| }
| |
|
| |
| #p-cactions li.selected, #p-cactions li.selected a, #p-cactions li a:hover {
| |
| color: white;
| |
| background-color: #0159b7;
| |
| border: none;
| |
| }
| |
|
| |
| #p-personal li, #p-personal li a {
| |
| color: white;
| |
| }
| |
|
| |
| #p-personal li a:hover {
| |
| background-color: transparent;
| |
| color: #0159b7;
| |
| }
| |
|
| |
| #p-logo {
| |
| top: 0px;
| |
| left: 0px;
| |
| height: 100px;
| |
| width: 100px;
| |
| overflow: visible;
| |
| display: block;
| |
| background: url(/eduke32.png);
| |
| }
| |
|
| |
| #p-logo a,
| |
| #p-logo a:hover {
| |
| height: 100px;
| |
| width: 100px;
| |
| }
| |
| #globalWrapper { margin-top: 0px; height: 100px; background:#000 url("/sitebannerwiki.jpg") top right no-repeat; border-bottom: 2px solid #0159b7; }
| |
|
| |
|
| |
| #column-one { padding-top: 107px; padding-left: 5px; }
| |
|
| |
| #content { color: white; background:#000 url(/bgl.jpg); border: 2px solid #0159b7; margin: 38px 5px 10px 160px; top: 5px; }
| |
|
| |
| #preferences { color: white; background:#000 url(/bgl.jpg); }
| |
|
| |
| body {
| |
| font: x-small sans-serif;
| |
| background: #000000 url(/bgd.jpg);
| |
| color: white;
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
|
| |
| #column-content { position: absolute; top: 64px; margin-left: 0px; margin-right: 5px; }
| |
|
| |
| table, #table, #toc, textarea {
| |
| background: #000000 url(/bgl.jpg);
| |
| color: white;
| |
| border: 2px solid #0159b7;
| |
| }
| |
|
| |
| .portlet h5 {
| |
| background-color: #0159b7;
| |
| color: white;
| |
| padding: 0.2em 1em 0.5em 0.3em;
| |
| text-transform: lowercase;
| |
| height: 1em;
| |
| text-align: center;
| |
| display: block;
| |
| font-weight: bold;
| |
| white-space: nowrap;
| |
| border-collapse: collapse;
| |
| border: 2px solid #0159b7;
| |
| border-bottom: none;
| |
| }
| |
|
| |
| .pBody {
| |
| font-size: 95%;
| |
| border-collapse: collapse;
| |
| padding: 0 .8em .3em .5em;
| |
| color: white; background:#000 url(/bgl.jpg);
| |
| border: 2px solid #0159b7;
| |
| }
| |
|
| |
| #bodyContent a.external, a:link, a:visited, #bodyContent a.extiw, #bodyContent a.extiw:active
| |
| { color: #1485ff; font-weight: bold }
| |
| a:hover, a:active
| |
| { color: #0159b7; font-weight: bold }
| |
|
| |
| ul#filetoc, h1, h2, h3, h4, h5, h6 {
| |
| background-color: #0159b7;
| |
| color: #fff;
| |
| padding: 0.2em 1em 0.5em 0.3em;
| |
| height: 1em;
| |
| display: block;
| |
| white-space: nowrap;
| |
| font-weight: bold;
| |
| border-collapse: collapse;
| |
| border: 2px solid #0159b7;
| |
| }
| |
| h1 {
| |
| font-size: 116%;
| |
| border-top:none;
| |
| background: none;
| |
| border: none;
| |
| }
| |
| h2 {
| |
| font-size: 100%;
| |
| }
| |
| ul#filetoc, h3, h4, h5 {
| |
| font-size: 95%;
| |
| }
| |
| h6 {
| |
| font-size: 90%;
| |
| }
| |
|
| |
| #bodyContent pre {
| |
| color: white; background:#000 url(/bgl.jpg);
| |
| border: 2px solid #0159b7;
| |
| }
| |
|
| |
| #pagehistory li {
| |
| border: none;
| |
| }
| |
|
| |
| #pagehistory li.selected {
| |
| color: white;
| |
| background-color: #004563;
| |
| border: none;
| |
| }
| |
|
| |
| #p-documentation, #p-tb {
| |
| position: relative;
| |
| z-index: 3;
| |
| }
| |
|
| |
| fieldset {
| |
| border: 2px solid #0159b7;
| |
| margin: 1em 0 1em 0;
| |
| padding: 0 1em 1em;
| |
| line-height: 1.5em;
| |
| }
| |
|
| |
| legend {
| |
| background: #0159b7;
| |
| border: 2px solid #0159b7;
| |
| text-transform: lowercase;
| |
| font-size: 95%;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| #preftoc a {
| |
| display: block;
| |
| color: white;
| |
| text-transform: lowercase;
| |
| font-size: 95%;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| #preftoc a:active, #preftoc a:hover {
| |
| display: block;
| |
| color: white;
| |
| background: #0159b7;
| |
| text-transform: lowercase;
| |
| font-size: 95%;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| #preftoc {
| |
| float: left;
| |
| margin: 1em;
| |
| width: 13em;
| |
| background: #000000 url(/bgl.jpg);
| |
| color: white;
| |
| border: 2px solid #0159b7;
| |
| text-transform: lowercase;
| |
| font-size: 95%;
| |
| font-weight: bold;
| |
| }
| |
| #preftoc li {
| |
| color: white;
| |
| border: none;
| |
| text-transform: lowercase;
| |
| font-size: 95%;
| |
| font-weight: bold;
| |
| }
| |
| #preftoc li.selected {
| |
| color: white;
| |
| background-color: #0159b7;
| |
| border: 2px solid #0159b7;
| |
| text-transform: lowercase;
| |
| font-size: 95%;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| #filetoc a {
| |
| color: white;
| |
| }
| |