Clear-SNH.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. body {
  2. background-color: #F9F9F9 !important;
  3. color: #2C2C2C !important;
  4. font-family: 'Roboto', sans-serif !important;
  5. }
  6. .main-column {
  7. background-color: #FFFFFF !important;
  8. border: 1px solid #E0E0E0 !important;
  9. }
  10. button, input[type="submit"], input[type="button"] {
  11. background-color: #FF6F00 !important;
  12. color: #FFFFFF !important;
  13. border: none !important;
  14. border-radius: 6px !important;
  15. padding: 10px 20px !important;
  16. cursor: pointer !important;
  17. font-weight: 600 !important;
  18. }
  19. button:hover, input[type="submit"]:hover, input[type="button"]:hover {
  20. background-color: #FF8F00 !important;
  21. }
  22. input, textarea, select {
  23. background-color: #FFFFFF !important;
  24. color: #2C2C2C !important;
  25. border: 1px solid #E0E0E0 !important;
  26. border-radius: 4px !important;
  27. padding: 8px !important;
  28. font-size: 16px !important;
  29. }
  30. a {
  31. color: #007BFF !important;
  32. text-decoration: none !important;
  33. }
  34. a:hover {
  35. text-decoration: underline !important;
  36. }
  37. p {
  38. color: black !important;
  39. text-decoration: none !important;
  40. }
  41. .created-at, .about-time, .time {
  42. font-size: 0.9rem;
  43. color: black;
  44. }
  45. table {
  46. background-color: #FFFFFF !important;
  47. color: #2C2C2C !important;
  48. width: 100% !important;
  49. border-collapse: collapse !important;
  50. }
  51. table th {
  52. background-color: #F8F8F8 !important;
  53. padding: 12px 15px !important;
  54. text-align: left !important;
  55. font-weight: 600 !important;
  56. }
  57. table tr:nth-child(even) {
  58. background-color: #FAFAFA !important;
  59. }
  60. table td {
  61. padding: 12px 15px !important;
  62. }
  63. .profile {
  64. background-color: #FFFFFF !important;
  65. padding: 20px !important;
  66. border-radius: 8px !important;
  67. box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  68. }
  69. .profile .name {
  70. color: #FF6F00 !important;
  71. font-size: 20px !important;
  72. font-weight: 700 !important;
  73. }
  74. .avatar {
  75. border: 3px solid #FF6F00 !important;
  76. border-radius: 50% !important;
  77. width: 60px !important;
  78. height: 60px !important;
  79. }
  80. article, section {
  81. background-color: #FFFFFF !important;
  82. color: #2C2C2C !important;
  83. padding: 20px !important;
  84. border-radius: 8px !important;
  85. box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
  86. }
  87. .post-preview img {
  88. border-radius: 8px !important;
  89. max-width: 100% !important;
  90. height: auto !important;
  91. }
  92. .post-preview .image-container {
  93. max-width: 100% !important;
  94. overflow: hidden !important;
  95. display: block !important;
  96. margin: 0 auto !important;
  97. }
  98. div {
  99. background-color: #FFFFFF !important;
  100. border: 1px solid #E0E0E0 !important;
  101. }
  102. div .header-content {
  103. width: 100% !important;
  104. }
  105. ::-webkit-scrollbar {
  106. width: 8px !important;
  107. }
  108. ::-webkit-scrollbar-thumb {
  109. background-color: #B0B0B0 !important;
  110. border-radius: 8px !important;
  111. }
  112. ::-webkit-scrollbar-track {
  113. background-color: #F9F9F9 !important;
  114. }
  115. .action-container {
  116. background-color: #FFFFFF !important;
  117. border: 1px solid #E0E0E0 !important;
  118. padding: 20px !important;
  119. border-radius: 8px !important;
  120. color: #2C2C2C !important;
  121. box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
  122. }
  123. footer {
  124. background-color: #FFFFFF !important;
  125. border-top: 1px solid #E0E0E0 !important;
  126. padding: 15px 0 !important;
  127. }
  128. footer a {
  129. background-color: #007BFF !important;
  130. color: #FFFFFF !important;
  131. padding: 10px 20px !important;
  132. border-radius: 6px !important;
  133. text-decoration: none !important;
  134. font-weight: 600 !important;
  135. }
  136. footer a:hover {
  137. background-color: #0056b3 !important;
  138. }
  139. .sidebar-left nav ul,
  140. .sidebar-right nav ul {
  141. display: flex !important;
  142. flex-direction: column !important;
  143. }
  144. .sidebar-left nav ul,
  145. .sidebar-right nav ul {
  146. display: flex;
  147. flex-direction: column;
  148. margin: 0;
  149. }
  150. .sidebar-left nav ul li,
  151. .sidebar-right nav ul li {
  152. width: 100%;
  153. display: block;
  154. }
  155. .sidebar-left nav ul li a,
  156. .sidebar-right nav ul li a,
  157. .header nav ul li a {
  158. display: block;
  159. width: 100%;
  160. padding: 12px 16px;
  161. font-size: 15px;
  162. font-weight: 500;
  163. border-radius: 6px;
  164. background-color: #ffffff !important;
  165. color: #2C2C2C !important;
  166. border: 1px solid #D0D0D0 !important;
  167. text-align: left;
  168. box-sizing: border-box;
  169. }
  170. .sidebar-left nav ul li a:hover,
  171. .sidebar-right nav ul li a:hover,
  172. .header nav ul li a:hover {
  173. background-color: #f0f0f0 !important;
  174. }
  175. .filter-btn,
  176. .create-button,
  177. .edit-btn,
  178. .delete-btn,
  179. .join-btn,
  180. .leave-btn,
  181. .buy-btn {
  182. background-color: #FF6F00 !important;
  183. color: #FFFFFF !important;
  184. border: none !important;
  185. }
  186. .filter-btn:hover,
  187. .create-button:hover {
  188. background-color: #FF8F00 !important;
  189. color: #FFFFFF !important;
  190. }
  191. .card {
  192. border-radius: 16px;
  193. padding: 16px 24px;
  194. margin-bottom: 24px;
  195. color: #4A4A4A;
  196. font-family: inherit;
  197. box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  198. background-color: #F4F4F4;
  199. }
  200. .card-section {
  201. border: none;
  202. padding: 16px 0 0 16px;
  203. }
  204. .card-header {
  205. display: flex;
  206. justify-content: space-between;
  207. align-items: center;
  208. padding-bottom: 10px;
  209. margin-top: 16px;
  210. padding-top: 0px;
  211. border: none;
  212. }
  213. .card-label {
  214. color: #2D2D2D;
  215. font-weight: bold;
  216. letter-spacing: 1.5px;
  217. line-height: 1.2;
  218. margin-bottom: 8px;
  219. }
  220. .card-footer {
  221. margin-top: 12px;
  222. font-weight: 500;
  223. color: #6C6C6C;
  224. font-size: 1.1em;
  225. display: flex;
  226. align-items: center;
  227. gap: 12px;
  228. background: none;
  229. border: none;
  230. padding-top: 0;
  231. margin-bottom: 12px;
  232. }
  233. .card-body {
  234. margin-top: 12px;
  235. margin-bottom: 16px;
  236. padding: 0;
  237. }
  238. .card-field {
  239. display: flex;
  240. align-items: baseline;
  241. padding: 0;
  242. margin-bottom: 8px;
  243. border: none;
  244. background: none;
  245. }
  246. .card-tags {
  247. margin: 5px 0 3px 0;
  248. display: flex;
  249. flex-wrap: wrap;
  250. gap: 9px;
  251. }
  252. .card-tags a.tag-link {
  253. text-decoration: none;
  254. color: #181818;
  255. background: #D94F4F;
  256. padding: 5px 13px 4px 13px;
  257. border-radius: 7px;
  258. font-size: .98em;
  259. border: none;
  260. font-weight: bold;
  261. }
  262. .card-tags a.tag-link:hover {
  263. background: #D94F4F;
  264. color: #111;
  265. cursor: pointer;
  266. }
  267. a.user-link {
  268. background-color: #FFD600;
  269. color: #FFFFFF;
  270. padding: 12px 24px;
  271. border-radius: 5px;
  272. text-align: center;
  273. font-weight: bold;
  274. text-decoration: none;
  275. display: inline-block;
  276. border: 2px solid #FFD600;
  277. transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  278. font-size: 1em;
  279. }
  280. a.user-link:hover {
  281. background-color: #FFD600;
  282. border-color: #FFD600;
  283. color: #FFFFFF;
  284. cursor: pointer;
  285. }
  286. a.user-link:focus {
  287. background-color: #9A2F2F;
  288. border-color: #9A2F2F;
  289. color: #FFFFFF;
  290. }
  291. .date-link {
  292. background-color: #2F3C32;
  293. color: #fff;
  294. padding: 12px 24px;
  295. border-radius: 8px;
  296. margin-left: 12px;
  297. }
  298. .date-link:hover {
  299. background-color: #3E4A3D;
  300. color: #fff;
  301. }
  302. .activitySpreadInhabitant2 {
  303. background-color: #3E4A3D;
  304. color: #fff;
  305. padding: 12px 24px;
  306. border-radius: 8px;
  307. font-weight: bold;
  308. text-decoration: none;
  309. display: inline-block;
  310. border: 2px solid transparent;
  311. }
  312. .activityVotePost {
  313. background-color: #3B5C42;
  314. color: #fff;
  315. padding: 12px 24px;
  316. border-radius: 8px;
  317. font-weight: bold;
  318. text-decoration: none;
  319. display: inline-block;
  320. border: 2px solid transparent;
  321. }