User css: Difference between revisions
From Soygem Wiki
Jump to navigationJump to search
(Created page with "== costume Angeleno theme == →leno theme: .name { color: #FDD73A !important; } body { background: white url(<nowiki>https://soybooru.com/_thumbs/299765fbfb081f8c3e3d235f891620be/thumb.jpg</nowiki>) right bottom no-repeat fixed; } div.post.reply { background-color: #FFFFFF !important; color: red; border-radius:0; } div#post-moderation-fields , div#style-select { padding:4px; background-color:rgba(0,0,0,25); } span.heading { color: #FFFFFF!important; }...") |
|||
Line 28: | Line 28: | ||
padding:4px; | padding:4px; | ||
background-color:rgba(0,0,0, | background-color:rgba(0,0,0,0); | ||
} | } | ||
Line 40: | Line 40: | ||
.remove-btn { | .remove-btn { | ||
color: rgba(0,0,0, | color: rgba(0,0,0,0); !important; | ||
} | } |
Revision as of 08:17, 2 August 2024
costume Angeleno theme
/*leno theme*/
.name {
color: #FDD73A !important;
}
body {
background: white url(https://soybooru.com/_thumbs/299765fbfb081f8c3e3d235f891620be/thumb.jpg) right bottom no-repeat fixed;
}
div.post.reply {
background-color: #FFFFFF !important;
color: red;
border-radius:0;
}
div#post-moderation-fields , div#style-select {
padding:4px;
background-color:rgba(0,0,0,0);
}
span.heading {
color: #FFFFFF!important;
}
.remove-btn {
color: rgba(0,0,0,0); !important;
}
hr {
border-color:yellow;
}