You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
2.7 KiB
Plaintext
159 lines
2.7 KiB
Plaintext
3 years ago
|
.mw-collapse-content {
|
||
|
display: none;
|
||
|
margin: 1em 0 0;
|
||
|
}
|
||
|
.mw-collapse-toggle {
|
||
|
user-select: none;
|
||
|
}
|
||
|
|
||
|
.wikitable-container .wikitable {
|
||
|
min-width: 200px;
|
||
|
}
|
||
|
|
||
|
@media screen and (max-width: 850px){
|
||
|
.wikitable-container {
|
||
|
width: 100%;
|
||
|
box-sizing: border-box;
|
||
|
float: none;
|
||
|
margin-left: 0px;
|
||
|
margin-right: 0px;
|
||
|
|
||
|
.wikitable {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.black-space {
|
||
|
background-color: #252525;
|
||
|
color: #252525;
|
||
|
transition: color .15s;
|
||
|
|
||
|
&:hover {
|
||
|
color: #fff;
|
||
|
transition: color .15s;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.ve-init-target-visual .black-space {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
#toc > ul {
|
||
|
overflow-y: auto;
|
||
|
max-height: 50vh;
|
||
|
scrollbar-width: thin;
|
||
|
|
||
|
&::-webkit-scrollbar {
|
||
|
width: 8px;
|
||
|
}
|
||
|
|
||
|
&::-webkit-scrollbar-thumb {
|
||
|
border-radius: 0;
|
||
|
background: #cdcdcd;
|
||
|
|
||
|
&:hover {
|
||
|
background: #a6a6a6;
|
||
|
}
|
||
|
|
||
|
&:active {
|
||
|
background: #606060;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&::-webkit-scrollbar-track {
|
||
|
border-radius: 0;
|
||
|
background: #f0f0f0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media screen and (min-width: 851px){
|
||
|
#user-tools {
|
||
|
#personal {
|
||
|
margin-left: 0;
|
||
|
padding-left: 0.5em;
|
||
|
|
||
|
h2 {
|
||
|
padding: 7px 0 20px 25px;
|
||
|
background-position: 0 6px;
|
||
|
/*margin-top: -3px;*/
|
||
|
|
||
|
span {
|
||
|
margin-top: 1px;
|
||
|
overflow: visible;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#personal-extra {
|
||
|
margin-top: 0.8em;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media screen and (min-width: 1100px){
|
||
|
#mw-header #user-tools {
|
||
|
width: 10em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media screen and (min-width: 851px){
|
||
|
#mw-footer .footer-places li {
|
||
|
white-space: pre;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media screen and (max-width: 850px){
|
||
|
#mw-footer #copyright {
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.breadcrumb {
|
||
|
padding: 8px 15px;
|
||
|
margin-bottom: 10px;
|
||
|
list-style: none;
|
||
|
background-color: #f5f5f5;
|
||
|
border-radius: 4px;
|
||
|
margin-block-start: 0;
|
||
|
font-size: 14px;
|
||
|
|
||
|
> li {
|
||
|
display: inline-block;
|
||
|
|
||
|
&.active {
|
||
|
color: #777;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
> li+li:before {
|
||
|
padding: 0 5px;
|
||
|
color: #ccc;
|
||
|
content: "/\00a0";
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.subpages {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
#content {
|
||
|
.user-heading {
|
||
|
display: flex;
|
||
|
align-items: flex-end;
|
||
|
|
||
|
.user-avatar {
|
||
|
width: 64px;
|
||
|
height: 64px;
|
||
|
}
|
||
|
|
||
|
#firstHeading {
|
||
|
flex-grow: 1;
|
||
|
margin: 0 0.5em 0.25em 0;
|
||
|
}
|
||
|
}
|
||
|
}
|