MediaWiki:Common.css: Difference between revisions
From Habitat: Giardino
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
@font-face { | @font-face { | ||
font-family: 'anthony'; | font-family: 'anthony'; | ||
src: | src: url("http://habitattt.it/Anthony.woff2") | ||
/*, url(https://xyz.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2); */ | /*, url(https://xyz.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2); */ | ||
} | } | ||
| Line 56: | Line 56: | ||
} | } | ||
#p-logo-text a { | |||
#p-logo-text a{ | |||
color: white; | color: white; | ||
font-family: "anthony"; | font-family: "anthony"; | ||
font-variant: none; | |||
} | } | ||
| Line 67: | Line 66: | ||
/* font-family: Arial, Helvetica, sans-serif; */ | /* font-family: Arial, Helvetica, sans-serif; */ | ||
} | } | ||
| Line 115: | Line 112: | ||
color: black; | color: black; | ||
} | } | ||
a { | |||
font-family: "anthony"; | |||
} | |||
a:link { | |||
color: green; | |||
} | |||
a:visited { | |||
color: green; | |||
text-decoration: underline; | |||
} | |||
Revision as of 00:02, 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)
}
/* #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 {
font-family: "anthony";
}
a:link {
color: green;
}
a:visited {
color: green;
text-decoration: underline;
}
