Difference between revisions of "MediaWiki:Common.css"

From BK Wiki
Jump to: navigation, search
(Created page with '/* CSS placed here will be applied to all skins */ standard html tags: iframe{ margin:20px 0px; } li ul{ margin-right:0px; margin-bottom:0px; } /* standard mediawi…')
 
(No difference)

Latest revision as of 17:22, 13 January 2010

/* CSS placed here will be applied to all skins */
 
/* standard html tags */
 
iframe{
  margin:20px 0px;
}
 
li ul{
  margin-right:0px;
  margin-bottom:0px;
}
 
/* standard mediawiki items */
 
#toc{
  padding-left:15px;
}
#toc .tocnumber{ 
  display:none; 
}
 
/* custom classes */
 
div.quote {
  font-style:italic;
  padding-left:10px;
}
 
div.alert {
  border: 2px Solid Red;
  margin: 20px 10px 20px 10px;
  padding: 10px;
}
 
div.tip {
  border: 1px dashed #2F6FAB;
  margin: 20px 10px 20px 10px;
  padding: 10px;
}
 
div.note {
  padding-left:20px;
  color:#999999;
}
 
div.floatbox{
  float:left;
  margin-right:20px;
  padding-top:10px;
  padding-bottom:10px;
}
 
div.mw-geshi {
  padding:10px; 
  padding-left:30px;
  margin: 5px 0px 10px 0px; 
  font-size:11px;
  border:1px solid #CCCCCC;
  overflow-x:scroll;
}