Template:搭档信息/styles.css

来自Arcaea中文维基
< Template:搭档信息
Chronowar讨论 | 贡献2021年1月6日 (三) 01:38的版本 (简易版)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* The CSS revised for https://zh.wikipedia.org/wiki/Template:Tabs/styles.css : */

.mcBoto {
  background-color: #d0b0ff; 
  border: 0.15em solid #000000;
  border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;  
  cursor:pointer;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
  }
 
.mcBotoSel {
  background-color: #9070c0; 
  border: 0.15em solid #000000;
  border-color: #b090e0 #7050a0 #9070c0 #b090e0;  
  cursor: default;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
  color:white;
  }