MediaWiki:Timeless.css: Difference between revisions
From IdleOn MMO Wiki
imported>Wekhter mNo edit summary |
imported>Wekhter mNo edit summary |
||
Line 5: | Line 5: | ||
.mw-body a, .mw-body a:visited, .mw-portlet-body a, .mw-portlet-body a:visited, | .mw-body a, .mw-body a:visited, .mw-portlet-body a, .mw-portlet-body a:visited, | ||
.mw-parser-output a.extiw, .mw-parser-output a.extiw:active, .mw-parser-output a.extiw:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited{color:# | .mw-parser-output a.extiw, .mw-parser-output a.extiw:active, .mw-parser-output a.extiw:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited{color: #6D2BDE;} | ||
.mw-body a:hover, .mw-body a:visited:hover, .mw-portlet-body a:hover, .mw-portlet-body a:visited:hover, | .mw-body a:hover, .mw-body a:visited:hover, .mw-portlet-body a:hover, .mw-portlet-body a:visited:hover, | ||
.mw-parser-output a.extiw:hover, .mw-parser-output a.extiw:active:hover, .mw-parser-output a.external:hover, | .mw-parser-output a.extiw:hover, .mw-parser-output a.extiw:active:hover, .mw-parser-output a.external:hover, | ||
.mw-parser-output a.extiw:visited:hover, .mw-parser-output a.external:visited:hover{color: # | .mw-parser-output a.extiw:visited:hover, .mw-parser-output a.external:visited:hover{color: #9E72E9;} | ||
#mw-content, | #mw-content, |
Revision as of 17:21, 24 September 2021
#mw-content-container {
background: url(https://static.miraheze.org/idleonwiki/9/9f/Background_Beach.png) no-repeat center center fixed;
background-size: cover;
}
.mw-body a, .mw-body a:visited, .mw-portlet-body a, .mw-portlet-body a:visited,
.mw-parser-output a.extiw, .mw-parser-output a.extiw:active, .mw-parser-output a.extiw:visited, .mw-parser-output a.external, .mw-parser-output a.external:visited{color: #6D2BDE;}
.mw-body a:hover, .mw-body a:visited:hover, .mw-portlet-body a:hover, .mw-portlet-body a:visited:hover,
.mw-parser-output a.extiw:hover, .mw-parser-output a.extiw:active:hover, .mw-parser-output a.external:hover,
.mw-parser-output a.extiw:visited:hover, .mw-parser-output a.external:visited:hover{color: #9E72E9;}
#mw-content,
#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk {
background: #D5D7DA;
border: 1px solid #8D8E90;
box-shadow: 0 0 10px rgb(63 91 105 / 25%);
border-radius: 3px;
}
#mw-content{
border-radius:0 0 3px 3px;
border-top-width: 0;
}
#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk{
background: rgb(213, 215, 218, .9);
}
#p-logo {
border-radius: 3px;
border: 1px solid #0c0d1c;
box-shadow: 0 0 10px rgb(63 91 105 / 25%);
margin-top: 1em;
padding: 0;
}
@media screen and (min-width: 851px) {
.mw-wiki-logo.fallback {
width: 13em;
height: 13em;
background-size: cover;
margin: 0;
max-width: 100%;
}
}
/* ----- DARK MODE ----- */
.client-dark-mode #mw-content-container {
background: url(https://static.miraheze.org/idleonwiki/2/24/NightDesertBG.png) no-repeat center center fixed;
background-size: cover;
}
/* ----- EDITOR ----- */
.oo-ui-labelElement-label {
color: Black;
}
.label{
color:black;
}
.codeEditor-status-worker
{
color:red;
}
.CodeMirror pre.CodeMirror-line {
font-size: 13px;
line-height: 17px;
}
.mw-body .mw-parser-output table a > img, .mw-body .mw-parser-output table .floatnone > img {
height: auto !important;
max-width: 100% !important;
}