打开主菜单

少前百科GFwiki β

模板:敌方单位信息/styles.css

< 模板:敌方单位信息
罗瓦讨论 | 贡献2022年9月11日 (日) 20:53的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.gflabelbg {
  background:linear-gradient(-45deg,transparent 6px,#e81252 5px),linear-gradient(-45deg,transparent 6px,#e81252 5px),linear-gradient(-45deg,transparent 6px,#e81252 5px),linear-gradient(-45deg,transparent 6px,#e81252 5px),linear-gradient(-45deg,transparent 6px,#e81252 5px);
  color: black;
  font-weight: bold;
  text-align: center
}

table.stattable th {
  background: #e81252;
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
  background-image: linear-gradient(to bottom, #e81252, #e81252);
  border-image: linear-gradient(to bottom, #e81252, #e81252);
}

#TDInfWindow { margin-top:10px }
 
#TDInfWindow > div:first-child {
  display: inline-block;
  margin: 0 8px;
  max-width: 600px;
  min-width: 300px;
  text-align: center
}
 
.TDollStattables { display: inline; }
  
.tabber1 {
  display: inline-block;
  margin: 0 2px;
}
      
.tabber1 > table:first-child { width: 100% }
.tabber1 > table:first-child tr:last-child td { padding: 4px }


.integral-stattable {
  background-color: #333;
  border: 1px solid;
  width: 100%
}
.integral-stattable td { padding: 0 }
.integral-stattable > tbody > tr:nth-child(3) > td { width: 50% }
.integral-stattable > tbody > tr:nth-child(3) > td:first-child { min-width: 5em }

.integral-stattable > tbody > tr:nth-child(-n+4) > td { text-align: center; }
.integral-stattable tr:nth-child(n+5):nth-child(-n+8) td {
  background-image: linear-gradient(120deg,rgba(255, 255, 255, 0.46) 60px,rgba(85, 85, 85, 0.46) 61px);
  width: 100px
}

#spinebox {
  bottom: 0;
  display: inline-block;
  position: relative;
  right: 0
}

#enemy-nav {
	border-bottom: 1px solid #424242;
	display: flex;
}
#enemy-nav-current {
	background-color: #424242;
	clip-path: polygon(0 0,10em 0,11em 100%,0 100%);
	font-size: 16px;
	padding: .2em 1.5em .2em .5em;
	z-index: 2;
}
#enemy-nav-separator {
	background-color: #ac1324;
	clip-path: polygon(.1em 10%,1.1em 10%,2em 100%,1em 100%);
	font-size: 16px;
	margin: 0 -.8em 0 -1.5em;
	width: 2em;
	z-index: 1;
}
#enemy-nav-other {
	background-color: #eaeaea;
	clip-path: polygon(0 20%,100% 20%,100% 100%,0 100%);
	color: #303030;
	font-size: 14px;
	padding: .5em .8em 0 1em;
}
#sangvis-nav-other a { color: #eaeaea; }