Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
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');
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ImprovedUserpages.css&only=styles";
/*Main Page*/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles";


/* Staff Names */
/* Staff Names */
Line 70: Line 68:


.yiwa-template {
.yiwa-template {
     background: #111;
     background: #020523 !important;
     border: 2px solid #2a2a2a;
     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: #000;
     background: #010314 !important;
     border-right: 2px solid #2a2a2a;
     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.1em;
     letter-spacing: 0.12em;
     color: #f5f5f5;
     color: #ffffff !important;
    text-shadow: 0 0 8px rgba(0, 207, 255, 0.6);
}
}
#yiwa-intro {
#yiwa-intro {
     color: #ddd;
     color: #e2f1ff !important;
     line-height: 1.4;
     line-height: 1.5;
}
}


#yiwa-intro a {
#yiwa-intro a {
     color: #ff4d4d; /* CaseOh red accent */
     color: #00cfff !important;  
     font-weight: 600;
     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.3em 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: #eee;
     color: #ccecff !important;
     text-decoration: none;
     text-decoration: none;
    font-weight: bold;
}
}


#yiwa-list a:hover {
#yiwa-list a:hover {
     color: #ff4d4d;
     color: #00cfff !important;
     text-decoration: underline;
     text-decoration: underline;
}
}
.yiwaWording span {
.yiwaWording span {
     color: red !important;
     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;
}
}