Difference between revisions of "MediaWiki:Monobook.css"

 
Line 8: Line 8:
 
  display:block;
 
  display:block;
 
  width:100%;
 
  width:100%;
 +
margin:2px 0;
 
  padding:3px;
 
  padding:3px;
 
  border:1px solid silver;
 
  border:1px solid silver;
 
  background-color:#F1F1F1;
 
  background-color:#F1F1F1;
 
}
 
}

Latest revision as of 13:47, 24 October 2007

/* edit this file to customize the monobook skin for the entire site */

span.toggleblock { color: #C20; cursor:pointer; cursor:hand; }

span.toggleblock.over { text-decoration:underline; }

.hiddenblock {
 display:block;
 width:100%;
 margin:2px 0;
 padding:3px;
 border:1px solid silver;
 background-color:#F1F1F1;
}