Anonymous user
MediaWiki:Common.css: Difference between revisions
m
no edit summary
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 mNo edit summary |
||
Line 780: | Line 780: | ||
.page-Main_Page .firstHeading { | .page-Main_Page .firstHeading { | ||
display: none; | display: none; | ||
} | |||
.main-page-logo { | |||
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; | |||
} | } | ||
Line 805: | Line 818: | ||
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; |