MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
.infobox_person {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
width: 300px;
}
.infobox_person-title{
font-size: 2em;
text-align: center;
}
.infobox_person-image {
text-align: center;
}
.infobox_person th {
text-align: left;
vertical-align: top;
width: 50px;
padding-left: 1em;
}
.infobox_person td {
text-align: left;
padding: 0;
}
.Creabookbox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.Creabookbox-image {
text-align: center;
}
.Creabookbox th {
text-align: right;
vertical-align: top;
width: 50px;
padding: 0;
}
.Creabookbox td {
width: 249px;
text-align: left;
padding: 0;
}
.TopBanner {
background: #eee;
border: 1px solid #aaa;
float: none;
margin: 0 0 1em 1em;
padding: 1em;
width = 100%;
}
.TopBanner th, td {
padding: 5px;
text-align: center;
width = 100%;
}
.MainBody {
background: #eee;
border: 1px solid #aaa;
float: none;
margin: 0 0 1em 1em;
padding: 1em;
width = 100%;
text-align: center;
}
#siteSub {
display: block; font-weight: normal; font-size: 10px;
}
action-view #siteSub,
action-submit #siteSub {
display: none;
}