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

301 lines
4.2 KiB
CSS

a, .link {
color: #425f99;
}
body {
background-color: #eceef1;
}
select{
color:#425f99;
background-color:white;
}
label {
color: #425f99;
}
input[type="radio"]:checked+label {
color: black;
}
input[type="checkbox"]:checked+label {
color: red;
}
input[type="text"]{
border:0px;
}
.topbar {
background-color: #3b5998;
border-bottom: 2px solid #14468d;
}
.gotop {
background-color: rgba(66, 95, 153, 0.5);
}
.gotop a {
color: white;
}
.topicon {
color: white;
}
.tiselected {
border-bottom: 2px solid white;
}
.badge {
color: white;
}
.alert {
background-color: red;
}
#notifications {
background-color:white;
box-shadow: 1px 1px 1px black;
}
.notif{
border-bottom:1px solid lightgray;
background-color:white;
color:black;
-webkit-box-shadow: inset -6px 73px 100px -117px rgba(209,209,209,1);-moz-box-shadow: inset -6px 73px 100px -117px rgba(209,209,209,1);box-shadow: inset -6px 73px 100px -117px rgba(209,209,209,1);
}
.notif .text{
color:black;
}
#quicksend {
background-color: #305792;
border: 1px solid darkgray;
color: white;
}
.new {
background-color:white;
}
.nloadmore{
color:black !important;
}
.side_element {
background-color: #fff;
color: #4267b2;
border:2px solid #cdcfd1;
}
.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: #4267b2;
}
.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;
}
input[type="submit"] {
background-color:#4267b2;
border: 1px solid #425f99;
color:white;
}
.formbtn {
color:#305792;
}
.formbtn label{
color:#305792;
}
.profile,.loader {
background-color:white;
border:2px solid #cdcfd1;
}
.menu,.menu li {
background-color: white;
}
.postMenu div{
box-shadow: 1px 1px 2px black;
}
.postMenu li:hover {
background-color:#203960 !important;
}
.postMenu li a{
color:#203960;
}
.postMenu li:hover a{
color:white;
}
.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,
.postform,
.searchmobile {
background-color: white;
border:2px solid #cdcfd1;
border-radius:10px;
}
.previewpost {
background-color: white;
border: 1px solid darkgray;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.userinfo {
background-color: white;
border: 1px solid darkgray;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.toggleblur{
background-color: #425f99;
color: white;
}
.polloption{
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
border-radius: 5px;
display:block;
margin:5px;
padding:5px;
background-color: #ddd;
}
.polloption:hover:not(.fixed),.voted{
background-color: #3b5998;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: white;
cursor: pointer;
}
.voteBar{
background-color: #3b5998;
}
.icon {
background-color: black;
}
.post_footer {
border-top:2px solid #dedfe1;
}
.public::after {
content: '';
}
.unlisted::after {
content: '';
}
.private::after {
content: '';
}
.direct::after {
content: '';
}
.post_buttons {
color: #425f99;
}
.reply {
background-color: #ddd;
border-bottom: 1px solid #666;
}
.note {
background-color: #ccc;
}
.button {
background-color: white;
}
.setting label {
background-color: lightgray;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}
.setting input[type="radio"]:checked+label {
background-color: #305792;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: white;
}