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

312 lines
4.5 KiB
CSS

a, .link {
color: #048fb3;
}
body {
background-color: #c4e0ee;
}
select{
color: #373737;
background-color:white;
}
label {
color: gray;
}
input[type="radio"]:checked+label {
color: black;
}
input[type="checkbox"]:checked+label {
color: red;
}
input[type="text"]:not([name="spoiler"]),textarea {
border:1px solid #aaa !important;
}
.topbar {
background-image: linear-gradient(#2e2c2e, #090a14);
}
.gotop {
background-color: rgba(255, 255, 255, 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);
}
.text {
color:black !important;
}
.notif .post_buttons{
background-color:white;
}
.toggleblur{
background-color: #048fb3;
color: #373737;
}
.polloption{
display:block;
margin:5px;
padding:5px;
background-color: white;
border:2px solid #7dbcda;
border-radius:7px;
color:#048fb3;
font-weight:bold;
}
.polloption:hover:not(.fixed),.voted{
cursor: pointer;
border:2px solid #7dbcda;
background-color: #7dbcda;
color:white;
}
.voteBar{
background-color: #048fb3;
}
.new {
background-color:white;
}
.side_element {
background-color: white;
color: #048fb3;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
border-radius:5px;
}
.side_element .avatar {
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.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: #048fb3;
}
.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:#048fb3;
border: 1px solid #048fb3;
color:white;
}
.formbtn {
color:#048fb3;
}
.formbtn label{
color:#048fb3;
}
.profile,.loader {
background-color:white;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.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;
}
.element_pad > .post {
border-left:3px solid #0b82d2;;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.post,
.rb,
.textonly,
.loadmore {
background-color: white;
border: 1px solid #8fa9b8;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
border-radius:5px;
}
.postform,.searchmobile {
background-color: white;
border: 1px solid #8fa9b8;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
border-radius:5px;
}
.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);
}
.icon {
background-color: black;
}
.post_footer {
background-color: #eee;
}
.public::after {
content: '';
}
.unlisted::after {
content: '';
}
.private::after {
content: '';
}
.direct::after {
content: '';
}
.post_buttons {
color: #0b82d2;
}
.reply {
background-color: #f5f5f5;
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:#048fb3;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: white;
}