TropicalDeer

Animal Print

Sep 12th, 2023
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. a .fa {
  2. transition: none;
  3. }
  4. * {
  5. transition: 1s;
  6. }
  7. .report a,
  8. .widget-content,
  9. .user-comments .user-comment,
  10. .content .textarea + .btn,
  11. .content .textarea,
  12. .gallery-header .btn-link,
  13. .panel,
  14. .villagers-list,
  15. .user-data,
  16. .alert.success,
  17. .alert.alert,
  18. .alert,
  19. .notifications .btn,
  20. .recent-posts .forum-posts li:nth-child(odd),
  21. .user-panel.clearfix {
  22. background: rgba(28, 23, 19,0.8);
  23. }
  24. .report a:hover,
  25. .content .textarea + .btn:hover,
  26. .gallery-header .btn-link:hover,
  27. .notifications .btn,
  28. .search-form .input,
  29. .widget-header h3,
  30. .dropdown-menu,
  31. #logo+:nth-child(2) {
  32. background: rgb(128, 83, 50);
  33. }
  34. .content .active span,
  35. .table tr:hover td,
  36. .dropdown-menu .multi-column-dropdown li .fa p,
  37. .dropdown-menu .multi-column-dropdown li a {
  38. background: rgb(128, 83, 50) !important;
  39. }
  40. div.bottom,
  41. .widget-content,
  42. .user-info h4,
  43. .content .pagination > .disabled > span,
  44. .content .pagination > .disabled > span:hover,
  45. .content .pagination > .disabled > span:focus,
  46. .content .pagination > .disabled > a,
  47. .content .pagination > .disabled > a:hover,
  48. .content .pagination > .disabled > a:focus,
  49. .content .textarea,
  50. .content,
  51. .search-form .input,
  52. .dropdown-menu .multi-column-dropdown li a,
  53. .content h1.clearfix, //added
  54. .user-comments .user-comment .footer,
  55. .widget .forum-posts p {
  56. color: #fff;
  57. }
  58. .content .pagination a,
  59. .gallery-header .btn-link,
  60. .alert.success,
  61. .alert.alert,
  62. .alert,
  63. .dropdown-menu .multi-column-dropdown li a {
  64. color: #fff !important;
  65. }
  66. .content:after {
  67. background: url(https://wallpaperset.com/w/full/9/c/6/225711.jpg);
  68. height: 100%;
  69. background-size: cover;
  70. position: fixed;
  71. top: 0;
  72. z-index: -1;
  73. }
  74. a,
  75. .user-comments .user-comment .footer a,
  76. .widget .forum-posts p a {
  77. color: rgb(***,***,***);
  78. }
  79. a:hover, a:focus, a:active,
  80. .user-comments .user-comment .footer a:hover,
  81. .widget .forum-posts p a:hover {
  82. color: rgb(%%%,%%%,%%%);
  83. text-decoration: none;
  84. }
  85.  
  86.  
  87. #logo a {
  88. background: url(https://cdn.discordapp.com/attachments/321802766899085314/1151217836295995419/black_handwritten.png) no-repeat;
  89. }
  90.  
  91. .search-form .input {
  92. border: none;
  93. }
  94.  
  95. /* DROPDOWN MENU */
  96. .dropdown-menu .multi-column-dropdown li a:hover {
  97. transition: 0.5s all !important;
  98. background: #fff !important;
  99. color: rgb(128, 83, 50) !important;
  100. }
  101. .dropdown-menu .multi-column-dropdown li a {
  102. transition: 0.5s all !important;
  103. color: #fff !important;
  104. }
  105.  
  106. /* USER PANEL NAV */
  107. .user-panel.clearfix {
  108. border-radius: 0 0 10px 10px;
  109. }
  110. header .user-panel,
  111. header .user-panel a {
  112. color: rgb(***,***,***) !important;
  113. }
  114. header .user-panel a:hover {
  115. color: rgb(%%%,%%%,%%%) !important;
  116. }
  117.  
  118. /* WEBPAGE GENERAL CSS */
  119. .content {
  120. background: none;
  121. margin-bottom: 100px;
  122. padding: 20px;
  123. }
  124.  
  125. /* NOTIFICATIONS TABLE */
  126. .table tr:nth-child(even) td,
  127. .table tr:nth-child(odd) td {
  128. background: none;
  129. border: none;
  130. padding: 10px 13px;
  131. color: 735b34;
  132. }
  133.  
  134. /* NOTIFICATIONS BUTTONS*/
  135. .notifications .btn {
  136. text-transform: uppercase;
  137. font-size: 11px;
  138. }
  139.  
  140. /* NOTIFICATIONS TEXT (NON LINKS) */
  141. tbody b {
  142. font-weight: normal;
  143. }
  144.  
  145. /* TOP BANNER AD */
  146. .left-column .text-center.margin-10px {
  147. display: none;
  148. }
  149.  
  150. /* HEADERS */
  151. .content h2 {
  152. font-size: 16px;
  153. text-transform: uppercase;
  154. color: #fff;
  155. text-align: center;
  156. }
  157.  
  158. /* USER DATA */
  159. .user-data {
  160. border-radius: 30px;
  161. color: #bfa273;
  162. }
  163.  
  164. /* QUICK LINKS */
  165. .user-links {
  166. margin: 0;
  167. padding: 0;
  168. }
  169.  
  170. /* USER INFO, TROPHIES */
  171. .col-xs-7, .col-xs-5 {
  172. padding: 20px;
  173. }
  174.  
  175. /* TROPHIES TEXT */
  176. .trophies-header {
  177. text-transform: uppercase;
  178. font-size: 14px;
  179. }
  180.  
  181. /* TROPHIES IMAGES */
  182. .trophies .row img {
  183. max-width: 40px;
  184. padding-left: 0;
  185. padding-right: 0;
  186. }
  187.  
  188. .col-md-8 {
  189. width: 70%;
  190. }
  191.  
  192. .col-md-8 .btn {
  193. margin: 5px;
  194. transition: 1s all;
  195. background-image: none;
  196. text-shadow: none;
  197. background: rgba(***,***,***,0.7);
  198. font-weight: normal !important;
  199. }
  200.  
  201. .col-md-8 .btn:hover {
  202. margin: 5px;
  203. transition: 1s all;
  204. background-image: none;
  205. text-shadow: none;
  206. background: rgba(***,***,***,1);
  207. }
  208.  
  209. /* PROFILE DESCRIPTION BODY TEXT */
  210. .user-data .user-desc {
  211. padding: 40px;
  212. margin: 0;
  213. color: #ffeccf;
  214. }
  215.  
  216. /* VILLAGERS */
  217. .content .villagers-list {
  218. padding: 20px;
  219. border-radius: 20px;
  220. max-height: 184px;
  221. transition: 3s;
  222. overflow: hidden;
  223. }
  224. .villagers-list:hover {
  225. max-height: 5000px;
  226. }
  227.  
  228. /* GALLERY */
  229. .gallery {
  230. max-height: 500px;
  231. overflow: hidden;
  232. }
  233. .panel {
  234. border-radius: 20px;
  235. border: none;
  236. }
  237.  
  238. /* GALLERY ITEM TEXT */
  239. .name {
  240. display: none;
  241. }
  242.  
  243. /* GALLERY BUTTON */
  244. .gallery-header .btn-link {
  245. font-weight: normal;
  246. }
  247.  
  248. /* COMMENT FORM */
  249. .content .textarea {
  250. border: none;
  251. }
  252.  
  253. /* POST BUTTON */
  254. .content .textarea + .btn {
  255. text-transform: uppercase;
  256. }
  257.  
  258. /* USER COMMENTS */
  259. .user-comments {
  260. height: 300px;
  261. overflow: auto;
  262. }
  263.  
  264. /* USER COMMENTS BODY */
  265. .user-comments .user-comment {
  266. width: 550px;
  267. border: none;
  268. }
  269. .user-comments .user-comment .footer {
  270. width: 515px;
  271. color: #fff !important;
  272. }
  273. .user-comments .user-comment:after,
  274. .user-comments .user-comment:before {
  275. border-right-color: rgba(128, 83, 50, 0.5);
  276. color: #bfa273;
  277. }
  278.  
  279. /* USER COMMENTS AVATARS */
  280. .user-avatar-wrapper img {
  281. margin: 10px;
  282. border-radius: 47px;
  283. width: 60px;
  284. }
  285.  
  286. /* PAGINATION */
  287. .content .pagination a {
  288. background: rgba(128, 83, 50,0.5) !important;
  289. border: 0 !important;
  290. }
  291. .content .pagination a:hover {
  292. background: rgba(128, 83, 50,0.7) !important;
  293. }
  294. .content .active span {
  295. z-index: 3;
  296. border: 0 !important;
  297. }
  298. .content .pagination > .disabled > span,
  299. .content .pagination > .disabled > span:hover,
  300. .content .pagination > .disabled > span:focus,
  301. .content .pagination > .disabled > a,
  302. .content .pagination > .disabled > a:hover,
  303. .content .pagination > .disabled > a:focus {
  304. background-color: rgba(###,###,###,0.2) !important;
  305. border: 0 !important;
  306. }
  307.  
  308. /* "HI, USERNAME" */
  309. .user-info h4 {
  310. text-transform: uppercase;
  311. /* you may choose a different font family for this */
  312. font: 13px 'Helvetica';
  313. padding-top: 5px;
  314. padding-bottom: 5px;
  315. }
  316.  
  317. /* USER PANEL BODY TEXT */
  318. .right-column .widget .user-info p {
  319. text-transform: uppercase;
  320. /* you may choose a different font family for this */
  321. font: 11px 'Helvetica';
  322. }
  323.  
  324. /* WIDGET BODY */
  325. .widget-content {
  326. border-radius: 0 0 20px 20px;
  327. }
  328.  
  329. /* WIDGET HEADER (blue border) */
  330. .content .widget-header {
  331. border-bottom: none;
  332. }
  333.  
  334. /* WIDGET HEADER */
  335. .widget-header h3 {
  336. border-radius: 20px 20px 0 0;
  337. margin: 0;
  338. padding: 10px 0 5px;
  339. text-align: center;
  340. text-shadow: none;
  341. font-weight: normal;
  342. color: rgb(***,***,***);
  343. padding: 10px 0px;
  344. text-transform: uppercase;
  345. /* you may choose a different font family for this */
  346. font: 12px 'Helvetica';
  347. border-bottom: 1px dotted #fff;
  348. }
  349.  
  350. /* VIEW MORE BUTTONS */
  351. .right-column .btn-link {
  352. color: rgb(***,***,***) !important;
  353. }
  354. .right-column .btn-link:hover {
  355. color: rgb(%%%,%%%,%%%) !important;
  356. }
  357.  
  358. /* RECENT ACTIVITY */
  359. .recent-posts .widget-content {
  360. padding-bottom: 5px;
  361. }
  362. .recent-posts .forum-posts li:nth-child(even) {
  363. background: none;
  364. }
  365. .widget .forum-posts p {
  366. color: #fff !important;
  367. }
  368.  
  369. .widget .forum-posts li {
  370. border-bottom: 1px solid #fff;
  371. }
  372.  
  373. /* USER PANEL ICON */
  374. .right-column .text-center img {
  375. border-radius: 20px;
  376. }
  377. /* SOCIAL MEDIA ACCOUNTS LINKS (BOTTOM) */
  378. /* you may comment/delete this section if you like*/
  379. .social a {
  380. width: 44px;
  381. height: 44px;
  382. display: inline-block;
  383. }
  384. .social img {
  385. display: none;
  386. }
  387. .social a:first-child {
  388. background: url(https://cdn.discordapp.com/attachments/321802766899085314/1151230057235349564/leopard_f.png);
  389. }
  390. .social a:nth-child(2) {
  391. background: url(https://cdn.discordapp.com/attachments/321802766899085314/1151230057776418886/leopard_twitter.png);
  392. }
  393. .social a:last-child {
  394. background: url(https://cdn.discordapp.com/attachments/321802766899085314/1151230057524772896/leopard_tumblr.png);
  395. }
  396.  
  397. /* BOTTOM LINKS FOOTER */
  398. footer .bottom {
  399. background-color: rgba(28, 23, 19,0.8);
  400. border-radius: 20px;
  401. padding: 5px;
  402. }
  403.  
  404. p.copyright.align-center {
  405. background: url(https://cdn.discordapp.com/attachments/321802766899085314/1151222962620481586/BLACK_ALXQ_CREDIT.png) no-repeat;
  406. }
  407.  
  408. /* FLOATING REPORT USER PROFILE */
  409. .report a {
  410. position: fixed;
  411. bottom: 30px;
  412. left: 30px;
  413. color: rgb(28, 23, 19);
  414. border-radius: 5px;
  415. padding: 5px;
  416. }
  417. .report a:hover {
  418. color: #ed1c24;
  419. }
  420.  
  421. /* TOOLTIPSTER (dotted border under timestamp) */
  422. span.tooltipster {
  423. border-bottom: 1px dashed rgb(***,***,***);
  424. }
  425. .villagers-list li {
  426. width: 20%;
  427. }
  428. .village-shield img {
  429. width: 150px;
  430. height: 150px;
  431. overflow: hidden;
  432. padding-left: 150px;
  433. background: url(https://cdn.discordapp.com/attachments/321802766899085314/1151225955789062215/gold_palace_logo.png);
  434. }
Advertisement
Add Comment
Please, Sign In to add comment