123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385 |
- a, .link, a > span {
- color: #b7fff4;
- text-shadow: 0 0 3px rgba(212,151,107,0.8);
- }
- div,span,p {
- color:#ecf3fd;
- }
- body {
- background-color: #11141b;
- background-image: url("../bg.jpg");
- }
- select{
- color:black;
- background-color: rgba(255,255,255,0.9);
- border-left: 6px solid #ff6300;
- }
- label {
- color: #ff6300;
- }
- textarea,input[type="text"]{
- border: 2px solid #edf3fe;
- border-left: 6px solid #ff6300;
- background-color: rgba(255,255,255,0.9);
- color:black;
- box-shadow: 5px 0 2px rgba(237,243,254,0.2);
- }
- input[type="radio"]:checked+label {
- color: black;
- }
- input[type="checkbox"]:checked+label {
- color: #ff6300;
- }
- .topbar {
- background-color: rgba(0,0,0,0.5);
- border-bottom: 2px solid #edf3fe;
- }
- .appname {
- color: #edf3fe;
- text-shadow: 0 0 5px rgba(237,243,254,1);
- }
- .gotop {
- background-color: rgba(223,234,250,0.4);
- border: 2px solid #edf3fe;
- }
- .gotop a {
- color: #ff6300;
- text-shadow: 0 0 3px rgba(212,151,107,1);
- }
- .topicon {
- color: #edf3fe;
- }
- .tiselected {
- color: #edf3fe;
- text-shadow: 0 0 5px rgba(237,243,254,1);
- border-bottom: 2px solid #ff6300;
- }
- .badge {
- color: #edf3fe;
- }
- .alert {
- background-color: red;
- }
- #notifications {
- background-color: rgba(10,10,10,0.8);
- border: 2px solid #edf3fe;
- border-right: 6px solid #edf3fe;
- box-shadow: 5px 0 2px rgba(237,243,254,0.2);
- box-shadow: 5px 0 2px rgba(237,243,254,0.2) inset;
- }
- .notif{
- border-left: 6px solid #edf3fe;
- border-bottom:1px solid #eeaa88;
- background-color:rgba(223,234,250,0.1);
- color:white;
- transition: border 1s;
- }
- .notif:hover{
- border-left: 6px solid #ff6300;
- }
- .new,.previewpost,.userinfo {
- border: 2px solid #edf3fe;
- border-left: 6px solid #ff6300;
- background-color: rgba(10,10,10,0.8);
- color:white;
- box-shadow: 5px 0 2px rgba(237,243,254,0.2);
- }
- .menu {
- border: 2px solid #edf3fe;
- box-shadow: 1px 1px 2px black;
-
- }
- .mobilemenu {
- background-color: rgba(10,10,10,0.8) !important;
- box-shadow: -1px -1px 2px black;
- border-left: 6px solid #fff;
- }
- .menu li{
- transition: border 1s;
- }
- .menu, .menu li {
- border-left: 6px solid #fff;
- background-color: rgba(10,10,10,0.8) !important;
- color:white !important;
- }
- .menu a {
- color:white !important;
- }
- .menu li:hover{
- border-left: 6px solid #ff6300;
- background-color:B94A00 !important;
- }
- .menu li:hover a {
- color:#fff !important;
- }
- .side_element,.postform {
- background-color: rgba(223,234,250,0.4);
- border: 2px solid #edf3fe;
- border-right: 6px solid #edf3fe;
- box-shadow: 5px 0 2px rgba(237,243,254,0.2);
- box-shadow: 5px 0 2px rgba(237,243,254,0.2) inset;
- }
- .side_element:first-of-type,.postform {
- border-right: 6px solid #ff6300;
- }
- .side_element li {
- transition: color 1s;
- transition: border 1s;
- }
- .side_element li:hover {
- background-color: rgba(255, 255, 255, 0.25);
- border-right: 6px solid #ff6300;
- box-shadow: 5px 0 2px rgba(237,243,254,0.2);
- }
- .side_element li:active {
- background-color: rgba(255, 255, 255, 0.25);
- }
- .side_element a {
- color: white;
- }
- .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:#739ccb;
- border: 1px solid #fff;
- color:white;
- transition: background-color 1s;
- }
- input[type="submit"]:hover {
- background-color:#ff6300;
- }
- .search input[type="submit"] {
- color:#800 !important;
- background-color:transparent !important;
- border: 0px !important;
- }
- .formbtn {
- color:#fff;
- }
- .formbtn label{
- color:#fff;
- }
- .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,.profileButton {
- background-color: black;
- color: white;
- cursor: pointer;
- }
- .mute:hover,.block:hover,.follow:hover,
- .nsfw:hover,.profileButton: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;
- }
- .loadingImage{
- background-image: url("../loadingb.png") !important;
- }
- .post,
- .rb,
- .textonly,
- .loadmore,.profile,.loader,.flex {
- background-color: rgba(0,0,0,0.4);
- border: 2px solid #edf3fe;
- border-right: 6px solid #edf3fe;
- box-shadow: 0 0 10px rgba(237,243,254,1) inset;
- }
- .element_pad > .post {
- border-left:4px solid #ff6300;
- }
- /*
- .postform,.searchmobile {
- background-color: #eeaa88;
- border:1px solid #eeaa88;
- }
- */
- .icon {
- background-color: black;
- }
- .toggleblur{
- background-color: #117743;
- color:white;
- }
- .polloption{
- display:block;
- margin:5px;
- padding:5px;
- background-color: rgba(223,234,250,0.4);
- border:2px solid rgba(223,234,250,1);
- border-right: 6px solid #edf3fe;
- border-radius:3px;
- color:#FFF;
- font-weight:bold;
- transition: background-color 1s;
- }
- .polloption:hover:not(.fixed),.voted{
- cursor: pointer;
- background-color: #ff6300;
- color:white;
- }
- .voteBar{
- background-color: #ff6300;
- box-shadow: 0 0 4px rgba(237,243,254,1);
- }
- .post_footer {
- background-color: rgba(223,234,250,0.4);
- border-top:2px solid rgba(223,234,250,1);
- }
- .postAge{
- color: #edf3fF !important;
- text-shadow: 0 0 5px rgba(237,243,254,1);
- }
- .felem a:hover > span {
- background-color: #ff6300;
- border:1px solid #fff;
- color: #fff;
- }
- .public::after {
- content: '';
- }
- .unlisted::after {
- content: '';
- }
- .private::after {
- content: '';
- }
- .direct::after {
- content: '';
- }
- .sensitive::after {
- content: '';
- }
- .post_buttons {
- color: #425f99;
- }
- .notif .post_buttons {
- background-color: #fff0d7;
- }
- .reply {
- background-color: rgba(223,234,250,0.4);
- border-bottom: 1px solid #fff;
- }
- .reply:hover {
- border-right: 1px solid #ff6300;
- }
- .note {
- background-color: #ccc;
- }
- .button {
- background-color: white;
- }
- .setting label {
- background-color: rgba(255, 255, 255, 0.8);
- 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,.setting input[type="checkbox"]:checked+label {
- background-color: #ff6300;
- box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
- color: white;
- }
|