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

来自Arcaea中文维基
无编辑摘要
无编辑摘要
 
(未显示同一用户的23个中间版本)
第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 {
.mcBoto a:hover,
   background-color: white; /* 白色描边 */
.mcBoto strong:hover {
   z-index: 0; /* 放在背景和角标之间 */
   color: black !important;
}
   text-decoration: underline !important;}
 
.CCsingle::after {
.mcBotoSel {
   width: 20%; /* 正确大小 */
   background-color: #9070c0; /* 2 */
   height: 20%; /* 正确大小 */
   border: 0.15em solid #000000;
   z-index: 2;
   border-color: #b090e0 #7050a0 #9070c0 #b090e0; /* 3 1 2 3 */
}
  cursor: default;
 
  display: inline;
/* 不同颜色控制 */
   margin-right: 0.1em;
.CCsingle-byd::after {
  padding: 0.2em 0.3em 0.2em 0.3em;
   background-color: #FF7373; /* byd颜色 */
  position: relative;
}
   color:white;
 
border-radius: 10px 10px 0px 0px;}
.CCsingle-etr::after {
   background-color: #A598BB; /* etr颜色 */
.mcBotoSel a {
}
   background: none !important;
 
  color:white !important;
.CCsingle-ftr::before, .CCsingle-ftr::after {
  cursor: default;
   display: none; /* 完全移除 ftr 的描边和颜色 */
  font-size: 90%;
}
  font-weight: bold;
 
   padding: 0 !important;
.CCsingle-prs::after {
  text-decoration: none !important;
   background-color: #b3cc54; /* prs颜色 */
}
}

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颜色 */
}