Kancolle Việt Wiki
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.
/* Tooltip CSS */
/* Main CSS class of the tooltip */
.main-tooltip {
    border: 1px solid #999;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 2px 5px;
    background-color: #EEE;
}

/* Adds padding to the wrapper to make space for a shadow */
#tooltip-wrapper {
    padding: 3px 7px 2px 3px;
}
 
/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {
    display: none;
}
 
.tooltips-init-complete {
    cursor: help;
    border-bottom: none !important;
}

.basic-tooltip {
    border-bottom: none !important
}

/* End of Tooltip CSS */

/* Customizing Tabber */
ul.tabbernav {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

ul.tabbernav li a {
	border-radius:8px 8px 0px 0px;
	background: #0099FF !important;
    color: white !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

ul.tabbernav li a:hover {
	background:#00ccff !important;
}

ul.tabbernav li.tabberactive a {
    background-color: #ffffff !important;
    color: #0099FF !important;
}

/* End of Customizing Tabber */

/*Poll style*/
.pollAnswerVotes {
  font-size: 12px !important;
  height: 14px !important;
}

.pollAnswerVotes div {
  background: #0099FF none repeat scroll 0% 0% !important;
  height: 14px !important;
}


/* Customizing Page Header*/
.WikiaPageHeader h1{background:url(https://images.wikia.nocookie.net/__cb20140506195541/kancolle/zh/images/2/28/Title_bgv2.png) no-repeat center right;padding:10px 30px ;height:50px !important;line-height:45px !important;color:#ffd863;font-weight:normal;font-size:16pt !important;position:relative;left:-22px}
.move{display:none}
.SlotItemBoatType{width: 100px;height:50px;float:left;margin-left: 3px;margin-bottom: 3px;background-color: #dcf4ff;text-shadow: #FFF 0px 0px 4px,#FFF 0px 0px 4px,#FFF 0px 0px 4px,#FFF 0px 0px 4px;}
.SIBTori{width: 100px;height:50px;float:left;margin-left: 3px;margin-bottom: 3px;background-color: #dcf4ff;text-shadow: #FFF 0px 0px 4px,#FFF 0px 0px 4px,#FFF 0px 0px 4px,#FFF 0px 0px 4px;}
.SIBTbg{position:absolute;width: 100px;height: 50px;}
.SIBTtxt{position:absolute;width: 100px;height: 50px;background-color:rgba(220,244,255,.77);color:silver;}
.SIBTok{position:absolute;width: 100px;height: 50px;}

/* Popup */
.tt {
    background: none !important;
    color: #5a91cf !important;
    border-bottom: none !important;
}

/*Akashi's Arsenal, Daily upgrade style*/
.daily-upgrade th {
  text-decoration: underline;
  border: 1px black;
  border-style: none none solid none;
}

.daily-upgrade td {
  border-top-style: none !important;
  border-left-style: none !important;
  border: 1px solid;
  padding: 5px;
}

.daily-upgrade a {
  color: #000;
  font-weight: bold;
}


/*Rules & Policies page*/
.rp-section {
  transition: 1s !important;
}

.rp-section:target  {
  background: #000033 !important;
  color: #fff !important;
  border-radius: 7px !important;
  padding: 15px 25px
}

/*Updates & Maintenance infotable*/
.mw-content-text .future-update a {
    color: #fff !important;
    font-weight: bold !important;
}

.mw-content-text .future-update a:hover {
    text-decoration: underline !important;
}

.mw-content-text .future-update .label {
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    font-size: 120% !important;
    font-family: 'Palation Linotype' !important
}

/*CG Button*/
.cg-toggle-button a {
  position: absolute;
  top: 30px;
  right: 14px;
  color: #fff;
  background-image: linear-gradient(#006cb0, #0099cc);
  padding: 5px 10px !important;
  border-radius: 5px !important;
}

.cg-toggle-button a:hover {
  text-decoration: none !important;
}

.cg-toggle-button a:active {
  background-image: linear-gradient(#0099cc, #006cb0);
}

/*PvP exp table*/
.pvp-exp-table .firstcell {
	width: 120px;
	height: 70px;
	position: relative;
	font-size: 90%;
}

.pvp-exp-table .dash {
	position: absolute;
	top: 35px;
	left: -12px;
	height: 1px;
	width: 145px;
	background: #AAA;
	transform: rotate(-329deg);
}

.pvp-exp-table .flagship {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.pvp-exp-table .secondship {
	position: absolute;
	top: 0px;
	right: 5px;
}
Advertisement