sky
🎈 BALLOON | FU-SEN 📖 Feather Wiki
Blue sky and white clouds. I see balloon floating there.
Paste this CSS into "Custom CSS" in Wiki Settings:
.sb {
background: #def;
}
a:hover, button:not(.a):hover, summary:is(.np,.b):hover {
color: #888;
}
button, summary:is(.np,.b) {
color: #000;
background-color: #eee;
}
.sb button:not(.chg,.a), .sb summary:is(.np,.b) {
color: #000;
background-color: #fff;
}
.a {
background-color: #def;
color: #000;
}
.chg, .del {
background: #fcc;
}
.tabs>* {
border: 0;
}
p {
line-height: 1.6;
}
hr {
margin: 1em 0;
border-top: 0;
border-bottom: 1px solid #ccc;
}
Or Minify:
.sb{background:#def}a:hover,button:not(.a):hover,summary:is(.np,.b):hover{color:#888}button,summary:is(.np,.b){color:#000;background-color:#eee}.sb button:not(.a,.chg),.sb summary:is(.np,.b){color:#000;background-color:#fff}.a{background-color:#def;color:#000}.chg,.del{background:#fcc}.tabs>*{border:0}p{line-height:1.6}hr{margin:1em 0;border-top:0;border-bottom:1px solid #ccc}