Template:曲目信息/styles.css

来自Arcaea中文维基
< Template:曲目信息
Star0讨论 | 贡献2020年11月9日 (一) 22:59的版本 (创建页面,内容为“→‎The CSS adapted from https://zh.wikipedia.org/wiki/Template:Tabs/styles.css ::​ .mcBoto { background-color: #d0b0ff; →‎4:​ border: 0.15em solid #000000;…”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* The CSS adapted from https://zh.wikipedia.org/wiki/Template:Tabs/styles.css : */

 
.mcBoto {
  background-color: #d0b0ff; /* 4 */
  border: 0.15em solid #000000;
  border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;  /* 5 3 3 5 */
  cursor:pointer;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
border-radius: 10px 10px 0px 0px;}

.mcBotopst {
  background-color: #66CCCC; /* 4 */
  border: 0.15em solid #000000;
  border-color: #66CCCC #6EBACE #6EBACE #66CCCC;  /* 5 3 3 5 */
  cursor:pointer;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
border-radius: 10px 10px 0px 0px;}

.mcBotoprs {
  background-color: #669933; /* 4 */
  border: 0.15em solid #000000;
  border-color: #669933 #648C3C #648C3C #669933;  /* 5 3 3 5 */
  cursor:pointer;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
border-radius: 10px 10px 0px 0px;}

.mcBotobyd {
  background-color: #993333; /* 4 */
  border: 0.15em solid #000000;
  border-color: #993333 #822328 #822328 #993333;  /* 5 3 3 5 */
  cursor:pointer;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
border-radius: 10px 10px 0px 0px;}
 
.mcBoto a,
.mcBoto strong {
  background: none !important;
  color:#7050a0 !important;  /* 1 */
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}
 
.mcBoto a:hover,
.mcBoto strong:hover {
  color: black !important;
  text-decoration: underline !important;}
 
.mcBotoSel {
  background-color: #9070c0; /* 2 */
  border: 0.15em solid #000000;
  border-color: #b090e0 #7050a0 #9070c0 #b090e0;  /* 3 1 2 3 */
  cursor: default;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
  color:white;
border-radius: 10px 10px 0px 0px;}
 
.mcBotoSel a {
  background: none !important;
  color:white !important;
  cursor: default;
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;
}