Titanfall Wiki
Advertisement
Titanfall Wiki

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.
/* Hover Class */
.hoverimage img { opacity:0.70; filter:alpha(opacity=70); /* For IE8 and earlier */ }
.hoverimage img:hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ }

/* Navigation Hover Class */
.hovernav img { opacity:0.70; filter:alpha(opacity=70); /* For IE8 and earlier */ }
.hovernav img:hover { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ }
.PortalFooter {
	padding:5px;
	text-align:center;
	background: rgba(20, 20, 20, 0.7);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
	border:1px solid rgba(44, 165, 197, 0.7);
}

/* Bloglisting links color */
.page-Titanfall_Wiki .WikiaBlogListing a {color:white !important}


/******************/
/** TEMPLATE CSS **/
/******************/
 
/** Default **/
 
.PrimaryColor {
	background: #2e2e2e;
	border-color: rgba(44,165,197,0.7);
	border-style: solid;
}
 
.SecondaryColor {
	background: #1d1d1d;
	border-color: #2e2e2e;
	border-style: solid;
}
 
.TertiaryColor {
	background: #3b3b3b;
	border-color: #2e2e2e;
	border-style: solid;
}

.BorderColor {
	background: rgba(44,165,197,0.7);
}
/* Disable gallery uploader */
    /* Probably the worst image uploader known to mankind */
.wikia-photogallery-add, .wikia-button noprint {display:none !important;
}

/* Navboxes skin */
 
table.navbox {
    background-color: #2E9AFE;
    clear: both;
    font-size: 90%;
    text-align: center;
    width: 100%;
}
 
table.navbox th {
    background-color: #424242;
    padding-left: 1em;
    padding-right: 1em;
}
 
table.navbox td.navbox-group, th.navbox-group {
    white-space:nowrap !important;
    background: #2E2E2E !important; 
    color: #2E2E2E !important; 
    font-weight: bold !important; 
    padding: 4px 10px !important; 
}
 
table.navbox td.navbox-list {
    background: #424242 !important; 
    padding: 0px 5px !important;
}
 
table.navbox tr:not(:first-child) th {
    background-color: #424242;
}

/**********************************/
/*          table styles          */
/**********************************/

/* --- TABLES --- */
 
/* table 1 style */
 table.table1 {
  border: 1px solid #131313;
  padding: 5px;
  font-size: 90%;
  background: #0e0e0e;
  opacity: 1;
  margin: 0.5em 0em 1em 0.5em;
 }
 table.table1 th {
  background-color: #06090C;
  padding: 0 0.5em;
 }
 table.table1 caption {
  font-size: 120%;
  font-weight: bold;   
 }
 table.table1 tr:not(:first-child) th { background-color: #06090C; }
 
 table.extrapadding td {
   padding-left: 4px;
   padding-right: 4px;
 }
 
 table.td-right td { text-align: right; }
 
table.table1 tr:nth-child(even) {
    background:#161616;
}
/* Headlines tweaks */
 
.WikiaArticle h2 {
    font-size: 19px;
    margin-top: 20px;
}
 
/* Headers */
.WikiaArticle h3 {font-weight:bold}
.WikiaArticle h4 {font-weight:bold}
.ns--1 .WikiaArticle h4 {font-weight: normal}
.WikiaArticle .editsection {font-weight:normal}

/* highlight bureaucrats with a gold color */
a[href="/wiki/User:Registered_contributor"] {color:#FBB117 !important}
a[href="/wiki/User:NinjaFatGuy"] {color:#FBB117 !important}
 
/* highlight administrators with a lime green color */
a[href="/wiki/User:JCuber"] {color:#32CD32 !important}
 
/* highlight rollbacks with an orange color */
a[href="/wiki/User:ArrowTwoActual"] {color:#FF8000 !important}
a[href="/wiki/User:Doctor_Fluffy"] {color:#FF8000 !important}
Advertisement