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 */
zbody {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
}
body {
/* 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(0, 0, 0);
text-align: start;
text-indent: 0px;
text-transform: none;
vertical-align: baseline;
white-space: normal;
word-spacing: 0px;
/* Color & Background */
background-image: url("/images/TexturedBackground.jpg");
background-attachment: fixed;
background-position: 0% 0%;
background-repeat: repeat;
background-color: rgb(10, 5, 35);
background-position: 50% 50%;
background-repeat: no-repeat;
color: rgb(0, 0, 0);
background-size: cover;
/* Box */
height: 1281px;
width: 1709px;
border: 0px none rgb(0, 0, 0);
border-top: 0px none rgb(0, 0, 0);
border-right: 0px none rgb(0, 0, 0);
...tom: 0px none rgb(0, 0, 0);
border-left: 0px none rgb(0, 0, 0);
margin: 0px;
padding: 0px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;
/* Positioning */
position: static;
top: auto;
bottom: auto;
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: auto scroll;
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;
}
div #mw-head {
/* 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(0, 0, 0);
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);
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
color: rgb(0, 0, 0);
/* Box */
height: 80px;
width: 1709px;
border: 0px none rgb(0, 0, 0);
border-top: 0px none rgb(0, 0, 0);
border-right: 0px none rgb(0, 0, 0);
border-bottom: 0px none rgb(0, 0, 0);
border-left: 0px none rgb(0, 0, 0);
margin: 0px;
padding: 0px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;
/* Positioning */
position: absolute;
top: 0px;
bottom: 1201px;
right: 0px;
left: 0px;
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;
}
div #mw-panel {
/* 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(0, 0, 0);
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(255, 255, 255, 0.67);
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
color: rgb(0, 0, 0);
/* Box */
height: 500px;
width: 160px;
zzborder: 6px solid rgba(0, 0, 0, 0);
zzborder-top: 6px solid rgba(0, 0, 0, 0);
zzborder-right: 6px solid rgba(0, 0, 0, 0);
zzborder-bottom: 6px solid rgba(0, 0, 0, 0);
zzborder-left: 6px solid rgba(0, 0, 0, 0);
zzpadding: 0px 0px 15px 8px;
/* Positioning */
position: sticky;
/* Effects */
border-top-left-radius: 0px;
border-top-right-radius: 8px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 8px;
}