MediaWiki

Group-Grouse.css: Difference between revisions

From Grouse House Wiki

No edit summary
No edit summary
 
(25 intermediate revisions by the same user 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;
    top: 1em;
  position: fixed;
left: 4vw;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
}


#decorModalContent {
#sidebarlogo img {
  background-color: #fefefe;
    height: 100px;
  margin: 15% auto;
}
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
}


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


.modalclose:hover,
#sidebarlogo {
.modalclose: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 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;
}
}