User:Rigel Kent/common.css
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
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.
/* "Things to do" lists used by {{MaintenanceLinks}} */
.maintenance-links-left,
.maintenance-links-centered {
overflow: hidden;
font-weight: bold;
}
.maintenance-links-centered {
text-align: center;
}
body .maintenance-links-section {
display: inline-block; /* IE 8-9 */
display: -webkit-inline-box; /* some Android browsers */
display: -webkit-inline-flex; /* old Webkit browsers */
display: -ms-inline-flexbox; /* IE 10 */
display: inline-flex;
vertical-align: top;
box-sizing: border-box;
margin: 0;
max-width: 100%;
padding: 0 .3em;
white-space: nowrap;
list-style: none;
text-align: center;
}
.maintenance-links-left .maintenance-links-section {
float: left; /* IE 6-7 */
}
.maintenance-links-section > li {
float: left; /* IE 6-9 */
margin: .2em 1px .8em;
width: 3.6em;
}
.maintenance-link {
margin-bottom: .3em;
border: 2px solid;
padding: .2em 0;
}
#maintenance-links-label {
margin: 0 1px .3em;
border-color: #7f7fbf;
background: rgba(127,127,191,0.125);
line-height: 32px;
color: #000;
}