×
Create a new article
Write your page title here:
We currently have 69 articles on Super Shiritori Wiki. Type your article name above or click on one of the titles below and start writing!



Super Shiritori Wiki

MediaWiki:Common.css: Difference between revisions

Welcome to Super-Shiritori!

Please remember:

  • No vandalism – Do not add nonsense, false info, spam, or blank pages.
  • Respect others – Be polite and assume good faith.
  • Use reliable information – Make sure edits are accurate and IMPORTANT.
  • Stay constructive – Help us grow the wiki with content, especially with the Word compendium.

⚠️ Repeated vandalism or rule-breaking may result in warnings or blocks. If you see vandalism, please revert it and notify an admin.

No edit summary
No edit summary
Line 8: Line 8:
}
}
/* External links (outside wiki) */
/* External links (outside wiki) */
.external {
.external,
     color: #7d3cff;       /* violet */
.external:link,
.external:visited {
     color: #7d3cff;
     font-weight: bold;
     font-weight: bold;
     text-decoration: underline dotted;
     text-decoration: underline dotted;
Line 17: Line 19:
.extiw,
.extiw,
.extiw:link,
.extiw:link,
.extiw:visited {
.extiw:visited,
     color: #7d3cff;
.mw-parser-output a.extiw,
.mw-parser-output a.extiw:link,
.mw-parser-output a.extiw:visited {
     color: #7d3cff ;     /* force violet */
     font-weight: bold;
     font-weight: bold;
     text-decoration: underline dotted;
     text-decoration: underline dotted;
}
}


/* Internal links (only inside your wiki) */
/* Internal links (only inside your wiki) */
:link:not(.external):not(.new):not(.extiw),
.mw-parser-output a:link:not(.external):not(.new):not(.extiw),
:visited:not(.external):not(.new):not(.extiw) {
.mw-parser-output a:visited:not(.external):not(.new):not(.extiw) {
     color: #de93db; /* pink */
     color: #de93db;     /* force pink */
}
}


/* Redlinks (pages that don’t exist yet) */
/* Redlinks (pages that don’t exist yet) */
.new {
.new,
.mw-parser-output .new {
     color: #ff5c5c;
     color: #ff5c5c;
}
}

Revision as of 08:55, 22 September 2025

.mbox {
    background-color: rgb(230, 230, 230);
    border-color: rgb(230, 230, 230);
    border-width: 0.5;
    border-left-color: rgb(230, 230, 230);
    border-radius: 0.1;
    font-size: 11;
}
/* External links (outside wiki) */
.external,
.external:link,
.external:visited {
    color: #7d3cff;
    font-weight: bold;
    text-decoration: underline dotted;
}

/* Interwiki links (to other fandom.com or wikimedia projects) */
.extiw,
.extiw:link,
.extiw:visited,
.mw-parser-output a.extiw,
.mw-parser-output a.extiw:link,
.mw-parser-output a.extiw:visited {
    color: #7d3cff ;      /* force violet */
    font-weight: bold;
    text-decoration: underline dotted;
}

/* Internal links (only inside your wiki) */
.mw-parser-output a:link:not(.external):not(.new):not(.extiw),
.mw-parser-output a:visited:not(.external):not(.new):not(.extiw) {
    color: #de93db;      /* force pink */
}

/* Redlinks (pages that don’t exist yet) */
.new,
.mw-parser-output .new {
    color: #ff5c5c;
}