Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
m (Hidden title)
imported>Ttv pedro270707
mNo edit summary
Line 34: Line 34:
font-style: normal;
font-style: normal;
font-display: fallback;
font-display: fallback;
}
.main-page-block-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 30px;
background-image: url(https://static.miraheze.org/btawiki/0/0b/Dirt_Path_Side_Texture_1.7.5_Pre1.png);
background-size: 32px;
background-repeat: repeat-x;
background-position: 0 -2px;
image-rendering: pixelated;
box-shadow: rgb(0 0 0 / 10%) 0 0.25em;
display: flex;
align-items: center;
padding-left: 10px;
box-sizing: border-box;
}
}