MediaWiki:Common.css

Revision as of 10:21, 16 December 2015 by KyoriAsh (talk | contribs) (Remove redundant)

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*****************************************************************************************/
/*** This page is the central stylesheet for the entire wiki. Any additions or changes ***/
/*** that are made here will be reflected globally around the website. Do NOT          ***/
/*** modify unless you know exactly what you are doing. Consult me if you have         ***/
/*** something in mind but don't know how to make it happen. You will only end up      ***/
/*** breaking things already in place.                                                 ***/
/*** - Gensui Hime                                                                     ***/
/*****************************************************************************************/
/**Mainpage CSS Stylesheet**/
#mainpage {					/*Main Page box*/
	width: 100%;
	padding: 1px 3px 1px 3px;
	box-sizing: border-box;			/*Resizing*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#mainpage * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#mp-leftcolumn {				/*Left Column - Static 450px*/
	float:left;				/*Image links can go here. (Non-resizeable)*/
	width:450px;
	margin-right:1%;
	
}

#mp-rightcolumn {				/*Right Column - Fluid*/
	width:auto;				/*Various text based boxes can be inserted.*/
	overflow:hidden;
	margin-left:0.1%;
}
#mp-leftbox {					/*Left Column Box*/
	width:450px;
	border:1px solid #2b7de3;
	border-radius: 9px;
	padding: 3px 3px 3px 3px;
	margin-bottom:0.7%;
}
#mp-leftbox .mp-image {
	
}
#coretitle {					/*Main Link Titlebox*/
	text-align:center;
	color: #FFFFFF;
	border:1px solid #2b7de3;
	border-radius:6px;
	background-color:#2b7de3;
}
#tophead {					/*Wiki Description Box*/
	border:solid #5fb4ea;
	border-radius:14px;
	border-width:4px;
	padding: 6px 6px 6px 6px;
	background-color:#E9F3FE;
	margin-bottom:0.3%;
	min-height:150px;
	min-width:160px;
}
#logo {						/*Logo inside tophead*/
	float:left;
	width:150px;
}
#kcheader {					/*Element could not be fluid, so added a scrollbar.*/
	width:auto;
	overflow: scroll;
	height:150px;
	overflow-x:hidden;			/*Hide bottom scroll because it's pointless*/
}

/*Front Page CSS - Experimental 2.0 electric boogaloo*/

/* CSS sheet for fp.html*/
/* CSS Document */

/* CSS sheet for fp.html*/

#widgetcontainer{
	line-height:1.2 !important;
	max-width:1446px;
	margin-left:auto;
	margin-right:auto;	/*Mediawiki max space for 1080p is some 1600px*/
	min-width:970px;
	padding-left:18px;
	
}
#leftcolumn{
	width:710px;
	margin:auto;
	float:left;
	margin-right: 1%;
}
#mainboxtext{
	font-weight:bold;
	color:white;
	padding:4px 4px 4px 4px;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a.sortie{ 
	padding-right:10px;
	float:left;
	width:217px;
	height:247px; 
	background:transparent url(skins/common/images/sortie.png) no-repeat;
	background-position: 0 0;
	display:block;
}
a.sortie:hover{
	background-position: 0 100%;
}
a.pvp{
	padding-right:10px;
	float:left;
	width:217px;
	height:247px; 
	background:transparent url(skins/common/images/pvp.png) no-repeat;
	background-position: 0 0;
	display:block;
}
a.pvp:hover{
	background-position: 0 100%	
}
#iconcontainer{
	background:url(skins/common/images/mainboxbg.jpg) no-repeat;
	width:710px;
	height:300px;
	overflow:hidden;
	border:0px solid #0099ff;
	border-radius:16px;	
	border-bottom-right-radius:6px;
	border-top-left-radius:6px;
	overflow:hidden;
}

a.exped{
	padding-right:10px;
	float:left;
	width:217px;
	height:247px; 
	background:transparent url(skins/common/images/exped.png) no-repeat;
	background-position: 0 0;
	display:block;
}
a.exped:hover{
	background-position: 0 100%;
}

a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.eventbanner{
	
	width:710px;
	height:93px;
	float:left;
	background-position:0 0;
	background:url(skins/common/images/banner.png) no-repeat;
	display:block;
}
.eventbanner:hover{
	background-position:0 100%;
}
#eventbanner{
	text-align:center;
	border:0px solid #a7d7f9;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:8px;
	
	overflow:hidden;
	width:710px;
	height:93px;	
}
#eventwrap{
	border:0px solid #b6b6b4; 
	border-top:0px;
	width:710px; 
	border-bottom-left-radius:12px;
	border-bottom-right-radius:4px;
	margin-bottom:2%;
}
#eventinfo{
	text-align:center;
	border-top-left-radius:4px;
	border-top-right-radius:16px;
	border:0px solid #b6b6b4;
	/*border-bottom:0px;*/
	background:#3090c7;
	font-weight:bold;
	color:white;
	padding:4px 4px 4px 4px;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
}

#worldicons{
	width:710px;
	border:0px solid #3090c7;
	margin-top:2%;
	text-align:center;
	height:98px;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
	background:transparent url(skins/common/images/worldv2.png) no-repeat;
	
	font-weight:bold;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	margin-bottom:2%;
}
.wor1{
	margin:auto;
	background: transparent url(skins/common/images/w1.png) no-repeat;
	background-position:0 0;
	display:block;
	width:50px;
	height:40px;
}

.wor1:hover{
	background-position:0 100%;	
}
.wor2{
	margin:auto;
	background: transparent url(skins/common/images/w2.png) no-repeat;
	background-position:0 0;
	display:block;
	width:50px;
	height:40px;
}

.wor2:hover{
	background-position:0 100%;	
}
.wor3{
	margin:auto;
	background: transparent url(skins/common/images/w3.png) no-repeat;
	background-position:0 0;
	display:block;
	width:50px;
	height:40px;
}

.wor3:hover{
	background-position:0 100%;	
}
.wor4{
	margin:auto;
	background: transparent url(skins/common/images/w4.png) no-repeat;
	background-position:0 0;
	display:block;
	width:50px;
	height:40px;
}

.wor4:hover{
	background-position:0 100%;	
}
.wor5{
	margin:auto;
	background: transparent url(skins/common/images/w5.png) no-repeat;
	background-position:0 0;
	display:block;
	width:50px;
	height:40px;
}

.wor5:hover{
	background-position:0 100%;	
}
.wor6{
	margin:auto;
	background: transparent url(skins/common/images/w6.png) no-repeat;
	background-position:0 0;
	display:block;
	width:50px;
	height:40px;
}

.wor6:hover{
	background-position:0 100%;	
}
.wortext{
	font-size:16px;
	/*background-color:#3090c7;
	color:#3090c7;
	text-decoration:none;*/
	color:black;
	border-radius:6px;	
	padding:1px 4px 1px 4px;
}

.wortext:hover{
	text-decoration:underline;
}

#worlds{
	padding-top:3px;
	margin:auto;
	width:118px;
	float:left;
}

.worname{
	color:black;
	font-size:13px;
}
.rightcol{
	width:auto;
	min-width:220px;
	max-width:750px;
	margin-right:0.5%;
	overflow:hidden;
}
.leftcol{
	width:710px;
	margin:auto;
	float:left;
	margin-right: 4%;
	margin-bottom:1%;
	position:relative;
}
#twidget{
	border:2px solid white;
	border-radius:4px;
	background-color:white;
	height:552px;
	width:522px;
	float:left;
}
.iconbar{
	float:left;
	width:178px;
	margin-left:4px;
	height:552px;
	background:url(skins/common/images/factorybg.png) no-repeat;
	border-radius:6px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid black;
}
.const{
	width:176px;
	height:70px;
	background: transparent url(skins/common/images/const.png) no-repeat;
	display:block;
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
}
.const:hover{
	background-position:0 100%;	
}
.iconname{
	font-size:18px;
	align:center;
	color:black;
}
.devel{
	width:176px;
	height:70px;
	background: transparent url(skins/common/images/dev.png) no-repeat;
	display:block;
	margin-top:8px;
	margin-left:auto;
	margin-right:auto;
}
.devel:hover{
	background-position:0 100%;	
}
.iconplat{
	background:transparent url(skins/common/images/iconplat.png) no-repeat;
	display:block;
	width:182px;
	height:10px;
	position:relative;
	left:0px;
	z-index:1000;
}
.kaisyu{
	margin-top:8px;
	margin-bottom:8px;
	background:transparent url(skins/common/images/kindai.png) no-repeat;
	display:block;
	width:171px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
}
.kaisyu:hover{
	background-position:0 100%;
}
.kaisou{
	margin-top:8px;
	margin-bottom:8px;
	background:transparent url(skins/common/images/kaisou.png) no-repeat;
	display:block;
	width:171px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
}
.kaisou:hover{
	background-position:0 100%;
}
.revamp{
	margin-top:8px;
	margin-bottom:8px;
	background:transparent url(skins/common/images/revamp.png) no-repeat;
	display:block;
	width:155px;
	height:95px;
	margin-left:auto;
	margin-right:auto;
}
.revamp:hover{
	background-position:0 100%;
}
#iconbartitle{
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	padding:2px 4px 2px 4px;
	background-color:#3090C7;
}
#wikidesc{
	border-radius:4px;
	border-top-left-radius:18px;
	border-bottom-right-radius:18px;
	width:auto;
	max-width:710px;
	height:auto;	
	background-color:#3090c7;
	min-height:103px;
}
.craneicon{
	float:left;
	width:101px;
	height:87px;
	align:left;
	border:1px solid #333;
	border-radius:18px;
	overflow:hidden;
	margin-right:8px;
}
.desctext{
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
}
#descbox{
	padding:10px 8px 10px 8px;	
}
#nihontext{
	font-family: Yu Gothic, 遊ゴシック, Meiryo, メイリオ, Serif;	
}
.worldside{
	background:transparent url(skins/common/images/worldside.png) no-repeat;
	width:26px;
	height:98px;
	position:absolute;
	left:-21px;
}
#updateheader{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	margin-top:15px;
	width:auto;
	height:auto;
	background-color:#3090c7;
	border-top-right-radius:4px;
	border-top-left-radius:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	margin-bottom:2%;
	width:100%;
}
.updatebox{
	border-radius:4px;
	border-bottom-right-radius:14px;
	border-top-left-radius:14px;
	background:transparent url(skins/common/images/updatebg.png) no-repeat;
	text-align:center;
	width:100%;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	opacity:1;
}
.uptext{
	color:white;
	text-shadow:0px 0px 16px #0071e6;
	padding:2px 2px 2px 2px;
}
.uptext:visited{
	text-decoration:none;
	color:white;	
}
.uptext:hover{
	color:#80bfff;
}

/**************************************************************/
/* Global Language Stylesheet */
/* Set fonts for lang type */
:lang(zh) {					/*All Chinese languages?*/
	font-family: Microsoft Yahei, 微软雅黑, Serif;
}
 
:lang(zh-cn) {
	font-family: Microsoft Yahei, 微软雅黑, Serif;
}
 
:lang(zh-tw) {					/*Taiwanese*/
	font-family: Microsoft Jhenghei, 微軟正黑體, Serif;
}
 
:lang(ja) {					/*Japanese*/
	font-family: Yu Gothic, 遊ゴシック, Meiryo, メイリオ, Serif;
}

/*************************************/
/* Button Stylesheet */
/*Button Settings*/
.globalbutton {
	-webkit-border-radius: 13;
	-moz-border-radius: 13;
	border-radius: 13px;
	font-family: Arial;
	color: #ffffff;
	font-size: 15px;
	background: #3baef5;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	max-width:300px;
	text-align:center;
}
.globalbutton:hover {				/*When mouse hover*/
	background: #2b9ce3;
	text-decoration: none;
}
.globalbutton:active {				/*When mouse press*/
	background: #1d90d8;
	text-decoration: none;
}
.globalbutton:focus {				/*Removes blue outline*/
	outline:0 !important;
}

/************************************************/
/* Scrolling Text CSS - Combined with Common.js */
#scrollDiv{
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
#scrollDiv li{
	height: 25px;
	padding-left: 10px;
	list-style: none;
}

/******************************/
/*     Everything Else        */
/******************************/
/*Construction Table Wrap*/
#constable {					/*box*/
	width: 100%;
	padding: 1px 3px 1px 3px;
	box-sizing: border-box;			/*Resizing*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* For template documentation */
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #aaa;
	background-color: #ecfcf4;
	padding: 1em;
}

/* Default skin for navigation boxes */
table.navbox {								/* Navbox container style */
	border: 1px solid #7384B5;
	width: 100%;
	margin: auto;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
}
 
/* Navbox Layout */
	table.navbox + table.navbox {			/* Single pixel border between adjacent navboxes */
	margin-top: -1px;						/* (doesn't work for IE6, but that's okay)       */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
	text-align: center;						/* Title and above/below styles */
	padding-left: 1em;
	padding-right: 1em;
}
.navbox-group {								/* Group style */
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
}
.navbox-list {
	text-align: left;
}
.collapseButton {          					/* 'show'/'hide' buttons created dynamically */
	float: right;							/* by the CollapsibleTables javascript in    */
	font-weight: normal;					/* [[MediaWiki:Common.js]]are styled here    */
	text-align: right;						/* so they can be customised.                */
	width: auto;
}
.navbox .collapseButton {					/* In navboxes, the show/hide button balances */
	width: 6em;								/* the vde links from [[Template:Tnavbar]],   */
}											/* so they need to be the same width.         */
.navbox-title, .navbox-above, .navbox-below {
	padding-left:1em;
	padding-right:1em;
	text-align:center;
}
 
/* Navbox Colors */
.navbox, .navbox-subgroup {
	background: #fdfdfd;     /* Background color */
}
.navbox-list {
	border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title,
table.navbox th {
	background:#CEDAFF;     /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
	background: #DDE6FF;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
	background: #DDE6FF;     /* Level 3 color */
}
.navbox-even {
	background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
	background: transparent; /* Odd row striping */
}


/* Mark redirects in Special:Allpages and Special:Watchlist
-------------------------------*/
.allpagesredirect {
	font-style: italic;
}
.allpagesredirect:after {
	color: #808080; content: " (redirect)"
}
.watchlistredir {
	font-style: italic;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
	border: none;
	padding: 0.25em 0.9em;     /* 0.9em left/right */
	width: 100%;               /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
	border: none;
	padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
	text-align: center;
}
td.mbox-imageright {           /* The right image cell */
	border: none;
	padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
	text-align: center;
}
td.mbox-empty-cell {           /* An empty narrow cell */
	border: none;
	padding: 0px;
	width: 1px;
}
 
/* Article message box styles */
	table.ambox {
	margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
	border: 1px solid #aaa;
	border-left: 10px solid #1e90ff;  /* Default "notice" blue */
	background: #fbfbfb;
}
	table.ambox + table.ambox {      /* Single border between stacked boxes. */
	margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
	padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
	padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
	padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
	border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
	border-left: 10px solid #b22222;    /* Red */
	background: #fee;                   /* Pink */
}
table.ambox-delete {
	border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
	border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
	border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
	border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
	border-left: 10px solid #bba;       /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 3px solid #1e90ff;    /* Default "notice" blue */
	background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
	margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
	display: block;         /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
	margin: 4px;
}
 
table.imbox-notice {
	border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
	border: 3px solid #b22222;    /* Red */
	background: #fee;             /* Pink */
}
table.imbox-delete {
	border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
	border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
	border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
	border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
	border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
	border: 3px solid #88a;       /* Dark gray */
	background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
	border: 3px solid #cba135;    /* Brown-gold */
}
 
/* Category message box styles */
table.cmbox {
	margin: 3px 10%;
	border-collapse: collapse;
	border: 1px solid #aaa;
	background: #DFE8FF;    /* Default "notice" blue */
}
 
table.cmbox-notice {
	background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 4px solid #b22222;    /* Red */
	background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
	background: #FFDBDB;    /* Red */
}
table.cmbox-content {
	background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
	background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
	background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
	background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
table.ombox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #aaa;       /* Default "notice" gray */
	background: #f9f9f9;
}
 
table.ombox-notice {
	border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
	border: 2px solid #b22222;    /* Red */
	background: #fee;             /* Pink */
}
table.ombox-delete {
	border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
	border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
	border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
	border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
	border: 2px solid #bba;       /* Gray-gold */
}
/* For template documentation */
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #aaa;
	background-color: #ecfcf4;
	padding: 1em;
}

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
	/* @noflip */
	float: right;
	font-weight: normal;
	/* @noflip */
	margin-left: 0.5em;
	/* @noflip */
	text-align: right;
	width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
	width: 6em;
}
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
	font-weight: normal;
	/* @noflip */
	text-align: right;
}
.navbox .mw-collapsible-toggle {
	width: 6em;
}

/* Standard Navigationsleisten, aka box hiding thingy
from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
	margin: 0;
	padding: 4px;
	border: 1px solid #aaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
	div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
div.NavPic {
	background-color: #fff;
	margin: 0;
	padding: 2px;
	/* @noflip */
	float: left;
}
div.NavFrame div.NavHead {
	line-height: 1.6em;
	font-weight: bold;
	background-color: #ccf;
	position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
	font-size: 100%;
}
div.NavEnd {
	margin: 0;
	padding: 0;
	line-height: 1px;
	clear: both;
}
a.NavToggle {
	position: absolute;
	top: 0;
	/* @noflip */
	right: 3px;
	font-weight: normal;
	font-size: 90%;
}
 /* Fix table style*/
tr.fix {
	position: fixed;
	top: 0;
	margin-left: 0;
}
 
table.fix {
	margin-top: 0px;
}
/*Signature CSS - Yay!*/
#sigadmin {
	overflow:hidden;
	border:3px solid #990012;
	width:50px;
	border-radius:5px;
	float:left;
	margin-right:8px;
	margin-bottom:2px;
}

/* Event Banners */
.eventBanner .fadein {
    opacity: 0.0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.eventBanner:hover .fadein:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.eventBanner01 {
    background: url(/images/8/8f/2013SpringEventBanner.jpg) no-repeat center center;
}

.eventBanner02 {
    background: url(/images/1/11/2013SummerEventBanner.jpg) no-repeat center center;
}

.eventBanner03 {
    background: url(/images/c/c3/2013AutumnEventBanner.jpg) no-repeat center center;
}

.eventBanner04 {
    background: url(/images/4/4e/2013ChristmasEventBanner.jpg) no-repeat center center;
}

.eventBanner05 {
    background: url(/images/9/95/2014SpringEventBanner.jpg) no-repeat center center;
}

.eventBanner06 {
    background: url(/images/0/06/2014SummerEventBanner.jpg) no-repeat center center;
}

.eventBanner07 {
    background: url(/images/8/80/2014AutumnEventBanner.jpg) no-repeat center center;
}

.eventBanner08 {
    background: url(/images/c/c8/2015WinterEventBanner.jpg) no-repeat center center;
}

.eventBanner09 {
    background: url(/images/3/35/2015SpringEventBanner.jpg) no-repeat center center;
}

.eventBanner10 {
    background: url(/images/3/36/2015SummerEventBanner.png) no-repeat center center;
}

.eventBanner11 {
    background: url(/images/f/f1/2015AutumnEventBanner.png) no-repeat center center;
}