Insurgency 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.
/* Fixes */

.WikiaBlogListingPost h2 {
    margin-top: 0 !important;
}

/* Pages and background */

.WikiaPage {
	border: none;
}

.WikiaSiteWrapper {
    background-image: url('https://vignette.wikia.nocookie.net/insurgency/images/5/50/Wiki-background/revision/latest');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

/* Links */

a,
.default-infobox-container a {
    color: rgb(230,60,30);
    text-decoration: none;
}

a.new,
.default-infobox-container a.new {
    color: rgb(170,10,10) !important;
}
 
a:hover,
.default-infobox-container a:hover,
.more:hover {
    color: rgb(200,200,200);
    text-decoration: none !important;
}

a:active {
    color: rgb(181,38,19);
    text-decoration: none;
}

/* Wiki Navigation header */

.nav-item {
    background: rgba(20,20,20, 0.3);
    margin-right: 2px !important;
}

.nav-item.marked {
    border-radius: 0 !important;
}
 
.nav-item .subnav-2 {
    display: block !important;
    top: 31px !important;
    opacity:0;
}
 
.nav-item.marked .subnav-2 {
    opacity: 1;
    z-index: 1;
}
 
.WikiHeader > nav li.marked > a {
    color: white;
    margin: 0;
    padding: 0 15px;
}
 
.WikiHeader > nav li.marked a:hover,
.WikiHeader > nav li.marked .subnav-2 > li a:hover {
    text-decoration: none !important;
}

.WikiNav .nav-item.marked > a {
    border-color: transparent;
}

.WikiNav .navbackground > div {
    background: transparent;
}

/* Headings */

.WikiaArticle h2 {
    margin-top: 2.5em;
    margin-bottom: 0.5em;
}

.WikiaArticle h3 {
    margin-top: 1.5em;
    font-weight: 500;
}

/* Edit section links */

.WikiaArticle .editsection {
    float: right;
    margin-right: 5px;
    font-weight: normal;
}

.WikiaArticle h3 .editsection,
.WikiaArticle h4 .editsection,
.WikiaArticle h5 .editsection,
.WikiaArticle .editsection .edit-pencil {
    display: none;
}

/***********************/
/* START Buttons style */
/***********************/

a.wikia-button,
.wikia-single-button a,
input[type="submit"]:not(.wds-button),
input[type="reset"],
input[type="button"],
.button,
button:not(.wds-button),
.wikia-menu-button,
.wikia-chiclet-button,
.chat-join {
    height: 20px;
    border: none !important;
    background: rgb(205,42,18) !important;
    color: rgb(200,200,200) !important;
    font-weight: normal !important;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace;
}
 
a.wikia-button:hover,
.wikia-single-button a:hover,
input[type="submit"]:not(.wds-button):hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover:not(.search-submit),
button:hover,
.wikia-menu-button > a:hover,
.wikia-menu-button:not(.combined) > .drop:hover,
.wikia-chiclet-button:hover,
.chat-join:hover {
    background: rgb(242,236,217) !important;
    color: rgb(0,0,0) !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none;
}
 
a.wikia-button:active,
.wikia-single-button a:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active,
button:active,
.wikia-menu-button > a:active,
.wikia-menu-button:not(.combined) > .drop:active,
.wikia-chiclet-button:active,
.chat-join:active {
    background: rgb(0,0,0) !important;
    color: rgb(200,200,200) !important;
    text-decoration: none !important;
}
 
.wikia-menu-button > a,
.wikia-menu-button > .drop {
    background: transparent !important;
    border-radius: 0;
}
 
.wikia-menu-button.secondary > a,
.wikia-menu-button.secondary .drop,
.wikia-menu-button.secondary > li > a {
    text-decoration: none;
    text-shadow: none;
    border-radius: 0;
}

.WikiaMenuElement {
    background: none;
}

.WikiHeader .buttons .contribute ul {
    border: 0;
}

.wikia-menu-button ul,
.wikia-menu-button.secondary ul {
    background: rgba(50,47,45, 0.8);
    border: 0;
}
 
.wikia-menu-button ul li,
wikia-menu-button.secondary ul li {
    border: none !important;
}

.WikiaMenuElement > li:hover {
    border-radius: 0;
}

.wikia-menu-button ul a,
.wikia-menu-button.secondary ul a {
    font-weight: normal;
    border: none !important;
    height: 20px;
}

.wikia-menu-button ul a:hover,
.wikia-menu-button.secondary ul a:hover {
    border: none !important;
    background: rgba(255,255,255, 0.1) !important;
    height: 20px;
    text-shadow: none;
    text-decoration: none;
}
 
.wikia-menu-button.secondary.control-button a {
    border: none !important;
    color: white;
    border-radius: 0;
}

.wikia-button.talk {
    border: none !important;
    height: 20px;
    line-height: 18px !important;
    border-radius: 0;
}

/*********************/
/* END Buttons style */
/*********************/

/**********************************/
/* START Lua InfoboxBuilder style */
/**********************************/

.infobox-table {
    table-layout: auto !important;
    width: 270px !important;
}

.default-infobox-container {
    padding: 0;
    border: none;
    width: 270px;
    border-collapse: collapse;
    background: rgba(0,0,0, 0.15) !important;
}

.default-infobox-title {
    text-align: center !important;
    font-size: 12pt !important;
    padding: 0 !important;
    background: rgb(205,42,18);
    color: rgb(240,240,240) !important;
    text-transform: uppercase;
}

.default-infobox-title .floatleft {
    margin: 0 !important;
}

.default-infobox-header {
    text-align: center;
    color: rgb(212,212,212) !important;
    font-size: 9pt !important;
    text-align: center;
    padding: 0 !important;
}

.default-infobox-header > div.level1 {
    background: rgb(10,10,10);
}

.default-infobox-header > div.level2 {
    border-bottom: 1px solid rgb(103,102,100);
}

.default-infobox-main-image {
    padding: 0 !important;
    text-align: center !important;
    font-size: 8pt;
}
.default-infobox-main-image img {
    max-width: 270px !important;
    margin: 0 auto;
}

.default-infobox-main-image-caption {
    padding: 3px;
    font-size: 9pt;
    text-align: center;
}

.default-infobox-line-left {
    padding: 5px !important;
    font-size: 9pt;
    font-weight: 300 !important;
    vertical-align: top;
    color: rgb(212,212,212) !important;
    border-bottom: none !important;
}

.default-infobox-line-left a {
    color: rgb(212,212,212) !important;
}

.default-infobox-line-right {
    padding: 5px !important;
    font-size: 9pt;
    color: rgb(227,224,204) !important;
    border-bottom: none !important;
}

.default-infobox-line-right table {
    font-size: 8pt;
    line-height: 7.5pt;
}

.default-infobox-line-right table tr,
.classtable tr {
    vertical-align: top;
}

.default-infobox-footer {
    padding: 5px;
    font-size: 9pt;
    text-align: center;
    color: rgb(227,224,204) !important;
    border-bottom: none !important;
}

.default-infobox-footer .ammostats tr th:nth-child(1),
.default-infobox-footer .ammostats tr th:nth-child(2),
.default-infobox-footer .ammostats tr td:nth-child(1),
.default-infobox-footer .ammostats tr td:nth-child(2) {
    border-right: 1px solid rgb(103,102,100);
}

/********************************/
/* END Lua InfoboxBuilder style */
/********************************/

/************************/
/* START Navboxes style */
/************************/

.navbox {
    border-collapse: collapse;
}

.navbox th {
    text-align: center;
    background: rgb(10,10,10);
    padding: 3px;
    color: rgb(212,212,212);
}

.navbox tr:nth-child(odd) {
    background: rgba(0,0,0, 0.2);
}
.navbox tr:nth-child(even) {
    background: rgba(0,0,0, 0.15);
}

.navbox tr td:nth-child(1) {
    font-size: 9pt;
    border-bottom: 1px solid rgb(103,102,100);
    text-align: center;
    color: rgb(212,212,212);
    width: 10px;
}

.navbox tr td:nth-child(2),
.navbox tr td:nth-child(3) {
    border-bottom: 1px solid rgb(103,102,100);
    color: rgb(100,105,108);
}

.navbox th a,
.navbox tr td:nth-child(1) a {
    color: rgb(212,212,212);
}

.navbox th a:hover,
.navbox tr td:nth-child(1) a:hover {
    font-style: italic;
}

.mw-collapsible-toggle {
    font-size: 8pt;
}

/**********************/
/* END Navboxes style */
/**********************/

/* Font weights */

.default-infobox-title b,
.default-infobox-header b,
.navbox th b {
    font-weight: 500;
}

/* Page headers and other H1s */

.WikiaPageHeader h1 {
    margin-left: 0;
}

.WikiaPageHeader .header-container {
    margin-bottom: 4px !important;
}

.wikinav2 .WikiaPageHeader,
.WikiaArticle h1 {
    color: #D5D5D5;
    border-bottom: 1px solid rgb(103,102,100);
    padding-bottom: 7px;
    margin-bottom: 10px;
}

/* Removes main page title */
 
.page-Insurgency_Wiki .WikiaPageHeader {
    display: none;
}

/* Tabs (viewtabs tag and on user pages) */

.tabs {
    padding: 0;
    border-left: 1px solid rgb(196,41,19);
}

.tabs li {
    margin: 0 !important;
}

.tabs li a {
    border: 1px solid rgb(196,41,19);
    border-left: none !important;
    border-radius: 0;
}
 
.tabs li a:hover {
    background: rgba(196,41,19, 0,5);
    border: 1px solid rgb(196,41,19);
    text-shadow: none;
}

.tabs .selected a {
    background: rgba(196,41,19, 0,5);
    border: 1px solid rgb(196,41,19);
    font-weight: normal;
}

.tabs .selected a:hover {
    text-shadow: none !important;
}

/* Recent Activity feed */

.activityfeed > li:not(:first-child) {
    border-top: 1px solid #464646;
    padding-top: 5px;
}

/* Notices and other */

pre,
.toc,
.ajax-poll,
.article-categories,
.notice {
    background: rgba(0,0,0, 0.15) !important;
}

.box,
.boilerplate {
    background: rgba(255,255,255, 0.1) !important;
    border: none !important;
    padding: 4px;
    margin: 10px auto;
    width: 95%;
}

.box > h2 {
    text-align: center;
    background: rgba(0,0,0, 0.2);
    padding: 0.2em 0.4em;
    margin: 0 0 10px 0;
    font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace;
    color: #FFF;
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 1px;
}

/* WikiaRail */

.WikiaRail .module,
.WikiaRail #RIGHT_SKYSCRAPER,
#WikiaNotifications li div,
.top-wiki-articles {
    background: rgba(255,255,255, 0.1) !important;
    border: none !important;
}

/* Category lists */

.article-categories {
    border: none;
}

.special-categories {
    color: rgb(212,212,212) !important;
}

#CategorySelectAdd,
.categories .last {
    display: none !important;
}

/* Tables */

.article-table {
    background: none;
}

.article-table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.2);
}
.article-table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.15);
}

.article-table th {
    border-bottom: 1px solid rgb(103,102,100);
    background: rgba(255,255,255, 0.05) !important;
}

.article-table td {
    border-bottom: 1px solid rgb(103,102,100);
}

.wikitable {
    background: none !important;;
}

.wikitable {
    border: 1px solid rgb(103,102,100);
}

.wikitable th {
    border: 1px solid rgb(103,102,100) !important;
    background: rgba(255,255,255, 0.05) !important;
    padding: 5px !important;;
}

.wikitable td {
    border: 1px solid rgb(103,102,100) !important;
    background: rgba(0, 0, 0, 0.15) !important;
    padding: 5px !important;;
}

/* Pop-up screens */

.modalWrapper {
    border: none;
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.5) !important;
}

.modalWrapper .LightboxHeader {
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.5) !important;
}

.modalWrapper .LightboxCarousel {
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.5) !important;
}

.modalWrapper .ArticlePreview {
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.2) !important;
    border: none !important;
}

.WikiaLightbox {
    background: rgb(0,0,0);
    background: rgba(0, 0, 0, 0.5) !important;
}

li.selected {
    background: none !important;
}

/* Polls */

.ajax-poll .pollAnswerVotes {
    background: linear-gradient(to right, rgb(40,30,30), rgb(70,50,30), rgb(40,30,30));
}

.ajax-poll .pollAnswerVotes div {
    background: rgb(242,236,217) !important;
    transition: width 1s;
}

.ajax-poll .pollAnswerVotes div span {
    color: black !important;
}

/* Galleries */

.gallery-image-wrapper {
    border: transparent;
    background: none;
}

/* Category navigation */

.category-gallery-item img {
    background: none;
    border: none;
    box-shadow: none;
}

.catnav img,
.category-gallery-item {
    opacity: 0.8;
}

.catnav img:hover,
.category-gallery-item:hover {
    opacity: 1;
}

.category-gallery-item .details {
    border-radius: 0 !important;
}

.category-gallery-item .snipped:hover .text {
    text-shadow: none !important;
}

.category-gallery-item .quote {
    display: none !important;
}

/* Comments */

blockquote.speech-bubble-message {
    background: none !important;
    padding: 5px 12px !important;
    border-radius: 0 !important;
}

blockquote.speech-bubble-message:before {
    display: none !important;
}

blockquote.speech-bubble-message.current {
    background: inherit !important;
    border-right: 4px solid orange;
}

/* User pages */

.masthead-info {
    background: rgba(255,255,255, 0.1) !important;
    border-radius: 5px !important;
}

.masthead-info hgroup {
    background: rgba(0,0,0, 0.2) !important;
}

.masthead-info-lower:before {
    display: none !important;
}

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

.allpagesredirect {
    font-style: italic;
}

.allpagesredirect:after {
    color: #808080; content: " (redirect)"
}

.watchlistredir {
    font-style: italic;
}

/* Dark_text_2 class (would normally be link colour like dark_text_1) */

.dark_text_2 {
    color: #8B8B8B;
}

/* Black text in achievements help screen */

.gold,
.silver,
.bronze {
    color: black;
}

/* LastEdited */

/* not active css as long as js cant be fixed

.lastEdited {
    float: right;
    margin-top: 7px;
}

/* Wordmark hover effect */

#WikiHeader .wordmark img {
    opacity: 0.85;
}
 
#WikiHeader .wordmark img:hover {
    opacity: 1;
}

/* Mod pages */

.ns-112 .WikiaPageBackground {
    background: rgb(27,40,65);
}

.ns-112 .WikiaArticle {
    background: rgba(34,58,82, 0.3);
    padding: 4px 10px;
}

.ns-112 .WikiaFooter {
    display: none;
}

/*********************/
/* User name colours */
/*********************/

/* Admins */

a[href="/wiki/User:Qwertyguns"],
a[href="/wiki/User:Yingerman"],
a[href="/wiki/User:Ysbert"] {
    color: rgb(140,198,61) !important;
}

/* Developers */

a[href="/wiki/User:Nwi.sswires"] {
    color: rgb(255,165,0) !important;
}

/*******************************************************************************/
/* Typography fix                                                              */
/* Original by http://community.wikia.com/wiki/User:Undead.exe/OldFontSize.css */
/*******************************************************************************/

/* Bulk of original code */
 
@media only screen and (min-width:1576px) {
    .WikiaPage .WikiaArticle,
    .WikiaPage .WikiaArticle .infobox,
    .WikiaPage .WikiaArticle blockquote {
        font-size: 14px;
        line-height: 22px;
    }
    .WikiaPage .WikiaArticle li {
        line-height: inherit;
    }
    .WikiaPage h1, {
        font-size: 28px;
        line-height: 28px;
    }
    .WikiaPage h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .WikiaPage .wikia-page-header h2 {
        font-size: 14px;
        line-height: 22px;
    }
    .WikiaPage h3 {
        font-size: 17px;
        line-height: 22px;
    }
    .WikiaPage h4, .WikiaPage blockquote {
        font-size: 15px;
        line-height: 22px;
    }
}
 
/* Headers on Edit Page */
 
@media only screen and (min-width:1576px) {
    .EditPageHeader h1 {
        font-size:18px;
        line-height: 22px;
    }
    .EditPageHeader h2 {
        font-size:14px;
    }
}
 
/* Headers on Recent Changes */
 
@media only screen and (min-width:1576px) {
    .AdminDashboardHeader h1 {
        font-size:20px;
        line-height: 40px;
    }
        .AdminDashboardGeneralHeader h1 {
        font-size:16px;
    }
}
Advertisement