Difference between revisions of "MediaWiki:Common.css"
From Habitat: Giardino
Line 89: | Line 89: | ||
.mw-portlet-body { | .mw-portlet-body { | ||
font-size: | font-size: 8pt; | ||
} | } | ||
Line 136: | Line 136: | ||
a:visited { | a:visited { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: var(--first); | |||
} | } | ||
a:hover{ | a:hover { | ||
color: black; | color: black; | ||
background: | background: var(--first); | ||
} |
Revision as of 00:16, 5 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"; font-variant: none; } #personal { filter: invert(); /* font-family: Arial, Helvetica, sans-serif; */ } /* searchbar */ #searchInput { background-color: var(--second); color: var(--third); } /* #searchButton{ filter: invert(); } */ .mw-body h1 { margin: 0 } #firstHeading { display: none; } .mw-portlet-body { font-size: 8pt; } /* 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 { font-family: "anthony"; } a:link { color: green; } a:visited { text-decoration: underline; color: var(--first); } a:hover { color: black; background: var(--first); }