Ero sivun ”Järjestelmäviesti:Common.css” versioiden välillä
Siirry navigaatioon
Siirry hakuun
Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 59: | Rivi 59: | ||
a[href*='DynamicPage'] { | a[href*='DynamicPage'] { | ||
display:none !important; | display:none !important; | ||
} | |||
a[href*='redlink=1'] { | |||
color: white !important; | |||
font-size: 12px !important; | |||
background-color: #760C0C77 !important; | |||
} | } | ||
a[href*='redlink=1']:hover { | a[href*='redlink=1']:hover { | ||
color: white !important; | |||
font-size: inherit !important; | |||
background-color: #760C0C77 !important; | background-color: #760C0C77 !important; | ||
} | } | ||
img:hover { | img:hover { | ||
transform: scale(1) !important; | transform: scale(1) !important; | ||
} | } | ||
Versio 19. maaliskuuta 2023 kello 15.48
/* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */
body {
font-family: Garamond;
font-size: 18px;
}
.mw-content-text,.mw-parser-output {
font-size: 18px;
}
a {
font-family: inherit;
font-size: inherit;
color: #CCAA66;
}
a.new {
color: gold;
}
a:hover {
font-family: inherit;
font-size: inherit;
color: darkorange;
}
.mw-logo a {
height: auto;
}
.editOptions a {
font-size: inherit;
}
.catlinks a {
font-size: inherit;
}
.thumbcaption {
font-size: 18px;
}
.citizen-header a img {
height: auto;
}
hr {
border-top: 1px solid #760C0C77;
}
ul.mw-allpages-chunk {
column-count: 2;
}
#citizen-pref {
display: none;
}
a[href*='DynamicPage'] {
display:none !important;
}
a[href*='redlink=1'] {
color: white !important;
font-size: 12px !important;
background-color: #760C0C77 !important;
}
a[href*='redlink=1']:hover {
color: white !important;
font-size: inherit !important;
background-color: #760C0C77 !important;
}
img:hover {
transform: scale(1) !important;
}