Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
<pre>
*/
 
.usermessage {
    background: yellow repeat-x scroll left top;
    border: 5px solid gold;
    color: #FFFFFF;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em 0.5em 1em;
    vertical-align: middle;
	}
 
a { font-weight:bold; color: DarkKhaki; }
a:visited { font-weight:bold; color: gold; }
a:active, a.new { color: yellow; }
a.interwiki, a.external { color: #FFFFE0; }
 
 
 
body {
  background: #FFFFE0
}
 
#p-lang {
  display: none
}
 
#p-navigation .pBody {
    border: 5px solid gold;
    background: yellow;
}
 
#p-interaction .pBody {
    border: 5px solid gold;
    background: yellow;
}
 
#p-tb .pBody {
    border: 5px solid gold;
    background: yellow;
}
 
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
    border: 5px solid Gold !important;
 
input[type="text"], input[type="submit"], textarea, pre, #toc {
   -moz-border-radius: 2px;
 
 
#p-cactions li {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  background-color: DarkKhaki;
}
#p-cactions li a {
  background: #FFFFE0 !important;
  border-bottom: yellow;
  padding-bottom: 1px;
}
#p-cactions #ca-editfirst a {
    padding-left: .4em;
    padding-right: .4em;
}
 
#footer {
  margin-left: 13.6em;
  border-left: 1px solid gold;
  border-right: 1px solid gold;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
}
 
 
 
.pBody {
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-left: none 0  !important;
}
 
/*
</pre>
*/