User:Chela5808/monobook.css

From WikiEducator
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/** General styles **/
 
body {
/*  background: #fafcf1 url(http://www.wikieducator.org/images/0/07/Ggcfondo4.jpg) repeat-x; */
/*    background: #fff;     */
}
 
 
.TOCright {
  float:right; 
  margin:10px; 
  width:200px;
}
 
.right {
  float:right; 
}
 
.docept {
  font-size:12pt;
}
 
.green {
  color:green;
}
 
.blue {
  color:blue;
}
 
/** Tutorial pages styles **/
 
.L4Cbox1 {
  text-align:left; 
  padding:18px;
  background:#66CDAA; 
  font-family:Times; 
  font-size: 13pt; 
  color:white;
}
 
.MATbox1 {
  padding:10px;
  background:white; 
  -moz-border-radius:8px;
  border:solid 1px gray;
}
 
 
/** Help pages styles **/
 
.HELPbox {
  display:block;
  width:640px;
  -moz-border-radius:8px;
  border-width:2px;
  border-style:solid;
  border-collapse:separate;
  border-color:gray;
  background:#F6F9ED;
}
 
.HELPimg {
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
}
 
.HELPtxt {
  text-align:left;
  color:gray;
  font-size:10pt;
  padding:20px;
}