MediaWiki:Common.css: Skillnad mellan sidversioner
Hoppa till navigering
Hoppa till sök
Johan (diskussion | bidrag) Ingen redigeringssammanfattning |
Johan (diskussion | bidrag) Ingen redigeringssammanfattning |
||
| Rad 17: | Rad 17: | ||
#mw-content-text a{ | #mw-content-text a{ | ||
color: | color: black; | ||
} | } | ||
#mw-panel a{ | #mw-panel a{ | ||
color: | color:yellow; | ||
} | } | ||
#mw-content-text a.hover{ | #mw-content-text a.hover{ | ||
Versionen från 9 februari 2021 kl. 17.02
/* CSS som skrivs här påverkar alla utseenden */
.firstHeading{
visibility:hidden;
}
@color-primary: dark-green;
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background: #808080;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: #808080;
}
#mw-content-text a{
color: black;
}
#mw-panel a{
color:yellow;
}
#mw-content-text a.hover{
color: green;
}
#mw-panel a.hover{
color:green;
}
.p-tb-label span{
font-size: 14px;
color:black;
}