MediaWiki:Common.css: Skillnad mellan sidversioner

Från Söderns Rollspelsklubb
Hoppa till navigering Hoppa till sök
Ingen redigeringssammanfattning
Ingen redigeringssammanfattning
 
(9 mellanliggande sidversioner av 2 användare visas inte)
Rad 1: Rad 1:
/* CSS som skrivs här påverkar alla utseenden */
 


.firstHeading{
.firstHeading{
Rad 5: Rad 5:
}
}


@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: yellow;
}
#mw-panel a{
color:black;
}
#mw-content-text a.hover{
color: green;
}
#mw-panel a.hover{
color:green;
}
.p-tb-label span{
.p-tb-label span{
font-size: 14px;
font-size: 14px;
color:black;
color:black;
}
}

Nuvarande version från 14 februari 2021 kl. 20.23



.firstHeading{
visibility:hidden;
}


.p-tb-label span{
	font-size: 14px;
	color:black;
}