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.
#content, #mytabs li a, #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {background-color: #F0F8FF;}

/*
<pre>
*/
 
.usermessage {
    background: LightBlue repeat-x scroll left top;
    border: 1px solid royalblue;
    color: #000;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em 0.5em 1em;
    vertical-align: middle;
	}
 
 
 
body {
  background: lightsteelblue
}
 
#p-lang .pBody {
    border: 3px solid #FF6600
    background: aliceblue;
}
 
#p-navigation .pBody {
    border: 3px solid #FF6600;
    background: aliceblue;
}
 
#p-interaction .pBody {
    border: 3px solid #FF6600;
    background: aliceblue;
}
 
#p-tb .pBody {
    border: 3px solid #FF6600;
    background: aliceblue;
}
 
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
    border: 2px solid #FF6600 !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: Silver;
}
#p-cactions li a {
  background: Silver !important;
  border-bottom: #FF6600;
  padding-bottom: 1px;
}
#p-cactions #ca-editfirst a {
    padding-left: .4em;
    padding-right: .4em;
}
 
#footer {
  margin-left: 13.6em;
  border-left: 3px solid #FF6600;
  border-right: 3px solid #FF6600;
  -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>
*/