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

“模板:火力单位信息/styles.css”的版本间的差异

来自少前百科GFwiki
跳转至: 导航搜索
(创建页面,内容为“.skill-table, #normal-attack { background: #383838; border: 6px solid #585858; box-shadow: inset 0 0 48px #000; display: table; padding: 4px; text-align:…”)
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
.skill-table, #normal-attack {
+
#normal-attack,
 +
.skill-table {
 
   background: #383838;
 
   background: #383838;
 
   border: 6px solid #585858;
 
   border: 6px solid #585858;
第8行: 第9行:
 
   width: 100%;
 
   width: 100%;
 
}
 
}
 +
 
#normal-attack span {
 
#normal-attack span {
 
   background: white;
 
   background: white;
第16行: 第18行:
 
   width: 5em;
 
   width: 5em;
 
}
 
}
.skill-table:nth-of-type(n+2) { border-top: none; }
+
 
.skill-signature td:first-child { background: #9cd422; width: 48px; }
+
.skill-table:nth-of-type(n+2) {
.skill-table:nth-of-type(2) .skill-signature td:first-child { background: #bd572d; }
+
border-top: none;
.skill-signature img { height: auto; width: 48px; }
+
}
 +
 
 +
.skill-signature td:first-child {
 +
background: #9cd422; width: 48px;
 +
}
 +
 
 +
.skill-table:nth-of-type(2) .skill-signature td:first-child {
 +
background: #bd572d;
 +
}
 +
 
 +
.skill-signature td:last-child span {
 +
  background: #606060;
 +
  background: rgba(255, 255, 255, 0.2);
 +
  display: inline-block;
 +
  font-size: 16px;
 +
  line-height: 1.3;
 +
  width: 8em;
 +
}
 +
 
 +
.skill-signature img {
 +
height: auto;
 +
width: 48px;
 +
}
 +
 
 
.skill-lvcd {
 
.skill-lvcd {
 
   color: #ffb400;
 
   color: #ffb400;
 
   font-size: 95%;
 
   font-size: 95%;
 
}
 
}
 +
 
.skill-lvcd span:first-child {
 
.skill-lvcd span:first-child {
 
   background: #ffb400;
 
   background: #ffb400;
第30行: 第56行:
 
   padding: 0 2px;
 
   padding: 0 2px;
 
}
 
}
.skill { color: #f4c430; }
+
 
 +
.skill {
 +
color: #f4c430;
 +
}
 +
 
 +
.chip-table,
 +
.advance-table,
 +
.attr-sum-table {
 +
width: 100%;
 +
}
  
 
.inftable {
 
.inftable {
第38行: 第73行:
 
width: 146px;
 
width: 146px;
 
}
 
}
 +
 
.inftable td {
 
.inftable td {
 
background: #444;
 
background: #444;
 
padding: 8px;
 
padding: 8px;
 +
}
 +
 +
.chip-table tr:nth-child(n+6) span {
 +
display: inline-block;
 +
width: 33.33%;
 +
}
 +
 +
.advance-table span {
 +
color: #f4c500;
 +
}
 +
 +
.advance-table span.orange-star {
 +
color: #ef4500;
 +
}
 +
 +
.attr-sum-table td {
 +
padding: 4px;
 
}
 
}

2024年5月4日 (六) 18:03的版本

#normal-attack,
.skill-table {
  background: #383838;
  border: 6px solid #585858;
  box-shadow: inset 0 0 48px #000;
  display: table;
  padding: 4px;
  text-align: left;
  width: 100%;
}

#normal-attack span {
  background: white;
  color: #333;
  display: inline-block;
  line-height: 1.4;
  padding: 0 3px;
  width: 5em;
}

.skill-table:nth-of-type(n+2) {
	border-top: none;
}

.skill-signature td:first-child {
	background: #9cd422; width: 48px;
}

.skill-table:nth-of-type(2) .skill-signature td:first-child {
	background: #bd572d;
}

.skill-signature td:last-child span {
  background: #606060;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  width: 8em;
}

.skill-signature img {
	height: auto;
	width: 48px;
}

.skill-lvcd {
  color: #ffb400;
  font-size: 95%;
}

.skill-lvcd span:first-child {
  background: #ffb400;
  border-radius: 2px;
  color: black;
  padding: 0 2px;
}

.skill {
	color: #f4c430;
}

.chip-table,
.advance-table,
.attr-sum-table {
	width: 100%;
}

.inftable {
	border-spacing: 2px;
	height: 146px;
	margin: auto;
	width: 146px;
}

.inftable td {
	background: #444;
	padding: 8px;
}

.chip-table tr:nth-child(n+6) span {
	display: inline-block;
	width: 33.33%;
}

.advance-table span {
	color: #f4c500;
}

.advance-table span.orange-star {
	color: #ef4500;
}

.attr-sum-table td {
	padding: 4px;
}