Jalopy 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.
@import url('/index.php?title=MediaWiki:Stafftags.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:Navtemplates.css&action=raw&ctype=text/css');

/* ================================================================ */
/* ================================================================ */
/* CSS placed here will be applied to all skins on the entire site! */
/* ================================================================ */
/* ================================================================ */
 
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Marks the end of a section of code */





/* ======================================================== */
/* Mark redirects in Special:Allpages and Special:Watchlist */
/* ======================================================== */

.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ========================================== */
/* Table Leaf Class - Alternating Row Colors */
/* ========================================== */

.tableleaf {
    border: 2px solid #BBBB85;
    border-collapse: collapse;
}
.tableleaf td, .tableleaf th {
     padding-left: 5px;
     padding-right: 5px;
}
.tableleaf th {
    background: #DCDFC3;
}
.tableleaf tr:nth-child(even) {
    background: #E6E3D0;
}
.tableleaf tr:nth-child(odd) {
    background: #DCDFC3;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ============================================= */
/* Table Leaf Class - Alternating Column Colors */
/* ============================================= */

.tableleaf-col {
    border: 2px solid #BBBB85;
    border-collapse: collapse;
}
.tableleaf-col td, .tableleaf-col th {
     padding-left: 5px;
     padding-right: 5px;
}
.tableleaf-col th {
    background: #DCDFC3;
}
.tableleaf-col tr td:nth-child(even) {
    background: #E6E3D0;
}
.tableleaf-col tr td:nth-child(odd) {
    background: #DCDFC3;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================= */
/* Center Cell Class */
/* ================= */

.cellcenter {
     text-align: center;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ======================================== */
/* Main Page Featured Highlight Box Styling */
/* ======================================== */

.featured-highlight {
    width: 150px;
    padding: 5px;
    margin-top: 12px;
    border: 1px solid #BBBB85;
    border-radius: 5px;
    background: #D6D4B2;
    text-align: center;
    overflow: hidden; 
}
.featured-highlight span {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ========================================= */
/* Classes To Hide Elements On Certain Skins */
/* ========================================= */
 
.skin-oasis .oasishide {
    display: none !important;
}
.skin-monobook .monohide {
    display: none !important;
}
.ember-container .mobilehide {
    display: none !important;
}
 
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ======================== */
/* Border Color Corrections */
/* ======================== */

.WikiaArticle fieldset {
    border: 2px solid #BBBB85; 
}
.WikiaArticle .noarticletext {
    border: 2px solid #BBBB85; 
}
hr {
    border: 1px solid #BBBB85; 
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* =============================== */
/* Profile Warning Message Styling */
/* =============================== */

.mw-warning-with-logexcerpt {
    border-color: #B22222 !important;
    background-color: #FFCDBD;
    padding: 0 10px !important;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ========================== */
/* Hover Effect For Wiki Logo */
/* ========================== */

.wordmark {
    transition: all 0.5s ease; 
}

.wordmark:hover {
    transform: scale(1.1,1.1); 
}
.public.wordmark:hover {
    transform: initial !important;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================= */
/* Color Correction For Collapsible Show / Hide Link */
/* ================================================= */

.mw-collapsible-toggle a {
    color:inherit;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* =========================================== */
/* Style Changes For Main Page Game Hub Footer */
/* =========================================== */

.gamehubfooter > div {
    background-color: #DCDFC3 !important;
    border: 5px double black !important;
    box-shadow: none !important;
    width: 94.9% !important;
    margin: 10px !important;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ==================================================== */
/* Styling For Category Boxs At The Bottom Of All Pages */
/* ==================================================== */

.CategorySelect.articlePage.userCanEdit .container {
    background-color: #DCDFC3;
    border: 4px double #BBBB85;
    margin: 0 10px;
}
.CategorySelect.articlePage.userCanEdit.editMode > .toolbar {
    margin: 0 10px;
}
.article-categories.userCanEdit {
    border: none !important;
}
.article-categories {
    background-color: #DCDFC3;
    border: 4px double #BBBB85;
    margin: 0 10px;
    background-image: none !important;
}
.article-categories > .catlinks {
    padding-left: 10px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* =================================================== */
/* Styling For Wikia Footer Box At The Bottom Of Pages */
/* =================================================== */

.WikiaFooter {
    padding-top: 0;
}
.WikiaFooter section {
    border: 4px double #BBBB85;
    background-color: #DCDFC3;
}
.WikiaFooter.notoolbar section {
    border-top: 4px double #BBBB85;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================== */
/* Styling For Comment Section At The Bottom Of Pages */
/* ================================================== */

.WikiaArticleComments {
    border-top: none !important;
    padding-top: 0 !important;
}
.WikiaArticleComments h1 {
    margin-left: 0 !important;
    font-size: 30px !important;
    padding: 10px;
    border: 2px solid #000;
    background: url(https://vignette.wikia.nocookie.net/jalopy/images/3/34/Header_background.jpg/revision/latest?cb=20160605011743);
    color: #fff;
    text-shadow: 3px 3px #000, -1px 1px #000, 1px -1px #000,-1px -1px #000;
    text-align: center;
}
.WikiaArticleComments .controls {
    float: none;
    font-size: 12px !important;
    position: absolute;
    color: #fff;
    text-shadow: 3px 3px 1px #000, -1px 1px #000, 1px -1px #000,-1px -1px #000;
}
.WikiaArticleComments .article-comments {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.WikiaArticleComments #article-comments > .MiniEditorWrapper #article-comm-form textarea {
    border: 2px solid #BBBB85;
    border-radius: 10px;
    width: 98.2% !important;
    padding: 5px;
}
.WikiaArticleComments .MiniEditorWrapper .editarea textarea {
    background-color: #D6D4B2 !important;
}
.WikiaArticleComments .MiniEditorWrapper .editarea {
    border: none !important;
    border-radius: 10px;
    background-color: transparent !important;
}
.WikiaArticleComments .MiniEditorWrapper .editarea [name="wpArticleReply"] {
    border-radius: 10px;
    border: 2px solid #BBBB85;
    padding: 5px;
}
.WikiaArticleComments .MiniEditorWrapper.focused .editarea {
	background-color: #C3BD9C !important;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ======================================================= */
/* Removing The "Read More" Section At The Bottom Of Pages */
/* ======================================================= */

#RelatedPagesModuleWrapper {
    display: none;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ========================= */
/* Table Of Contents Styling */
/* ========================= */

.WikiaArticle .toc {
    background-color: #DCDFC3;
    border: 4px double #BBBB85;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ============================================== */
/* Color Change For Share Buttons On Top Of Pages */
/* ============================================== */

.page-share-toolbar svg {
    fill: #3A3A3A;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* =================================== */
/* Color Adjustments For Slider Images */
/* =================================== */

.wikia-slideshow-wrapper > .accent {
    background-color: #DCDFC3;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
Advertisement