MediaWiki
Gadget-pagecount.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
@media only screen and (max-width: 640px) { | |||
li#top-bar-pagecount { | |||
display:none; | |||
} | |||
} | |||
#top-bar-pagecount a { | #top-bar-pagecount a { | ||
display: flex; | display: flex; | ||
Line 8: | Line 14: | ||
font-weight: bold; | font-weight: bold; | ||
padding: 0 .3em; | padding: 0 .3em; | ||
} | |||
#top-bar-pagecount a:hover { | |||
background: none; | |||
} | } | ||
Revision as of 14:27, 7 April 2021
@media only screen and (max-width: 640px) {
li#top-bar-pagecount {
display:none;
}
}
#top-bar-pagecount a {
display: flex;
justify-content: center;
flex-direction: column;
line-height: 50%;
text-align: center;
height: 45px;
font-weight: bold;
padding: 0 .3em;
}
#top-bar-pagecount a:hover {
background: none;
}
#top-bar-pagecount a span:nth-child(1) {
padding-bottom:3px;
font-size:1rem;
}
#top-bar-pagecount a span:nth-child(2) {
padding-top:2px;
font-size:10px;
}
This page was last modified on 7 April 2021, at 14:27. (2 months ago)