Anonymous user
MediaWiki:Common.css: Difference between revisions
m
oops
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 m (oops) |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
--default-text-color: #000000; | --default-text-color: #000000; | ||
--infobox-out-background: #c6c6c6; | --infobox-out-background: #c6c6c6; | ||
--tooltip-background: rgba(0,0,0,0.7529411765); | |||
} | } | ||
Line 34: | Line 35: | ||
font-style: normal; | font-style: normal; | ||
font-display: fallback; | font-display: fallback; | ||
} | |||
.vector-menu-portal .vector-menu-content li a:visited { | |||
color: #69bad9; | |||
} | |||
.vector-menu-portal .vector-menu-content li a { | |||
color: #aa69cf; | |||
} | } | ||
Line 97: | Line 106: | ||
/* Adds "BTA WIKI" overlay on wiki icon */ | /* Adds "BTA WIKI" overlay on wiki icon */ | ||
.mw-wiki-logo::before { | /*.mw-wiki-logo::before { | ||
content: ''; | content: ''; | ||
width: 160px; | width: 160px; | ||
Line 107: | Line 116: | ||
position: absolute; | position: absolute; | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
} | }*/ | ||
#mw-page-base { | #mw-page-base { | ||
Line 183: | Line 192: | ||
.client-darkmode .tocnumber { | .client-darkmode .tocnumber { | ||
color: #aaa; | color: #aaa; | ||
} | } | ||
Line 671: | Line 662: | ||
border: 0.125em solid transparent; | border: 0.125em solid transparent; | ||
background-color: #000000; | background-color: #000000; | ||
background-color: | background-color: var(--tooltip-background); | ||
font-family: Minecraft,"WenQuanYi Bitmap Song",SimSun,Unifont,NISC18030,Beijing,Courier,sans-serif; | font-family: Minecraft,"WenQuanYi Bitmap Song",SimSun,Unifont,NISC18030,Beijing,Courier,sans-serif; | ||
word-spacing: 0.375em; | word-spacing: 0.375em; | ||
Line 780: | Line 771: | ||
.page-Main_Page .firstHeading { | .page-Main_Page .firstHeading { | ||
display: none; | display: none; | ||
} | |||
.main-page-logo { | |||
background-color: rgb(30,100,200); | |||
background-color: rgba(80,150,255,0.4); | |||
border: 1px solid rgb(100,100,160); | |||
padding: 40px 15px; | |||
display: flex; | |||
align-items: center; | |||
flex-direction: column; | |||
flex-wrap: wrap; | |||
gap: 15px; | |||
background-image: url(https://static.miraheze.org/btawiki/f/f5/BetterTownscreenshot1.png); | |||
background-attachment: fixed; | |||
background-size: 100vw; | |||
background-size: 100svw; | |||
} | } | ||
Line 805: | Line 812: | ||
width: 100%; | width: 100%; | ||
height: 30px; | height: 30px; | ||
background-image: url(https://static.miraheze.org/btawiki/ | background-image: linear-gradient(rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.6)), url(https://static.miraheze.org/btawiki/f/f5/BetterTownscreenshot1.png); | ||
background- | background-attachment: fixed; | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
box-shadow: rgb(0 0 0 / 10%) 0 0.25em; | box-shadow: rgb(0 0 0 / 10%) 0 0.25em; | ||
Line 815: | Line 820: | ||
padding-left: 10px; | padding-left: 10px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background-size: 100vw; | |||
background-size: 100svw; | |||
} | } | ||