MediaWiki:Common.css: Difference between revisions
From Diskmags Catalog
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
} | } | ||
body div:last-child{ | body div:last-child{ | ||
background-color: rgb(109, 93, 110); | |||
} | } | ||
body div:last-child div:first-child{ | body div:last-child div:first-child{ | ||
background-color: rgb(57, 54, 70); | background-color: rgb(57, 54, 70); | ||
} | } |
Revision as of 11:00, 5 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/2/2b/C64ProMono.woff2) format('woff2');
}
.mw-highlight{
background-color: rgb(244, 238, 224) !important;
color: rgb(109, 93, 110) !important;
}
a[href]{
color: rgb(188, 19, 254);
}
a[href]:hover{
color: rgb(109, 93, 110);
}
h1{
font-family: "C64 Pro Mono" !important;
}
body{
font-family: "Apple II" !important;
}
.left{
float: left;
}
.right{
float: right;
}
.mw-navigation{
backgound-color: rgb(79, 69, 87);
}
body div:last-child{
background-color: rgb(109, 93, 110);
}
body div:last-child div:first-child{
background-color: rgb(57, 54, 70);
}