Wikia Fate Grand Order Việt Nam
(Đã lùi lại sửa đổi 16608 của Emeraldking127 (thảo luận))
Thẻ: Lùi sửa
Không có tóm lược sửa đổi
Thẻ: trình soạn thảo mã nguồn 2017
Dòng 750: Dòng 750:
 
}
 
}
 
 
  +
.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;
  +
}
 
/* #####END_STYLESHEET##### */
 
/* #####END_STYLESHEET##### */

Phiên bản lúc 09:49, ngày 31 tháng 8 năm 2020

/* 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 ; }
 
/* ==================== Tabber ==================== */
.infobox .tabber {
  display: none;
}
.infobox div.tabberlive {
  margin-top: 0;
}
.infobox .tabberlive ul.tabbernav li a {
  border: none;
  background: transparent;
  padding: 3px 0.5em;
  margin-left: 3px;
}
.infobox .tabberlive ul.tabbernav li a:hover {
  background: none;
}
.infobox .tabberlive ul.tabbernav li a:link {
   color: #8a66cd;
   font-size:9px
}
.infobox .tabberlive ul.tabbernav .tabberactive a:link {
   color: #1f2557;
}
.infobox .tabberlive div.tabbertab {
  padding:0;
  border: none;
}
.infobox .tabberlive div.tabbertab p {
  margin: 0;
}
.infobox .tabberlive ul.tabbernav {
  border-bottom: none;
  border-top: 5px solid black;
  padding: 3px 0;
}
.infobox .tabberlive ul.tabbernav li a:hover {
   background: none;
}
.infobox .tabberlive div.tabbertab {
  border: none;
}
.infobox .tabberlive ul.tabbernav li a {
  padding: 3px 0.5em;
  margin-left: 3px;
}
.infobox .tabberlive ul.tabbernav {
  padding: 3px 0;
}
 
.infobox .tabberlive ul.tabbernav li {
  display: inline-block;
  margin-top: 8px;
}
.infobox .tabberlive ul.tabbernav {
  margin-top: -8px;
}
.infobox .tabberlive ul.tabbernav li:first-child {
  border-left: none;
}
 
/* ==================== 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 =========================== */
 
 
#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;
}
/* #####END_STYLESHEET##### */