This is a mirror host of the KP Official Wiki on Miraheze. We dont actually mirror we host the same content

MediaWiki:NonBestiary.css

From Kaiju Paradise Official Wiki
Revision as of 17:56, 10 June 2024 by wikia:kaiju-paradise-official-wiki>ExpandPastel (Created page with "This will be used for any miscellaneous, non-Bestiary related coding.: Fonts: Body { font-family: 'Source Sans Pro', sans-serif; } Body { font-family: 'Source Sans 3', sans-serif; } Admin & Mod related stuff: a[href$="KuroKurobelike"], a[href$="Jarebread"], a[href$="ExpandPastel"] { font-weight: bold ; color: #2dfcff ; text-shadow: white 0 0 1px ; } a[href$="Wivre"], a[href$="Ssmixx"], a[href$="Zhugo83"], a[href$="Time99"] { font-weight: bold ;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* This will be used for any miscellaneous, non-Bestiary related coding. */
/* Fonts */
Body {
font-family: 'Source Sans Pro', sans-serif;
}
Body {
font-family: 'Source Sans 3', sans-serif;
}
/* Admin & Mod related stuff */
a[href$="KuroKurobelike"],
a[href$="Jarebread"],
a[href$="ExpandPastel"] {
	font-weight: bold ;
    color: #2dfcff ;
	text-shadow: white 0 0 1px ;
}
a[href$="Wivre"],
a[href$="Ssmixx"],
a[href$="Zhugo83"],
a[href$="Time99"] {
	font-weight: bold ;
    color: #fb4848 ;
	text-shadow: white 0 0 1px ;
}
/* very miscellaneous stuff!! */
.text_caption, .text_caption2 {
    position: absolute;
    font-weight: bold;
    font-family: Trebuchet MS;
    text-decoration: none;
}
.text_caption {
    padding: 0 2px 2px;
    left: 5px;
    bottom: 30px;
    color: #ffffff;
    font-size: 30px;
}
.text_caption2 {
    left: 10px;
    bottom: 5px;
    padding: 0 4px;
    color:#000000;
    font-size:26px;
}

/*Used to style TabbedHeader (and related templates)*/
.custom-tabs {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 0;
    margin-bottom: 1em;
}
.custom-tabs tr {
    display: flex;
}
.custom-tabs td {
    padding: 0;
    vertical-align: bottom;
    width: calc(100%/1);
    padding-right: 5px;
    padding-bottom: 5px;
}
.custom-tabs td:last-child {
    padding-right: 0px;
}
.custom-tabs div {
    width: 100%;
    display: table;
    border-radius: 4px;
    height: 100%;
}
.custom-tabs a, .custom-tabs span, .custom-tabs .selflink {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
}
.custom-tabs .active-tab div { background-color: var(--theme-accent-color); }
.custom-tabs .active-tab div strong { color: var(--custom-tabs-active-color); }
.custom-tabs .inactive-tab div { background-color: rgba(var(--theme-accent-color--rgb), 0.5); }
.custom-tabs .inactive-tab div a:not(.new) { color: var(--theme-page-text-color); }
.custom-tabs .inactive-tab div:hover { background-color: var(--theme-accent-color); }
.custom-tabs .inactive-tab div:hover a:not(.new) { color: var(--custom-tabs-active-color); }