Difference between revisions of "MediaWiki:Common.css"

From Idlescape Wiki
Jump to navigation Jump to search
m
m
Line 10: Line 10:
 
}
 
}
 
.infobox-header {
 
.infobox-header {
     font-size: 2.5em;
+
     font-size: 2em;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
 
.infobox-title {
 
.infobox-title {
     font-size: 2em;
+
     font-size: 1.25em;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
 
.infobox-image {
 
.infobox-image {
 
     text-align: center;
 
     text-align: center;
    width: 250px;
 
    height: auto;
 
 
}
 
}
 
.infobox-stats {
 
.infobox-stats {

Revision as of 09:52, 19 May 2020

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

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-header {
    font-size: 2em;
    text-align: center;
}
.infobox-title {
    font-size: 1.25em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox-stats {
    text-align: center;
}
.infobox th {
    vertical-align: top;
}
.infobox td {
    vertical-align: top;
}