Difference between revisions of "MediaWiki:Common.css"

Line 10: Line 10:
 
}
 
}
  
.infobox table tbody {
+
.infobox table, tbody {
 
width: 305px;
 
width: 305px;
 
font-size: 90%;
 
font-size: 90%;

Revision as of 00:50, 23 November 2016

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

.infobox th, td, tr {
    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;
}

.blank div {
     display: none !important;
}