MediaWiki
Group-Grouse.css: Difference between revisions
From Grouse House Wiki
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
h3.c-header.hidden { | h3.c-header.hidden { | ||
font-size: 1.1em; | font-size: 1.1em; | ||
} | |||
/* Testing */ | |||
.decorModal { | |||
display: none; /* Hidden by default */ | |||
position: fixed; /* Stay in place */ | |||
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 { | |||
background-color: #fefefe; | |||
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 { | |||
color: #aaa; | |||
float: right; | |||
font-size: 28px; | |||
font-weight: bold; | |||
} | |||
.close:hover, | |||
.close:focus { | |||
color: black; | |||
text-decoration: none; | |||
cursor: pointer; | |||
} | } | ||
Revision as of 02:03, 23 February 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;
}
/* Testing */
.decorModal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
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 {
background-color: #fefefe;
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 {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
