Skillnad mellan versioner av "MediaWiki:Common.css"
Från wpu.nu
m |
|||
| Rad 3: | Rad 3: | ||
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap'); | ||
.mw-editsection { display:none!important; } | .mw-editsection { display:none!important; } | ||
| + | /* ConfirmEdit QuestyCaptcha -- on Create Account */ | ||
| + | .htmlform-tip + .mw-htmlform-field-HTMLInfoField { | ||
| + | color:green; | ||
| + | font-weight:bold; | ||
| + | font-size:150%; | ||
| + | font-style:italic; | ||
| + | } | ||
| + | label[for=wpCaptchaWord] { | ||
| + | color:green; | ||
| + | font-weight:bold; | ||
| + | font-size:150%; | ||
| + | font-style:italic; | ||
| + | } | ||
Versionen från 25 januari 2021 kl. 22.12
/* New wiki page: Remove this with text of the new page */
@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
.mw-editsection { display:none!important; }
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField {
color:green;
font-weight:bold;
font-size:150%;
font-style:italic;
}
label[for=wpCaptchaWord] {
color:green;
font-weight:bold;
font-size:150%;
font-style:italic;
}