| (未显示同一用户的23个中间版本) | |||
| 第1行: | 第1行: | ||
header.cosmos-header{ | .cosmos-header{ | ||
background-color: white; | |||
} | |||
.cosmos-header::before{ | |||
background-color: white; | background-color: white; | ||
} | } | ||
| 第15行: | 第18行: | ||
color:blue; | color:blue; | ||
} | } | ||
#cosmos-articleHeader-actions{ | |||
background-color: white; | background-color: white; | ||
} | |||
.ts-container{ | |||
background-color: #ADD8E6; | |||
} | |||
#cosmos-footer-footerContent{ | |||
background-color: white; | |||
color:black; | |||
} | |||
.skin-cosmos-search-vue::after{ | |||
background-color: white; | |||
} | |||
.cdx-typeahead-search { | |||
background-color: rgb(255, 255, 232); | |||
} | |||
#mw-content-text{ | |||
background-color: white; | |||
} | } | ||
2026年8月8日 (六) 19:20的最新版本
.cosmos-header{
background-color: white;
}
.cosmos-header::before{
background-color: white;
}
.cosmos-rail-inner{
background-color: white;
}
.cosmos-articleContainer {
background-color: white;
color: black;
}
#mw-content{
background-color: white;
}
a:link{
color:blue;
}
#cosmos-articleHeader-actions{
background-color: white;
}
.ts-container{
background-color: #ADD8E6;
}
#cosmos-footer-footerContent{
background-color: white;
color:black;
}
.skin-cosmos-search-vue::after{
background-color: white;
}
.cdx-typeahead-search {
background-color: rgb(255, 255, 232);
}
#mw-content-text{
background-color: white;
}