color.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. body,.profileButton {
  2. background-color: #06090c !important;
  3. }
  4. p,div,span{
  5. color:white;
  6. }
  7. a {
  8. color:#49a2cf;
  9. }
  10. .tiselected {
  11. border-bottom: 2px solid white;
  12. }
  13. input[type="checkbox"]:checked+label {
  14. color: red;
  15. }
  16. input[type="submit"], .setting input[type="radio"]:checked+label, .setting input[type="checkbox"]:checked+label{
  17. background-color: #2b90d9;
  18. color:white;
  19. border:1px solid #2b90d9;
  20. border-radius:2px;
  21. }
  22. .setting input[type="radio"]+label, .setting input[type="checkbox"]+label{
  23. background-color: black;
  24. }
  25. .search input[type="submit"]{
  26. color: #9baec8;
  27. background-color:transparent;
  28. border:0px;
  29. }
  30. input[type="text"]{
  31. border:0px;
  32. }
  33. .topbar,.gotop{
  34. background-color:#192432;
  35. }
  36. .alert {
  37. background-color: #2b90d9;
  38. }
  39. .post,.postform,.notif,.loadmore,#notifications,.nloadmore,.loader,.side_element {
  40. background-color:#192432;
  41. border-radius:0px !important;
  42. }
  43. .notif .post_buttons {
  44. background-color:#1F2D3D;
  45. }
  46. .post_footer,.profile,.flex{
  47. background-color:#1F2D3D;
  48. border-bottom: 2px solid #3A5674;
  49. }
  50. .contact * {
  51. color:black !important;
  52. }
  53. .contact:hover * {
  54. color:white !important;
  55. }
  56. .post {
  57. border-bottom:2px solid #202e3f;
  58. }
  59. .post_buttons a{
  60. color:#3e5a7c;
  61. }
  62. .reply,.previewpost,.userinfo{
  63. background-color: #121a24;
  64. }
  65. .previewpost,.userinfo{
  66. border:1px solid #202e3f;
  67. }
  68. .unfav, .unreblog{
  69. color: red !important;
  70. }
  71. .element_pad > .post {
  72. border-left:3px solid #0b82d2;;
  73. box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  74. }
  75. .menu, .mobilemenu {
  76. background-color:#d9e1e8;
  77. }
  78. .menu a,.menu span,.mobilemenu a,.mobilemenu span {
  79. color: #06090c !important;
  80. }
  81. .menu li:hover a,.topicon,.side_element a,.menu li:hover span {
  82. color: #d9e1e8 !important;
  83. }
  84. .menu li:hover {
  85. background-color: #06090c !important;
  86. }
  87. .side_element li:hover {
  88. color: #fff !important;
  89. }
  90. .public::after {
  91. content: '';
  92. }
  93. .sensitive::after {
  94. content: '';
  95. }
  96. .unlisted::after {
  97. content: '';
  98. }
  99. .private::after {
  100. content: '';
  101. }
  102. .direct::after {
  103. content: '';
  104. }
  105. .polloption{
  106. display:block;
  107. margin:5px;
  108. padding:5px;
  109. background-color: white;
  110. border:2px solid #7dbcda;
  111. border-radius:7px;
  112. color:#048fb3;
  113. font-weight:bold;
  114. }
  115. .polloption:hover:not(.fixed),.voted{
  116. cursor: pointer;
  117. border:2px solid #7dbcda;
  118. background-color: #7dbcda;
  119. color:white;
  120. }
  121. .voteBar{
  122. background-color: #048fb3;
  123. }