Pantheon: Rise of the Fallen 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.
/***************************************/
/* CSS placed here affects all users */
/***************************************/

.mobileonly {
    display: none;
}


/***********************/
/* Background Styles /* 
/***********************/

.page__main {
    background-color: #1a1b1eE6;
}

/***********************************************/
/* Color fixes for the searchable datatables /* 
/***********************************************/

/* Changes the color of the text within the show entries table */
.dataTables_wrapper .dataTables_length select {
    color: #5477dd !important; /* This is the blue accent color from the Theme Designer */
}

/* Changes the font color for most of the font used by datatables */
.dataTables_wrapper, .dataTables_length, .dataTables_wrapper, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_info, body .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: white !important;
}

/************************************/
/* Testing Front Page Layout Area /* 
/************************************/

/* Front page structure */
.fpbox {
    margin: 5px;
    padding: 5px;
    overflow: auto;
    width: calc(100% - 2px);
}

.fpbox.plain {
    background: transparent;
    border: none;
    box-shadow: none;
}

.fpbox .heading,
.fpbox .mainheading,
.fpbox .welcome {
    margin: 0 0 10px;
    padding: 0 0 5px;
    overflow: auto;
}

.fpbox .mainheading,
.fpbox .welcome {
    font-size: 150%;
    font-weight: bold;
}

.fpbox .heading {
    text-align: center;
    font-size: 132%;
}

.linkslabel {
    margin: 15px 5px 5px;
    padding: 0 0 5px;
}

/* Template:FP links styles */
.fplinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    text-align: center;
}

.fplink-outer {
    padding: 5px;
    flex-basis: calc(25% - 10px);
    width: calc(25% - 15px);
    min-width: 115px;
    display: inline-block;
    vertical-align: middle;
}

.fplink-wide {
    flex-basis: calc(33% - 10px);
    width: calc(33% - 15px);
}

.fplink-fullwidth {
    flex-basis: 100%;
    width: calc(100% - 15px);
    font-weight: bold;
}

.fplink {
    padding: 0.5em;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: table;
}

.fplink-plain {
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.fplink-inner {
    display: table-row;
}

.fplink a {
    display: table-cell;
    vertical-align: middle;
}

.fplink img {
    max-width: 150px;
    width: 100%;
    height: auto;
}


/* this CSS governs the responsive 2 column main page layout */
#fp-2column.fp-container {
    display: grid;
    grid-template-areas: "a" "b" "c";
    grid-template-columns: 100%;
}
@media screen and (min-width:990px) {
    #fp-2column.fp-container {
        grid-template-areas: "a b" "c c";
        grid-template-columns: 50% 50%;
    }
}
@media screen and (min-width:1350px) {
    #fp-2column.fp-container {
        grid-template-areas: "a b" "c b";
        grid-template-columns: auto 520px;
    }
}

#fp-top {
    grid-area: a;
}

#fp-flex {
    grid-area: b;
}

#fp-bottom {
    grid-area: c;
}

/* end responsive 2 column main page layout */

/* Front page appearance styles */
.fpbox .heading,
.fpbox .mainheading {
    border: 0;
    border-bottom: 1px solid #ffffff66;
}

.fpbox {
    background: #1a1b1eE6;
    border: 1px solid #ffffff66;
    box-shadow: 0 2px 5px #505050;
}

.fplink:not(.fplink-plain) {
  
    border: 1px solid #ffffff66;
}

.fplink-fullwidth .fplink:not(.fplink-plain) {
    background: #1a1b1eE6;
}

.linkslabel {
    border-bottom: 5px solid #ffffff66;
}

/* Template:FP links styles */
.fplinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    text-align: center;
}

.fplink-outer {
    padding: 5px;
    flex-basis: calc(25% - 10px);
    width: calc(25% - 15px);
    min-width: 115px;
    display: inline-block;
    vertical-align: middle;
}

.fplink-wide {
    flex-basis: calc(33% - 10px);
    width: calc(33% - 15px);
}

.fplink-fullwidth {
    flex-basis: 100%;
    width: calc(100% - 15px);
    font-weight: bold;
}

.fplink {
    padding: 0.5em;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: table;
}

.fplink-plain {
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.fplink-inner {
    display: table-row;
}

.fplink a {
    display: table-cell;
    vertical-align: middle;
}

.fplink img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

/******************/
/* Table Stripes /* 
/*****************/

table.zebra tr.odd {
	background-color: #000000;
}

/*****************/
/* Tabber Styles /* 
/*****************/

.tabber {
    /* tabber wrapper style */
}

/* tabber visible content */
.tabber > .wds-tab__content.wds-is-current { 
}

/* tabber tabs */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab {
}

/* tabber tab labels */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab > .wds-tabs__tab-label {    
}

/* tabber tabs when being hovered */
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab:hover {

}
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab > .wds-tabs__tab-label:hover {
    /* tabber tab labels when being hovered */
}
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab:active {
    /* tabber tabs when being clicked */
}
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab > .wds-tabs__tab-label:active {
    /* tabber tab labels when being clicked */
}
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current {
    /* selected tabber tab */
}
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current:hover {
    /* selected tabber tab when being hovered */
}
.tabber > .wds-tabs__wrapper > .wds-tabs > .wds-tabs__tab.wds-is-current:active {
    /* selected tabber tab when being clicked */
}
.tabber > .wds-tabs__wrapper > .wds-tabs__arrow-right,
.tabber > .wds-tabs__wrapper > .wds-tabs__arrow-left {
    /* tabber arrows */
}

/* template:main_page */
.block {
    background-color: var(--theme-page-background-color--secondary);
    border: 1px solid var(--theme-border-color);
    line-height: 14px;
    overflow: auto;
    padding: 12px;
    word-wrap: normal;
    display: block;
    font-family: monospace;
    white-space: pre;
}

/* Main page box styles */
.mpbox1 {
    background-color: var(--theme-accent-color);
}

.mpbox2 {
    background-color: var(--theme-message-color);
}

/* default skin for navigation boxes * Credit: Templates Fandom /
 table.navbox {
    background-color: #f9f9f926;
    border: 1px solid #aaaaaa40;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}
table.navbox th {
    background-color: #ddddff36;
    padding-left: 1em;
    padding-right: 1em;
}
table.navbox tr:not(:first-child) th {
    background-color: #ddddff36;
}
@media print {
    .navbox {
        display: none;
    }
}

.codeEditor-ui-toolbar .tabs span.tab-templates {
	display: none;
}
Advertisement