Home
About
Policies
FAQ
Forums
Registration
Password Recovery

MediaWiki:Monobook.css

From Tapestries MUCK

(Difference between revisions)
Jump to: navigation, search
 
Line 11: Line 11:
  }
  }
  #content {
  #content {
 +
  -moz-border-radius-topleft: 0.5em;
 +
  -moz-border-radius-topright: 0.5em;
 +
  -moz-border-radius-bottomleft: 0.5em;
 +
  -moz-border-radius-bottomright: 0.5em;
 +
}
 +
 +
/* message boxes */
 +
.messagebox {
 +
  width: 100%;
 +
  text-align: center;
 +
  border: 1px solid #aaa;
 +
  background-color: #e0e0ff;
 +
  padding: 5px;
   -moz-border-radius-topleft: 0.5em;
   -moz-border-radius-topleft: 0.5em;
   -moz-border-radius-topright: 0.5em;
   -moz-border-radius-topright: 0.5em;

Latest revision as of 09:07, 13 April 2007

/* edit this file to customize the monobook skin for the entire site */
 /* rounded corners - Mozilla/Firefox only */
 .pBody {
  padding: 0.1em 0.1em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
 }
 #p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
 }
 #content {
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
 }

 /* message boxes */
 .messagebox {
  width: 100%;
  text-align: center;
  border: 1px solid #aaa;
  background-color: #e0e0ff;
  padding: 5px;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
 }
Personal tools
Namespaces
Variants
Actions
navagation
information
wiki
Toolbox