MediaWiki:Common.css
From Zyrkthraan Chronicles Wiki
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.
/* Colors */
#content { background-color: #c1ffe6 !important; }
#bodyContent { background-color: #e0fff1 !important; }
#p-personal div ul li {
background-color: #c1ffe6 !important;
padding: 10px !important;
padding-bottom: 10px !important;
margin: 0px !important;
border: 1px solid gold !important;
}
#p-cactions .pBody ul li a { background-color: #c1ffe6 !important; }
#p-cactions .pBody ul li.selected a {
background-color: #1e73be !important;
color: white !important;
}
#mw-panel { background-color: #c1ffe6 !important; }
#p-navigation { background-color: #c1ffe6 !important; }
#p-navigation .pBody { background-color: #e0fff1 !important; }
#p-search { background-color: #c1ffe6 !important; }
#p-search .pBody { background-color: #e0fff1 !important; }
#p-tb { background-color: #c1ffe6 !important; }
#p-tb .pBody { background-color: #e0fff1 !important; }
#footer { background-color: #c1ffe6 !important; }
body {
background: #d0c1b9 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Light-Small.jpg) 0 0 repeat !important;
color: #404040 !important;
}
a {
color: #1e73be !important;
}
a:hover {
color:#28f7ff !important;
}
/* Tables */
.infobox {
float:right;
background-color: rgba(0, 0, 0, 0);
margin:0 0 1em 0.5em;
text-align: left !important;
width: 25% !important;
}
table.wikitable {
background-color: rgba(0, 0, 0, 0);
margin:0 0 1em 0.5em;
text-align: left !important;
}
th {
background: #ddc99b !important;
border: 1px solid gold;
border-collapse: collapse;
padding: 0.2em 0.4em;
text-align: center;
}
td {
border: 1px solid gold;
border-collapse: collapse;
background:#ededbb;
}
.databox .accentrow {
background-color: #1e73be;
color: white;
text-align: center;
}
.picturebox .accentrow {
background: #ddc99b !important;
text-align: center;
}
.clearcell {
background-color: rgba(0, 0, 0, 0) !important;
text-align: center;
border: none;
}
/* Misc */
div#content {
line-height: 1.5em;
}
p {
margin-left: 20px;
}
h2, h3, h4, h5, h6 {
margin-left: 10px;
}
li {
margin-left: 40px;
}
.mw-footer {
position: fixed;
left: 0;
bottom: 0;
}