MediaWiki
Group-Grouse.css: Difference between revisions
From Grouse House Wiki
No edit summary |
No edit summary |
||
| Line 91: | Line 91: | ||
height: 100px; | height: 100px; | ||
} | } | ||
} | |||
/* Decor preview modal */ | |||
#decorModal { | |||
display: none; | |||
position: fixed; | |||
z-index: 999; | |||
left: 0; | |||
top: 0; | |||
width: 100%; | |||
height: 100vh; | |||
overflow: hidden; | |||
background-color: rgb(0,0,0); | |||
background-color: rgba(0,0,0,0.4); | |||
} | |||
#decorModalV1 { | |||
display: none; | |||
position: fixed; | |||
z-index: 999; | |||
left: 0; | |||
top: 0; | |||
width: 100%; | |||
height: 100vh; | |||
overflow: hidden; | |||
background-color: rgb(0,0,0); | |||
background-color: rgba(0,0,0,0.4); | |||
} | |||
#decorModalContent { | |||
background-color: #fefefe; | |||
margin: 5vh auto; | |||
border: 1px solid #888; | |||
width: 700px; | |||
height: 600px; | |||
} | |||
.modalheader { | |||
background-color: #3a5f70; | |||
padding: 10px; | |||
font-weight: bold; | |||
color: white; | |||
} | |||
.decorname { | |||
font-weight: bold; | |||
} | |||
.modalclose { | |||
color: white; | |||
float: right; | |||
font-size: 28px; | |||
font-weight: bold; | |||
} | |||
.modalclose:hover, | |||
.modalclose:focus { | |||
color: black; | |||
text-decoration: none; | |||
cursor: pointer; | |||
} | |||
.modalbody { | |||
height: 84.5%; | |||
} | |||
#decorinformation { | |||
display: block; | |||
padding: 10px; | |||
} | |||
#decorpreview { | |||
display: none; | |||
} | |||
#decorpreviewimg { | |||
position: fixed; | |||
z-index: 99902; | |||
top: 42%; | |||
left: 50%; | |||
width: 640px; | |||
max-width: 640px; | |||
transform: translate(-50%, -50%); | |||
} | |||
#behinddecorpreviewimg { | |||
position: fixed; | |||
z-index: 99900; | |||
top: 42%; | |||
left: 50%; | |||
width: 640px; | |||
max-width: 640px; | |||
transform: translate(-50%, -50%); | |||
} | |||
#previewbasewolf { | |||
position: fixed; | |||
z-index: 99901; | |||
top: 42%; | |||
left: 50%; | |||
width: 640px; | |||
max-width: 640px; | |||
transform: translate(-50%, -50%); | |||
} | |||
.modalfooter { | |||
display: flex; | |||
flex-direction: row; | |||
background: #d4d4d4; | |||
padding: 10px; | |||
align-items: center; | |||
margin-top: 1em; | |||
} | |||
#previewbutton { | |||
background: #acacac; | |||
height: auto; | |||
line-height: 2em; | |||
padding: 5px; | |||
border-radius: 0; | |||
} | |||
#previewbutton:hover { | |||
background: #8c8c8c; | |||
cursor: pointer; | |||
} | |||
#back { | |||
display: none; | |||
width: 50%; | |||
} | |||
#backbutton { | |||
background: #acacac; | |||
height: auto; | |||
line-height: 2em; | |||
padding: 5px; | |||
border-radius: 5px; | |||
width: 4em; | |||
text-align: center; | |||
} | |||
#backbutton:hover { | |||
background: #8c8c8c; | |||
cursor: pointer; | |||
} | |||
#previewinput { | |||
display: none; | |||
width: 50%; | |||
text-align: right; | |||
} | |||
#previewoptions { | |||
width: 100%; | |||
} | |||
#checkboxesbutton { | |||
background: #acacac; | |||
height: auto; | |||
line-height: 2em; | |||
padding: 5px; | |||
border-radius: 5px; | |||
width: 6em; | |||
text-align: center; | |||
margin-right: 0.8em; | |||
display: none; | |||
} | |||
#checkboxesbutton:hover { | |||
background: #8c8c8c; | |||
cursor: pointer; | |||
} | |||
#checkboxes { | |||
position: fixed; | |||
background: #bbb; | |||
padding: 10px; | |||
text-align: center; | |||
top: 70%; | |||
left: 50%; | |||
width: 15em; | |||
max-width: 640px; | |||
transform: translate(-50%,-50%); | |||
z-index: 99999; | |||
padding-top: 20px; | |||
display: none; | |||
} | |||
#decorModalV1 #checkboxes { | |||
position: fixed; | |||
background: #bbb; | |||
padding: 10px; | |||
text-align: center; | |||
top: 70%; | |||
left: 25%; | |||
width: 15em; | |||
max-width: 640px; | |||
transform: translate(-50%,-50%); | |||
z-index: 99999; | |||
padding-top: 20px; | |||
display: none; | |||
} | |||
#previewbackground { | |||
top: 42%; | |||
left: 50%; | |||
max-width: 640px; | |||
transform: translate(-50%,-50%); | |||
position: fixed; | |||
width: 640px; | |||
} | |||
#obtentionheader { | |||
background: #d4d4d4; | |||
padding: 10px; | |||
} | |||
#decorinfo { | |||
display: flex; | |||
padding: 10px; | |||
} | |||
#decorobtention { | |||
padding: 10px; | |||
} | |||
} | } | ||
Revision as of 23:25, 12 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;
}
}
/* Decor preview modal */
#decorModal {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
width: 100%;
height: 100vh;
overflow: hidden;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
#decorModalV1 {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
width: 100%;
height: 100vh;
overflow: hidden;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
#decorModalContent {
background-color: #fefefe;
margin: 5vh auto;
border: 1px solid #888;
width: 700px;
height: 600px;
}
.modalheader {
background-color: #3a5f70;
padding: 10px;
font-weight: bold;
color: white;
}
.decorname {
font-weight: bold;
}
.modalclose {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
.modalclose:hover,
.modalclose:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.modalbody {
height: 84.5%;
}
#decorinformation {
display: block;
padding: 10px;
}
#decorpreview {
display: none;
}
#decorpreviewimg {
position: fixed;
z-index: 99902;
top: 42%;
left: 50%;
width: 640px;
max-width: 640px;
transform: translate(-50%, -50%);
}
#behinddecorpreviewimg {
position: fixed;
z-index: 99900;
top: 42%;
left: 50%;
width: 640px;
max-width: 640px;
transform: translate(-50%, -50%);
}
#previewbasewolf {
position: fixed;
z-index: 99901;
top: 42%;
left: 50%;
width: 640px;
max-width: 640px;
transform: translate(-50%, -50%);
}
.modalfooter {
display: flex;
flex-direction: row;
background: #d4d4d4;
padding: 10px;
align-items: center;
margin-top: 1em;
}
#previewbutton {
background: #acacac;
height: auto;
line-height: 2em;
padding: 5px;
border-radius: 0;
}
#previewbutton:hover {
background: #8c8c8c;
cursor: pointer;
}
#back {
display: none;
width: 50%;
}
#backbutton {
background: #acacac;
height: auto;
line-height: 2em;
padding: 5px;
border-radius: 5px;
width: 4em;
text-align: center;
}
#backbutton:hover {
background: #8c8c8c;
cursor: pointer;
}
#previewinput {
display: none;
width: 50%;
text-align: right;
}
#previewoptions {
width: 100%;
}
#checkboxesbutton {
background: #acacac;
height: auto;
line-height: 2em;
padding: 5px;
border-radius: 5px;
width: 6em;
text-align: center;
margin-right: 0.8em;
display: none;
}
#checkboxesbutton:hover {
background: #8c8c8c;
cursor: pointer;
}
#checkboxes {
position: fixed;
background: #bbb;
padding: 10px;
text-align: center;
top: 70%;
left: 50%;
width: 15em;
max-width: 640px;
transform: translate(-50%,-50%);
z-index: 99999;
padding-top: 20px;
display: none;
}
#decorModalV1 #checkboxes {
position: fixed;
background: #bbb;
padding: 10px;
text-align: center;
top: 70%;
left: 25%;
width: 15em;
max-width: 640px;
transform: translate(-50%,-50%);
z-index: 99999;
padding-top: 20px;
display: none;
}
#previewbackground {
top: 42%;
left: 50%;
max-width: 640px;
transform: translate(-50%,-50%);
position: fixed;
width: 640px;
}
#obtentionheader {
background: #d4d4d4;
padding: 10px;
}
#decorinfo {
display: flex;
padding: 10px;
}
#decorobtention {
padding: 10px;
}
}
