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

来自Arcaea中文维基
无编辑摘要
无编辑摘要
 
(未显示同一用户的43个中间版本)
第1行: 第1行:
.wiki-template-infocard {
.CCsingle {
border: 1px solid #ccc;
  position: relative;
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
padding: 1em;
width: 40%;
float: left;
border: solid medium #fc9d9a;
}
}


.wiki-template-infocard-title {
.CCsingle::before, .CCsingle::after {
padding: 0 0 0.5625em 0;
  content: '';
margin: 0;
  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颜色 */
}
}

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