Drednot.io Wiki
Advertisement

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Infobox.css");

/** HOMEPAGE CSS **/
@import url("/MediaWiki:Homepage.css?ctype=text/css&action=raw");
@import url("/MediaWiki:WikiActivity.css?ctype=text/css&action=raw");
@import url("/MediaWiki:Usernames.css?ctype=text/css&action=raw");
@import url("/MediaWiki:Profile.css?ctype=text/css&action=raw");

/* Wiki Font */
body, .page-header__title, .WikiaRail .module h2, .WikiaRail .rail-module h2, .CategorySelect.articlePage .container, .WikiaPage .page-header__categories-links {
    font-family: 'Rubik',sans-serif !important;
}


/* Keyboard Hotkey CSS */
/* used on page [[Hyper Rubber Block]] */
.Keyboard {
    background-color: #333;
    font-size: 12px;
    padding: 0px 3px;
    border-radius: 2px;
    font-family: monospace;
    color: #ccc;
    font-style: normal;
}




/** Tooltip CSS **/
.main-tooltip {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    margin-bottom: 5px;
    padding: 2px 5px;
    background-color: #172029;
    border: 0px solid #cac4b500;
}

.tooltips-init-complete {
    cursor: default;
}


/* Page Header Element. ( <h2> HEADER </h2> ) */
.WikiaArticle h2 {
    color: #fff;
    font-weight: bold;
}

/* TABBER css */
ul.tabbernav {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #cccccc2b;
    font: bold 15px 'Rubik',sans-serif;
    /* font-family: 'Rubik',sans-serif !important; */
}

.tabber .tabbertab {
    padding: 5px;
    border: 0px solid #CCC;
    border-top: 0;
}


ul.tabbernav li.tabberactive a {
    background-color: #fce30021;
    border-bottom: 1px solid #f5d909;
}


ul.tabbernav li a:link {
    color: #e0c609;
}

ul.tabbernav li a {
    padding: 3px .5em;
    margin-left: 3px;
    border: 0px solid #CCC; 
    border-bottom: none;
    background: #232d3b87;
    text-decoration: none;
    white-space: pre;
}


/* RECIPE TABLE CSS ( [[Equipment Fabricator]] <-- PAGE )*/
.RecipeTable {
    background: #1f2d3e;
    padding: 4px 4px 4px 4px;
    border-radius: 10px;
}

.RecipeTable:Hover {
    background: #141c27;
    padding: 4px 4px 4px 4px;
    border-radius: 10px;
}





/* Crew Ranks page link colors ( [[Captain]] <-- PAGE )*/
.mw-content-text a[href$="/wiki/Captain"] {
    color: #0ff;
}

.mw-content-text a[href$="/wiki/Crew"] {
    color: #ffff00;
}



/** Centers page titles **/
.WikiaPage .page-header__title {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    /* align-items: flex-end; */
    color: #f5d909;
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    max-width: 100%;
    word-wrap: break-word;
    text-align: center;
}




/**⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼ Discussions CSS⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼**/
.embeddable-discussions-module {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 0px solid #5e6973;
    margin: 0;
    padding: 3px 21px 30px 27px;
}

.embeddable-discussions-module .embeddable-discussions-post-detail {
    background-color: #161e27cc;
    border: 1px solid #19232d;
    margin: 0 0 20px;
    padding: 20px 0 0;
    position: relative;
    border-radius: 10px;
}


/**⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼ RAIL CSS ⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼⫼**/
.rail-module {
    margin: 0 10px 30px;
    padding: 5px 15px;
    background: #10171dd1;
    border: 1px solid #0f161ce0;
    border-left-width: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

}




/* Gallery */
.navigationitem .wikia-gallery-item {
	background-color: #22252d !important;
	border: 2px solid #181919;
	filter: grayscale(30%);
	height: 165px !important;
	transition: all 0.4s ease-in-out !important;
}
.navigationitem .wikia-gallery-item:hover {
	-ms-transform: scale(1.1);
	-webkit-filter: grayscale(0%);
	-webkit-transform: scale(1.1);
	border: 2px solid #121215 !important;
	filter: grayscale(0%);
	position: relative !important;
	transform: scale(1.1);
	transition: all 0.1s ease-in-out !important;
	z-index: 1 !important;
}


/* Item tooltips */
#item-tooltip {
    position: fixed;
    min-width: 270px;
    min-height: 100px;
    max-width: 400px;
    background-color: #131a21e0;
    z-index: 100;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.5);
    padding: 15px;
}

#item-tooltip .it-title {
display: inline-block;
font-size: 16px;
font-weight: bold;
color: #fce300;
}

#item-tooltip .it-header img {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    border-radius: 2px;
}

#item-tooltip .it-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#item-tooltip .it-infobox .it-infoitem b {
    font-weight: bold;
}

#item-tooltip .it-infobox {
    padding: 5px;
    margin-top: 5px;
    overflow-y: auto;
    max-height: 300px;
}

#item-tooltip .it-infobox:not(.it-desc) {
    background-color: #333;
    background-color: rgba(200, 200, 200, 0.125);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
    border-radius: 2px;
}

#item-tooltip .it-infobox.it-desc {
    font-style: italic;
    margin-bottom: 10px;
    padding-right: 9px;
}

#item-tooltip .it-infobox-title {
    margin-top: 6px;
    margin-bottom: -1px;
    font-weight: bold;
    margin-left: 5px;
}

#item-tooltip .it-infobox.overflow:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 40px;
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/d/d4/Tooltip_gradientfadebg.png');
    background-size: contain;
    margin-left: -5px;
    margin-top: 265px;
}

#item-tooltip .it-infobox.has-title {
    margin-top: 22px;
}

#item-tooltip .it-infoitem-key {
    display: inline-block;
    min-width: 80px;
    margin-right: 10px;
    font-weight: bold;
    vertical-align: top;
}

#item-tooltip .it-infoitem-val {
    display: inline-block;
}

#item-tooltip .it-infoitem:not(:first-child) {
    margin-top: 8px;
}

.tooltip-data {
    display: none;
}

/* ADMIN COLORS */

a[href="/wiki/User:Frankie0121"]  { color:#008000 !important;}

a[href="/wiki/User:Sdcards"]  { color:#11bd44 !important;}

a[href="/wiki/User:Rippity Rock"]  { color:#11bd44 !important;}

a[href="/wiki/User:Ownslo"],
a[href="/wiki/User:Redbonky-fduser"] {
color: #43b53f !important;
}
Advertisement