MediaWiki:Common.css
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 */
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}
/*Take off "Main Page" from the home page */
body.page-Main_Page h1 { display: none; }
body {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
background-attachment: fixed;
}
div #mw-panel {
/* Color & Background */
background-attachment: scroll;
background-color: rgba(255, 255, 255, 0.67);
/* Box */
height: 500px;
width: 160px;
/* Positioning */
position: fixed;
/* Effects */
border-padding-top: 80px;
border-top-left-radius: 0px;
border-top-right-radius: 8px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 8px;
}
footer {
/* Font & Text */
font-family: sans-serif;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: 400;
letter-spacing: normal;
line-height: normal;
text-decoration: none solid rgb(255, 255, 255);
text-align: start;
text-indent: 0px;
text-transform: none;
vertical-align: baseline;
white-space: normal;
word-spacing: 0px;
/* Color & Background */
background-attachment: scroll;
background-color: rgba(0, 0, 0, 0.67);
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
color: rgb(194, 200, 207);
/* Box */
height: 100px;
width: 100%;
border: 0px none rgb(194, 200, 207);
border-top: 0px none rgb(194, 200, 207);
border-right: 0px none rgb(194, 200, 207);
border-bottom: 0px none rgb(194, 200, 207);
border-left: 0px none rgb(194, 200, 207);
margin: 20px 0px 0px;
padding: 20px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;
/* Positioning */
position: static;
top: auto;
bottom: 0px;
right: auto;
left: auto;
float: none;
display: block;
clear: none;
z-index: auto;
/* List */
list-style-image: none;
list-style-type: disc;
list-style-position: outside;
/* Table */
border-collapse: separate;
border-spacing: 0px 0px;
caption-side: top;
empty-cells: show;
table-layout: auto;
/* Miscellaneous */
overflow: visible;
cursor: auto;
visibility: visible;
/* Effects */
transform: none;
transition: all 0s ease 0s;
outline: rgb(255, 0, 0) dashed 1px;
outline-offset: 0px;
box-sizing: content-box;
resize: none;
text-shadow: none;
text-overflow: clip;
word-wrap: normal;
box-shadow: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}