Difference between revisions of "MediaWiki:Common.css"

Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.infobox th, td {
+
.infobox table th, td {
 
     padding: 5px;
 
     padding: 5px;
 +
}
 +
 +
.infobox table {
 +
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:43, 23 November 2016

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

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

.infobox table {
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;
}