123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- 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;
- }
- .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;
- }
- #send, #quicksend {
- 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;
- }
- .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;
- }
|