Welcome to the new and improved DanTDM Wiki. Please read our rules to figure out the correct etiquette and behavior that is expected of all users in both the discussions and pages. Looking to reclaim your edit history from the Fandom wiki? conctact User:ScrapBlox

MediaWiki:Common.css: Difference between revisions

From DanTDM Wiki
Jump to navigation Jump to search
just did a few changes
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 3: Line 3:
@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";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ImprovedUserpages.css&only=styles";
/*Main Page*/
/*Main Page*/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles";


.theme-fandomdesktop-dark a[href$="Tabbloide"],
/* Staff Names */
.theme-fandomdesktop-dark a[href$="Eterhox"],
@import url("/load.php?mode=articles&articles=MediaWiki:Staff.css&only=styles");
.theme-fandomdesktop-dark a[href$="Gamer372Revived"],
 
.theme-fandomdesktop-dark a[href$="DanTDM_Fan"] {
.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;
}


font-weight: bold !important;
.profile-user-group {
    background: transparent;
    border: 1px solid cyan;
    color: white !important;
}


color: #ff6965 !important;
.profile-masthead {
    padding: 5px;
    border-radius: 25px;
    border: 1px solid cyan;
}


.mw-wikiforum-frame {
    background: #020523;
    border: none;
}
}


a[href*=":LostSnowDust"],
.mw-wikiforum-thread-top {
a[href*="/LostSnowDust"],
     background: #3c437b !important;
a[href$=":LostSnowDust"]:not(.wds-community-header),
     border: none !important;
a[href$="/LostSnowDust"]:not(.wds-community-header) {
     background-size: 400%;
    text-shadow: 0 1px 0 #00008B, 0 2px 0 #FF2400,0 1px 5px #BDE9FD;
     font-weight: Bold;
    font-family:Permanent Marker;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}


/* This lowers the brightness for the image on Special:Community */
.mw-wikiforum-leftside a {
.community-page-header:before {
     color: #7f75e9;
     background-image: linear-gradient(180deg,#00005882 375%,rgb(0 4 57 / 25%),rgb(0 0 39 / 50%));
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}
}


a[href*=":DanTDM_Fan"],
.mw-wikiforum-category-list tr, .mw-wikiforum-forum-list tr {
a[href*="/DanTDM_Fan"],
    border: 1px solid cyan;
a[href$=":DanTDM_Fan"]:not(.wds-community-header),
}
a[href$="/DanTDM_Fan"]:not(.wds-community-header) {
.mw-wikiforum-header-row {
     background-size: 400%;
    background: #020523;
     text-shadow: 0 1px 0 #00008B, 0 2px 0 #FF2400,0 1px 5px #BDE9FD;
}
     font-weight: Bold;
.mw-wikiforum-normal {
     font-family:Permanent Marker;
    background: #020523;
     -webkit-background-clip: text;
}
     -webkit-text-fill-color: transparent;
.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: #111;
    border: 2px solid #2a2a2a;
    border-radius: 8px;
    margin: 1em 0;
}
 
#yiwa-logo {
    background: #000;
    border-right: 2px solid #2a2a2a;
}
 
.yiwaWording {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #f5f5f5;
}
#yiwa-intro {
    color: #ddd;
    line-height: 1.4;
}
 
#yiwa-intro a {
    color: #ff4d4d; /* CaseOh red accent */
    font-weight: 600;
}
 
#yiwa-intro a:hover {
    text-decoration: underline;
}
#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.3em 0;
     break-inside: avoid;
}
 
#yiwa-list img {
     vertical-align: middle;
     margin-right: 6px;
    image-rendering: pixelated;
}
 
#yiwa-list a {
    color: #eee;
     text-decoration: none;
}
 
#yiwa-list a:hover {
    color: #ff4d4d;
    text-decoration: underline;
}
.yiwaWording span {
    color: red !important;
    font-weight: 900;
    font-size: 40px;
}
}

Latest revision as of 20:14, 4 January 2026

/* CSS placed here will be applied to all skins */
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
@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 */
@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: #111;
    border: 2px solid #2a2a2a;
    border-radius: 8px;
    margin: 1em 0;
}

#yiwa-logo {
    background: #000;
    border-right: 2px solid #2a2a2a;
}

.yiwaWording {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #f5f5f5;
}
#yiwa-intro {
    color: #ddd;
    line-height: 1.4;
}

#yiwa-intro a {
    color: #ff4d4d; /* CaseOh red accent */
    font-weight: 600;
}

#yiwa-intro a:hover {
    text-decoration: underline;
}
#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.3em 0;
    break-inside: avoid;
}

#yiwa-list img {
    vertical-align: middle;
    margin-right: 6px;
    image-rendering: pixelated;
}

#yiwa-list a {
    color: #eee;
    text-decoration: none;
}

#yiwa-list a:hover {
    color: #ff4d4d;
    text-decoration: underline;
}
.yiwaWording span {
    color: red !important;
    font-weight: 900;
    font-size: 40px;
}