Difference between revisions of "MediaWiki:Common.css"

Line 3: Line 3:
 
.infobox th, td, tr {
 
.infobox th, td, tr {
 
     padding: 5px;
 
     padding: 5px;
}
 
 
.infobox-header th, td, tr {
 
text-align: center;
 
background-color:#cccccc;
 
}
 
 
.infobox table, tbody {
 
width: 305px;
 
font-size: 90%;
 
border: 1px solid #cccccc;
 
background-color: #ffffff;
 
color: black;
 
margin-bottom: 0.5em;
 
margin-left: 1em;
 
padding: 0.2em;
 
float: right;
 
clear: right;
 
text-align:left;
 
box-shadow: 2px 2px 2px #cccccc;
 
line-height: 1.6em;
 
cellpadding: 10;
 
 
}
 
}
  

Revision as of 00:56, 23 November 2016

/* CSS placed here will be applied to all skins */

.infobox th, td, tr {
    padding: 5px;
}

.blank div {
     display: none !important;
}