Wikia Fate Grand Order Việt Nam
Advertisement

Chú ý: Sau khi lưu trang, có thể bạn sẽ phải xóa bộ nhớ đệm của trình duyệt để xem các thay đổi.

  • Firefox / Safari: Nhấn giữ phím Shift trong khi nhấn Tải lại (Reload), hoặc nhấn tổ hợp Ctrl-F5 hay Ctrl-R (⌘R trên Mac)
  • Google Chrome: Nhấn tổ hợp Ctrl-Shift-R (⇧⌘R trên Mac)
  • Internet Explorer / Edge: Nhấn giữ phím Ctrl trong khi nhấn Làm tươi (Refresh), hoặc nhấn tổ hợp Ctrl-F5
  • Opera: Nhấn tổ hợp Ctrl-F5.
/** IMPORTS Fonts others **/

@import url('<nowiki>https://fonts.googleapis.com/css?family=Roboto'</nowiki>);

@import url('<nowiki>https://fonts.googleapis.com/css?family=Oswald'</nowiki>);

@import url("/MediaWiki:Tooltips.css?ctype=text/css&action=raw"); /*Current Tooltips.js*/

@import url("/MediaWiki:ImageTooltip.css?ctype=text/css&action=raw"); 

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:TZclock.css&only=styles";<div></div>

/* Hide Content on Desktop */
@media screen and (min-width: 322px) {
  .hiddendesktop, .HiddenDesktop, .Hiddendesktop, .hiddenDesktop, .HIDDENDESKTOP {
      display: none;
   }
}

/* Animated Link Highlighting */
a {
   transition: color 0.2s ease-in;
}

a:hover {
  color: #1f2557;
  text-decoration: none;
}

/*=================================================================
=
=                       Wikia Content Changes                      
=
=================================================================*/

/*
All CSS that changes the display of core Wikia content/features
should go here, with an explanation of what it does and why it's
being used.  If it was approved through Wikia, add a note with
(Your Username/Staff Username; Mmm DD, YYY).  This is mainly here to
reduce the workload on staff of sorting through a massive CSS file
if they see something they dislike.
*/

/* Display Share Buttons & Pages on Wiki as a row instead of stacking
them.  This is to conserve vertical space near the header.  Not
Approved, shouldn't violate customization guidelines. */
.header-column.header-tally {
  display: inherit;
}

#PageShareContainer {
  display: inherit;
}

/* Hide Sub Namespace from the Search bar by default, although this
is a content namespace, these are "low importance" pages that are
usually navigated to from another page (Such as Servant Dialogue or
Interludes).  Approved (ChuckTerry/Timothy Quievryn; Feb 23, 2016). */
.autocomplete div[title^=Sub\:] {
  display: none;
}

/* Because of how cascading categories work (ignoring includeonly and
 such), hide the GUI Add Category Button.  Adding them from the source
 editor makes management a WHOLE lot easier.  Not Approved, though 
 needed based on how we handle categories. */
#CategorySelectAdd {
  display: none;
}

/*=================================================================
=
=                          Main Page Styling                       
=
=================================================================*/

.mpheader { text-align:center;
  color: #1f2557;
  padding-top: 2px;
  padding-bottom: 2px;
}

.mpheaderbg {
  background: #cbc5f4;
}

.mptext { font-size: small;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
  
.mpborder {
  border-style: solid;
  border-width: 2px;
  border-color: #cbc5f4;
  margin-top: 15px;
  margin-bottom: 15px;
}


.homeNav .article-table td{
  border-bottom: 0;
}

/* Main Page Icon Transition Effects */
/* Fix Aimed at the Fade-in/Fade-out Effect of the Homepage's Main Buttons */
/* CSS Properties for classes ".divar", ".divqu" and ".divas" have been deleted due to not having an use of these anymore*/
 
.spanse, .spancr, .spanmm, .spanen, .spanqunew, .spansk{
float:left;
display: block;
position: relative;
z-index: 99;
}
 
.spanse2, .spancr2, .spanmm2, .spanen2, .spanqunew2, .spansk2{
transition-duration: 1s;
transition-timing-function: ease-out;
display: block;
position: absolute;
z-index: 100;
}
 
.spanse2, .spancr2, .spanmm2, .spanen2, .spanqunew2, .spansk2 {
opacity: 0;
}
 
.spanse2:hover, .spanmm2:hover, .spanen2:hover, .spancr2:hover , .spanqunew2:hover, .spansk2:hover{
opacity: 100;
} 

/*=================================================================
=
=                          Infobox Styling                         
=
=================================================================*/
 
/* ==================== Standard Infobox ==================== */
.infobox {
   border: 1px solid #cccccc;
   background-color: transparent;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 2px solid #87CEEB;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
 
/* Hide picture attribution */
.attribution {display:none ; }
 
/*========== Custom Tabber  ==========*/
.tabberlive .tabbertab {
    border:none !important;
}
 
ul.tabbernav {
    background-color: #0b287b !important;
    padding: 2px 0 !important;
}
 
ul.tabbernav .tabberactive a {
    background-color:#4b708a !important;
    border-radius: 3px !important;
    border: none !important;
    color: white !important;
}
 
ul.tabbernav li a {
    border-radius: 0 !important;
    border: none !important;
    color: white !important;
    margin:0 !important;
    padding:8px !important;
}
/* TABBER DIMENSIONS (Fixes the overlap glitch on tabber tabs) */
.tabbernav li {
    display: inline-block !important;
    margin: 8px 0 !important;
}
 
/* ======= custom tabber inner call #npname-tab =======*/
#npname-tab .tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-bottom: 3px solid #2aa198 !important;
    padding: 0.3em 0 !important;
}
#npname-tab .tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
#npname-tab .tabberactive a {
    color: white !important;
    background: #2aa198 !important;
}
#npname-tab .tabbernav :not(.tabberactive) a:hover {
    background: rgba(42,161,152, 0.2) !important;
}
#npname-tab .tabbertab {
    border: none !important;
    padding: 0 !important;
}
 
 
/* ==================== Portable Infobox ==================== */
/* Wrapper Styling */
.pi-theme-wikia {
  text-align: left;
  font-size: 85%;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  width: 240px;
}
 
/* Styles the Infobox Title */
.portable-infobox .pi-title {
  text-align: center;
  font-size: large;
  font-weight: bold;
  line-height: 1.2em;
  background: #1F2557;
  color: white;
  margin: 5px 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-style: normal;
  border-radius: 5px;
}
 
/* Adds a 5% Blank Area to the edges of the Images */
.pi-image a img {
  width:95%;
  height:95%;
}
 
/* Style Gallery Tabs for Images */
.pi-image-collection-tabs {
  font-size: 9px;
  line-height: 8px;
  padding: 3px 0.5em;
  border: none;
}
 
/* Make the 5% Area above Transparent */
.pi-image-collection-tab-content {
  margin: 0;
  background: transparent;
}
 
/* Styles Non-Collapsible Headers */
.portable-infobox .pi-header {
  text-align: center;
  font-size: small;
  background: #1F2557;
  color: white;
  margin-top: 2px;
  margin: 2px 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-style: normal;
  border-radius: 5px;
}
 
/* Styles Collapsible Headers */
.pi-collapse .pi-horizontal-group .pi-header,
.pi-collapse .pi-header {
  background: #cbc5f4;
  color: #1f2557;
}
 
/* Remove horizontal borders between data sets */
.portable-infobox .pi-group,
.pi-group .pi-data {
  border: none;
}
 
/* Increase the Area available for the Labels */
.pi-data-label {
  flex-basis: 180px;
}
 
/* Template:PI-Nester Styles (Fixes Borders) */
.pi-group-nested .pi-header::after {
  border-style: none;
}
 
.pi-data:last-of-type + .pi-group {
  border-top-style:none;
}
 
/*=================================================================
=
=                          Template Styling                         
=
=================================================================*/
/* See Portable Infobox section fo [[Template:PI-Nester]] */
 
 
/* ==================== Template:Inum ==================== */
/* Wrapper */
.InumWrapper {
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  position:relative;
}
 
/* Image */
.InumIcon {
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
}
 
/* Invisible Image for Linking */
.InumIconTop {
  position:absolute;
  bottom:1px;
  left:0;
  opacity:0;
}
 
/* Desktop Text Styles/Position */
.InumWrapper > .InumNum {
  position:absolute;
  bottom: -4px;
  left: 2px;
  color: white; 
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-2px -2px 4px #000,2px -2px 4px  #000,-2px 2px 4px #000,2px 2px 4px #000;
}
 
/* Mobile Text Styles/Position */
.InumMobileDisplay {
  color: white; 
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-2px -2px 4px #000,2px -2px 4px  #000,-2px 2px 4px #000,2px 2px 4px #000;
}
 
/* Hide on Desktop Display */
@media screen and (min-width:322px) {
  .InumMobileDisplay {
      display:none;
  }
}
 
/* ================= Template:PageNotice ================= */
 
.PageNotice { 
  background-color: #f6f7fb;
  border: 1px solid #1f2557;
  border-radius: 5px;
}
 
.PageNotice-Image {
  border: none;
  padding-left: 25px;
}
 
.PageNotice-Text {
  border: none;
  padding-left: 25px;
  padding-right: 25px;
}
 
 
 
 
/* =================== End Template Styles ========================== */

/* ================= Custom Tabview =========================== */
/* Selected Tab */
ul.tabs li.selected a {
    background: White !important;
    color: Black !important;
    border: 2px solid #d7d7d7 !important;
    border-bottom: none !important;
}
 
/* Normal Tab; NOT selected */
ul.tabs li a {
    background: #0a3073 !important;
    color: White !important;
    border: 2px solid #d7d7d7 !important;
    border-bottom: none !important;
}
 
/* ==================== USER PROFILE BOX ==================== */
 
#UserProfileMasthead .tag-container .autoconfirmed-user {
	display: none !important;
}
 
#UserProfileMasthead .tag-container .rollback-user {
	display: none !important;
}
 
/*
#UserProfileMasthead2 .tag-container .rollback-user {
	display: none !important;
}
 
#UserProfileMasthead2 .tag-container .autoconfirmed-user {
	display: none !important;
}
*/
 
.UserProfileMasthead .masthead-info {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
    zoom: 1;
    background-image: url('https://vignette.wikia.nocookie.net/fategrandorder/images/2/21/User_Profile_Decor.png');
    margin-left: 165px;
}
 
/*
.UserProfileMasthead2 .masthead2-info {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
    zoom: 1;
    background-image: url('https://vignette.wikia.nocookie.net/fategrandorder/images/b/b8/User_Profile_Decor_Cause_Rank.png');
    margin-left: 165px;
}
*/

 
/* ============================ Other Styles ============================ */
 
/* Hide "Servants with Skill" on Servant Pages */
.Servant .ServantsWithSkill {
  display: none;
}
 
/*Active Skill Flytabs *//*
#flytabs_ActiveSkillMain {
  padding-bottom:6px;
}
 
#flytabs_DamageUp ul.tabs,
#flytabs_NoblePhantasm ul.tabs,
#flytabs_Critical ul.tabs,
#flytabs_Defensive ul.tabs,
#flytabs_Healing ul.tabs,
#flytabs_EnemyLockdown ul.tabs {
  margin: auto;
  width: 95%
}
 
#flytabs_DamageUp ul li,
#flytabs_NoblePhantasm ul li,
#flytabs_Critical ul li,
#flytabs_Defensive ul li,
#flytabs_Healing ul li,
#flytabs_EnemyLockdown ul li {
  background-color: #ADB2E9;
  border: 1px solid #1F2557;
  border-radius: 10px;
  margin: 2px;
}
 
#flytabs_DamageUp ul.tabs li a,
#flytabs_NoblePhantasm ul.tabs li a,
#flytabs_Critical ul.tabs li a,
#flytabs_Defensive ul.tabs li a,
#flytabs_Healing ul.tabs li a,
#flytabs_EnemyLockdown ul.tabs li a,
#flytabs_DamageUp ul.tabs li a {
  background: #1F2557;
  color: #B6B0E2;
  font-weight: bold;
  top: 0;
  border-radius:10px;
  font-size: 0.95em;
  box-shadow: 2.5px 2.5px 8px #888888;
  transition: text-shadow 0.5s, box-shadow 0.6s, font-size 0.3s, color 2s, background 1s;
  transition-timing-function: ease-out;
}
 
#flytabs_DamageUp ul.tabs li.selected a,
#flytabs_NoblePhantasm ul.tabs li.selected a,
#flytabs_Critical ul.tabs li.selected a,
#flytabs_Defensive ul.tabs li.selected a,
#flytabs_Healing ul.tabs li.selected a,
#flytabs_EnemyLockdown ul.tabs li.selected a,
#flytabs_DamageUp ul.tabs li.selected a {
  background: #ADB2E9;
  border: 1px solid #1F2557;
  border-radius:10px;
  color: #fff;
  font-size: 1.1em;
  /*text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-2px -2px 4px #000,2px -2px 4px  #000,-2px 2px 4px #000,2px 2px 4px #000;*//*
  box-shadow: 1px 10px 20px #ADB2E9;
  transition: text-shadow 1s, box-shadow 0.5s, font-size 0.5s, color 0.5s, background 0.5s;
  transition-timing-function: ease-out;
}*/
 
/*Other Items Flytabs *//*
#flytabs_OtherItemsMain {
  padding-bottom:6px;
}
 
#flytabs_Miscellaneous ul.tabs,
#flytabs_EventItems ul.tabs {
  margin: auto;
  width: 95%
}
 
#flytabs_Miscellaneous ul li,
#flytabs_EventItems ul li {
  background-color: #ADB2E9;
  border: 1px solid #1F2557;
  border-radius: 10px;
  margin: 2px;
}
 
#flytabs_Miscellaneous ul.tabs li a,
#flytabs_EventItems ul.tabs li a {
  background: #1F2557;
  color: #B6B0E2;
  font-weight: bold;
  top: 0;
  border-radius:80px;
  font-size: 0.95em;
  box-shadow: 2.5px 2.5px 8px #888888;
  transition: text-shadow 0.5s, box-shadow 0.6s, font-size 0.3s, color 2s, background 1s;
  transition-timing-function: ease-out;
}
 
#flytabs_Miscellaneous ul.tabs li.selected a,
#flytabs_EventItems ul.tabs li.selected a {
  background: #ADB2E9;
  border: 1px solid #1F2557;
  border-radius:8px;
  color: #fff;
  font-size: 1.4em;
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-2px -2px 4px #000,2px -2px 4px  #000,-2px 2px 4px #000,2px 2px 4px #000;
  box-shadow: 1px 10px 20px #ADB2E9;
  transition: text-shadow 1s, box-shadow 0.5s, font-size 0.5s, color 0.5s, background 0.5s;
  transition-timing-function: ease-out;
}*/
 
/* === USERBOXES  === */
 
table.userbox { float:left; margin:0.2em; padding:0; border-width:1px; border-style:solid; }
table.userbox td.left, table.userbox td.right { text-align:center; vertical-align:middle; font-size:1.6em; padding:0; }
table.userbox td.main { padding:0 4px; vertical-align:middle; line-height:125%; font-size:0.9em; }
 
table.userbox { border-color:#aaa; background:#f8f8f8; }
table.userbox td.left, table.userbox td.right { background:#d8d8d8; }

/* ============================ Test Styles =========================== */
 
/* New Infobox Thingy Testing, See Gilgamesh's Page for a preview. */
.ServantInfoWrapper {
  border: 2px solid #cbc5f4;
  border-radius: 10px;
  margin: 10px 0 10px 0;
  padding: 0 7px 0 7px;
  background: #f9f9f9;
  background-image: url("https://vignette.wikia.nocookie.net/fategrandorder/images/e/e6/Magic_Circle_SPS.png/revision/latest?cb=20180206174628&path-prefix=vi");
}
 
.ServantInfoWrapper ul.pi-image-collection-tabs li:not(.current) {
  background: #E5E5E5;
}
 
.ServantInfoClass {
  display: inline;
  position: relative;
  top: -10px;
  right: 7px;
}
 
.ServantInfoName {
  display: inline;
  font-size: 2.2em;
  font-family: Times New Roman, Serif;
  position: relative;
  top: 2px;
}
 
.ServantInfoStars {
  float: right;
  width: 240px;
  text-align: center;
  font-size: 30px;
}
 
.ServantInfoStatsWrapper {
  width: calc(100% - 248px);
}
 
.closetable {
  width: 100%;
}
 
.ServantInfoAsideWrapper .portable-infobox {
  margin: 0;
  background: #CCC;
}
 
.ServantInfoAsideWrapper {
  float: right;
}
 
 .ServantInfoWrapper ul.pi-image-collection-tabs li.current {
  text-decoration: underline;
}
 
.ServantInfoAsideWrapper .pi-image-collection-tabs {
  padding-top: 5px;
}
 
.ServantInfoAsideWrapper .pi-image-collection {
  padding-bottom: 5px;
}
 
.ServantInfoStars p {
  margin: 6px 0 0 0;
}
 
.ServantInfoNav {
  width: 95%;
  text-align: center;
  padding: 2px 0 3px 5%
}
 
.ServantInfoNav td:not(.lastcell) {
  border-right: 1px solid #cccccc;
}
 
/*.mcdohltest{
  width: 220px;
  height: 376px;
  float: left; 
  margin: 10px 0px 10px 5px;
  background-image: url('https://vignette.wikia.nocookie.net/fategrandorder/images/8/89/Class-Caster-Gold.png'), url('https://vignette.wikia.nocookie.net/fategrandorder/images/5/5b/Caster_5star_card.png'), url('https://vignette.wikia.nocookie.net/fategrandorder/images/5/53/Davinci_Stage1.jpg');
  background-size: 45px 45px, 100% 100%, 100% 83%;
  background-position: 50% 98.5%, 0% 0%, 0% 20%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}*/
 
 
/* ============================ Timeline =========================== */
 
/* ============================ Loading Animation ======================== */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}
/* ======================== End of Loading Animation ==================== */
 
#dataYear{
  position:absolute; 
  background:#ED473B;
  left:60%;
  top:0px;
  color:white;
  padding:0px 10px;
} 
 
.timeline{
  width:100%;
  margin:10px 0px 300px 0px; 
  padding-top:50px;
  position: relative;
  overflow:auto;
  border-bottom:2px solid #f1f1f1;
 
}
.timeline:before {
  content: '';
  display: block;
  position: absolute;
  left: 49.5%;
  top: 120px;
  width: 3px;
  height: 92%;
  background: #666;
}
.year{
    transition: all 0.4s ease-in-out;
 
  width:100%; 
  margin-bottom:50px;
  position: relative;
  overflow:auto; 
}
.evt{
  min-height:100px;
  width:100%; 
  margin-bottom:20px;
  position:relative;
 
 
}
 
.date{
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8%;
  position: absolute;
  top: 10px;
  left: 45.7%;   
  line-height:60px;
  border-radius: 100%;
  font-size: 16px;
  background: #fff;
  color:#333;
  font-weight:900;
  text-align:center;
  border: 2px solid #fff;
}
.activeYear{
  background:#ED473B; 
  color:#fff;
  border-color:#fff;
}
 
.HomeTile
{
    position:relative;
    height: 106px;
    width: 106px;
    background: -webkit-radial-gradient(#727272, #151515); 
    background: -o-radial-gradient(#727272, #151515); 
    background: -moz-radial-gradient(#727272, #151515); 
    background: radial-gradient(#727272, #151515); 
    z-index:0;
}
 
.HomeTilelink
{
    position:absolute;
    bottom:0;
    width:100%;
    background-color:rgba(0,128,128,0.7);
    text-align:center;
    text-transform:uppercase;
    color:white;
    text-shadow: 0 0 2px;
    font-size:12px;
    z-index:4;
    font-family:Fresca;
}
 
.HomeTilelink a
{
    color:white;
    text-decoration: none;
    font-family:Fresca;
}
 
.HomeTileimage,
.HomeTileimage-overlap
{
    position:absolute;
    top:0px;
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3s; 
    -o-transition: 0.3s; 
    opacity:1;
    z-index:1;
}
 
.HomeTileimage2
{
    position:absolute;
    top:0px;
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3s; 
    -o-transition: 0.3s; 
    opacity:0;
    z-index:2;
}
 
.HomeTile:hover .HomeTileimage
{
    opacity:0;
}
 
.HomeTile:hover .HomeTileimage2
{
    opacity:1;
}
 
table.main-site-stats-table {
    text-align:center; text-shadow:0 2px 7px #cce1e9;
    margin-top:1em; width:100%;
    }
 
.HomeNav {
    display:inline-block;
    position:relative;
    width:150px;
    text-align:center;
    background:#013c61;
    padding:5px;
    text-transform:uppercase;
    font-size:15px;
    margin:2px;
}
 
.HomeTile
{
    position:relative;
    height: 106px;
    width: 106px;
    background: -webkit-radial-gradient(#727272, #151515); 
    background: -o-radial-gradient(#727272, #151515); 
    background: -moz-radial-gradient(#727272, #151515); 
    background: radial-gradient(#727272, #151515); 
    z-index:0;
}
 
.HomeTilelink
{
    position:absolute;
    bottom:0;
    width:100%;
    background-color:rgba(0,128,128,0.7);
    text-align:center;
    text-transform:uppercase;
    color:white;
    text-shadow: 0 0 2px;
    font-size:12px;
    z-index:4;
    font-family:Fresca;
}
 
.HomeTilelink a
{
    color:white;
    text-decoration: none;
    font-family:Fresca;
}
 
.HomeTileimage,
.HomeTileimage-overlap
{
    position:absolute;
    top:0px;
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3s; 
    -o-transition: 0.3s; 
    opacity:1;
    z-index:1;
}
 
.HomeTileimage2
{
    position:absolute;
    top:0px;
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3s; 
    -o-transition: 0.3s; 
    opacity:0;
    z-index:2;
}
 
.HomeTile:hover .HomeTileimage
{
    opacity:0;
}
 
.HomeTile:hover .HomeTileimage2
{
    opacity:1;
}
 
table.main-site-stats-table {
    text-align:center; text-shadow:0 2px 7px #cce1e9;
    margin-top:1em; width:100%;
    }
 
.HomeNav {
    display:inline-block;
    position:relative;
    width:150px;
    text-align:center;
    background:#013c61;
    padding:5px;
    text-transform:uppercase;
    font-size:15px;
    margin:2px;
}
.WikiaArticle ul.tabbernav,
.WikiaArticle .tabbertab-borderless ul.tabbernav,
.WikiaArticle .tabbertab-bordered ul.tabbernav
{
    background-color: #111877;
    padding: 10px;
    border: none;
    text-align: center;
    color: #FFF;
    font-weight:normal;
    text-transform:uppercase;
}
 
.WikiaArticle ul.tabbernav li a,
.WikiaArticle .tabbertab-borderless ul.tabbernav li a,
.WikiaArticle .tabbertab-bordered ul.tabbernav li a
{
    border: none;
    background: none;
    text-decoration: none;
    color: white; 
}
 
.WikiaArticle ul.tabbernav li a:link,
.WikiaArticle .tabbertab-borderless ul.tabbernav li a:link,
.WikiaArticle .tabbertab-bordered ul.tabbernav li a:link
{
    color: white; 
}
 
.WikiaArticle ul.tabbernav li a:hover,
.WikiaArticle .tabbertab-borderless ul.tabbernav li a:hover,
.WikiaArticle .tabbertab-bordered ul.tabbernav li a:hover
{
    background-color:transparent;
}
 
.WikiaArticle ul.tabbernav li.tabberactive a,
.WikiaArticle .tabbertab-borderless ul.tabbernav li.tabberactive a,
.WikiaArticle .tabbertab-bordered ul.tabbernav li.tabberactive a
{
    border-bottom: none;
    background-color: #517783;
    padding:8px;
    color: white;
}

/* #####END_STYLESHEET##### */
Advertisement