Difference between revisions of "MediaWiki:Common.css"
From Habitat: Giardino
Line 59: | Line 59: | ||
#p-logo-text a{ | #p-logo-text a{ | ||
color: white; | color: white; | ||
font-family: "anthony" | font-family: "anthony"; | ||
content:"Archivio" | |||
} | } | ||
Revision as of 23:59, 4 January 2022
@font-face { font-family: 'anthony'; src: url("http://habitattt.it/Anthony.woff2") /*, url(https://xyz.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2); */ } :root { --first: green; --second: black; --third: white; } body { font-family: 'Courier New', Courier, monospace; background-color: var(--first); } .color-middle { background-color: var(--second) } .color-left { background-color: var(--third) } .color-right { background-color: var(--first) } .ts-container { background-color: var(--second) } #mw-header-container { background-color: var(--second); } #mw-content-block { /* background-color: var(--first); */ background-color: transparent; } div#site-navigation.sidebar-chunk { background-color: transparent; border: solid 1px var(--first); } div#site-tools.sidebar-chunk { background-color: transparent; border: solid 1px var(--first); } div#page-tools.sidebar-chunk { background-color: transparent; border: solid 1px var(--first); } #p-logo-text a{ color: white; font-family: "anthony"; content:"Archivio" } #personal { filter: invert(); /* font-family: Arial, Helvetica, sans-serif; */ } /* searchbar */ #searchInput { background-color: var(--second) } /* #searchButton{ filter: invert(); } */ /* global */ h1 { font-family: Arial, Helvetica, sans-serif; } textarea { color: transparent; } h2 span { /* filter: invert(); */ font-family: Arial, Helvetica, sans-serif; } #p-logo-text a.long { line-height: 1.5; font-style: normal; } .mw-code.mw-css { border: solid 1px var(--first); } #firstHeading, .mw-headline { font-family: Arial, Helvetica, sans-serif; } #wpTextbox1 { color: black; } a:link { color: green; } a:visited { color: green; text-decoration: underline; }