模板:Indicator.css:修订间差异
来自Limbo Wiki Mirror
Staf Irity将页面模板:Indicator.css的内容模型从“wikitext”更改为“已过滤的CSS” |
小无编辑摘要 |
||
| 第11行: | 第11行: | ||
#Indicator-Mystery{background-color: #36c;} | #Indicator-Mystery{background-color: #36c;} | ||
#Indicator-Offical{background-color: #ea3;} | #Indicator-Offical{background-color: #ea3;} | ||
#Indicator-ProtectedOffical{background-color: #e73;} | |||
#Indicator-ProtectedUnOffical{background-color: #48b;} | |||
#Indicator-TRPG{background-color: #2b2;} | #Indicator-TRPG{background-color: #2b2;} | ||
2023年1月5日 (四) 14:06的版本
/* Indicators */
.Indicator{
background-color: #6bb;
border-radius: 10px;
display: inline-block;
font-size: 90%;
padding: 5px 8px;
color: white;
}
#Indicator-LimR{background-color: #99f;}
#Indicator-Mystery{background-color: #36c;}
#Indicator-Offical{background-color: #ea3;}
#Indicator-ProtectedOffical{background-color: #e73;}
#Indicator-ProtectedUnOffical{background-color: #48b;}
#Indicator-TRPG{background-color: #2b2;}
