MediaWiki:Common.css: Difference between revisions
From Diskmags Catalog
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
hyphens: auto; | hyphens: auto; | ||
word-break: break-word; | word-break: break-word; | ||
} | |||
h1 { | |||
font-family: "C64 Pro Mono" !important; | |||
font-size:1.5em; | |||
} | |||
h2 { | |||
font-family: "C64 Pro Mono" !important; | |||
font-size:1.25em; | |||
} | |||
body{ | |||
font-family: "Apple II" !important; | |||
} | } | ||
.mw-highlight{ | .mw-highlight{ | ||
Line 22: | Line 33: | ||
} | } | ||
.wikitable tr th { | .wikitable tr th { | ||
background-color: | background-color:Black; | ||
} | |||
.wikitable th.headerSort { | |||
color:LightBlue; | |||
} | |||
.wikitable td.smwtype_txt { | |||
color:White; | |||
} | } | ||
a[href]:visited,a[href]:link,a[href]:focus { | a[href]:visited,a[href]:link,a[href]:focus { | ||
Line 29: | Line 46: | ||
a.external[href]:visited,a.external[href]:link,a.external[href]:focus { | a.external[href]:visited,a.external[href]:link,a.external[href]:focus { | ||
color:Aquamarine; | color:Aquamarine; | ||
} | } | ||
.left{ | .left{ |
Revision as of 11:56, 28 July 2023
/* 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');
}
.mw-body{
padding: 0 1rem 5rem 1rem;
text-align: left;
hyphens: auto;
word-break: break-word;
}
h1 {
font-family: "C64 Pro Mono" !important;
font-size:1.5em;
}
h2 {
font-family: "C64 Pro Mono" !important;
font-size:1.25em;
}
body{
font-family: "Apple II" !important;
}
.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;
}
.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;
}