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 */ | /* External links (outside wiki) */ | ||
.external { | .external { | ||
color: #7d3cff; /* violet | color: #7d3cff; /* violet */ | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: underline dotted; | text-decoration: underline dotted; | ||
} | } | ||
/* Internal | /* Internal links (normal + redirects) */ | ||
.mw-redirect, | .mw-redirect, | ||
.internal, | .internal, | ||
:link:not(.external):not(.new) { | |||
color: #de93db; /* your pinkish theme | color: #de93db; /* your pinkish theme */ | ||
} | } | ||
/* Redlinks ( | /* Redlinks (pages that don’t exist yet) */ | ||
.new { | .new { | ||
color: #ff5c5c; | color: #ff5c5c; | ||
} | } | ||
Revision as of 03:24, 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 {
color: #7d3cff; /* violet */
font-weight: bold;
text-decoration: underline dotted;
}
/* Internal links (normal + redirects) */
.mw-redirect,
.internal,
:link:not(.external):not(.new) {
color: #de93db; /* your pinkish theme */
}
/* Redlinks (pages that don’t exist yet) */
.new {
color: #ff5c5c;
}
