Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.infobox {
background: #f6f6f6;
border: 1px solid #a2a9b1;
float: right;
margin: 0 0 1em 1em;
padding: 0.5em;
width: 300px;
clear: both;
}
.infobox-title {
font-size: 1.5em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: left;
vertical-align: top;
width: 100px;
}
.infobox td {
vertical-align: top;
}
.navbox {
background: #f6f6f6;
border: 1px solid #a2a9b1;
float: right;
margin: 0 0 1em 1em;
padding: 0.5em;
width: 100%;
display: block;
text-align: center;
}
.navbox-title {
font-size: 130%;
border-bottom: 1px solid #a2a9b1;
}
.navbox-subhead {
font-size: 110%;
}
.inspiration-box {
background: #f6f6f6;
border: 1px solid #a2a9b1;
float: right;
margin: 0 0 1em 1em;
padding: 0.5em;
width: 100%;
display: block;
text-align: center;
}
.inspiration-box table {
text-align: right;
}
.inspiration-title {
font-size: 130%;
border-bottom: 1px solid #a2a9b1;
}
.inspiration-box th {
vertical-align: top;
width: 150px;
font-weight: bold;
}