MediaWiki:Common.css
From Diskmags Catalog
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 */
@font-face {
font-family: 'C64 Pro Mono';
src: url('images/2/2b/C64ProMono.woff2') format('woff2');
}
@font-face {
font-family: 'Apple II';
src: url('images/a/a4/PrintChar21.woff2') format('woff2');
}
@font-face {
font-family: 'GuruMeditation';
src: url('images/1/19/GuruMeditationNbp-GynZ.woff2') format('woff2');
}
.mw-body{
padding: 0 1rem 5rem 1rem;
text-align: left;
hyphens: auto;
word-break: break-word;
}
h1 {
/*font-family: "C64 Pro Mono" !important;*/
font-family: "Apple II" !important;
font-size:1.5em;
}
h2 {
/*font-family: "C64 Pro Mono" !important;*/
font-family: "Apple II" !important;
font-size:1.25em;
}
.mw-highlight{
background-color: rgb(244, 238, 224) !important;
color: rgb(109, 93, 110) !important;
}
.wikitable {
background-color:inherit;
}
.wikitable tr th {
background-color:Black;
}
.wikitable th.headerSort {
color:LightBlue;
}
.wikitable td.smwtype_txt {
color:White;
}
a[href]:visited,a[href]:link,a[href]:focus {
color:LightBlue;
}
a.external[href]:visited,a.external[href]:link,a.external[href]:focus {
color:Aquamarine;
}
a:link.new{
color: red;
}
.left{
float: left;
}
.right{
float: right;
}
.mw-navigation{
backgound-color: rgb(79, 69, 87);
}
ul.gallery.mw-gallery-slideshow{
margin: 0;
margin-top: -1.8rem;
align-self: flex-end;
}
.footer-places div:nth-child(1):after,
.footer-places div:nth-child(2):after{
content: " |";
}
.meditationError {
font-family: 'GuruMeditation';
border: 8px solid transparent ;
height: 5em ;
text-align:center ;
font-size: 24px ;
font-weight: bold;
color: #ff0000 ;
/** background-color: #000000 ; **/
animation: blink .5s step-end infinite alternate;
padding: 0.7em;
margin-bottom: 1em;
}
.meditationError a{
color: #ff0000 !important;
text-decoration: underline;
}
.meditationError p{ margin-bottom: 0 !important;}
@keyframes blink { 50% { border-color: #ff0000; } }