fedi-tumblr/themes/cuatro/css/color.css

259 lines
3.6 KiB
CSS

a, .link {
color: #117743;
}
div,span,p {
color:#800000;
}
body {
background-color: #fff9e5;
}
select{
color:#800;
background-color:white;
}
label {
color: #425f99;
}
textarea,input[type="text"]{
background-color:white;
}
input[type="radio"]:checked+label {
color: black;
}
input[type="checkbox"]:checked+label {
color: red;
}
.topbar {
background-color: #eeaa88;
}
.gotop {
background-color: rgba(238, 170, 136, 0.5);
}
.gotop a {
color: #880000;
}
.topicon {
color: #800;
}
.tiselected {
border-bottom: 2px solid white;
}
.badge {
color: #800;
}
.alert {
background-color: red;
}
#notifications {
background-color:#fff1d8;
border: 1px solid #800000;
}
.notif{
border-bottom:1px solid #eeaa88;
background-color:#fff1d8;
color:black;
-webkit-box-shadow: inset -6px 73px 100px -117px rgba(238,170,136,0.5);-moz-box-shadow: inset -6px 73px 100px -117px rgba(238,170,136,0.5);box-shadow: inset -6px 73px 100px -117px rgba(238,170,136,0.5);
}
#quicksend {
background-color: #305792;
border: 1px solid darkgray;
color: white;
}
.new {
background-color:#fff1d8;
}
.menu, .menu li{
background-color: #eeaa88 !important;
color:#800000 !important;
}
.menu a {
color:#800000 !important;
}
.menu li:hover{
background-color:#800000 !important;
}
.menu li:hover a {
color:#fff !important;
}
.side_element {
background-color: #f0e0d6;
border:1px solid #800000;
color: #4267b2;
}
.side_element li:hover {
background-color: rgba(255, 255, 255, 0.25);
}
.side_element li:active {
background-color: rgba(255, 255, 255, 0.25);
}
.side_element a {
color: #800;
}
.uploadBox {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}
.delpic {
color:red;
background-color:white;
}
#send {
background-color:#800;
border: 1px solid #800;
color:white;
}
.formbtn {
color:#800;
}
.formbtn label{
color:#800;
}
.postMenu div{
box-shadow: 1px 1px 2px black;
}
.listmenu li {
background-color:black;
color:white;
}
.listmenu li:hover {
background-color:white;
color:black;
}
.autl:hover li{
background-color:lightgreen !important;
}
.rutl:hover li{
background-color:crimson !important;
}
.unblock,.unmute,.block,.mute,.follow,
.unfollow,
.nsfw,
.unnsfw,
.profileMenu,
.listmenu {
background-color: black;
color: white;
cursor: pointer;
}
.mute:hover,.block:hover,.follow:hover,
.nsfw:hover {
background-color: lime;
}
.unmute:hover,.unblock:hover,.unfollow:hover,
.unnsfw:hover{
background-color: crimson !important;
}
.unbookmark{
color: crimson !important;
}
.unfav, .unreblog{
color: red !important;
}
.post,
.rb,
.textonly,
.loadmore,.profile,.loader {
background-color: #fff1d8;
border:1px solid #800000;
}
.postform {
background-color: #eeaa88;
border:1px solid #eeaa88;
}
.previewpost,.userinfo {
background-color: #f0e0d6;
border: 1px solid #800;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
color:#117743;
}
.icon {
background-color: black;
}
.toggleblur{
background-color: #117743;
color:white;
}
.post_footer {
background-color: #FFF;
border-top:2px solid #eeaa88;
}
.post_buttons {
color: #425f99;
}
.notif .post_buttons {
background-color: #fff0d7;
}
.reply {
background-color: #f0e0d6;
border-bottom: 1px solid #800;
}
.note {
background-color: #ccc;
}
.button {
background-color: white;
}
.setting label {
background-color: white;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
color:#800000;
}
.setting input[type="radio"]:checked+label {
background-color: #800000;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: white;
}