MediaWiki:Myskin.css: Unterschied zwischen den Versionen

Aus Theoria Romana
Zur Navigation springen Zur Suche springen
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* CSS an dieser Stelle wirkt sich auf den MySkin-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
 
/* CSS an dieser Stelle wirkt sich auf den MySkin-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
#column-content {
+
a:link {
    width: 100%;
+
color: #5D0705;
    float: right;
+
text-decoration: none;
    margin: 0 0 0.6em -12.2em;
+
}
    padding:0;
+
 
 +
a:visited {
 +
color: #5D0705;
 +
text-decoration: none;
 +
}
 +
 
 +
a:active {
 +
color: #5D0705;
 +
text-decoration: none;
 
}
 
}
#content {
 
    margin: 2.8em 0 0 12.2em;
 
    padding: 0em 1em 1.5em 1em;
 
    background: url(../../../images/content_back.jpg);
 
    border: 1px solid #360300;
 
    border-right: none;
 
    line-height: 1.5em;
 
    position: relative;
 
  
    margin-top: 120px;
+
a:hover {
   
+
text-decoration: underline;
    z-index: 2;
 
 
}
 
}
#column-one {
+
 
padding-top: 160px;
+
a.new {
 +
color: #B9A572;
 +
text-decoration: none;
 
}
 
}
  
#userlogin table {
+
a.new:visited {
background: transparent;
+
color: #B9A572;
 +
text-decoration: none;
 +
}
 +
 
 +
a.stub {
 +
color: #5D0705;
 +
text-decoration: none;
 +
}
 +
 
 +
abbr,acronym {
 +
background: none repeat scroll 0 0 transparent;
 +
border-bottom: 1px dotted Black;
 +
color: Black;
 +
cursor: help;
 
}
 
}
  
 
body {
 
body {
    font: x-small sans-serif;
+
background: url("/wiki/skins/myskin/back.jpg") repeat scroll 0 0 #F9F9F9;
    background: #f9f9f9 url("../../../images/back.jpg") 0px 0px;
+
color: Black;
    color: Black;
+
font: x-small sans-serif;
    margin: 0;
+
margin: 0;
    padding: 0;
+
padding: 0;
 +
}
 +
 
 +
code {
 +
background-color: #F9F9F9;
 +
}
 +
 
 +
dd {
 +
line-height: 1.5em;
 +
margin-bottom: 0.1em;
 +
margin-left: 2em;
 +
}
 +
 
 +
div.contentbox {
 +
background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
 +
#ddc992;
 +
border: 1px solid #800000;
 +
padding: 1em;
 +
}
 +
 
 +
div.floatleft {
 +
border: 0 none;
 +
float: left;
 +
margin: 0 0.5em 0.5em 0;
 +
position: relative;
 
}
 
}
  
 +
div.floatleft p {
 +
font-style: italic;
 +
}
  
/* scale back up to a sane default */
+
div.floatright {
#globalWrapper {
+
border: 0 none;
    font-size:127%;
+
clear: right;
    width: 100%;
+
float: right;
    margin: 0;
+
margin: 0 0 0.5em 0.5em;
    padding: 0;
+
position: relative;
 +
}
 +
 
 +
div.floatright p {
 +
font-style: italic;
 +
}
 +
 
 +
div.gallerybox {
 +
margin: 2px;
 +
width: 150px;
 +
}
 +
 
 +
div.gallerybox div.thumb {
 +
border: 1px solid #CCCCCC;
 +
margin: 2px;
 +
text-align: center;
 +
}
 +
 
 +
div.gallerytext {
 +
font-size: 94%;
 +
padding: 2px 4px;
 +
}
 +
 
 +
div.magnify {
 +
background: none repeat scroll 0 0 transparent !important;
 +
border: medium none !important;
 +
float: right;
 +
}
 +
 
 +
div.magnify a,div.magnify img {
 +
background: none repeat scroll 0 0 transparent !important;
 +
border: medium none !important;
 +
display: block;
 
}
 
}
.visualClear { clear: both; }
 
  
/* general styles */
+
div.patrollink {
 +
font-size: 75%;
 +
text-align: right;
 +
}
  
table {
+
div.prefsectiontip {
    font-size: 100%;
+
font-size: 95%;
}
+
margin-top: 1em;
a:link {
 
    text-decoration: none;
 
    color: #5D0705;
 
    background: none;
 
 
}
 
}
a:visited { color: #5D0705; text-decoration: none; }
 
a:active { color: #5D0705; text-decoration: none; }
 
a:hover { text-decoration: underline; }
 
a.stub { color: #5D0705; text-decoration: none; }
 
a.new,
 
#p-personal a.new { color:#B9A572; text-decoration: none; }
 
a.new:visited,
 
#p-personal a.new:visited { color:#B9A572; text-decoration: none; }
 
  
#bodyContent a.new:link,
+
div.thumb {
#bodyContent a.new:visited,
+
border-color: White;
#bodyContent a.new:active { color: #BC100C; text-decoration: none; }
+
border-style: solid;
#bodyContent a.new:hover { text-decoration: underline; }
+
margin-bottom: 0.5em;
 +
width: auto;
 +
}
  
img {
+
div.thumb div {
    border: none;
+
background-color: #F9F9F9;
    vertical-align: middle;
+
border: 1px solid #CCCCCC;
 +
font-size: 94%;
 +
overflow: hidden;
 +
padding: 3px !important;
 +
text-align: center;
 
}
 
}
p {
+
 
    margin: 0.4em 0em 0.5em 0em;
+
div.thumb div a img {
    line-height: 1.5em;
+
border: 1px solid #CCCCCC;
 
}
 
}
  
p img { margin: 0; }
+
div.thumb div div.thumbcaption {
 +
border: medium none;
 +
line-height: 1.4em;
 +
padding: 0.3em 0 0.1em;
 +
text-align: left;
 +
}
  
hr {
+
div.tleft {
    height: 1px;
+
border-width: 0.5em 1.4em 0.8em 0;
    color: #360300;
+
float: left;
    background-color: #360300;
+
margin-right: 0.5em;
    border: 0;
 
    margin: 0.2em 0 0.2em 0;
 
 
}
 
}
  
h1, h2, h3, h4, h5, h6 {
+
div.townBox {
    color: Black;
+
background: none repeat scroll 0 0 White;
    background: none;
+
border: 1px solid gray;
    font-weight: normal;
+
clear: right;
    margin: 0;
+
float: right;
    padding-top: 0.5em;
+
margin-left: 1em;
    padding-bottom: 0.17em;
+
overflow: hidden;
    border-bottom: 1px solid #360300;
+
padding: 0.3em;
 +
position: relative;
 +
width: 200px;
 
}
 
}
h1 { font-size: 188%; }
+
 
h2 { font-size: 150%; }
+
div.townBox dl {
h3, h4, h5, h6 {
+
font-size: 96%;
    border-bottom: none;
+
margin: 0 0 0.3em;
    font-weight: bold;
+
padding: 0;
 
}
 
}
h3 { font-size: 132%; }
 
h4 { font-size: 116%; }
 
h5 { font-size: 100%; }
 
h6 { font-size: 80%;  }
 
  
ul {
+
div.townBox dl dt {
    line-height: 1.5em;
+
background: none repeat scroll 0 0 transparent;
    list-style-type: square;
+
margin: 0.4em 0 0;
    margin: 0.3em 0 0 1.5em;
 
    padding:0;
 
    list-style-image: url("bullet.gif");
 
 
}
 
}
ol {
+
 
    line-height: 1.5em;
+
div.townBox dl dd {
    margin: 0.3em 0 0 3.2em;
+
background-color: #F3F3F3;
    padding:0;
+
margin: 0.1em 0 0 1.1em;
    list-style-image: none;
 
 
}
 
}
li { margin-bottom: 0.1em; }
+
 
dt {
+
div.tright {
    font-weight: bold;
+
border-width: 0.5em 0 0.8em 1.4em;
    margin-bottom: 0.1em;
+
clear: right;
 +
float: right;
 
}
 
}
dl{
+
 
    margin-top: 0.2em;
+
dl {
    margin-bottom: 0.5em;
+
margin-bottom: 0.5em;
 +
margin-top: 0.2em;
 
}
 
}
dd {
+
 
    line-height: 1.5em;
+
dt {
    margin-left: 2em;
+
font-weight: bold;
    margin-bottom: 0.1em;
+
margin-bottom: 0.1em;
 
}
 
}
  
 
fieldset {
 
fieldset {
    border: 1px solid #2f6fab;
+
line-height: 1.5em;
    margin: 1em 0em 1em 0em;
+
margin: 1em 0;
    padding: 0em 1em 1em 1em;
+
padding: 0em 1em 1em;
    line-height: 1.5em;
+
background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
 +
#ddc992;
 +
border:1px solid #800000;
 +
}
 +
 
 +
fieldset.operaprefsection {
 +
margin-left: 15em;
 
}
 
}
legend {
+
 
    background: White;
+
fieldset input {
    padding: 0.5em;
+
background-color: #E2D3AC;
    font-size: 95%;
+
border: 1px solid #C9A957;
 
}
 
}
 +
 
form {
 
form {
    border: none;
+
border: medium none;
    margin: 0;
+
margin: 0;
 +
}
 +
 
 +
h1,h2,h3,h4,h5,h6 {
 +
background: none repeat scroll 0 0 transparent;
 +
border-bottom: 1px solid #360300;
 +
font-weight: normal;
 +
margin: 0;
 +
padding-bottom: 0.17em;
 +
padding-top: 0.5em;
 
}
 
}
  
textarea {
+
h1 {
    width: 100%;
+
font-size: 188%;
    padding: 0.1em;
 
 
}
 
}
  
 +
h2 {
 +
font-size: 150%;
 +
}
  
input.historysubmit {
+
h3,h4,h5,h6 {
    padding: 0 0.3em 0.3em 0.3em !important;
+
border-bottom: medium none;
    font-size: 94%;
+
font-weight: bold;
    cursor: pointer;
 
    height: 1.7em !important;
 
    margin-left: 1.6em;
 
 
}
 
}
select {
+
 
vertical-align: top;
+
h3 {
 +
font-size: 132%;
 
}
 
}
abbr, acronym, .explain {
+
 
    border-bottom: 1px dotted Black;
+
h4 {
    color: Black;
+
font-size: 116%;
    background: none;
 
    cursor: help;
 
 
}
 
}
q {
+
 
    font-family: Times, "Times New Roman", serif;
+
h4.mw-specialpagesgroup {
    font-style: italic;
+
background: none;
 
}
 
}
/* disabled for now
+
 
blockquote {
+
h5 {
    font-family: Times, "Times New Roman", serif;
+
font-size: 100%;
    font-style: italic;
 
}*/
 
code { background-color: #f9f9f9; }
 
pre {
 
    padding: 1em;
 
    border: 1px dashed #2f6fab;
 
    color: Black;
 
    background-color: #f9f9f9;
 
    line-height: 1.1em;
 
 
}
 
}
  
 +
h6 {
 +
font-size: 80%;
 +
}
  
/*
+
head:first-child+body #footer li {
** the main content area
+
white-space: nowrap;
*/
+
}
  
#siteSub { display: none; }
+
hr {
#contentSub {
+
background-color: #360300;
    font-size: 84%;
+
border: 0 none;
    line-height: 1.2em;
+
color: #360300;
    margin: 0 0 1.4em 1em;
+
height: 1px;
    color: #7d7d7d;
+
margin: 0.2em 0;
    width: auto;
 
 
}
 
}
span.subpages { display: block; }
 
  
/* Some space under the headers in the content area */
+
img {
#bodyContent h1, #bodyContent h2 { margin-bottom:0.6em; }
+
border: medium none;
#bodyContent h3,
+
vertical-align: middle;
#bodyContent h4,
 
#bodyContent h5 {
 
    margin-bottom: 0.3em;
 
 
}
 
}
.firstHeading { margin-bottom:0.1em; }
 
  
/* user notification thing */
+
img.tex {
.usermessage {
+
vertical-align: middle;
    background-color: #ffce7b;
 
    border: 1px solid #ffa500;
 
    color: Black;
 
    font-weight: bold;
 
    margin: 2em 0em 1em 0em;
 
    padding: 0.5em 1em;
 
    vertical-align: middle;
 
 
}
 
}
#siteNotice {
+
 
    text-align: center;
+
input.historysubmit {
    font-size: 95%;
+
cursor: pointer;
    padding: 0 0.9em 0 0.9em;
+
font-size: 94%;
 +
height: 1.7em !important;
 +
margin-left: 1.6em;
 +
padding: 0 0.3em 0.3em !important;
 
}
 
}
#siteNotice p {
+
 
    margin: 0;
+
input.searchButton {
    padding: 0;
+
font-size: 95%;
 +
margin-top: 1px;
 
}
 
}
.error {
+
 
    color: red;
+
legend {
    font-size: larger;
+
background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
 +
#ddc992;
 +
border:1px solid #800000;
 +
font-size: 95%;
 +
font-weight: bold;
 +
padding: 0.2em 0.5em;
 
}
 
}
#catlinks {
+
 
    border:1px dotted #360300;
+
li {
    background: url(http://www.imperiumromanum.net/forum/newage/tableb.jpg);
+
margin-bottom: 0.1em;
    # background-color:#f9f9f9;
 
    padding-left:5px;
 
    padding-right:5px;
 
    margin-top:3em;
 
    clear: both;
 
 
}
 
}
/* currently unused, intended to be used by a metadata box
+
 
in the bottom-right corner of the content area */
+
li #ca-watch, li #ca-talk, li #ca-varlang-0 {
.documentDescription {
+
margin-left: 1.6em;
    /* The summary text describing the document */
 
    font-weight: bold;
 
    display: block;
 
    margin: 1em 0em;
 
    line-height: 1.5em;
 
 
}
 
}
.documentByLine {
+
 
    text-align: right;
+
li #pt-userpage, li #pt-anonuserpage, li #pt-login {
    font-size: 90%;
+
background: url("/wiki/skins/monobook/user.gif") no-repeat scroll left
    clear: both;
+
top transparent;
    font-weight: normal;
+
padding-left: 20px;
    color: #76797c;
+
text-transform: none;
 
}
 
}
  
/* emulate center */
+
ol {
.center {
+
line-height: 1.5em;
    width: 100%;
+
list-style-image: none;
    text-align: center;
+
margin: 0.3em 0 0 3.2em;
 +
padding: 0;
 
}
 
}
*.center * {
+
 
    margin-left: auto;
+
p {
    margin-right: auto;
+
line-height: 1.5em;
 +
margin: 0.4em 0 0.5em;
 
}
 
}
/* small for tables and similar */
 
.small, .small * { font-size: 94%; }
 
table.small { font-size: 100% }
 
  
/*
+
p img {
** content styles
+
margin: 0;
*/
+
}
  
#toc {
+
p.personenverzweigung {
    /*border:1px solid #2f6fab;*/
+
background:url("/wiki/skins/myskin/personenverzweigung.png") no-repeat scroll 0 5px;
    border:1px solid #360300;
+
padding-left:80px;
    /*background-color:#f9f9f9;*/
+
height:50px;
    background:url(http://www.imperiumromanum.net/images/back.jpg);
+
font-weight:bold;
    padding:5px;
+
padding-top:10px;
    font-size: 95%;
+
border-bottom:1px dotted;
    color: #d0bb87;
 
 
}
 
}
#toc .tocindent { margin-left: 2em; }
+
 
#toc .tocline { margin-bottom: 0px; }
+
pre {
#toc p { margin: 0 }
+
background-color: #F9F9F9;
#toc a {color: #c3ae79;}
+
border: 1px dashed #2F6FAB;
#toc .toctoggle { font-size: 94%; }
+
color: Black;
#toc .editsection {
+
line-height: 1.1em;
    margin-top: 0.7em;
+
padding: 1em;
    font-size: 94%;
 
 
}
 
}
  
/* images */
+
q {
div.floatright, table.floatright {
+
font-family: Times, "Times New Roman", serif;
    clear: right;
+
font-style: italic;
    float: right;
 
    position: relative;
 
    margin: 0 0 0.5em 0.5em;
 
    border: 0
 
/*
 
    border: 0.5em solid White;
 
    border-width: 0.5em 0 0.8em 1.4em;
 
*/
 
 
}
 
}
div.floatright p { font-style: italic; }
+
 
div.floatleft, table.floatleft {
+
select {
    float: left;
+
vertical-align: top;
    position: relative;
+
background-color: #E2D3AC;
    margin: 0 0.5em 0.5em 0;
 
    border: 0
 
/*
 
    margin: 0.3em 0.5em 0.5em 0;
 
    border: 0.5em solid White;
 
    border-width: 0.5em 1.4em 0.8em 0;
 
*/
 
 
}
 
}
div.floatleft p { font-style: italic; }
+
 
/* thumbnails */
+
span.diffchange {
div.thumb {
+
color: red;
    margin-bottom: 0.5em;
+
font-weight: bold;
    border-style: solid; border-color: White;
 
    width: auto;
 
 
}
 
}
div.thumb div {
+
 
    border:1px solid #cccccc;
+
span.minoreditletter {
    padding: 3px !important;
+
background-color: #C5FFE6;
    background-color:#f9f9f9;
+
color: black;
    font-size: 94%;
 
    text-align: center;
 
    overflow: hidden;
 
 
}
 
}
div.thumb div a img {
+
 
    border:1px solid #cccccc;
+
span.newpageletter {
 +
background-color: yellow;
 +
color: black;
 +
font-weight: bold;
 
}
 
}
div.thumb div div.thumbcaption {
+
 
    border: none;
+
span.newpage,span.minor,span.searchmatch {
    text-align: left;
+
font-weight: bold;
    line-height: 1.4em;
 
    padding: 0.3em 0 0.1em 0;
 
 
}
 
}
div.magnify {
+
 
    float: right;
+
span.subpages {
    border: none !important;
+
display: block;
    background: none !important;
 
 
}
 
}
div.magnify a, div.magnify img {
+
 
    display: block;
+
span.searchmatch {
    border: none !important;
+
color: red;
    background: none !important;
 
 
}
 
}
div.tright {
+
 
    clear: right;
+
span.texhtml {
    float: right;
+
font-family: serif;
    border-width: 0.5em 0 0.8em 1.4em;
 
 
}
 
}
div.tleft {
+
 
    float: left;
+
span.updatedmarker {
    margin-right:0.5em;
+
background-color: #00FF00;
    border-width: 0.5em 1.4em 0.8em 0;
+
color: black;
 
}
 
}
.urlexpansion,
+
 
.hiddenStructure {
+
span.unpatrolled {
    display: none;
+
color: red;
 +
font-weight: bold;
 
}
 
}
img.tex { vertical-align: middle; }
 
span.texhtml { font-family: serif; }
 
  
/*
+
table {
** classes for special content elements like town boxes
+
font-size: 100%;
** intended to be referenced directly from the wiki src
+
}
*/
 
  
/*
+
table.diff {
** User styles
+
background: none repeat scroll 0 0 white;
*/
 
/* table standards */
 
table.rimage {
 
    float:right;
 
    position:relative;
 
    margin-left:1em;
 
    margin-bottom:1em;
 
    text-align:center;
 
 
}
 
}
.toccolours {
+
 
    border:1px solid #360300;
+
table.floatleft {
    background-color:#f9f9f9;
+
border: 0 none;
    padding:5px;
+
float: left;
    font-size: 95%;
+
margin: 0 0.5em 0.5em 0;
 +
position: relative;
 
}
 
}
div.townBox {
+
 
    position:relative;
+
table.floatright {
    float:right;
+
border: 0 none;
    background:White;
+
clear: right;
    margin-left:1em;
+
float: right;
    border: 1px solid gray;
+
margin: 0 0 0.5em 0.5em;
    padding:0.3em;
+
position: relative;
    width: 200px;
 
    overflow: hidden;
 
    clear: right;
 
 
}
 
}
div.townBox dl {
+
 
    padding: 0;
+
table.gallery {
    margin: 0 0 0.3em 0;
+
background-color: #FFFFFF;
    font-size: 96%;
+
border: 1px solid #CCCCCC;
 +
margin: 2px;
 +
padding: 2px;
 
}
 
}
div.townBox dl dt {
+
 
    background: none;
+
table.gallery td {
    margin: 0.4em 0 0 0;
+
background-color: #F9F9F9;
 +
border: 2px solid white;
 +
vertical-align: top;
 
}
 
}
div.townBox dl dd {
+
 
    margin: 0.1em 0 0 1.1em;
+
table.gallery tr {
    background-color: #f3f3f3;
+
vertical-align: top;
 
}
 
}
  
/*
+
table.rimage {
** edit views etc
+
float: right;
*/
+
margin-bottom: 1em;
.special li {
+
margin-left: 1em;
    line-height: 1.4em;
+
position: relative;
    margin: 0;
+
text-align: center;
    padding: 0;
 
 
}
 
}
  
/* Page history styling */
+
table.small {
/* the auto-generated edit comments */
+
font-size: 100%;
.autocomment { color: gray; }
 
#pagehistory span.user {
 
    margin-left: 1.4em;
 
    margin-right: 0.4em;
 
 
}
 
}
#pagehistory span.minor { font-weight: bold; }
+
 
#pagehistory li { border: 1px solid White; }
+
textarea {
#pagehistory li.selected {
+
padding: 0.1em;
    background-color:#f9f9f9;
+
width: 100%;
    border:1px dashed #360300;
 
 
}
 
}
/*
+
 
** Diff rendering
 
*/
 
table.diff { background:white; }
 
td.diff-otitle { background:#ffffff; }
 
td.diff-ntitle { background:#ffffff; }
 
 
td.diff-addedline {
 
td.diff-addedline {
    background:#ccffcc;
+
background: none repeat scroll 0 0 #CCFFCC;
    font-size: smaller;
+
font-size: smaller;
 +
}
 +
 
 +
td.diff-context {
 +
background: none repeat scroll 0 0 #EEEEEE;
 +
font-size: smaller;
 
}
 
}
 +
 
td.diff-deletedline {
 
td.diff-deletedline {
    background:#ffffaa;
+
background: none repeat scroll 0 0 #FFFFAA;
    font-size: smaller;
+
font-size: smaller;
 +
}
 +
 
 +
td.diff-ntitle {
 +
background: none repeat scroll 0 0 #FFFFFF;
 +
}
 +
 
 +
td.diff-otitle {
 +
background: none repeat scroll 0 0 #FFFFFF;
 +
}
 +
 
 +
td.papyrus {
 +
background: url("/wiki/skins/myskin/papyrus.png") repeat scroll 0 0
 +
transparent;
 +
border: 1px solid #000000;
 +
padding: 10px;
 +
}
 +
 
 +
ul {
 +
line-height: 1.5em;
 +
list-style-type: square;
 +
margin: 0.3em 0 0 1.5em;
 +
padding: 0;
 +
}
 +
 
 +
.autocomment {
 +
color: gray;
 +
}
 +
 
 +
.center {
 +
text-align: center;
 +
width: 100%;
 +
}
 +
 
 +
.center * {
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
 +
 
 +
.documentByLine {
 +
clear: both;
 +
color: #76797C;
 +
font-size: 90%;
 +
font-weight: normal;
 +
text-align: right;
 
}
 
}
td.diff-context {
+
 
    background:#eeeeee;
+
.documentDescription {
    font-size: smaller;
+
display: block;
 +
font-weight: bold;
 +
line-height: 1.5em;
 +
margin: 1em 0;
 
}
 
}
span.diffchange { color: red; font-weight: bold; }
 
  
/*
+
.error {
** keep the whitespace in front of the ^=, hides rule from konqueror
+
color: red;
** this is css3, the validator doesn't like it when validating as css2
+
font-size: larger;
*/
 
#bodyContent a[href ^="http://"],
 
#bodyContent a[href ^="gopher://"] {
 
    background: url("external.png") center right no-repeat;
 
    padding-right: 13px;
 
 
}
 
}
#bodyContent a[href ^="https://"],
+
 
.link-https {
+
.explain {
    background: url("lock_icon.gif") center right no-repeat;
+
background: none repeat scroll 0 0 transparent;
    padding-right: 16px;
+
border-bottom: 1px dotted Black;
 +
color: Black;
 +
cursor: help;
 
}
 
}
#bodyContent a[href ^="mailto:"],
+
 
.link-mailto {
+
.firstHeading {
    background: url("mail_icon.gif") center right no-repeat;
+
margin-bottom: 0.1em;
    padding-right: 18px;
 
 
}
 
}
#bodyContent a[href ^="news://"] {
+
 
    background: url("news_icon.png") center right no-repeat;
+
.hiddenStructure {
    padding-right: 18px;
+
display: none;
 
}
 
}
#bodyContent a[href ^="ftp://"],
+
 
 
.link-ftp {
 
.link-ftp {
    background: url("file_icon.gif") center right no-repeat;
+
background: url("/wiki/skins/monobook/file_icon.gif") no-repeat scroll
    padding-right: 18px;
+
right center transparent;
 +
padding-right: 18px;
 +
}
 +
 
 +
.link-https {
 +
background: url("/wiki/skins/monobook/lock_icon.gif") no-repeat scroll
 +
right center transparent;
 +
padding-right: 16px;
 
}
 
}
#bodyContent a[href ^="irc://"],
+
 
 
.link-irc {
 
.link-irc {
    background: url("discussionitem_icon.gif") center right no-repeat;
+
background: url("/wiki/skins/monobook/discussionitem_icon.gif")
    padding-right: 18px;
+
no-repeat scroll right center transparent;
 +
padding-right: 18px;
 +
}
 +
 
 +
.link-mailto {
 +
background: url("/wiki/skins/monobook/mail_icon.gif") no-repeat scroll
 +
right center transparent;
 +
padding-right: 18px;
 +
}
 +
 
 +
.not_patrolled {
 +
background-color: #FFFFAA;
 
}
 
}
/* disable interwiki styling */
+
 
#bodyContent a.extiw,
+
.pBody {
#bodyContent a.extiw:active {
+
background: url("/wiki/skins/myskin/menu_back.jpg") repeat scroll 0 0 transparent;
    color: #3366bb;
+
border: 1px solid #B9A572;
    background: none;
+
border-collapse: collapse;
    padding: 0;
+
font-size: 95%;
 +
padding: 0 0.8em 0.3em 0.5em;
 
}
 
}
#bodyContent a.external { color: #5D0705; }
+
 
/* this can be used in the content area to switch off
+
.pBody a:active {
special external link styling */
+
color: #EAE169;
#bodyContent .plainlinks a {
 
    background: none !important;
 
    padding: 0;
 
 
}
 
}
/*
 
** Structural Elements
 
*/
 
  
/*
+
.pBody a:link {
** general portlet styles (elements in the quickbar)
+
color: #EFE778;
*/
+
}
  
 +
.pBody a:visited {
 +
color: #E5DE7E;
 +
}
  
 
.portlet {
 
.portlet {
    border: none;
+
border: medium none;
    margin: 0 0 0.5em 0em;
+
float: none;
    float: none;
+
margin: 0 0 0.5em;
    padding: 0;
+
overflow: hidden;
    width: 11.6em;
+
padding: 0;
    overflow: hidden;
+
width: 11.6em;
 
}
 
}
 +
 +
.portlet h1,.portlet h2,.portlet h3,.portlet h4 {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 
.portlet h4 {
 
.portlet h4 {
    font-size: 95%;
+
font-size: 95%;
    font-weight: normal;
+
font-weight: normal;
    white-space: nowrap;
+
white-space: nowrap;
 
}
 
}
 +
 
.portlet h5 {
 
.portlet h5 {
    background: transparent;
+
background: none repeat scroll 0 0 transparent;
    padding: 0em 1em 0em 0.5em;
+
color: #B9A572;
    text-transform: lowercase;
+
display: inline;
    display: inline;
+
font-size: 91%;
    font-size: 91%;
+
font-weight: normal;
    height: 1em;
+
height: 1em;
    font-weight: normal;
+
padding: 0 1em 0 0.5em;
    white-space: nowrap;
+
text-transform: lowercase;
    color: #B9A572;
+
white-space: nowrap;
 
}
 
}
 +
 
.portlet h6 {
 
.portlet h6 {
    background: #ffae2e;
+
background: none repeat scroll 0 0 #FFAE2E;
    border: 1px solid #2f6fab;
+
border-color: #2F6FAB;
    border-style: solid solid none solid;
+
border-style: solid solid none;
    padding: 0em 1em 0em 1em;
+
border-width: 1px;
    text-transform: lowercase;
+
display: block;
    display: block;
+
font-size: 1em;
    font-size: 1em;
+
font-weight: normal;
    height: 1.2em;
+
height: 1.2em;
    font-weight: normal;
+
padding: 0 1em;
    white-space: nowrap;
+
text-transform: lowercase;
 +
white-space: nowrap;
 
}
 
}
.pBody {
+
 
    font-size: 95%;
+
.portlet li {
    background: url(../../../images/menu_back.jpg);
+
color: #BDAE86;
    border-collapse: collapse;
+
margin: 0;
    border: 1px solid #B9A572;
+
padding: 0;
    padding: 0 0.8em 0.3em 0.5em;
 
}
 
.pBody a:link { color: #EFE778; }
 
.pBody a:visited { color: #E5DE7E; }
 
.pBody a:active { color: #EAE169; }
 
.portlet h1,
 
.portlet h2,
 
.portlet h3,
 
.portlet h4 {
 
    margin: 0;
 
    padding: 0;
 
 
}
 
}
 +
 
.portlet ul {
 
.portlet ul {
    line-height: 1.5em;
+
font-size: 95%;
    list-style-type: square;
+
line-height: 1.5em;
    list-style-image: url("bullet.gif");
+
list-style-type: square;
    font-size:95%;
 
 
}
 
}
.portlet li {
+
 
    padding: 0;
+
.printfooter {
    margin: 0;
+
display: none;
    color: #BDAE86;
 
 
}
 
}
  
/*
+
.redirectText {
** Logo properties
+
font-size: 150%;
*/
+
margin: 5px;
 +
}
  
#p-logo {
+
.sharedUploadNotice {
    z-index: 0;
+
font-style: italic;
    position:absolute; /*needed to use z-index */
 
    top: 10px;
 
    left: 50px;
 
    height: 125px;
 
    width: 738px;
 
    overflow: visible;
 
 
}
 
}
#p-logo h5 { display: none; }
+
 
#p-logo a,
+
.small,.small * {
#p-logo a:hover {
+
font-size: 94%;
    display: block;
 
    height: 125px;
 
    width: 738px;
 
    background-repeat: no-repeat;
 
    background-position: 35% 50% !important;
 
    text-decoration: none;
 
 
}
 
}
  
/*
+
.special li {
** the navigation portlet
+
line-height: 1.4em;
*/
+
margin: 0;
 +
padding: 0;
 +
}
  
#p-nav {
+
.toccolours {
    position:relative;
+
background-color: #F9F9F9;
    z-index:3;
+
border: 1px solid #360300;
    margin-top: -40px;
+
font-size: 95%;
 +
padding: 5px;
 
}
 
}
  
/*
+
.urlexpansion {
** Search portlet
+
display: none;
*/
 
#p-search {
 
    position:relative;
 
    z-index:3;
 
 
}
 
}
#p-search .pBody {
+
 
    text-align: center;
+
.usermessage {
 +
background-color: #FFCE7B;
 +
border: 1px solid #FFA500;
 +
color: Black;
 +
font-weight: bold;
 +
margin: 2em 0 1em;
 +
padding: 0.5em 1em;
 +
vertical-align: middle;
 
}
 
}
input.searchButton {
+
 
    margin-top:1px;
+
.visualClear {
    font-size: 95%;
+
clear: both;
 
}
 
}
#searchGoButton {
+
 
    padding-left: .5em;
+
#bodyContent a[href ^="http://"],#bodyContent a[href ^="gopher://"] {
    padding-right: .5em;
+
background: url("/wiki/skins/myskin/external.png") no-repeat scroll
    font-weight: bold;
+
right center transparent;
 +
padding-right: 13px;
 
}
 
}
#searchInput {
+
 
    width:10.9em;
+
#bodyContent a[href ^="https://"] {
    margin: 0;
+
background: url("/wiki/skins/monobook/lock_icon.gif") no-repeat scroll
    font-size: 95%;
+
right center transparent;
    background-color: #E2D3AC;
+
padding-right: 16px;
    border: 1px solid #C9A957;
 
padding:1px;
 
 
}
 
}
#p-search .pBody {
+
 
    padding: 0.5em 0.4em 0.4em 0.4em;
+
#bodyContent a[href ^="mailto:"] {
 +
background: url("/wiki/skins/monobook/mail_icon.gif") no-repeat scroll
 +
right center transparent;
 +
padding-right: 18px;
 
}
 
}
  
/*
+
#bodyContent a[href ^="news://"] {
** the personal toolbar
+
background: url("/wiki/skins/monobook/news_icon.png") no-repeat scroll
*/
+
right center transparent;
 +
padding-right: 18px;
 +
}
  
#p-personal {
+
#bodyContent a[href ^="ftp://"] {
    width:100%;
+
background: url("/wiki/skins/monobook/file_icon.gif") no-repeat scroll
    white-space:nowrap;
+
right center transparent;
    padding: 0;
+
padding-right: 18px;
    margin: 0;
 
    position:absolute;
 
    left:0px;
 
    top:0px;
 
    z-index: 0;
 
    border: none;
 
    background: none;
 
    overflow: visible;
 
    line-height: 1.2em;
 
 
}
 
}
  
#p-personal h5 {
+
#bodyContent a[href ^="irc://"] {
    display:none;
+
background: url("/wiki/skins/monobook/discussionitem_icon.gif")
 +
no-repeat scroll right center transparent;
 +
padding-right: 18px;
 
}
 
}
#p-personal .portlet,
+
 
#p-personal .pBody {
+
#bodyContent a.extiw,#bodyContent a.extiw:active {
    padding:0;
+
background: none repeat scroll 0 0 transparent;
    margin:0;
+
color: #3366BB;
    border: none;
+
padding: 0;
    z-index:0;
 
    overflow: visible;
 
    background: none;
 
 
}
 
}
/* this is the ul contained in the portlet */
+
 
#p-personal ul {
+
#bodyContent a.external {
    border: none;
+
color: #5D0705;
    line-height: 1.4em;
 
    color: #2f6fab;
 
    padding: 0em 2em 0 3em;
 
    margin: 0;
 
    text-align: right;
 
    text-transform: lowercase;
 
    list-style: none;
 
    z-index:0;
 
    background: none;
 
 
}
 
}
#p-personal li {
+
 
    z-index:0;
+
#bodyContent a.new:link,#bodyContent a.new:visited,#bodyContent a.new:active {
    border:none;
+
color: #BC100C;
    padding:0;
+
text-decoration: none;
    display: inline;
 
    color: #2f6fab;
 
    margin-left: 1em;
 
    line-height: 1.2em;
 
    background: none;
 
 
}
 
}
#p-personal li a {
+
 
    text-decoration: none;
+
#bodyContent a.new:hover {
    color: #EFE778;
+
text-decoration: underline;
    padding-bottom: 0.2em;
 
    background: none;
 
 
}
 
}
#p-personal li a:hover {
+
 
    background: url(../../../images/menu_back.jpg);
+
#bodyContent h1,#bodyContent h2 {
    border: 1px solid #000000;
+
margin-bottom: 0.6em;
    padding-bottom: 0.2em;
 
    text-decoration: none;
 
 
}
 
}
  
/* the icon in front of the user name, single quotes
+
#bodyContent h3,#bodyContent h4,#bodyContent h5 {
in bg url to hide it from iemac */
+
margin-bottom: 0.3em;
li#pt-userpage,
 
li#pt-anonuserpage,
 
li#pt-login {
 
    background: url('user.gif') top left no-repeat;
 
    padding-left: 20px;
 
    text-transform: none;
 
 
}
 
}
  
/*
+
#bodyContent .plainlinks a {
** the page-related actions- page/talk, edit etc
+
background: none repeat scroll 0 0 transparent !important;
*/
+
padding: 0;
#p-cactions {
+
}
    position:absolute;
 
/*  top: 1.3em; */
 
 
top: 100px;
 
  
left: 11.5em;
+
#boxaussenrum {
    margin: 0;
+
float: left;
    white-space:nowrap;
+
margin-bottom: 10px;
    width: 76%;
+
margin-right: 10px;
    line-height: 1.1em;
 
    overflow: visible;
 
    background: none;
 
    border-collapse: collapse;
 
    padding-left: 1em;
 
    list-style: none;
 
    font-size: 95%;
 
    z-index:1;
 
 
}
 
}
#p-cactions .hiddenStructure { display: none; }
+
 
#p-cactions ul {
+
#catlinks {
    list-style: none;
+
background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
 +
transparent;
 +
border: 1px dotted #360300;
 +
clear: both;
 +
margin-top: 3em;
 +
padding: 5px;
 
}
 
}
#p-cactions li {
+
 
    display: inline;
+
#column-content {
    border: 1px solid #360300;
+
float: right;
    border-bottom: none;
+
margin: 0 0 0.6em -12.2em;
    padding: 0 0 0.1em 0;
+
padding: 0;
    margin: 0 0.3em 0 0;
+
width: 100%;
    overflow: visible;
 
    background: White;
 
    z-index: 2;
 
 
}
 
}
#p-cactions li.selected {
+
 
    border-color: #fabd23;
+
#column-one {
    padding: 0 0 0.2em 0;
+
padding-top: 110px;
    z-index: 2;
 
 
}
 
}
#p-cactions li a {
+
 
    background: url(../../../images/content_top.jpg) repeat-x;
+
#content {
    color: #D7D292;
+
background: url("/wiki/skins/myskin/content_back.jpg") repeat scroll 0 0
    border: none;
+
transparent;
    padding: 0 0.8em 0.3em 0.8em;
+
border-color: #360300 -moz-use-text-color #360300 #360300;
    text-decoration: none;
+
border-style: solid none solid solid;
    text-transform: lowercase;
+
border-width: 1px medium 1px 1px;
    position: relative;
+
line-height: 1.5em;
    z-index: 2;
+
margin: 120px 0 0 12.2em;
    margin: 0;
+
padding: 0 1em 1.5em;
 +
position: relative;
 +
z-index: 2;
 
}
 
}
#p-cactions .selected a { z-index: 4; }
+
 
#p-cactions .new a { color:#DDBA50; }
+
#contentSub {
#p-cactions li a:hover {
+
color: #7D7D7D;
    z-index: 4;
+
font-size: 84%;
    text-decoration: none;
+
line-height: 1.2em;
 +
margin: 0 0 1.4em 1em;
 +
width: auto;
 
}
 
}
#p-cactions h5 { display: none; }
+
 
#p-cactions li.istalk { margin-right: 0; }
+
#f-copyrightico {
#p-cactions li.istalk a { padding-right: 0.5em; }
+
margin: 0 8px;
#p-cactions #ca-addsection a {
+
position: relative;
    padding-left: 0.4em;
+
top: -2px;
    padding-right: 0.4em;
+
float: left;
 +
height: 1%;
 
}
 
}
/* offsets to distinguish the tab groups */
 
li#ca-talk { margin-right: 1.6em; }
 
li#ca-watch, li#ca-watch, li#ca-varlang-0 { margin-left: 1.6em; }
 
  
 
+
#f-poweredbyico {
/*
+
margin: 0 8px;
** the remaining portlets
+
position: relative;
*/
+
top: -2px;
#p-tbx,
+
float: right;
#p-lang {
+
height: 1%;
    position:relative;
 
    z-index:3;
 
 
}
 
}
  
/*
 
** footer
 
*/
 
 
#footer {
 
#footer {
    background: url(../../../images/content_top);
+
background: url("/wiki/skins/myskin/menu_back.jpg") repeat scroll 0 0 transparent;
    border-top: 1px solid #480000;
+
border-bottom: 1px solid #480000;
    border-bottom: 1px solid #480000;
+
border-top: 1px solid #480000;
    margin: 0.6em 0em 1em 0em;
+
color: #B9A572;
    padding: 0.4em 0em 1.2em 0em;
+
font-size: 90%;
    text-align: center;
+
margin: 0.6em 0 1em;
    font-size: 90%;
+
padding: 0.4em 0 1.2em;
color:#B9A572;
+
text-align: center;
 
}
 
}
#footer a:link,
+
 
#footer a:visited,
+
#footer a:link,#footer a:visited,#footer a:active {
#footer a:active {  
 
 
color: #B9A572;
 
color: #B9A572;
 
text-decoration: underline;
 
text-decoration: underline;
 
}
 
}
 +
 
#footer a:hover {
 
#footer a:hover {
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
 +
 
#footer li {
 
#footer li {
    display: inline;
+
display: inline;
    margin: 0 1.3em;
+
margin: 0 1.3em;
 +
}
 +
 
 +
#fundraising {
 +
border: 1px solid gray;
 +
margin-top: 5px;
 +
padding: 5px;
 +
text-align: center;
 +
}
 +
 
 +
#globalWrapper {
 +
font-size: 127%;
 +
margin: 0;
 +
padding: 0;
 +
width: 100%;
 +
}
 +
 
 +
#jump-to-nav {
 +
display: none;
 +
}
 +
 
 +
#p-cactions {
 +
background: none;
 +
border-collapse: collapse;
 +
font-size: 95%;
 +
left: 11.5em;
 +
line-height: 1.1em;
 +
list-style: none outside none;
 +
margin: 0;
 +
overflow: visible;
 +
padding-left: 1em;
 +
position: absolute;
 +
top: 100px;
 +
white-space: nowrap;
 +
width: 76%;
 +
z-index: 1;
 +
}
 +
 
 +
#p-cactions div {
 +
background: none repeat scroll 0 0 transparent;
 +
border: medium none;
 +
}
 +
 
 +
#p-cactions h5 {
 +
display: none;
 +
}
 +
 
 +
#p-cactions li {
 +
background: none;
 +
border: 1px solid #B9A572;
 +
display: inline;
 +
margin: 0 0.3em 0 0;
 +
overflow: visible;
 +
padding: 0 0 0.1em;
 +
z-index: 2;
 +
}
 +
 
 +
#p-cactions li a {
 +
background: url("/wiki/skins/myskin/menu_back.jpg") repeat-x scroll 0 0
 +
transparent;
 +
border: medium none;
 +
color: #D7D292;
 +
margin: 0;
 +
padding: 0 0.8em 0.3em;
 +
position: relative;
 +
text-decoration: none;
 +
text-transform: lowercase;
 +
z-index: 2;
 +
}
 +
 
 +
#p-cactions li a:hover {
 +
text-decoration: none;
 +
z-index: 4;
 +
}
 +
 
 +
#p-cactions li.istalk {
 +
margin-right: 0;
 +
}
 +
 
 +
#p-cactions li.istalk a {
 +
padding-right: 0.5em;
 +
}
 +
 
 +
#p-cactions li.selected {
 +
border-color: #FABD23;
 +
padding: 0 0 0.2em;
 +
z-index: 2;
 
}
 
}
/* hide from incapable browsers */
+
 
head:first-child+body #footer li { white-space: nowrap; }
+
#p-cactions ul {
#f-poweredbyico, #f-copyrightico {
+
list-style: none outside none;
    margin: 0 8px;
 
    position: relative;
 
    top: -2px; /* Bump it up just a tad */
 
 
}
 
}
#f-poweredbyico {
+
 
    float: right;
+
#p-cactions .hiddenStructure {
    height: 1%;
+
display: none;
 
}
 
}
#f-copyrightico {
+
 
    float: left;
+
#p-cactions .new a {
    height: 1%;
+
color: #DDBA50;
 
}
 
}
  
/* js pref toc */
+
#p-cactions .selected a {
#preftoc {
+
z-index: 4;
    float: left;
 
    margin: 1em 1em 1em 1em;
 
    width: 13em;
 
 
}
 
}
#preftoc li { border: 1px solid White; }
+
 
#preftoc li.selected {
+
#p-cactions #ca-addsection a {
    background-color:#f9f9f9;
+
padding-left: 0.4em;
    border:1px dashed #360300;
+
padding-right: 0.4em;
 
}
 
}
#preftoc a,
+
 
#preftoc a:active {
+
#p-lang {
    display: block;
+
position: relative;
    color: #0014a6;
+
z-index: 3;
 
}
 
}
#prefcontrol {
+
 
    clear: both;
+
#p-logo {
    float: left;
+
height: 125px;
    margin-top: 1em;
+
left: 50px;
 +
overflow: visible;
 +
position: absolute;
 +
top: 10px;
 +
width: 738px;
 +
z-index: 0;
 
}
 
}
div.prefsectiontip {
+
 
    font-size: 95%;
+
#p-logo a,#p-logo a:hover {
    margin-top: 1em;
+
background-position: 35% 50% !important;
 +
background-repeat: no-repeat;
 +
display: block;
 +
height: 125px;
 +
text-decoration: none;
 +
width: 738px;
 
}
 
}
fieldset.operaprefsection { margin-left: 15em }
 
  
/*
+
#p-logo h5 {
** IE/Mac fixes, hope to find a validating way to move this
+
display: none;
** to a separate stylesheet. This would work but doesn't validate:
 
** @import("IEMacFixes.css");
 
*/
 
/* tabs: border on the a, not the div */
 
* > html #p-cactions li { border:none; }
 
* > html #p-cactions li a {
 
    border: 1px solid #360300;
 
    border-bottom: none;
 
 
}
 
}
* > html #p-cactions li.selected a { border-color: #fabd23; }
+
 
/* footer icons need a fixed width */
+
#p-nav {
* > html #f-poweredbyico,
+
margin-top: -40px;
* > html #f-copyrightico { width: 88px; }
+
position: relative;
* > html #bodyContent,
+
z-index: 3;
* > html #bodyContent pre {
 
    overflow-x: auto;
 
    width: 100%;
 
    padding-bottom: 25px;
 
 
}
 
}
  
/* more IE fixes */
+
#p-personal {
/* float/negative margin brokenness */
+
background: none repeat scroll 0 0 transparent;
* html #footer {margin-top: 0;}
+
border: medium none;
* html #column-content {
+
left: 0;
    display: inline;
+
line-height: 1.2em;
    margin-bottom: 0;
+
margin: 0;
 +
overflow: visible;
 +
padding: 0;
 +
position: absolute;
 +
top: 0;
 +
white-space: nowrap;
 +
width: 100%;
 +
z-index: 0;
 
}
 
}
* html div.editsection { font-size: smaller; }
 
#pagehistory li.selected { position: relative; }
 
  
/* Mac IE 5.0 fix; floated content turns invisible */
+
#p-personal a.new {
* > html #column-content {
+
color: #B9A572;
    float: none;
+
text-decoration: none;
 
}
 
}
* > html #column-one {
+
 
    position: absolute;
+
#p-personal a.new:visited {
    left: 0;
+
color: #B9A572;
    top: 0;
+
text-decoration: none;
 
}
 
}
* > html #footer {
+
 
    margin-left: 13.2em;
+
#p-personal h5 {
 +
display: none;
 
}
 
}
.redirectText {
+
 
font-size:150%;
+
#p-personal li {
margin:5px;
+
background: none repeat scroll 0 0 transparent;
 +
border: medium none;
 +
color: #2F6FAB;
 +
display: inline;
 +
line-height: 1.2em;
 +
margin-left: 1em;
 +
padding: 0;
 +
z-index: 0;
 
}
 
}
  
.printfooter {
+
#p-personal li a {
        display: none;
+
background: none repeat scroll 0 0 transparent;
 +
color: #EFE778;
 +
padding-bottom: 0.2em;
 +
text-decoration: none;
 
}
 
}
  
.not_patrolled {
+
#p-personal li a:hover {
background-color: #ffa;
+
background: url("/wiki/skins/myskin/menu_back.jpg") repeat scroll 0 0 transparent;
 +
border: 1px solid #000000;
 +
padding-bottom: 0.2em;
 +
text-decoration: none;
 
}
 
}
div.patrollink {
+
 
font-size: 75%;
+
#p-personal ul {
 +
background: none repeat scroll 0 0 transparent;
 +
border: medium none;
 +
color: #2F6FAB;
 +
line-height: 1.4em;
 +
list-style: none outside none;
 +
margin: 0;
 +
padding: 0 2em 0 3em;
 
text-align: right;
 
text-align: right;
 +
text-transform: lowercase;
 +
z-index: 0;
 +
}
 +
 +
#p-personal .portlet,#p-personal .pBody {
 +
background: none repeat scroll 0 0 transparent;
 +
border: medium none;
 +
margin: 0;
 +
overflow: visible;
 +
padding: 0;
 +
z-index: 0;
 +
}
 +
 +
#p-search {
 +
position: relative;
 +
z-index: 3;
 +
}
 +
 +
#p-search .pBody {
 +
text-align: center;
 +
padding: 0.5em 0.4em 0.4em;
 +
}
 +
 +
#p-tbx {
 +
position: relative;
 +
z-index: 3;
 +
}
 +
 +
#pagehistory li {
 +
border: 1px solid White;
 +
}
 +
 +
#pagehistory li.selected {
 +
background-color: #F9F9F9;
 +
border: 1px dashed #360300;
 +
position: relative;
 
}
 
}
span.newpage, span.minor, span.searchmatch {
+
 
 +
#pagehistory span.minor {
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
span.unpatrolled {
+
 
font-weight:bold;
+
#pagehistory span.user {
color:red;
+
margin-left: 1.4em;
 +
margin-right: 0.4em;
 +
}
 +
 
 +
#prefcontrol {
 +
clear: both;
 +
float: left;
 +
margin-top: 1em;
 +
}
 +
 
 +
#preferences .mainLegend {
 +
display:none;
 
}
 
}
  
span.searchmatch {
+
#preftoc {
color: red;
+
float: left;
 +
margin: 1em;
 +
width: 13em;
 
}
 
}
.sharedUploadNotice {
+
 
        font-style: italic;
+
#preftoc li.selected {
 +
font-weight: bold;
 
}
 
}
  
span.updatedmarker {
+
#searchGoButton {
color:black;
+
font-weight: bold;
background-color:#00FF00;
+
padding-left: 0.5em;
 +
padding-right: 0.5em;
 
}
 
}
span.newpageletter {
+
 
font-weight:bold;
+
#searchInput {
color:black;
+
background-color: #E2D3AC;
background-color:yellow;
+
border: 1px solid #C9A957;
 +
font-size: 95%;
 +
margin: 0;
 +
padding: 1px;
 +
width: 10.9em;
 
}
 
}
span.minoreditletter {
+
 
color:black;
+
#simonbox {
background-color:#C5FFE6;
+
background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
 +
transparent;
 +
border: 1px solid #500000;
 +
float: left;
 +
font-family: Tahoma, Arial;
 +
font-size: 13px;
 +
padding: 5px;
 +
width: 80px;
 
}
 
}
  
table.gallery {
+
#simonschriftzug {
border: 1px solid #cccccc;
+
background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
margin: 2px;
+
transparent;
 +
border: 1px solid #500000;
 +
color: #500000;
 +
font-family: Tahoma, Arial;
 +
font-size: 9px;
 +
margin-left: 0;
 +
margin-top: -18px;
 
padding: 2px;
 
padding: 2px;
background-color:#ffffff;
+
position: absolute;
 +
z-index: 2;
 +
}
 +
#siteNotice {
 +
font-size: 95%;
 +
padding: 0 0.9em;
 +
text-align: center;
 +
}
 +
 
 +
#siteNotice p {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 
 +
#siteSub {
 +
display: none;
 +
}
 +
 
 +
#toc {
 +
background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0 transparent;
 +
border: 1px solid #360300;
 +
font-size: 95%;
 +
padding: 5px;
 
}
 
}
  
table.gallery tr {
+
#toc p {
vertical-align:top;
+
margin: 0;
 
}
 
}
  
table.gallery td {
+
#toc .editsection {
vertical-align:top;
+
font-size: 94%;
background-color:#f9f9f9;
+
margin-top: 0.7em;
border: solid 2px white;
 
 
}
 
}
  
div.gallerybox {
+
#toc .tocindent {
margin: 2px;
+
margin-left: 2em;
width:  150px;
 
 
}
 
}
  
div.gallerybox div.thumb {
+
#toc .tocline {
text-align: center;
+
margin-bottom: 0;
border: 1px solid #cccccc;
 
margin: 2px;
 
 
}
 
}
  
div.gallerytext {
+
#toc .toctoggle {
 
font-size: 94%;
 
font-size: 94%;
padding: 2px 4px;
 
 
}
 
}
  
#fundraising {
+
#toctitle h2 {
text-align: center;
+
margin-bottom:0px;
border: 1px solid gray;
+
padding-top:0px;
padding: 5px;
+
}
margin-top: 5px;
+
 
 +
#userlogin table {
 +
background: none repeat scroll 0 0 transparent;
 +
}
 +
 
 +
*>html #p-cactions li {
 +
border: medium none;
 +
}
 +
 
 +
*>html #p-cactions li a {
 +
border-color: #360300 #360300 -moz-use-text-color;
 +
border-style: solid solid none;
 +
border-width: 1px 1px medium;
 +
}
 +
 
 +
*>html #p-cactions li.selected a {
 +
border-color: #FABD23;
 +
}
 +
 
 +
*>html #f-poweredbyico,*>html #f-copyrightico {
 +
width: 88px;
 
}
 
}
  
td.papyrus {
+
*>html #bodyContent,*>html #bodyContent pre {
background: url(http://www.imperium-romanum.info/images/brief/papyrus3.png);
+
overflow-x: auto;
border: 1px solid #000000;
+
padding-bottom: 25px;
padding: 10px;
+
width: 100%;
 
}
 
}
/*
+
 
.kalender {
+
* html #footer {
background:url(../images/background.jpg);
+
margin-top: 0;
border:2px solid Black;
 
padding:5px;
 
 
}
 
}
  
tr.altline {
+
* html #column-content {
background:url(../images/background2.jpg);
+
display: inline;
 +
margin-bottom: 0;
 
}
 
}
*/
 
  
 +
* html div.editsection {
 +
font-size: smaller;
 +
}
  
#boxaussenrum {
+
*>html #column-content {
float: left;
+
float: none;
margin-right:10px;
 
margin-bottom:10px;
 
 
}
 
}
#simonschriftzug {  
+
 
position:absolute;
+
*>html #column-one {
z-index:2;
+
left: 0;
margin-left:0px;  
+
position: absolute;
margin-top:-18px;
+
top: 0;
padding:2px;
 
background: url(http://www.imperiumromanum.net/images/content_back.jpg);
 
font-family:Tahoma, Arial;
 
font-size:9px;
 
color: #500000;
 
 
}
 
}
+
 
#simonbox {  
+
*>html #footer {
border: 1px solid #500000;
+
margin-left: 13.2em;
padding:5px;
 
font-family:Tahoma, Arial;
 
font-size:13px;
 
float: left;
 
width:80px;
 
 
}
 
}

Aktuelle Version vom 25. Juli 2010, 18:41 Uhr

/* CSS an dieser Stelle wirkt sich auf den MySkin-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
a:link {
	color: #5D0705;
	text-decoration: none;
}

a:visited {
	color: #5D0705;
	text-decoration: none;
}

a:active {
	color: #5D0705;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.new {
	color: #B9A572;
	text-decoration: none;
}

a.new:visited {
	color: #B9A572;
	text-decoration: none;
}

a.stub {
	color: #5D0705;
	text-decoration: none;
}

abbr,acronym {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px dotted Black;
	color: Black;
	cursor: help;
}

body {
	background: url("/wiki/skins/myskin/back.jpg") repeat scroll 0 0 #F9F9F9;
	color: Black;
	font: x-small sans-serif;
	margin: 0;
	padding: 0;
}

code {
	background-color: #F9F9F9;
}

dd {
	line-height: 1.5em;
	margin-bottom: 0.1em;
	margin-left: 2em;
}

div.contentbox {
	background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
		#ddc992;
	border: 1px solid #800000;
	padding: 1em;
}

div.floatleft {
	border: 0 none;
	float: left;
	margin: 0 0.5em 0.5em 0;
	position: relative;
}

div.floatleft p {
	font-style: italic;
}

div.floatright {
	border: 0 none;
	clear: right;
	float: right;
	margin: 0 0 0.5em 0.5em;
	position: relative;
}

div.floatright p {
	font-style: italic;
}

div.gallerybox {
	margin: 2px;
	width: 150px;
}

div.gallerybox div.thumb {
	border: 1px solid #CCCCCC;
	margin: 2px;
	text-align: center;
}

div.gallerytext {
	font-size: 94%;
	padding: 2px 4px;
}

div.magnify {
	background: none repeat scroll 0 0 transparent !important;
	border: medium none !important;
	float: right;
}

div.magnify a,div.magnify img {
	background: none repeat scroll 0 0 transparent !important;
	border: medium none !important;
	display: block;
}

div.patrollink {
	font-size: 75%;
	text-align: right;
}

div.prefsectiontip {
	font-size: 95%;
	margin-top: 1em;
}

div.thumb {
	border-color: White;
	border-style: solid;
	margin-bottom: 0.5em;
	width: auto;
}

div.thumb div {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	font-size: 94%;
	overflow: hidden;
	padding: 3px !important;
	text-align: center;
}

div.thumb div a img {
	border: 1px solid #CCCCCC;
}

div.thumb div div.thumbcaption {
	border: medium none;
	line-height: 1.4em;
	padding: 0.3em 0 0.1em;
	text-align: left;
}

div.tleft {
	border-width: 0.5em 1.4em 0.8em 0;
	float: left;
	margin-right: 0.5em;
}

div.townBox {
	background: none repeat scroll 0 0 White;
	border: 1px solid gray;
	clear: right;
	float: right;
	margin-left: 1em;
	overflow: hidden;
	padding: 0.3em;
	position: relative;
	width: 200px;
}

div.townBox dl {
	font-size: 96%;
	margin: 0 0 0.3em;
	padding: 0;
}

div.townBox dl dt {
	background: none repeat scroll 0 0 transparent;
	margin: 0.4em 0 0;
}

div.townBox dl dd {
	background-color: #F3F3F3;
	margin: 0.1em 0 0 1.1em;
}

div.tright {
	border-width: 0.5em 0 0.8em 1.4em;
	clear: right;
	float: right;
}

dl {
	margin-bottom: 0.5em;
	margin-top: 0.2em;
}

dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}

fieldset {
	line-height: 1.5em;
	margin: 1em 0;
	padding: 0em 1em 1em;
	background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
		#ddc992;
	border:1px solid #800000;
}

fieldset.operaprefsection {
	margin-left: 15em;
}

fieldset input {
	background-color: #E2D3AC;
	border: 1px solid #C9A957;
}

form {
	border: medium none;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #360300;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0.17em;
	padding-top: 0.5em;
}

h1 {
	font-size: 188%;
}

h2 {
	font-size: 150%;
}

h3,h4,h5,h6 {
	border-bottom: medium none;
	font-weight: bold;
}

h3 {
	font-size: 132%;
}

h4 {
	font-size: 116%;
}

h4.mw-specialpagesgroup {
	background: none;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 80%;
}

head:first-child+body #footer li {
	white-space: nowrap;
}

hr {
	background-color: #360300;
	border: 0 none;
	color: #360300;
	height: 1px;
	margin: 0.2em 0;
}

img {
	border: medium none;
	vertical-align: middle;
}

img.tex {
	vertical-align: middle;
}

input.historysubmit {
	cursor: pointer;
	font-size: 94%;
	height: 1.7em !important;
	margin-left: 1.6em;
	padding: 0 0.3em 0.3em !important;
}

input.searchButton {
	font-size: 95%;
	margin-top: 1px;
}

legend {
	background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
		#ddc992;
	border:1px solid #800000;
	font-size: 95%;
	font-weight: bold;
	padding: 0.2em 0.5em;
}

li {
	margin-bottom: 0.1em;
}

li #ca-watch, li #ca-talk, li #ca-varlang-0 {
	margin-left: 1.6em;
}

li #pt-userpage, li #pt-anonuserpage, li #pt-login {
	background: url("/wiki/skins/monobook/user.gif") no-repeat scroll left
		top transparent;
	padding-left: 20px;
	text-transform: none;
}

ol {
	line-height: 1.5em;
	list-style-image: none;
	margin: 0.3em 0 0 3.2em;
	padding: 0;
}

p {
	line-height: 1.5em;
	margin: 0.4em 0 0.5em;
}

p img {
	margin: 0;
}

p.personenverzweigung {
	background:url("/wiki/skins/myskin/personenverzweigung.png") no-repeat scroll 0 5px;
	padding-left:80px;
	height:50px;
	font-weight:bold;
	padding-top:10px;
	border-bottom:1px dotted;
}

pre {
	background-color: #F9F9F9;
	border: 1px dashed #2F6FAB;
	color: Black;
	line-height: 1.1em;
	padding: 1em;
}

q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}

select {
	vertical-align: top;
	background-color: #E2D3AC;
}

span.diffchange {
	color: red;
	font-weight: bold;
}

span.minoreditletter {
	background-color: #C5FFE6;
	color: black;
}

span.newpageletter {
	background-color: yellow;
	color: black;
	font-weight: bold;
}

span.newpage,span.minor,span.searchmatch {
	font-weight: bold;
}

span.subpages {
	display: block;
}

span.searchmatch {
	color: red;
}

span.texhtml {
	font-family: serif;
}

span.updatedmarker {
	background-color: #00FF00;
	color: black;
}

span.unpatrolled {
	color: red;
	font-weight: bold;
}

table {
	font-size: 100%;
}

table.diff {
	background: none repeat scroll 0 0 white;
}

table.floatleft {
	border: 0 none;
	float: left;
	margin: 0 0.5em 0.5em 0;
	position: relative;
}

table.floatright {
	border: 0 none;
	clear: right;
	float: right;
	margin: 0 0 0.5em 0.5em;
	position: relative;
}

table.gallery {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 2px;
}

table.gallery td {
	background-color: #F9F9F9;
	border: 2px solid white;
	vertical-align: top;
}

table.gallery tr {
	vertical-align: top;
}

table.rimage {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
	position: relative;
	text-align: center;
}

table.small {
	font-size: 100%;
}

textarea {
	padding: 0.1em;
	width: 100%;
}

td.diff-addedline {
	background: none repeat scroll 0 0 #CCFFCC;
	font-size: smaller;
}

td.diff-context {
	background: none repeat scroll 0 0 #EEEEEE;
	font-size: smaller;
}

td.diff-deletedline {
	background: none repeat scroll 0 0 #FFFFAA;
	font-size: smaller;
}

td.diff-ntitle {
	background: none repeat scroll 0 0 #FFFFFF;
}

td.diff-otitle {
	background: none repeat scroll 0 0 #FFFFFF;
}

td.papyrus {
	background: url("/wiki/skins/myskin/papyrus.png") repeat scroll 0 0
		transparent;
	border: 1px solid #000000;
	padding: 10px;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: 0.3em 0 0 1.5em;
	padding: 0;
}

.autocomment {
	color: gray;
}

.center {
	text-align: center;
	width: 100%;
}

.center * {
	margin-left: auto;
	margin-right: auto;
}

.documentByLine {
	clear: both;
	color: #76797C;
	font-size: 90%;
	font-weight: normal;
	text-align: right;
}

.documentDescription {
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1em 0;
}

.error {
	color: red;
	font-size: larger;
}

.explain {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px dotted Black;
	color: Black;
	cursor: help;
}

.firstHeading {
	margin-bottom: 0.1em;
}

.hiddenStructure {
	display: none;
}

.link-ftp {
	background: url("/wiki/skins/monobook/file_icon.gif") no-repeat scroll
		right center transparent;
	padding-right: 18px;
}

.link-https {
	background: url("/wiki/skins/monobook/lock_icon.gif") no-repeat scroll
		right center transparent;
	padding-right: 16px;
}

.link-irc {
	background: url("/wiki/skins/monobook/discussionitem_icon.gif")
		no-repeat scroll right center transparent;
	padding-right: 18px;
}

.link-mailto {
	background: url("/wiki/skins/monobook/mail_icon.gif") no-repeat scroll
		right center transparent;
	padding-right: 18px;
}

.not_patrolled {
	background-color: #FFFFAA;
}

.pBody {
	background: url("/wiki/skins/myskin/menu_back.jpg") repeat scroll 0 0 transparent;
	border: 1px solid #B9A572;
	border-collapse: collapse;
	font-size: 95%;
	padding: 0 0.8em 0.3em 0.5em;
}

.pBody a:active {
	color: #EAE169;
}

.pBody a:link {
	color: #EFE778;
}

.pBody a:visited {
	color: #E5DE7E;
}

.portlet {
	border: medium none;
	float: none;
	margin: 0 0 0.5em;
	overflow: hidden;
	padding: 0;
	width: 11.6em;
}

.portlet h1,.portlet h2,.portlet h3,.portlet h4 {
	margin: 0;
	padding: 0;
}

.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}

.portlet h5 {
	background: none repeat scroll 0 0 transparent;
	color: #B9A572;
	display: inline;
	font-size: 91%;
	font-weight: normal;
	height: 1em;
	padding: 0 1em 0 0.5em;
	text-transform: lowercase;
	white-space: nowrap;
}

.portlet h6 {
	background: none repeat scroll 0 0 #FFAE2E;
	border-color: #2F6FAB;
	border-style: solid solid none;
	border-width: 1px;
	display: block;
	font-size: 1em;
	font-weight: normal;
	height: 1.2em;
	padding: 0 1em;
	text-transform: lowercase;
	white-space: nowrap;
}

.portlet li {
	color: #BDAE86;
	margin: 0;
	padding: 0;
}

.portlet ul {
	font-size: 95%;
	line-height: 1.5em;
	list-style-type: square;
}

.printfooter {
	display: none;
}

.redirectText {
	font-size: 150%;
	margin: 5px;
}

.sharedUploadNotice {
	font-style: italic;
}

.small,.small * {
	font-size: 94%;
}

.special li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

.toccolours {
	background-color: #F9F9F9;
	border: 1px solid #360300;
	font-size: 95%;
	padding: 5px;
}

.urlexpansion {
	display: none;
}

.usermessage {
	background-color: #FFCE7B;
	border: 1px solid #FFA500;
	color: Black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: 0.5em 1em;
	vertical-align: middle;
}

.visualClear {
	clear: both;
}

#bodyContent a[href ^="http://"],#bodyContent a[href ^="gopher://"] {
	background: url("/wiki/skins/myskin/external.png") no-repeat scroll
		right center transparent;
	padding-right: 13px;
}

#bodyContent a[href ^="https://"] {
	background: url("/wiki/skins/monobook/lock_icon.gif") no-repeat scroll
		right center transparent;
	padding-right: 16px;
}

#bodyContent a[href ^="mailto:"] {
	background: url("/wiki/skins/monobook/mail_icon.gif") no-repeat scroll
		right center transparent;
	padding-right: 18px;
}

#bodyContent a[href ^="news://"] {
	background: url("/wiki/skins/monobook/news_icon.png") no-repeat scroll
		right center transparent;
	padding-right: 18px;
}

#bodyContent a[href ^="ftp://"] {
	background: url("/wiki/skins/monobook/file_icon.gif") no-repeat scroll
		right center transparent;
	padding-right: 18px;
}

#bodyContent a[href ^="irc://"] {
	background: url("/wiki/skins/monobook/discussionitem_icon.gif")
		no-repeat scroll right center transparent;
	padding-right: 18px;
}

#bodyContent a.extiw,#bodyContent a.extiw:active {
	background: none repeat scroll 0 0 transparent;
	color: #3366BB;
	padding: 0;
}

#bodyContent a.external {
	color: #5D0705;
}

#bodyContent a.new:link,#bodyContent a.new:visited,#bodyContent a.new:active {
	color: #BC100C;
	text-decoration: none;
}

#bodyContent a.new:hover {
	text-decoration: underline;
}

#bodyContent h1,#bodyContent h2 {
	margin-bottom: 0.6em;
}

#bodyContent h3,#bodyContent h4,#bodyContent h5 {
	margin-bottom: 0.3em;
}

#bodyContent .plainlinks a {
	background: none repeat scroll 0 0 transparent !important;
	padding: 0;
}

#boxaussenrum {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#catlinks {
	background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
		transparent;
	border: 1px dotted #360300;
	clear: both;
	margin-top: 3em;
	padding: 5px;
}

#column-content {
	float: right;
	margin: 0 0 0.6em -12.2em;
	padding: 0;
	width: 100%;
}

#column-one {
	padding-top: 110px;
}

#content {
	background: url("/wiki/skins/myskin/content_back.jpg") repeat scroll 0 0
		transparent;
	border-color: #360300 -moz-use-text-color #360300 #360300;
	border-style: solid none solid solid;
	border-width: 1px medium 1px 1px;
	line-height: 1.5em;
	margin: 120px 0 0 12.2em;
	padding: 0 1em 1.5em;
	position: relative;
	z-index: 2;
}

#contentSub {
	color: #7D7D7D;
	font-size: 84%;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	width: auto;
}

#f-copyrightico {
	margin: 0 8px;
	position: relative;
	top: -2px;
	float: left;
	height: 1%;
}

#f-poweredbyico {
	margin: 0 8px;
	position: relative;
	top: -2px;
	float: right;
	height: 1%;
}

#footer {
	background: url("/wiki/skins/myskin/menu_back.jpg") repeat scroll 0 0 transparent;
	border-bottom: 1px solid #480000;
	border-top: 1px solid #480000;
	color: #B9A572;
	font-size: 90%;
	margin: 0.6em 0 1em;
	padding: 0.4em 0 1.2em;
	text-align: center;
}

#footer a:link,#footer a:visited,#footer a:active {
	color: #B9A572;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer li {
	display: inline;
	margin: 0 1.3em;
}

#fundraising {
	border: 1px solid gray;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}

#globalWrapper {
	font-size: 127%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#jump-to-nav {
	display: none;
}

#p-cactions {
	background: none;
	border-collapse: collapse;
	font-size: 95%;
	left: 11.5em;
	line-height: 1.1em;
	list-style: none outside none;
	margin: 0;
	overflow: visible;
	padding-left: 1em;
	position: absolute;
	top: 100px;
	white-space: nowrap;
	width: 76%;
	z-index: 1;
}

#p-cactions div {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

#p-cactions h5 {
	display: none;
}

#p-cactions li {
	background: none;
	border: 1px solid #B9A572;
	display: inline;
	margin: 0 0.3em 0 0;
	overflow: visible;
	padding: 0 0 0.1em;
	z-index: 2;
}

#p-cactions li a {
	background: url("/wiki/skins/myskin/menu_back.jpg") repeat-x scroll 0 0
		transparent;
	border: medium none;
	color: #D7D292;
	margin: 0;
	padding: 0 0.8em 0.3em;
	position: relative;
	text-decoration: none;
	text-transform: lowercase;
	z-index: 2;
}

#p-cactions li a:hover {
	text-decoration: none;
	z-index: 4;
}

#p-cactions li.istalk {
	margin-right: 0;
}

#p-cactions li.istalk a {
	padding-right: 0.5em;
}

#p-cactions li.selected {
	border-color: #FABD23;
	padding: 0 0 0.2em;
	z-index: 2;
}

#p-cactions ul {
	list-style: none outside none;
}

#p-cactions .hiddenStructure {
	display: none;
}

#p-cactions .new a {
	color: #DDBA50;
}

#p-cactions .selected a {
	z-index: 4;
}

#p-cactions #ca-addsection a {
	padding-left: 0.4em;
	padding-right: 0.4em;
}

#p-lang {
	position: relative;
	z-index: 3;
}

#p-logo {
	height: 125px;
	left: 50px;
	overflow: visible;
	position: absolute;
	top: 10px;
	width: 738px;
	z-index: 0;
}

#p-logo a,#p-logo a:hover {
	background-position: 35% 50% !important;
	background-repeat: no-repeat;
	display: block;
	height: 125px;
	text-decoration: none;
	width: 738px;
}

#p-logo h5 {
	display: none;
}

#p-nav {
	margin-top: -40px;
	position: relative;
	z-index: 3;
}

#p-personal {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	left: 0;
	line-height: 1.2em;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 100%;
	z-index: 0;
}

#p-personal a.new {
	color: #B9A572;
	text-decoration: none;
}

#p-personal a.new:visited {
	color: #B9A572;
	text-decoration: none;
}

#p-personal h5 {
	display: none;
}

#p-personal li {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #2F6FAB;
	display: inline;
	line-height: 1.2em;
	margin-left: 1em;
	padding: 0;
	z-index: 0;
}

#p-personal li a {
	background: none repeat scroll 0 0 transparent;
	color: #EFE778;
	padding-bottom: 0.2em;
	text-decoration: none;
}

#p-personal li a:hover {
	background: url("/wiki/skins/myskin/menu_back.jpg") repeat scroll 0 0 transparent;
	border: 1px solid #000000;
	padding-bottom: 0.2em;
	text-decoration: none;
}

#p-personal ul {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #2F6FAB;
	line-height: 1.4em;
	list-style: none outside none;
	margin: 0;
	padding: 0 2em 0 3em;
	text-align: right;
	text-transform: lowercase;
	z-index: 0;
}

#p-personal .portlet,#p-personal .pBody {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	margin: 0;
	overflow: visible;
	padding: 0;
	z-index: 0;
}

#p-search {
	position: relative;
	z-index: 3;
}

#p-search .pBody {
	text-align: center;
	padding: 0.5em 0.4em 0.4em;
}

#p-tbx {
	position: relative;
	z-index: 3;
}

#pagehistory li {
	border: 1px solid White;
}

#pagehistory li.selected {
	background-color: #F9F9F9;
	border: 1px dashed #360300;
	position: relative;
}

#pagehistory span.minor {
	font-weight: bold;
}

#pagehistory span.user {
	margin-left: 1.4em;
	margin-right: 0.4em;
}

#prefcontrol {
	clear: both;
	float: left;
	margin-top: 1em;
}

#preferences .mainLegend {
	display:none;
}

#preftoc {
	float: left;
	margin: 1em;
	width: 13em;
}

#preftoc li.selected {
	font-weight: bold;
}

#searchGoButton {
	font-weight: bold;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#searchInput {
	background-color: #E2D3AC;
	border: 1px solid #C9A957;
	font-size: 95%;
	margin: 0;
	padding: 1px;
	width: 10.9em;
}

#simonbox {
	background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
		transparent;
	border: 1px solid #500000;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 13px;
	padding: 5px;
	width: 80px;
}

#simonschriftzug {
	background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0
		transparent;
	border: 1px solid #500000;
	color: #500000;
	font-family: Tahoma, Arial;
	font-size: 9px;
	margin-left: 0;
	margin-top: -18px;
	padding: 2px;
	position: absolute;
	z-index: 2;
}
#siteNotice {
	font-size: 95%;
	padding: 0 0.9em;
	text-align: center;
}

#siteNotice p {
	margin: 0;
	padding: 0;
}

#siteSub {
	display: none;
}

#toc {
	background: url("/wiki/skins/myskin/box_back.jpg") repeat scroll 0 0 transparent;
	border: 1px solid #360300;
	font-size: 95%;
	padding: 5px;
}

#toc p {
	margin: 0;
}

#toc .editsection {
	font-size: 94%;
	margin-top: 0.7em;
}

#toc .tocindent {
	margin-left: 2em;
}

#toc .tocline {
	margin-bottom: 0;
}

#toc .toctoggle {
	font-size: 94%;
}

#toctitle h2 {
	margin-bottom:0px;
	padding-top:0px;
}

#userlogin table {
	background: none repeat scroll 0 0 transparent;
}

*>html #p-cactions li {
	border: medium none;
}

*>html #p-cactions li a {
	border-color: #360300 #360300 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px medium;
}

*>html #p-cactions li.selected a {
	border-color: #FABD23;
}

*>html #f-poweredbyico,*>html #f-copyrightico {
	width: 88px;
}

*>html #bodyContent,*>html #bodyContent pre {
	overflow-x: auto;
	padding-bottom: 25px;
	width: 100%;
}

* html #footer {
	margin-top: 0;
}

* html #column-content {
	display: inline;
	margin-bottom: 0;
}

* html div.editsection {
	font-size: smaller;
}

*>html #column-content {
	float: none;
}

*>html #column-one {
	left: 0;
	position: absolute;
	top: 0;
}

*>html #footer {
	margin-left: 13.2em;
}