MediaWiki

Group-Grouse.css: Difference between revisions

From Grouse House Wiki

No edit summary
No edit summary
 
(63 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;
}
 
#sidebarlogo {
    top: 2em;
}
}
 
@media only screen and (max-width: 51.063rem) {
 
table.mobiletoc {
top: 14em;
}


#decorModal {
#sidebarlogo {
  display: none; /* Hidden by default */
    top: 1em;
  position: fixed; /* Stay in place */
left: 4vw;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
}


#decorModalContent {
#sidebarlogo img {
  background-color: #fefefe;
    height: 100px;
  margin: 15% auto; /* 15% from the top and centered */
}
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
}


.close {
@media only screen and (max-width: 47rem) {
  color: #aaa;
 
  float: right;
table.mobiletoc {
  font-size: 28px;
    top: 18em;
  font-weight: bold;
}
}


.close:hover,
#sidebarlogo {
.close:focus {
    top: 4em;
  color: black;
left: 4vw;
  text-decoration: none;
}
  cursor: pointer;
 
#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;
}
}
}

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