Template:MinorNation/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
width: 150px; |
width: 150px; |
||
max-width: 150px; |
max-width: 150px; |
||
+ | border: 2px solid #008600; |
||
+ | padding: 1em; |
||
} |
} |
||
− | .infobox |
+ | .infobox image { |
− | .infobox th { |
||
− | |||
max-width: 150px; |
max-width: 150px; |
||
+ | text-align: center; |
||
} |
} |
Revision as of 02:25, 19 July 2021
/* {{pp-template}} */
/* The width style is limited to tablet and desktop resolutions as 22em is bigger than most mobile screens.
Historically, the mobile skin (Minerva) has used !important to override them but this is not sustainable.*/
.infobox {
width: 150px;
max-width: 150px;
border: 2px solid #008600;
padding: 1em;
}
.infobox image {
max-width: 150px;
text-align: center;
}