A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Trying to load Mainpage.css from Common and updating YIWA template style |
Changing @import of CSS files (I don't think it worked previously lol) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import "/ | @import "/index.php?title=MediaWiki:Badges.css&action=raw&ctype=text/css"; | ||
@import "/ | @import "/index.php?title=MediaWiki:Mainpage.css&action=raw&ctype=text/css"; | ||
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); | ||
@import url("/index.php?title=MediaWiki:Staff.css&action=raw&ctype=text/css"); | |||
@import url("/ | |||
.portable-infobox .tabber__tabs { | .portable-infobox .tabber__tabs { | ||
Latest revision as of 16:26, 24 May 2026
/* CSS placed here will be applied to all skins */
@import "/index.php?title=MediaWiki:Badges.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Mainpage.css&action=raw&ctype=text/css";
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url("/index.php?title=MediaWiki:Staff.css&action=raw&ctype=text/css");
.portable-infobox .tabber__tabs {
max-width: 255px !important;
}
.external-link:after {
background: #020523 !important;
border: 1px solid cyan;
}
.profile-externalLinks svg {
background: cyan;
border-radius: 5px;
}
.profile-user-group {
background: transparent;
border: 1px solid cyan;
color: white !important;
}
.profile-masthead {
padding: 5px;
border-radius: 25px;
border: 1px solid cyan;
}
.mw-wikiforum-frame {
background: #020523;
border: none;
}
.mw-wikiforum-thread-top {
background: #3c437b !important;
border: none !important;
}
.mw-wikiforum-leftside a {
color: #7f75e9;
}
.mw-wikiforum-category-list tr, .mw-wikiforum-forum-list tr {
border: 1px solid cyan;
}
.mw-wikiforum-header-row {
background: #020523;
}
.mw-wikiforum-normal {
background: #020523;
}
.mw-wikiforum-thread-list {
border: 1px solid cyan !important;
}
.mw-wikiforum-thread-main, .mw-wikiforum-thread-sub {
background: #020523 !important;
border-bottom: 1px solid cyan !important;
}
/* === YIWA Template === */
.yiwa-template {
background: #020523 !important;
border: 2px solid #00cfff !important;
border-radius: 8px;
margin: 1em 0;
box-shadow: 0 0 12px rgba(0, 207, 255, 0.15);
}
#yiwa-logo {
background: #010314 !important;
border-right: 2px solid rgba(0, 207, 255, 0.3) !important
}
.yiwaWording {
font-size: 1.4em;
font-weight: bold;
letter-spacing: 0.12em;
color: #ffffff !important;
text-shadow: 0 0 8px rgba(0, 207, 255, 0.6);
}
#yiwa-intro {
color: #e2f1ff !important;
line-height: 1.5;
}
#yiwa-intro a {
color: #00cfff !important;
font-weight: 700;
}
#yiwa-intro a:hover {
color: #ffffff !important;
text-decoration: underline !important;
}
#yiwa-list {
column-width: 220px;
column-gap: 1.5em;
}
#yiwa-list ul,
#yiwa-list li {
list-style: none;
margin: 0;
padding: 0;
}
#yiwa-list li {
margin: 0.4em 0;
break-inside: avoid;
}
#yiwa-list img {
vertical-align: middle;
margin-right: 6px;
image-rendering: pixelated;
filter: drop-shadow(0 0 2px rgba(0, 207, 255, 0.2));
}
/* Alliance Link Overrides */
#yiwa-list a {
color: #ccecff !important;
text-decoration: none;
font-weight: bold;
}
#yiwa-list a:hover {
color: #00cfff !important;
text-decoration: underline;
}
.yiwaWording span {
color: #00cfff !important;
font-weight: 900;
font-size: 40px;
text-shadow: 0 0 10px #00cfff;
}
.ext-discussiontools-ui-replyWidget-preview {
background: #1f2453;
}
.ve-ce-surface.notranslate.mw-editfont-monospace {
color: black;
}
.ext-discussiontools-init-targetcomment {
background-color:transparent !important;
border: 1px solid cyan;
}
.oo-ui-toolbar-bar {
background: #282a4f !important;
}
.ext-discussiontools-ui-replyWidget-preview {
background: #282a4f;
}