MediaWiki

Group-Grouse.css: Difference between revisions

From Grouse House Wiki

No edit summary
No edit summary
 
(39 intermediate revisions by the same user not shown)
Line 27: Line 27:
}
}


/* TOC Testing */
#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 {
table.mobiletoc {
    display: block;
top: 14em;
    left: 9.4vw;
    width: 200px;
    top: 5em;
max-height: 80vh;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
background: #b0b0b0;
}
}


table.mobiletoc tr {
#sidebarlogo {
background: #d4d4d4;
    top: 1em;
left: 4vw;
}
}


div#toc {
#sidebarlogo img {
display: none;
    height: 100px;
}
}
}


@media only screen and (max-width: 62.063rem) {
@media only screen and (max-width: 47rem) {


table.mobiletoc {
table.mobiletoc {
    width: 200px;
     top: 18em;
    margin: auto;
left: 4.5vw;
     top: 8em;
    height: auto;
    overflow-y: scroll;
    font-size: 0.8em;
max-height: 80vh;
    position: fixed;
display: block;
}
}
#sidebarlogo {
    top: 4em;
left: 4vw;
}
}


@media only screen and (max-width: 40em) {
#sidebarlogo img {
table.mobiletoc {
    height: 100px;
display: block;
position: initial !important;
width: 90vw;
}
}
}
}


@media only screen and (min-width: 40.01em) {
@media only screen and (max-width: 42.5rem) {
span.mw-collapsible-text:before {
 
     display: none;
table.mobiletoc {
     top: 18em;
}
}


span.mw-collapsible-text:after {
#sidebarlogo {
     display: none;
     top: 4em;
left: 4vw;
}
}


span.mw-collapsible-text {
#sidebarlogo img {
     display: none;
     height: 100px;
}
}
}
}

Latest revision as of 22:05, 22 November 2024

.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;
}
}