Template
Pagetabs/styles.css
From Dogcraft Wiki
m (mobile wrap) |
mNo edit summary |
||
Line 19: | Line 19: | ||
.pagetabs > div { | .pagetabs > div { | ||
padding-bottom:10px; | padding-bottom:10px; | ||
} | |||
.pagetabs :first-child { | |||
padding-left:8px; | |||
} | |||
.pagetabs :last-child { | |||
padding-right:8px; | |||
} | } | ||
Revision as of 23:53, 2 July 2022
.pagetabs {
display:flex;
justify-content:space-around;
min-width: 100%;
margin:1.5em 0 0 0;
font-weight: bold;
gap:16px;
flex-wrap:nowrap;
overflow:auto;
white-space:nowrap;
}
@media only screen and (max-width: 999px) {
.pagetabs {
justify-content:space-between;
}
}
.pagetabs > div {
padding-bottom:10px;
}
.pagetabs :first-child {
padding-left:8px;
}
.pagetabs :last-child {
padding-right:8px;
}
.pagetabs a {
padding-bottom:8px;
}
.pagetabs .mw-selflink.selflink {
border-bottom: solid 3px black;
}
.pagetabs + hr {
margin:-3px 0 1rem 0;
border-style:solid;
border-color:#d9d6d3;
}
This page was last modified on 2 July 2022, at 23:53. (13 months ago)