User:Star0/sandbox/styles.css:修订间差异

来自Arcaea中文维基
无编辑摘要
无编辑摘要
 
(未显示同一用户的22个中间版本)
第1行: 第1行:
/* The CSS adapted from https://zh.wikipedia.org/wiki/Template:Tabs/styles.css : */
.CCsingle {
  position: relative;
}


  
.CCsingle::before, .CCsingle::after {
.mcBoto {
  content: '';
   background-color: #d0b0ff; /* 4 */
  position: absolute;
   border: 0.15em solid #000000;
  top: 0;
   border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff; /* 5 3 3 5 */
  right: 0;
   cursor:pointer;
  width: 28%; /* 更宽的白色描边 */
   display: inline;
  height: 28%; /* 更宽的白色描边 */
   margin-right: 0.1em;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
   padding: 0.2em 0.3em 0.2em 0.3em;
  z-index: 1; /* 默认优先级 */
   position: relative;
}
border-radius: 10px 10px 0px 0px;}
 
.CCsingle::before {
   background-color: white; /* 白色描边 */
   z-index: 0; /* 放在背景和角标之间 */
}
 
.CCsingle::after {
   width: 20%; /* 正确大小 */
   height: 20%; /* 正确大小 */
   z-index: 2;
}
 
/* 不同颜色控制 */
.CCsingle-byd::after {
   background-color: #FF7373; /* byd颜色 */
}
 
.CCsingle-etr::after {
   background-color: #A598BB; /* etr颜色 */
}
 
.CCsingle-ftr::before, .CCsingle-ftr::after {
   display: none; /* 完全移除 ftr 的描边和颜色 */
}


.mcBoto pst {
.CCsingle-prs::after {
  background-color: #d0b0ff; /* 4 */
   background-color: #b3cc54; /* prs颜色 */
  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;}
.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;
}
}

2024年11月23日 (六) 22:45的最新版本

.CCsingle {
  position: relative;
}

.CCsingle::before, .CCsingle::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 28%; /* 更宽的白色描边 */
  height: 28%; /* 更宽的白色描边 */
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 1; /* 默认优先级 */
}

.CCsingle::before {
  background-color: white; /* 白色描边 */
  z-index: 0; /* 放在背景和角标之间 */
}

.CCsingle::after {
  width: 20%; /* 正确大小 */
  height: 20%; /* 正确大小 */
  z-index: 2;
}

/* 不同颜色控制 */
.CCsingle-byd::after {
  background-color: #FF7373; /* byd颜色 */
}

.CCsingle-etr::after {
  background-color: #A598BB; /* etr颜色 */
}

.CCsingle-ftr::before, .CCsingle-ftr::after {
  display: none; /* 完全移除 ftr 的描边和颜色 */
}

.CCsingle-prs::after {
  background-color: #b3cc54; /* prs颜色 */
}