|
|
| 第1行: |
第1行: |
| {{#CSS | | {{Background|file=https://cdn.pixabay.com/photo/2016/11/22/19/33/sea-1850228_1280.jpg;}} |
| .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: rgb(255, 255, 232);
| |
| }
| |
| #cosmos-footer-footerContent{
| |
| background-color: white;
| |
| color:black;
| |
| | |
| }
| |
| }} | |