User:Ff5722/common.css
Jump to navigation
Jump 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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#content {
max-width: 70em;
margin: auto;
border: none;
}
#bodyContent {
font-family: Cambria, Georgia, Times, serif;
font-size: 1.05em;
}
p {
max-width: 40em;
text-align: justify;
margin: auto;
}
#mw-panel {
background: white;
font-family: Arial, sans-serif;
}
#mw-head {
max-width: 107em;
margin: auto;
}
.mw-indicators {
z-index:10;
}
#p-search, .suggestions-results {
position: fixed;
top: 5em;
right: 0;
z-index:999;
box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5);
}
.special-label{
display: none;
}
.suggestions-results {
top: 10.5em;
}
#footer {
max-width: 70em;
}
@media only screen and (max-width : 1540px) {
#content {
margin-left: 11em;
}
}