color.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. a, .link {
  2. color: blue;
  3. }
  4. body {
  5. background-color: #3975b4;
  6. background-image: url("../bg.jpg");
  7. }
  8. select{
  9. color:black;
  10. background-color:white;
  11. }
  12. label {
  13. color: #425f99;
  14. }
  15. textarea,input[type="text"]{
  16. background-color:white;
  17. border: 2px solid #999999 !important;
  18. }
  19. input[type="radio"]:checked+label,.setting input[type="checkbox"]:checked+label {
  20. color: black;
  21. }
  22. input[type="checkbox"]:checked+label {
  23. color: red;
  24. }
  25. .topbar {
  26. background-color: #f1f1f1;
  27. background-image: linear-gradient(#f5f5f5 ,#e6e6e6);
  28. box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  29. color: black;
  30. border-radius: 8px 8px 0px 0px;
  31. }
  32. .reply .postHeader {
  33. background-color: #f1f1f1;
  34. background-image: linear-gradient(#f5f5f5 ,#e6e6e6);
  35. border-bottom:1px outset #ccc;
  36. }
  37. .gotop {
  38. background-color: rgba(255, 255, 255, 0.5);
  39. }
  40. .gotop a {
  41. color: white;
  42. }
  43. .topicon, .appname > a, .mobilemenu a {
  44. color: black !important;
  45. }
  46. .tiselected {
  47. border-bottom: 2px solid black;
  48. }
  49. .search {
  50. box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7) inset;
  51. }
  52. .search input[type="text"],.search input[type="submit"]{
  53. border:0px !important;
  54. background-image:none;
  55. background-color:transparent !important;
  56. box-shadow: none;
  57. color: #000;
  58. }
  59. .badge {
  60. color: black;
  61. }
  62. .alert {
  63. background-color: red;
  64. }
  65. #notifications {
  66. background-color: #c3c3c3;
  67. color:black;
  68. box-shadow: 1px 1px 1px black;
  69. }
  70. .notif,.postAge{
  71. color:black;
  72. }
  73. .notif .text{
  74. color:black !important;
  75. }
  76. .uname {
  77. text-decoration:underline !important;
  78. }
  79. .new {
  80. background-color:#c3c3c3;
  81. }
  82. .side_element,.flex {
  83. background-color: #e6e6e6;
  84. border: 1px solid #ababab !important;
  85. border-radius:10px !important;
  86. }
  87. .side_element li:active {
  88. background-color: rgba(255, 255, 255, 0.25);
  89. }
  90. .side_element a, .userinfo a, .userinfo .ldr, .previewpost a {
  91. color: black !important;
  92. }
  93. .uploadBox {
  94. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  95. }
  96. .delpic {
  97. color:red;
  98. background-color:white;
  99. }
  100. input[type="submit"] {
  101. color: #fff;
  102. border-radius: 20px !important;
  103. border: 1px solid;
  104. text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
  105. text-align: center;
  106. white-space: nowrap;
  107. background: rgb(185,215,245);
  108. background: linear-gradient(rgba(185,215,245,1) 0%, rgba(152,197,243,1) 28%, rgba(129,186,242,1) 52%, rgba(81,172,242,1) 59%, rgba(171,220,246,1) 100%);
  109. border-top-color: #8ba2c1 !important;
  110. border-right-color: #5890bf !important;
  111. border-bottom-color: #4f93ca !important;
  112. border-left-color: #768fa5 !important;
  113. box-shadow: rgba(66, 140, 240, 0.5) 0px 10px 16px;
  114. }
  115. button,.postform input[type="submit"],.reply input[type="submit"] {
  116. background: rgb(185,215,245);
  117. background: linear-gradient(rgba(185,215,245,1) 0%, rgba(152,197,243,1) 28%, rgba(129,186,242,1) 52%, rgba(81,172,242,1) 59%, rgba(171,220,246,1) 100%);
  118. font-family: Lucida Sans, Helvetica, sans-serif;
  119. font-weight: 800;
  120. color: #fff;
  121. padding: 5px $half-height 3px;
  122. border-radius: 30px !important;
  123. border: 1px solid #ccc !important;
  124. text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
  125. text-align: center;
  126. vertical-align: middle;
  127. white-space: nowrap;
  128. text-overflow: ellipsis;
  129. overflow: hidden;
  130. // Aqua look
  131. border-top-color: #8ba2c1 !important;
  132. border-right-color: #5890bf !important;
  133. border-bottom-color: #4f93ca !important;
  134. border-left-color: #768fa5 !important;
  135. box-shadow: rgba(66, 140, 240, 0.5) 0px 10px 16px;
  136. }
  137. .formbtn {
  138. color:black;
  139. }
  140. .formbtn label{
  141. color:black;
  142. }
  143. #usermenu .menu {
  144. background-color: #6B91B6;
  145. }
  146. .reply .postMenu {
  147. color:black;
  148. background-image: none;
  149. background-color: transparent;
  150. border:0px;
  151. box-shadow:none;
  152. }
  153. .postMenu {
  154. background: rgb(185,215,245);
  155. background: linear-gradient(rgba(185,215,245,1) 0%, rgba(152,197,243,1) 28%, rgba(129,186,242,1) 52%, rgba(81,172,242,1) 59%, rgba(171,220,246,1) 100%);
  156. /* box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px; /* FF 3.5+ */
  157. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6) inset;
  158. border-radius:22px !important;
  159. border:1px solid #666;
  160. color:transparent;
  161. padding:3px;
  162. }
  163. .postMenu > .menu,.menu {
  164. background-color: rgba(255,255,255,0.8) !important;
  165. backdrop-filter: blur(10px);
  166. border-radius:5px !important;
  167. background-image:none !important;
  168. border: 0px !important;
  169. color:black;
  170. box-shadow: 2px 2px 5px rgba(0,0,0,0.9);
  171. border: 2px outset #fff !important;
  172. }
  173. .mobilemenu {
  174. background-color: rgba(255,255,255,0.8) !important;
  175. backdrop-filter: blur(10px);
  176. background-image:none !important;
  177. border: 0px !important;
  178. color:black;
  179. box-shadow: -2px -2px 5px rgba(0,0,0,0.9);
  180. border-left: 2px outset #fff !important;
  181. }
  182. .menu li{
  183. color:black;
  184. }
  185. .menu li:hover,.side_element li:hover {
  186. background-color: #157efb !important;
  187. background-image: linear-gradient(#5c83f9 ,#157efb);
  188. color:white;
  189. }
  190. .menu li a{
  191. color: #000 !important;
  192. text-shadow:none !important;
  193. font-family: fontello, verdana, sans-serif !important;
  194. text-align:left;
  195. }
  196. .menu li:hover a{
  197. color:white !important;
  198. }
  199. .listmenu li {
  200. background-color:black;
  201. color:white;
  202. }
  203. .listmenu li:hover {
  204. background-color:white;
  205. color:black;
  206. }
  207. .autl:hover li{
  208. background-color:lightgreen !important;
  209. }
  210. .rutl:hover li{
  211. background-color:crimson !important;
  212. }
  213. .unblock,.unmute,.block,.mute,.follow,
  214. .unfollow,
  215. .nsfw,
  216. .unnsfw,
  217. .profileMenu,
  218. .listmenu,.profileButton {
  219. background-color: black;
  220. color: white;
  221. cursor: pointer;
  222. }
  223. .mute:hover,.block:hover,.follow:hover,
  224. .nsfw:hover,.profileButton:hover {
  225. background-color: blue;
  226. }
  227. .unmute:hover,.unblock:hover,.unfollow:hover,
  228. .unnsfw:hover{
  229. background-color: crimson !important;
  230. }
  231. .unbookmark{
  232. color: crimson !important;
  233. }
  234. .unfav, .unreblog{
  235. color: red !important;
  236. }
  237. .loadingImage{
  238. background-image: url("../loadingb.gif") !important;
  239. }
  240. .profile,.loader,.menu,.notif,.post,
  241. .rb,
  242. .textonly,
  243. .loadmore,
  244. .postform,
  245. .searchmobile {
  246. background-image: linear-gradient(to right, #ababab , #d3d3d3,#ababab);
  247. border: 1px outset #f2e0f5 !important;
  248. border-radius:8px !important;
  249. box-shadow: 2px 2px 8px rgba(0,0,0,0.9);
  250. }
  251. .postbody{
  252. background-color:white;
  253. border: 1px solid #999999 !important;
  254. border-radius:6px;
  255. padding-top:10px;
  256. padding-bottom:10px;
  257. margin:4px 4px 0px 4px !important;
  258. }
  259. .reply > .postbody {
  260. background-color:transparent;
  261. border: none !important;
  262. padding:0px !important
  263. margin:0px !important;
  264. }
  265. .previewpost,.userinfo {
  266. background-color: #e6e6e6;
  267. background-image: none !important;
  268. border: 1px solid #ababab !important;
  269. border-radius:10px !important;
  270. box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  271. color:black;
  272. }
  273. .userinfo_he a{
  274. color:white !important;
  275. }
  276. .icon {
  277. background-color: black;
  278. }
  279. .postHeader a, .postHeader .link {
  280. color: black;
  281. text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  282. }
  283. .toggleblur{
  284. background: rgb(245,245,245);
  285. background: linear-gradient(rgba(245,245,245,1) 0%, rgba(223,223,223,1) 60%, rgba(207,207,207,1) 61%, rgba(207,207,207,1) 63%, rgba(207,207,207,1) 66%, rgba(207,207,207,1) 66%, rgba(245,245,245,1) 100%);
  286. color:black;
  287. }
  288. .polloption{
  289. display:block;
  290. margin:5px;
  291. padding:5px;
  292. background-color:white;
  293. border: 1px solid #999999 !important;
  294. border-radius:8px;
  295. box-shadow: 1px 1px 2px inset rgba(0,0,0,0.3);
  296. color:black;
  297. }
  298. .polloption:hover:not(.fixed),.voted{
  299. cursor: pointer;
  300. display:block;
  301. margin:5px;
  302. padding:5px;
  303. background: rgb(185,215,245);
  304. background: linear-gradient(rgba(185,215,245,1) 0%, rgba(152,197,243,1) 28%, rgba(129,186,242,1) 52%, rgba(81,172,242,1) 59%, rgba(171,220,246,1) 100%);
  305. box-shadow: 0px 1px 2px black;
  306. color:white;
  307. }
  308. .voteBar{
  309. background: rgb(185,215,245);
  310. background: linear-gradient(rgba(185,215,245,1) 0%, rgba(152,197,243,1) 28%, rgba(129,186,242,1) 52%, rgba(81,172,242,1) 59%, rgba(171,220,246,1) 100%);
  311. box-shadow: 0px 1px 2px black;
  312. }
  313. .post_footer > a{
  314. color: black !important;
  315. }
  316. .felem a:hover > span {
  317. background-color: #e6e6e6;
  318. border: 1px solid #ababab !important;
  319. box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  320. color: black !important;
  321. border-radius:4px;
  322. }
  323. .public::after {
  324. content: '';
  325. }
  326. .unlisted::after {
  327. content: '';
  328. }
  329. .private::after {
  330. content: '';
  331. }
  332. .direct::after {
  333. content: '';
  334. }
  335. .sensitive::after {
  336. content: '';
  337. }
  338. .notif .post_buttons {
  339. background-color:white;
  340. border: 1px solid #999999 !important;
  341. border-radius:8px;
  342. box-shadow: 1px 1px 2px inset rgba(0,0,0,0.3);
  343. color:black;
  344. }
  345. .reply {
  346. background-color: #ddd;
  347. border-bottom: 1px solid #666;
  348. }
  349. .note {
  350. background-color: #ccc;
  351. }
  352. .button {
  353. background-color: white;
  354. }
  355. .setting label {
  356. background-color:white;
  357. border: 1px inset #fff !important;
  358. color:#aaaaaa;
  359. }
  360. .setting input[type="radio"]:checked+label, .setting input[type="checkbox"]:checked+label {
  361. background: rgb(185,215,245);
  362. background: linear-gradient(rgba(185,215,245,1) 0%, rgba(152,197,243,1) 28%, rgba(129,186,242,1) 52%, rgba(81,172,242,1) 59%, rgba(171,220,246,1) 100%);
  363. box-shadow: 1px 1px 3px black;
  364. border: 0px !important;
  365. }