MediaWiki:Common.css
From WWII Online Wiki
Jump to navigationJump to searchNote: After saving, 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 */
table.wikitable {
margin: 1em 0;
background-color: transparent;
border: 1px #aaa solid;
border-collapse: collapse;
color: black;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
background-color: transparent;
text-align: center;
}
#toc, .toc, .mw-warning, .toccolours {
border: 1px solid #AAA;
background-color: transparent;
padding: 5px;
font-size: 95%;
}
div#footer {
background: url(skins/MonoBook/paper_tile_new.jpg) 0 0 repeat;
}
div#content {
background: url(skins/MonoBook/paper_tile_new.jpg) 0 0 repeat;
}
body {
background: url(skins/MonoBook/headbg.jpg) 0 0 repeat;
}
.pBody {
font-size: 95%;
background-color: rgb(51,51,0);
color: black;
border-collapse: collapse;
border: 1px solid rgb(255,205,0);
padding: 0 .8em .3em .5em;
}
.pBody a {
color: rgb(255,205,0);
}
#p-cactions {
position: absolute;
top: 1.3em;
left: 11.5em;
margin: 0;
white-space: nowrap;
width: 76%;
line-height: 1.1em;
overflow: visible;
background: none;
border-collapse: collapse;
padding-left: 1em;
font-size: 95%;
}
#p-cactions ul {
list-style-type: none;
list-style-image: none;
}
#p-cactions li {
display: inline;
border: 1px solid #aaa;
border-bottom: none;
padding: 0 0 1em 0;
margin: 0 .3em 0 0;
overflow: visible;
background: white;
}
#p-cactions li.selected {
border-color: #fabd23;
font-weight: bold;
}
#p-cactions li a {
/*background-color: #fbfbfb;*/
background-color: rgb(111,104,96);
color: #002bb8;
border: none;
padding: 0 .8em .3em;
position: relative;
z-index: 0;
margin: 0;
text-decoration: none;
}
#p-cactions li.selected a {
z-index: 3;
/*background-color: white;*/
background: url(skins/MonoBook/paper_tile_new.jpg);
}
#p-cactions .new a {
/*color: #ba0000;*/
color: #002bb8;
}
#p-cactions li a:hover {
z-index: 3;
text-decoration: none;
background-color: white;
}
#p-cactions h3 {
display: none;
}
#p-cactions li.istalk {
margin-right: 0;
}
#p-cactions li.istalk a {
padding-right: .5em;
}
#p-cactions #ca-addsection a {
padding-left: .4em;
padding-right: .4em;
}