◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

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

来自少前百科GFwiki
跳转至: 导航搜索
.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; }