MediaWiki
Group-Grouse.css: Difference between revisions
From Grouse House Wiki
No edit summary |
No edit summary |
||
| Line 50: | Line 50: | ||
} | } | ||
. | .modalclose { | ||
color: #aaa; | color: #aaa; | ||
float: right; | float: right; | ||
| Line 57: | Line 57: | ||
} | } | ||
. | .modalclose:hover, | ||
. | .modalclose:focus { | ||
color: black; | color: black; | ||
text-decoration: none; | text-decoration: none; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
Revision as of 02:42, 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;
position: fixed;
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 {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
.modalclose {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.modalclose:hover,
.modalclose:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
