模板:Indicator.css:修订间差异
来自Limbo Wiki Mirror
|  Staf Irity将页面模板:Indicator.css的内容模型从“wikitext”更改为“已过滤的CSS” | 小 已从limbowiki:模板:Indicator.css导入3个版本 | ||
| (未显示另一用户的1个中间版本) | |||
| 第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;} | ||
2025年6月26日 (四) 12:13的最新版本
/* 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;}
