Advertisement
g0r0mi

tropical layout

Dec 23rd, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.67 KB | Source Code | 0 0
  1. <style>
  2. table.comments-table{
  3. display: block;
  4. height: 300px!important;
  5. overflow-y: scroll;
  6. border-radius:15px;
  7. border-color:white;
  8. border-width: 3px;
  9. text-transform: none !important;
  10. }
  11. </style>
  12.  
  13. <style>
  14. nav .links li .icon{
  15. content: url('https://64.media.tumblr.com/16322969241012b0c58734b41959e62b/91ce0f4ee6bbd7c8-43/s75x75_c1/9229bae8f80dbf1987d2d650e303d33efce9a512.gif');
  16. </style>
  17.  
  18. <style>
  19. .profile .blurbs .heading, .profile .friends .heading {
  20. background-color: #FF4AB8;
  21. }
  22. .profile .contact .heading, .profile .table-section .heading, .home-actions .heading {
  23. background-color: #FF4AB8;
  24. </style>
  25.  
  26. <style> @import url('https://fonts.cdnfonts.com/css/frostbites'); </style>
  27. <style> @import url('https://fonts.cdnfonts.com/css/heartland'); </style>
  28. <style> @import url('https://fonts.cdnfonts.com/css/sofia-sans-condensed'); </style>
  29.  
  30. <style>
  31. /* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/anime/ani-9/ani875.cur), auto !important;} /* End https://www.cursors-4u.com */
  32. :root{
  33. --headers: white;
  34. --text: white;
  35. --names: white;
  36. --links: white;
  37. --hover: #FF59BE;
  38. --borders: 2px solid #FF4AB8 !important;
  39. --background_image: url('https://i.pinimg.com/originals/c3/95/8e/c3958ec8414f4b476e991750cf18187d.gif');
  40. --font-family: 'Sofia Sans Condensed', sans-serif;
  41. --curve: 10px;
  42. }
  43. .url-info{display:none !important;} /* to hide the url */
  44. .blurbs .heading{display:none !important;} /* to hide the blurbs heading */
  45. h3, h4, h5, .url-info b{ color: var(--headers) !important;} /* headings*/
  46. a{color: var(--links) !important;} /* color of links */
  47. a:hover{color: var(--hover) !important;} /* color of links on hover */
  48. p, h2{color: var(--text) !important;} /* color of text */
  49. h1 a p{color: var(--names) !important; }
  50. .friends a p{color: var(--names) !important; font-weight: normal !important; font-size: 11px!important;} /* color of names, and friends counter */
  51. h1, .friends a:hover p{color: var(--hover) !important;} /* color of names on hover */
  52. nav label{color: var(--links) !important;} /* color of search */
  53. .section h4 {color: var(--headers) !important;text-align:center;} /* aboutme & want2meet headings */
  54. .section{color: var(--text) !important;} /* sometimes <p> is broken by embeds maybe. */
  55. .comment-reply:not(:first-child){border-top: 3px double var(--links);} /* line in bewtween comment replies*/
  56. .count{color:black;
  57. }
  58. a:hover,
  59. a:active,
  60. .blog-entry .kudos-btn:hover,
  61. .blog-entry .kudos-btn:active{
  62. text-decoration: underline;
  63. text-decoration-style: wavy;
  64. }
  65. .logout-btn:hover,
  66. .logout-btn:active{
  67. text-decoration: underline;
  68. text-decoration-style: wavy;
  69. }
  70. nav .top a:hover{
  71. text-decoration: underline;
  72. text-decoration-style: wavy;
  73. }
  74. nav .links a:hover{
  75. text-decoration: underline;
  76. text-decoration-style: wavy;
  77. }
  78. a{
  79. font-family: var(--font-family) !important;
  80. font-weight: normal !important;
  81. text-shadow: 0px 0px 5px #FF4AC3 !important;
  82. font-size: 12px!important;
  83. }
  84. nav label, .section {
  85. font-family: var(--font-family) !important;
  86. text-transform: normal !important;
  87. font-weight: normal !important;
  88. text-shadow: 0px 0px 5px rgba(134,242,192,0) !important;
  89. font-size: 12px!important;
  90. }
  91. p {
  92. font-family: var(--font-family) !important;
  93. text-shadow: 0px 0px 5px #FF4AC3 !important;
  94. font-size: 14px!important;
  95. }
  96. h2, h3, h4, h5, DIV.mood > P:nth-child(1) > B, P:nth-child(2) > B{
  97. font-family: 'Frostbites', sans-serif;
  98. text-transform: normal !important;
  99. text-shadow: 0px 0px 5px #FF4AC3 !important;
  100. letter-spacing: .3px;
  101. font-size: 14px!important;
  102. }
  103. .icon{border:none !important;}
  104. .blurbs{margin-top:10px !important;margin-bottom:20px !important}
  105. .friends{margin-top:-10px !important;margin-bottom:20px !important}
  106. .profile-info{border-radius: var(--curve) !important;}
  107. .comment-replies{border:5px inset var(--links);}
  108. .comments-table{border-radius: var(--curve) !important;border:none !important;}
  109. .table-section{padding-bottom:7px !important;margin-top:20px!important}
  110. #comments{margin-top:5px !important;padding-bottom:5px !important}
  111. .details p:last-child{color:var(--links) !important; filter: brightness(95%);}
  112. .mood{margin-top:10px;}
  113. .blog-preview{margin-top:20px;}
  114. .mood, .blog-preview{margin-bottom: 20px;}
  115. .table-section, .blurbs, .friends{margin-bottom: 20px !important;
  116. }
  117. .friends{margin-top: 10px!important;}
  118. body {
  119. background-image: var(--background_image) !important;
  120. background-color: transparent ;
  121. no-repeat fixed;
  122. background-size:cover;
  123. }
  124. nav{
  125. background: transparent;
  126. background-size: cover;
  127. border: none;
  128. }
  129. nav .top {
  130. background: rgba(0,0,0,0.0);
  131. }
  132. nav .top a{
  133. color: var(--links)!important;
  134. }
  135. nav .links {
  136. background: transparent!important;
  137. background-size: 100%100%!important;
  138. text-align: center;
  139. font-size: 14px;
  140. }
  141. nav .links li:not(:last-child)::after,
  142. footer .links li:not(:last-child)::after{
  143. content: " ⋮ ";
  144. color: var(--text);
  145. }
  146. .search-wrapper input[type=text] {
  147. background-color: transparent !important;
  148. border: 2px solid var(--links) !important;
  149. color:black !important;
  150. border-radius: 10px !important;
  151. }
  152. button{
  153. border-radius: 10px !important;
  154. border: 0px solid black!important;
  155. font-family: var(--font-family) !important;
  156. background-color:rgba(0, 0, 0, 0.0) !important;
  157. color:var(--links)!important;
  158. }
  159. .online{content:url("https://64.media.tumblr.com/3544497e3217ff7a6a0a06d406a5e32d/0369c5fbbf9f19fd-d6/s250x400/de16350ad8279f217ac8f6cad885eda045260a96.gif");
  160. height: 90px; width: 120px;
  161. }
  162. h1{
  163. padding-left: 0px !important;
  164. font-family: 'HeartlandRegular', sans-serif;
  165. font-size: 60px !important;
  166. color: white!important;
  167. }
  168. .profile-info{
  169. background: transparent;
  170. background-size: cover;
  171. border: transparent !important;
  172. display: flex;
  173. align-items: center;
  174. justify-content: center;
  175. padding: 1px 1px;
  176. margin-top: 30px;
  177. border-radius: 10px !important;
  178. }
  179. .profile-info .inner{
  180. font-weight: bold;
  181. text-align: center;
  182. }
  183. .contact {
  184. background:rgba(40, 222, 255, 0.7);
  185. background-size: cover;
  186. border-radius: var(--curve) !important;
  187. padding: 2px !important;
  188. border: var(--borders) !important;
  189. }
  190. .contact .inner a img {
  191. font-size: 0;
  192. }
  193. .contact .inner a img:before {
  194. font-size: 1em;
  195. display: block
  196. }
  197. .contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {
  198. content: url("https://64.media.tumblr.com/2469b57200dc64a450f917606b6529c5/5cf186feab4a94da-32/s75x75_c1/84510ac62f79cf424693c598d6dea680b47af68e.gif")
  199. }
  200. .contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
  201. content: url("https://64.media.tumblr.com/e4fd17b16c489d1a5f80d01268ebf6e2/6f093685f418e90f-ee/s75x75_c1/4caf413132ce8f074af48db0d51bf1dc88d1883b.gif")
  202. }
  203. .contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
  204. content:url("https://64.media.tumblr.com/5ee8d1d2ff76540f47f6c7b1e0430295/6f093685f418e90f-a8/s75x75_c1/e5ec2cb1c67f39761c5a1c411c3a70b971ffa96e.gif")
  205. }
  206. .contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
  207. content: url("https://64.media.tumblr.com/868b4de842e30f5d5b45ae8128a3d692/6f093685f418e90f-f3/s75x75_c1/e0305734a36a44c5ffd9b7c02d833c28dcc8c7b6.gif")
  208. }
  209. .contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
  210. content: url("https://64.media.tumblr.com/863aebb4e24b98c43b9804bbe2d58094/6f093685f418e90f-d1/s75x75_c1/0af6fceb24194097aa959008544e46d395452929.gif")
  211. }
  212. .contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
  213. content: url("https://64.media.tumblr.com/981f73c64b3b3b1375263fde662c5bdf/6f093685f418e90f-97/s75x75_c1/e5c28d00691d6c362a9aa7830c05061fcf2ab429.gif")
  214. }
  215. .contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
  216. content: url("https://64.media.tumblr.com/1a44170c4e46524ea62377d7f1fccc60/6f093685f418e90f-0d/s75x75_c1/aab129b0234beb98345888c7c4071ed2d0128351.gif")
  217. }
  218. .contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
  219. content: url("https://64.media.tumblr.com/05d5c2d5eb6764f9d0f80a073ff20a91/6f093685f418e90f-79/s75x75_c1/779b8816bd972f92d7155eb6dd6cbaf883b7ad6a.gif")
  220. }
  221. main{
  222. background: transparent;
  223. padding: 6px 0px;
  224. background-size: 100%;
  225. background-position: center;
  226. }
  227. .profile-pic img{
  228. outline:none !important;
  229. border-radius: 10px;
  230. border: var(--borders)!important;
  231. }
  232. .profile .friends .person img{
  233. border-radius: 10px;
  234. border: var(--borders) !important;
  235. filter:drop-shadow(0px 0px 0px black) !important;
  236. }
  237. .friends-grid{
  238. text-align: center;
  239. }
  240. .friends-grid img{
  241. outline:none !important;
  242. filter: opacity(90%) !important;
  243. border-radius: var(--curve) !important;
  244. }
  245. .inner img{
  246. outline:none !important;
  247. filter: drop-shadow(0px 0px 0px black) !important;
  248. border-radius: var(--curve) !important;
  249. }
  250. td {
  251. background-color: transparent!important;
  252. }
  253. hr{
  254. border: 2px inset black;
  255. background: transparent;
  256. }
  257. .heading, .url-info, .blurbs, .friends, .table, .table-section {
  258. background: rgba(40, 222, 255, 0.7); !important;
  259. border-radius: var(--curve) !important;
  260. padding: 2px !important;
  261. border: var(--borders) !important;
  262. }
  263. .friends, .blurbs{
  264. background: rgba(40, 222, 255, 0.7);
  265. background-size: cover;
  266. text-align: center;
  267. text-transform: normal !important;
  268. }
  269. .mood, .blog-preview{
  270. border-radius: var(--curve) !important;
  271. border: var(--borders) !important;
  272. padding: 10px !important;
  273. }
  274. .mood, .blog-preview {
  275. text-align: normal !important;
  276. background: rgba(40, 222, 255, 0.7);
  277. background-size: cover;
  278. border: var(--borders) !important;
  279. }
  280. .table-section{
  281. border:var(--borders) !important;
  282. background: rgba(40, 222, 255, 0.7);
  283. background-size: cover;
  284. border-radius: var(--curve) !important;
  285. }
  286. .heading{
  287. background:transparent;
  288. padding-bottom: 4px !important;
  289. background-size:100%100%!important;
  290. text-align: center;
  291. border:none!important;
  292. }
  293. .comments-table td {
  294. background-image: url('') !important;
  295. background-size: cover;
  296. }
  297. .comments-table td:first-child{
  298. background: url('')!important;
  299. background-size: 50%!important;
  300. }
  301. .comments-table td:first-child img {
  302. border: var(--borders);
  303. }
  304. footer{
  305. color:black;
  306. text-align: center;
  307. font-size: 60%;
  308. margin: 10px 0 10px;
  309. padding: 10px 5px;
  310. background: transparent;
  311. background-size: cover;
  312. }
  313. ::-webkit-scrollbar {
  314. width: 5px;
  315. height: 5px;
  316. }
  317. ::-webkit-scrollbar-track {
  318. border-radius: 0px;
  319. width: 1px;
  320. border: 5px inset DimGray;
  321. }
  322. ::-webkit-scrollbar-thumb {
  323. background: DimGray;
  324. border-radius: 0px;
  325. }
  326. ::-webkit-scrollbar-thumb:hover {
  327. background: DarkGray;
  328. }
  329. .col.right:before {
  330. content: "";
  331. white-space: pre-wrap;
  332. display: block;
  333. height: 60px;
  334. background-image: url("https://64.media.tumblr.com/0d878c19477217d9bee4a67d20f3386c/0369c5fbbf9f19fd-1b/s400x600/0475e7c3c6f35f03b363626f580c7609e97cca73.gif");
  335. background-repeat: no-repeat;
  336. background-position-x: center;
  337. background-size: 550px;
  338. border-radius: 10px;
  339. }
  340. .mood:after {
  341. content: "";
  342. white-space: pre-wrap;
  343. display: block;
  344. height: 40px;
  345. background-image: url(https://64.media.tumblr.com/c91a3e4deff4bc7dde409c501b8c3b85/0369c5fbbf9f19fd-fb/s250x400/d4e4ccaf027f2adf4ade14661eba6070c687b43c.gif);
  346. background-repeat: no-repeat;
  347. background-position-x: center;
  348. background-size: 220px;
  349. border-radius: 10px;
  350. }
  351. .contact:after {
  352. content: "";
  353. white-space: pre-wrap;
  354. display: block;
  355. height: 40px;
  356. background-image: url(https://64.media.tumblr.com/40190aadea5348b624fde420b5b9a390/dc3aa78efd494552-20/s2048x3072/14dfb1736e7036ffe5473cc52d1f10477c7be694.pnj);
  357. background-repeat: no-repeat;
  358. background-position-x: center;
  359. background-size: 200px;
  360. border-radius: 10px;
  361. }
  362. @keyframes type{
  363. 0%{
  364. width:0ch;
  365. }
  366. 100%{
  367. width:37ch;
  368. }
  369. }
  370. @keyframes blink{
  371. 0%{opacity:1;}
  372. 50%{opacity:0;}
  373. 100%{opacity:1;}
  374. }
  375. body::before {
  376. content: " ";
  377. display: block;
  378. position: fixed;
  379. top: 0;
  380. left: 0;
  381. bottom: 0;
  382. right: 0;
  383. background: linear-gradient(rgb(124 226 178 / 20%) 50%, rgb(0 0 0 / 0%) 50%);
  384. z-index: 5;
  385. background-size: 100% 2px, 3px 100%;
  386. pointer-events: none;
  387. }
  388. .col, main, footer, nav::before, .online, nav .links, nav .top {
  389. animation: float 4s;
  390. animation-iteration-count: infinite;
  391. animation-timing-function: ease-in-out;
  392. }
  393. @keyframes float {
  394. 0% { transform: translate(0, 0px);
  395. }
  396. 50% {
  397. transform: translate(0, 8px);
  398. }
  399. 100% {
  400. transform: translate(0, -0px);
  401. }
  402. </style>
  403.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement