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
No edit summary |
Trying to load Mainpage.css from Common and updating YIWA template style |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles"; | @import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles"; | ||
@import "/load.php?mode=articles&articles=MediaWiki:Mainpage.css&only=styles"; | |||
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); | ||
/* Staff Names */ | /* Staff Names */ | ||
| Line 70: | Line 68: | ||
.yiwa-template { | .yiwa-template { | ||
background: # | background: #020523 !important; | ||
border: 2px solid # | border: 2px solid #00cfff !important; | ||
border-radius: 8px; | border-radius: 8px; | ||
margin: 1em 0; | margin: 1em 0; | ||
box-shadow: 0 0 12px rgba(0, 207, 255, 0.15); | |||
} | } | ||
#yiwa-logo { | #yiwa-logo { | ||
background: # | background: #010314 !important; | ||
border-right: 2px solid | border-right: 2px solid rgba(0, 207, 255, 0.3) !important | ||
} | } | ||
| Line 84: | Line 83: | ||
font-size: 1.4em; | font-size: 1.4em; | ||
font-weight: bold; | font-weight: bold; | ||
letter-spacing: 0. | letter-spacing: 0.12em; | ||
color: # | color: #ffffff !important; | ||
text-shadow: 0 0 8px rgba(0, 207, 255, 0.6); | |||
} | } | ||
#yiwa-intro { | #yiwa-intro { | ||
color: # | color: #e2f1ff !important; | ||
line-height: 1. | line-height: 1.5; | ||
} | } | ||
#yiwa-intro a { | #yiwa-intro a { | ||
color: # | color: #00cfff !important; | ||
font-weight: | font-weight: 700; | ||
} | } | ||
#yiwa-intro a:hover { | #yiwa-intro a:hover { | ||
text-decoration: underline; | color: #ffffff !important; | ||
text-decoration: underline !important; | |||
} | } | ||
#yiwa-list { | #yiwa-list { | ||
column-width: 220px; | column-width: 220px; | ||
| Line 113: | Line 116: | ||
#yiwa-list li { | #yiwa-list li { | ||
margin: 0. | margin: 0.4em 0; | ||
break-inside: avoid; | break-inside: avoid; | ||
} | } | ||
| Line 121: | Line 124: | ||
margin-right: 6px; | margin-right: 6px; | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
filter: drop-shadow(0 0 2px rgba(0, 207, 255, 0.2)); | |||
} | } | ||
/* Alliance Link Overrides */ | |||
#yiwa-list a { | #yiwa-list a { | ||
color: # | color: #ccecff !important; | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: bold; | |||
} | } | ||
#yiwa-list a:hover { | #yiwa-list a:hover { | ||
color: # | color: #00cfff !important; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
.yiwaWording span { | .yiwaWording span { | ||
color: | color: #00cfff !important; | ||
font-weight: 900; | font-weight: 900; | ||
font-size: 40px; | 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; | |||
} | } | ||
Revision as of 16:02, 24 May 2026
/* CSS placed here will be applied to all skins */
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
@import "/load.php?mode=articles&articles=MediaWiki:Mainpage.css&only=styles";
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
/* Staff Names */
@import url("/load.php?mode=articles&articles=MediaWiki:Staff.css&only=styles");
.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;
}