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 7: | Line 7: | ||
font-size: 11; | font-size: 11; | ||
} | } | ||
/* | /* Internal links (use .internal first) */ | ||
. | a.internal:link, | ||
a.internal:visited { | |||
. | color: #de93db; /* pink */ | ||
color: # | } | ||
/* Explicit safeguard: only links on *your* wiki */ | |||
.mw-parser-output a[href="https://supershiritori.fandom.com"]:link, | |||
.mw-parser-output a[href="https://supershiritori.fandom.com"]:visited { | |||
color: #de93db; | |||
} | } | ||
/* | /* External + interwiki links */ | ||
. | a.external:link, | ||
a.external:visited, | |||
. | a.extiw:link, | ||
a.extiw:visited { | |||
color: #7d3cff; /* violet */ | |||
color: #7d3cff ; | |||
font-weight: bold; | font-weight: bold; | ||
text-decoration: underline dotted; | text-decoration: underline dotted; | ||
} | } | ||
/* | /* Fallback for any remaining http links (safety net) */ | ||
.mw-parser-output a:link | .mw-parser-output a[href="http"]:link, | ||
.mw-parser-output a:visited | .mw-parser-output a[href="http"]:visited { | ||
color: # | color: #7d3cff; | ||
} | } | ||
/* Redlinks | /* Redlinks */ | ||
.new, | a.new, | ||
.mw-parser-output .new { | .mw-parser-output a.new { | ||
color: # | color: #ff0000; /* red */ | ||
} | } | ||
Revision as of 09:32, 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;
}
/* Internal links (use .internal first) */
a.internal:link,
a.internal:visited {
color: #de93db; /* pink */
}
/* Explicit safeguard: only links on *your* wiki */
.mw-parser-output a[href="https://supershiritori.fandom.com"]:link,
.mw-parser-output a[href="https://supershiritori.fandom.com"]:visited {
color: #de93db;
}
/* External + interwiki links */
a.external:link,
a.external:visited,
a.extiw:link,
a.extiw:visited {
color: #7d3cff; /* violet */
font-weight: bold;
text-decoration: underline dotted;
}
/* Fallback for any remaining http links (safety net) */
.mw-parser-output a[href="http"]:link,
.mw-parser-output a[href="http"]:visited {
color: #7d3cff;
}
/* Redlinks */
a.new,
.mw-parser-output a.new {
color: #ff0000; /* red */
}
