Ready Jet Go! Wikia
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.
/***** CSS placed here will be applied to all skins on the entire site. *****/
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:ContribsButtons.css|u:dev:MediaWiki:InterlanguageFlags.css|u:dev:MediaWiki:FandomIcons.css|u:dev:MediaWiki:FandomizedTabs/tabbers.css|MediaWiki:Highlights.css|MediaWiki:ImageSvgs.css|MediaWiki:Infobox.css|u:dev:MediaWiki:MinimalistSliderText/code.css|u:dev:MediaWiki:MinifiedLeftTabs/code.css|u:dev:MediaWiki:NewCat%26LangBars.css|u:dev:MediaWiki:UpgradedToolbar.css|u:dev:MediaWiki:LocalNavExploreIcons.css&only=styles");


/* Gallery Spin, thanks Archieverse Wiki for this code! */
 #imagespin img {
	-webkit-transition: -webkit-transform 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out;
}
#imagespin img:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* Links */
a:hover {
    text-shadow: 0 0 2.5px rgba(0, 47, 71), 
                 0 0 2.5px rgba(0, 47, 71);
    color: none !important;
    text-decoration: none;
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
 
a {
    color: none;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    text-shadow: 0 -15px 2.5px transparent,
                 0 15px 2.5px transparent;
}

/* Notifications at the bottom of the website */
.WikiaNotifications li div {
    box-shadow: none;
    background-image: none;
    max-width: 200px;
    padding: 16px;
    border-radius: 0;
}
 
.WikiaNotifications li div a {
    font-weight: bold;
}
 


/*Profile Icons*/
.profile-icons {
     vertical-align:middle;
     margin-right:10px
}
.profile-icons {
	padding-right: 10px;
	vertical-align: middle;
}

 
 

 
 

/* Modules (Inspried by OK K.O.! Wiki)*/
.WikiaRail .rail-module,
.community-page-help-module,
.community-page-card-module,
.WikiaRail .module,
.WikiaArticle .thumbinner,
.WikiaArticle pre,
.WikiaArticleCategories,
.WikiaImageModule {
    border: 2px solid #043acf !important;
    background: #ba5af2 !important;
    vertical-align: text-bottom !important;
    border-radius: 5px !important;
}
 
.WikiaRail .rail-module {
    padding: 20px 15px 15px;
    margin: 0 0 30px 0;
}

.WikiaRail .rail-module h2 {
    border-bottom:1px solid #043acf ;
}

 
.WikiaRail .rail-module .wds-button.wds-is-secondary {
    background:#043acf;
    color:black!important;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
 
.WikiaRail .rail-module .wds-button.wds-is-secondary:hover {
    background:var(--border-color)!important;
    border-color:var(--border-color)!important;
    color:black!important;
    text-shadow: 0 0 2.5px black, 0 0 2.5px black!important;
}

 
#WikiaRail .activity-icon, .WikiaRail .rail-module h2.has-icon svg {
    fill:var(--border-color)!important;
}

/* Default color text */
.WikiNav, .module, .rail-module, .rail-module a.edit-info-user, .community-page-card-module .community-page-card-module-full-list-link, .special-categories a, .UserProfileMasthead .wikis span, .UserProfileMasthead .details span, .tally {
    color: var(--special-txt-color);
}
 
.community-page-rail-module {
    border-top: 1px solid var(--border-color)!important;
}

/*Modern Wiki Activity Rail*/
 
.WikiaRail .module h2 {
    border-bottom: 1px solid #043acf;
    font-size: 16px;
    font-weight: bold;
    min-height: 30px;
    margin-bottom: 16px;
    padding-left: 2px;   
    color: #043acf;
}

a:not(.new) {
    font-weight: bold !important;
}

/* Infobox */
.portable-infobox {
    border-radius: 12px 12px 0 0;
    border: 2px solid #CE4E48;
}
 
.pi-europa .pi-title {
    border-radius: 10px 10px 0 0;
    font-size: 16px !important;
}
 
.pi-europa .pi-header {
    font-size: 13px !important;
}
 
.pi-europa .pi-horizontal-group .pi-horizontal-group-item {
    text-align: center;
}

.skin-monobook #filetoc,
.toc {
    border-radius: 5px !important;
    border-color: #043acf !important;
    background-color: #ba5af2 !important;
}
Advertisement