模板:Indicator.css:修订间差异
来自Limbo Wiki Mirror
|  创建页面,内容为“→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-TRPG{background-color: #2b2;}” | 小 已从limbowiki:模板:Indicator.css导入3个版本 | ||
| (未显示1个用户的2个中间版本) | |||
| 第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;}
