Age of Empires Castle Siege 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.
/* Tabber */


.tabberlive {
	/* tabber wrapper style */
    margin:0px !important;
}

.tabbernav  { /* remove border */
  border: none !important; 
  margin:0px;
  padding: 0;
}

.tabberlive .tabbertab {
 padding:0 !important;
 border-style: none !important;
 border-top:0;
}

.tabberlive .tabbertab p {
 margin:0px 0px 0px 0px !important;
}


/** Selected Tab **/
.tabberlive > .tabbernav > li.tabberactive > a {
	/* selected tabber tab */
    color: #D5D4D4 !important;
    background-color: #4B4B4B;
}

/** NOT selected Tab **/
ul.tabbernav li a { 
    line-height: 28px;
    margin:0px;
    padding: 0px 0px 0px 0px;
}

/* Inactive Tab */
ul.tabbernav li a:link { 
    color: #D5D4D4 !important;
    border: 1px solid #FEC356 !important;
    background-color: #5E5E5E;
}

/** Selected Tab when hovered **/ 
.tabberlive > .tabbernav > li.tabberactive > a:hover {
    color: #D5D4D4 !important;
    background-color: #4B4B4B;
}

/** Inactive Tab when hovered **/
ul.tabbernav li:hover a:link {
    opacity: 0.8; 
    filter:alpha(opacity=80);
    background-color: #505050;
}


/*** END Tabber ***/



/* TabView */
/** All Tabs **/
ul.tabs {
    border: none !important; 
    margin: 0;
    padding: 0;
}

/** Selected Tab **/
ul.tabs li.selected a {
    color: #D5D4D4 !important;
    background-color: #4B4B4B;
}
 
/** NOT selected Tab **/
ul.tabs li a {
    color: #D5D4D4 !important;
    border: 1px solid #FEC356 !important;
    background-color: #5E5E5E;
    padding: 0 4px 0 4px;
    margin:2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: bold;
}

/** NOT selected Tab when hovered **/
ul.tabs li a:hover {
    opacity: 0.8; 
    filter:alpha(opacity=80);
    background-color: #505050;
}

/** Selected Tab when hovered **/ 
ul.tabs li.selected a:hover {
    padding-bottom:0;
}
 
/** Contents of the selected tab **/
.tabBody.selected {
    min-height: 0;
}


/* Main page */
/** General **/
.mainpage-box {
    -moz-box-sizing: border-box;
	 box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*** background-color: #5E5E5E; ***/
    background-color: #EEDEAE;
    border: 1px solid #FEC356;
    margin: 0px auto 20px;
    padding: 10px;
    position: relative;
    width: 100%;
}
 
.mainpage-header {
    -moz-box-sizing: border-box;
	 box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    /* prev color: white; */
    color: #553311;
    font-size: 15px;
    height: 44px;
    margin: 0px auto;
    padding-left: 15px;
    padding-top: 10px;
    text-shadow: 0px 0px 10px #1B7E95;
    text-transform: uppercase;
    width: 100%;
}
 
.mainpage-box .wrapper {
    width: 300px;
    margin: 0 auto;
}
 
.mainpage-box .header, .mainpage-box .box-header {	 
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #000000;
    text-align: left;
}
 
/** Welcome box **/
.mainpage-box-welcome {
     padding-top: 5px;
}
 
.mainpage-box-welcome .header {
     color: #FEC356;
     font-size: 16px;
     font-weight: bold;
     margin-bottom: 10px;
}
 
.mainpage-box-welcome .text {
     font-size: 14px;
     text-align:justify;
}

.mainpage-image {
    margin-right: 10px;
}
 
/** Contents box **/
.mainpage-box-contents {
     text-align: center;
}
 
.mainpage-box-contents .content {
    margin-bottom: -20px;
    margin-left: -20px;
}
 
.mainpage-box-contents .content-item {
    color: #57C7DF;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}
 
.mainpage-box-contents .content-item img {
     margin-bottom: 5px;
}
 
/** Updates box **/
 .mainpage-box-updates{
    margin-top: 5px;
    font-size: 12px;
}

/** Trailer Video box **/
.mainpage-box-trailer .video {
    margin-top: 5px;
}
 
/** Recent Activity box **/
.mainpage-box-activity .feed {
     margin-left: -10px;
     font-size: 12px;
}

/** Social box **/
.mainpage-box-activity .social {
    margin-left: auto;
    margin-right: auto
}
 
/** Chat box **/
.mainpage-box-chat {
     text-align: center;
}
 
.mainpage-box-chat .ChatModule {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}
 
.mainpage-box-chat .chat-whos-here {
     border: 1px solid #295e69;
}

/*** Video ***/

.noCaption .article-thumb figcaption {
	display:none;
}

/*** END Video ***/

.RelatedPagesModule {display: none;}

/*** Slider ***/

.wikiaPhotoGallery-slider-body {
    background: none !important;
}

/*** END Slider ***/

/*** Red PortableInfobox Theme ***/

.pi-theme-red {
    width: 256px;
    /*** background-color: #5E5E5E; ***/
    background-color: #EEDEAE;
}

.pi-theme-red .pi-image-thumbnail {
    max-width: 256px;
    height: auto;
}

.pi-theme-red .pi-title {
    padding: 1px 5px;
    /*** background-color: #505050; ***/
    background-color: #E0D0A0;
}

.pi-border-color {
    /*** background-color: #505050; ***/
    background-color: #E0D0A0;
}

.pi-theme-red.pi-background {
    /*** background-color: #5E5E5E; ***/
    background-color: #EEDEAE;
}

.pi-theme-red .pi-secondary-background {
    /*** background-color: #505050; ***/
    background-color: #E0D0A0;
}

.pi-theme-red .pi-navigation {
padding: 0;
    /*** background-color: #5E5E5E; ***/
    background-color: #EEDEAE;
}
.pi-theme-red .pi-data-label {
   flex-basis: 192px;
   text-align: right;
}

.pi-theme-red .pi-horizontal-group-item
{
    text-align: center;
    padding: 1px 0px 1px 0px;
}

.pi-theme-red .item-type-key-val {
    padding: 1px 0px 1px 0px;
}

/*** END Red PortableInfobox Theme ***/


/*** Table ***/
.article-table {
    /*** background-color: #5E5E5E; ***/
    background-color: #EEDEAE;
	text-align: right;
}

.article-table th {
    /*** background-color: #505050; ***/
    background-color: #E0D0A0;
	text-align: center;
    font-weight: normal;
}

/*** END Table ***/
Advertisement