MediaWiki
MediaWiki:Group-Grouse.css
From Grouse House Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.mw-headline + .mw-editsection {
display: none;
}
h2 {
font-size: 0em;
}
h2.c-header.active {
font-size: 1.3em;
}
h2.c-header.hidden {
font-size: 1.3em;
}
h3 {
font-size: 0em;
}
h3.c-header.active {
font-size: 1.1em;
}
h3.c-header.hidden {
font-size: 1.1em;
}
#talkpagelink {
width: 30px;
position: absolute;
right: 7.5em;
top: 0.3em;
}
@media only screen and (max-width: 73.75rem) {
table.mobiletoc {
top: 10em;
}
#sidebarlogo {
top: 2em;
}
}
@media only screen and (max-width: 51.063rem) {
table.mobiletoc {
top: 14em;
}
#sidebarlogo {
top: 1em;
left: 4vw;
}
#sidebarlogo img {
height: 100px;
}
}
@media only screen and (max-width: 47rem) {
table.mobiletoc {
top: 18em;
}
#sidebarlogo {
top: 4em;
left: 4vw;
}
#sidebarlogo img {
height: 100px;
}
}
@media only screen and (max-width: 42.5rem) {
table.mobiletoc {
top: 18em;
}
#sidebarlogo {
top: 4em;
left: 4vw;
}
#sidebarlogo img {
height: 100px;
}
}
.encounter {
border: 1px solid #3e3e3e;
max-width: 640px;
margin-left: auto;
margin-right: auto;
width: 100%;
margin-bottom: 3em;
border-collapse: collapse;
}
.encounterContainer {
position: relative;
}
.encounterParameters {
position: absolute;
top: .5rem;
right: .5rem;
background: rgba(0, 0, 0, 0.25);
border-radius: 4px;
display: flex;
}
.timeParameter, .seasonParameter, .weatherParameter {
cursor: help;
height: 24px;
width: 24px;
margin: .25rem;
}
