Changes

From The Bakugan Wiki

MediaWiki:Mobile.css

1,120 bytes removed, 18:54, 10 January 2019
no edit summary
/* CSS placed here will affect users of the mobile site */
 
/** Infobox **/
.infobox {
background: #f3f3f3;
font-size: .85em;
width: 300px;
margin: .5em 0 1em 1em;
border-radius: 0.9em;
border-collapse: collapse;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
float: right;
}
 
.infobox .infobox-header {
background: #246c97;
color: #ffffff;
font-size: 1.5em;
line-height: 1.4em;
border-radius: 0.6em 0.6em 0em 0em;
padding: .5em 0;
text-align: center;
}
 
.infobox .infobox-subheader {
background: #6ba5c8;
color: #ffffff;
font-size: 1.2em;
line-height: 2em;
text-align: center;
}
 
.infobox .infobox-subheader a {
color: #ffffff;
}
 
.infobox .infobox-image {
text-align: center;
}
 
.infobox .infobox-image.bordered-image {
border: 1px solid #e4eaee;
border-bottom: none;
padding: .4em;
}
 
.infobox .infobox-image a.image + a.image {
margin-left: .1em;
}
 
.infobox .infobox-image img {
max-width: 300px;
height: auto;
}
 
.infobox th:not(.infobox-header):not(.infobox-subheader) {
text-align: left;
vertical-align: top;
padding: 0.3em 0.5em;
}
 
 
/* Tooltip */