MediaWiki
Gadget-pagecount.css
From Dogcraft Wiki
m (added help resources to blacklist) |
mNo edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
.content .top #wikiActions { | @media only screen and (min-width: 641px) { | ||
.content .top #wikiActions { | |||
} | margin: auto 0; | ||
} | |||
#pagecount { | #pagecount { | ||
margin: auto .5em auto auto; | |||
} | } | ||
#pagecount a { | #pagecount a { | ||
display: flex; | |||
justify-content: center; | |||
flex-direction: column; | |||
line-height: 50%; | |||
text-align: center; | |||
height: 45px; | |||
font-weight: bold; | |||
padding: 0 .3em; | |||
} | } | ||
#pagecount a span:nth-child(1) { | #pagecount a span:nth-child(1) { | ||
padding-bottom:3px; | |||
font-size:1rem; | |||
} | } | ||
#pagecount a span:nth-child(2) { | #pagecount a span:nth-child(2) { | ||
padding-top:2px; | |||
font-size:10px; | |||
} | |||
} | } | ||
Revision as of 00:31, 11 July 2022
@media only screen and (max-width: 640px) {
#pagecount {
display:none;
}
}
@media only screen and (min-width: 641px) {
.content .top #wikiActions {
margin: auto 0;
}
#pagecount {
margin: auto .5em auto auto;
}
#pagecount a {
display: flex;
justify-content: center;
flex-direction: column;
line-height: 50%;
text-align: center;
height: 45px;
font-weight: bold;
padding: 0 .3em;
}
#pagecount a span:nth-child(1) {
padding-bottom:3px;
font-size:1rem;
}
#pagecount a span:nth-child(2) {
padding-top:2px;
font-size:10px;
}
}
/* hide on Rules & Help Resources */
.page-Help_Resources #pagecount span,
.page-Rules #pagecount span {
display:none;
}
This page was last modified on 11 July 2022, at 00:31. (2 months ago)