MediaWiki

Group-Grouse.css: Difference between revisions

From Grouse House Wiki

No edit summary
No edit summary
 
(89 intermediate revisions by 2 users not shown)
Line 27: Line 27:
}
}


/* Testing */
#talkpagelink {
  width: 30px;
  position: absolute;
  right: 7.5em;
  top: 0.3em;
}
 
@media only screen and (max-width: 73.75rem) {
 
table.mobiletoc {
    top: 10em;
}


main h2 {
#sidebarlogo {
  margin: 0;
    top: 2em;
  font-size: 1em !important;
}
}
}
@media only screen and (max-width: 51.063rem) {


main > div + h2 {
table.mobiletoc {
  border-top: 2px solid;
top: 14em;
}
}


h2 button {
#sidebarlogo {
  all: inherit;
    top: 1em;
  border: 0;
left: 4vw;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 0;
}
}


#sidebarlogo img {
    height: 100px;
}
}


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


h2 button:focus svg {
table.mobiletoc {
  outline: 2px solid;
    top: 18em;
}
}


button svg {
#sidebarlogo {
  height: 1em;
    top: 4em;
  margin-left: 0.5em;
left: 4vw;
}
}


[aria-expanded="true"] .vert {
#sidebarlogo img {
  display: none;
    height: 100px;
}
}
}


[aria-expanded] rect {
@media only screen and (max-width: 42.5rem) {
  fill: currentColor;
 
table.mobiletoc {
    top: 18em;
}
}


/* page styles */
#sidebarlogo {
    top: 4em;
left: 4vw;
}


html {
#sidebarlogo img {
  font-family: Arial, sans-serif;
    height: 100px;
}
}
* {
  box-sizing: border-box;
}
}

Latest revision as of 20:31, 30 March 2025

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