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

297 lines
3.9 KiB
CSS

a, .link {
color: #d8a070;
}
body {
background-color: #1a2a39;
background-image: url("../bg.jpg");
}
p,div,span{
color:white;
}
select{
color:white;
background-color:#121a24;
}
label {
color: gray;
}
textarea,input[type="text"] {
background-color:#090d11;
color:white;
border:0px;
}
input[type="radio"]:checked+label {
color: black;
}
input[type="checkbox"]:checked+label {
color: red;
}
.topbar {
background-color: #121a24;
}
.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:rgba(18,26,36,0.8);
box-shadow: 1px 1px 1px black;
}
.notif{
border-bottom:1px solid #1c2737;
background-color:transparent;
color:white;
}
.notif .post_buttons {
color: #0b82d2;
background-color:#121a24;
}
.new {
background-color:#25354b;
}
.side_element {
background-color: #121a24;
color: #04a0c6;
}
.side_element,.topbar,.post,.postform,.searchmobile{
box-shadow: 0px 0px 7px #000;
}
.public::after {
content: '';
}
.unlisted::after {
content: '';
}
.private::after {
content: '';
}
.direct::after {
content: '';
}
.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: #ffffff;
}
.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:#182230;
border: 1px solid #464e59;
color:white;
}
.formbtn {
color:#d8a070 !important;
}
.formbtn label{
color:#d8a070;
}
.menu,.menu li{
background-color: #121a24 !important;
color:white !important;
}
.menu a{
color: #white !important;
}
.menu li:hover {
background-color: rgba(255, 255, 255, 0.4) !important;
}
.menu li:hover a{
color: #d8a070 !important;
}
.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:4px solid #ff0000;
}
.post,
.rb,
.textonly,
.loadmore,.postform,.profile,.loader {
background-color: rgba(18,26,36,0.8);
}
.searchmobile{
background-color: rgb(18,26,36);
}
.toggleblur {
background-color: #d8a070;
color: #121a24;
}
.polloption{
display:block;
margin:5px;
padding:5px;
color: #d8a070;
background-color: rgba(255,255,255,0.1);
font-weight:bold;
}
.polloption:hover:not(.fixed),.voted{
cursor: pointer;
background-color:white;
color:black;
font-weight:bold;
}
.voteBar{
background-color: #d8a070;
}
.post {
border-top: 2px solid #1c2737;
}
.previewpost {
background-color: #1b2735;
border: 1px solid darkgray;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.userinfo {
background-color: #1b2735;
border: 1px solid darkgray;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.icon {
background-color: black;
}
.reply {
background-color: #1b2735;
border: 1px solid #121a24;
}
.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: #d8a070;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: black;
}