Advertisement
cat_inthe_cradle

Persephone (PINK)

Jun 15th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
  3. @import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
  4. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  5.  
  6. @font-face {
  7. font-family: Linz;
  8. src: url(https://dl.dropbox.com/s/0s3qglmznqiem6v/CATLinz_1.8.ttf);
  9. }
  10.  
  11. @font-face {
  12. font-family: Winsberg;
  13. src: url(https://dl.dropbox.com/s/cp60cln8zlw3hzw/Winsberg.ttf);
  14. }
  15.  
  16. @font-face {
  17. font-family: Kiona;
  18. src: url(https://dl.dropbox.com/s/a66hf6mpovjcho8/Kiona-Regular.ttf);
  19. }
  20.  
  21. @font-face {
  22. font-family: Belove;
  23. src: url(https://dl.dropbox.com/s/kqqd4v89ci3qbzj/Belove.otf);
  24. }
  25.  
  26.  
  27. @font-face {
  28. font-family: Althea;
  29. src: url(https://dl.dropbox.com/s/jljkowjsf1w84fd/Althea-Regular.ttf);
  30. }
  31.  
  32. @font-face {
  33. font-family: Champ;
  34. src: url(https://dl.dropbox.com/s/r2eb4jhk21bo52c/Champagne%20%26%20Limousines.ttf);
  35. }
  36.  
  37. @font-face {
  38. font-family: Feeling;
  39. src: url(https://dl.dropbox.com/s/x56hsoedbopyiny/The%20Feeling.ttf);
  40. }
  41. @font-face{font-family: 'name';src: url('https://dl.dropboxusercontent.com/s/k7qj6ffrcw5p57d/ThePrestigeSignature.otf');}
  42.  
  43.  
  44. body { background:none; }
  45. #scroller { padding: 35px 0; box-sizing: border-box; }
  46. #profile-container { width:750px;background:#333; }
  47. #profile-container {background:none;}
  48.  
  49.  
  50.  
  51.  
  52.  
  53. .pfor{display:none;}
  54. #profile{border:none;background: transparent;}
  55.  
  56.  
  57.  
  58.  
  59.  
  60. /* BODY */
  61. ::-webkit-scrollbar-thumb:vertical {
  62. background-color: # ;
  63. height: 50px;
  64. }
  65.  
  66. ::-webkit-scrollbar {
  67. height: 10px;
  68. width: 3px;
  69. background-color: #;
  70. }
  71.  
  72. body {
  73. background-image: url("https://i.imgur.com/KCZ3Jw2.png");
  74. background-attachment: fixed;
  75. background-color: #0e150e;
  76. margin: 0;
  77. }
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. a {
  86. text-decoration:none;
  87. outline:none;
  88. -moz-outline-style:none;
  89. font-style: ;
  90. color:#fff;
  91. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  92. -moz-transition-duration:0.5s;
  93. -webkit-transition-duration:0.5s;
  94. -o-transition-duration:0.5s;
  95. }
  96.  
  97. a:hover {
  98. text-decoration:none;
  99. outline:none;
  100. -moz-outline-style:none;
  101. color:#fff;
  102. }
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. ::-webkit-scrollbar-thumb:vertical {
  110. background-color: #8b7a5e;
  111. height: 50px;
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. height: 10px;
  116. width: 8px;
  117. background-color: #f4f1e8;
  118. }
  119.  
  120. /* SIDEBAR */
  121. #sidebarbg {
  122. background-color: #eae6da;
  123. width: 400px;
  124. height: 100%;
  125. top: 0;
  126. left: 0;
  127. position: fixed;
  128. }
  129.  
  130. #info {
  131. position: fixed;
  132. left: 100px;
  133. width: 300px;
  134. top: 0;
  135. }
  136.  
  137. .desc {
  138. padding: 10px;
  139. font-family: arial;
  140. font-size: 8px;
  141. color: #989285;
  142. letter-spacing: 1px;
  143. text-align: justify;
  144. line-height: 14px;
  145. }
  146.  
  147. .smalltitle {
  148. font-family: 'Josefin Sans', sans-serif;
  149. font-size: 14px;
  150. color: ;
  151. font-weight: 700;
  152. text-transform: uppercase;
  153. text-align: center;
  154. }
  155.  
  156. .desc a {
  157. color: #bf8e7e;
  158. text-decoration: none;
  159. }
  160.  
  161. .desc b, strong {
  162. color: #8b7a5e;
  163. }
  164.  
  165. .desc i, em {
  166. color: #aa8972;
  167. }
  168.  
  169. #navbg {
  170. background-color: #e6a591;
  171. position: fixed;
  172. width: 100px;
  173. height: 100%;
  174. left: 0;
  175. top: 0;
  176. }
  177.  
  178. #navi {
  179. position: fixed;
  180. left: 10px;
  181. top: 13px;
  182. }
  183.  
  184. #navi a {
  185. background-color: #9b5141;
  186. display: block;
  187. width: 80px;
  188. height: 40px;
  189. line-height: 40px;
  190. font-family: calibri;
  191. font-size: 9px;
  192. color: #ffffff;
  193. text-transform: uppercase;
  194. text-decoration: none;
  195. text-align: center;
  196. margin-bottom: 5px;
  197. letter-spacing: 1px;
  198. transition: 0.5s;
  199. -moz-transition: 0.5s;
  200. -webkit-transition: 0.5s;
  201. -o-transition: 0.5s;
  202. }
  203.  
  204. #navi a:hover {
  205. background-color: #c87765;
  206. }
  207.  
  208. #headerbg {
  209. background-color: #cfc1a7;
  210. position: fixed;
  211. width: 400px;
  212. height: 150px;
  213. bottom: 0;
  214. left: 0;
  215. }
  216.  
  217. #headertitle {
  218. width: 400px;
  219. height: 150px;
  220. line-height: 150px;
  221. font-family: 'Josefin Sans', sans-serif;
  222. font-size: 36px;
  223. color: #ffffff;
  224. font-weight: 300;
  225. text-align: center;
  226. text-transform: uppercase;
  227. position: fixed;
  228. bottom: 0;
  229. left: 0;
  230. }
  231.  
  232. #subtitle {
  233. width: 400px;
  234. height: 150px;
  235. line-height: 200px;
  236. font-family: calibri;
  237. font-size: 8px;
  238. color: #ffffff;
  239. text-align: center;
  240. text-transform: uppercase;
  241. position: fixed;
  242. bottom: 0;
  243. left: 0;
  244. letter-spacing: 2px;
  245. }
  246.  
  247. /* PAGINATION */
  248. #pagination {
  249. font-family: calibri;
  250. font-size: 9px;
  251. width: 540px;
  252. text-align: center;
  253. margin-top: 25px;
  254. }
  255.  
  256. .current_page {
  257. background-color: #efece4;
  258. color: #8b7a5e;
  259. padding: 4px;
  260. }
  261.  
  262. #pagination a {
  263. background-color: #efece4;
  264. padding: 4px;
  265. color: #bf8e7e;
  266. text-decoration: none;
  267. }
  268.  
  269. /* POSTS */
  270. #posts {
  271. margin-top: 10px;
  272. margin-left: 450px;
  273. }
  274.  
  275. .posts {
  276. background-color: #efece4;
  277. width: 500px;
  278. padding: 20px;
  279. font-family: arial;
  280. font-size: 8px;
  281. color: #989285;
  282. letter-spacing: 1px;
  283. text-align: justify;
  284. }
  285.  
  286. .posts b, strong {
  287. color: #8b7a5e;
  288. }
  289.  
  290. .posts i, em {
  291. color: #aa8972;
  292. }
  293.  
  294. .posts a {
  295. color: #bf8e7e;
  296. text-decoration: none;
  297. -webkit-transition: all 0.5s ease-in-out;
  298. -moz-transition: all 0.5s ease-in-out;
  299. -o-transition: all 0.5s ease-in-out;
  300. -ms-transition: all 0.5s ease-in-out;
  301. transition: all 0.5s ease-in-out;
  302. }
  303.  
  304. .posts a:hover {
  305. color: #be7160;
  306. }
  307.  
  308. .posts h1 {
  309. font-family: 'Lato', sans-serif;
  310. font-size: 14px;
  311. color: #aa8972;
  312. font-weight: normal;
  313. text-transform: uppercase;
  314. }
  315.  
  316. .posts blockquote {
  317. border-left: 10px solid #aa8972;
  318. padding-left: 10px;
  319. margin-left: 15px;
  320. }
  321.  
  322. .posts ul {
  323. list-style-type: circle;
  324. }
  325.  
  326. /* IMAGES */
  327. .posts img {
  328. max-width: 500px;
  329. opacity: .8;
  330. -webkit-transition: all 0.5s ease-in-out;
  331. -moz-transition: all 0.5s ease-in-out;
  332. -o-transition: all 0.5s ease-in-out;
  333. -ms-transition: all 0.5s ease-in-out;
  334. transition: all 0.5s ease-in-out;
  335. margin-bottom: -3px;
  336. }
  337.  
  338. .posts img:hover {
  339. opacity: 1;
  340. }
  341.  
  342. .photo {
  343. opacity: .7;
  344. -webkit-transition: all 0.5s ease-in-out;
  345. -moz-transition: all 0.5s ease-in-out;
  346. -o-transition: all 0.5s ease-in-out;
  347. -ms-transition: all 0.5s ease-in-out;
  348. transition: all 0.5s ease-in-out;
  349. margin-bottom: -3px;
  350. }
  351.  
  352. .photo:hover {
  353. opacity: 1;
  354. }
  355.  
  356. /* QUOTE */
  357. .posts h2 {
  358. font-family: calibri;
  359. font-size: 11px;
  360. color: #aa8972;
  361. font-weight: normal;
  362. text-transform: uppercase;
  363. letter-spacing: 2px;
  364. }
  365.  
  366. .quote {
  367. font-family: georgia;
  368. font-size: 24px;
  369. color: #8b7a5e;
  370. float: left;
  371. margin-top: 2px;
  372. }
  373.  
  374. /* AUDIO */
  375. .audio img {
  376. max-width: 50px;
  377. float: left;
  378. margin-right: 5px;
  379. border: 5px solid #f5f1e8;
  380. }
  381.  
  382. .player {
  383. background-color: #fff;
  384. height: 25px;
  385. width: 25px;
  386. padding: 5px;
  387. margin-left: 85px;
  388. margin-top: 10px;
  389. overflow: hidden;
  390. position: absolute;
  391. margin-left: 13px;
  392. margin-top: 13px;
  393. opacity: .2;
  394. transition: 0.5s;
  395. -moz-transition: 0.5s;
  396. -webkit-transition: 0.5s;
  397. -o-transition: 0.5s;
  398. }
  399.  
  400. .player:hover {
  401. opacity: .7;
  402. }
  403.  
  404. /* STATISTICS */
  405. .stats {
  406. width: 544px;
  407. height: 15px;
  408. line-height: 14px;
  409. margin-bottom: 3px;
  410. margin-left: -2px;
  411. font-family: calibri;
  412. font-size: 9px;
  413. color: #ffffff;
  414. text-transform: uppercase;
  415. letter-spacing: 1px;
  416. }
  417.  
  418. .stats a {
  419. color: #ffffff;
  420. text-decoration: none;
  421. }
  422.  
  423. .tags {
  424. margin-bottom: 25px;
  425. width: 540px;
  426. font-family: calibri;
  427. font-size: 8px;
  428. text-transform: uppercase;
  429. letter-spacing: 1px;
  430. text-align: center;
  431. }
  432.  
  433. .tags b {
  434. color: #aa8972;
  435. }
  436.  
  437. .tags a {
  438. color: #bf8e7e;
  439. text-decoration: none;
  440. }
  441.  
  442. /* PERMALINK PAGE */
  443. .permalink {
  444. font-family: calibri;
  445. font-size: 9px;
  446. color: #989285;
  447. text-transform: uppercase;
  448. width: 540px;
  449. position: relative;
  450. letter-spacing: 1px;
  451. z-index: 999px;
  452. margin-top: 10px;
  453. }
  454.  
  455. .permalink b {
  456. color: #8b7a5e;
  457. font-weight: normal;
  458. }
  459.  
  460. #date {
  461. color: #aa8972;
  462. }
  463.  
  464. .permalink a {
  465. color: #bf8e7e;
  466. text-decoration: none;
  467. }
  468.  
  469. ol.notes {
  470. padding: 0px;
  471. margin: 15px 0px;
  472. list-style-type: none;
  473. background: transparent;
  474. border: 0px;
  475. letter-spacing: 0px;
  476. text-transform: uppercase;
  477. }
  478.  
  479. ol.notes li.note {
  480. padding: 1px;
  481. text-align: left;
  482. letter-spacing: 0px;
  483. text-transform: uppercase;
  484. }
  485.  
  486. .notes img{
  487. width: 8px;
  488. position: relative;
  489. top: 1px;
  490. opacity: .7;
  491. -moz-border-radius: 8px;
  492. -webkit-border-radius: 8px;
  493. border-radius: 8px;
  494. }
  495.  
  496. /* CREDIT */
  497. #credit {
  498. position: fixed;
  499. bottom: 5px;
  500. right: 5px;
  501. font-family: calibri;
  502. font-size: 8px;
  503. text-transform: uppercase;
  504. z-index: 999;
  505. }
  506.  
  507. #credit a {
  508. color: #bf8e7e;
  509. text-decoration: none;
  510. }
  511.  
  512. /* FOLLOW CODE */
  513. iframe#tumblr_controls {
  514. right:3px !important;
  515. position: fixed !important;
  516. -webkit-transition: opacity 0.7s linear;
  517. opacity: 0.2;
  518. -webkit-transition: all 0.8s ease-out;
  519. -moz-transition: all 0.8s ease-out;
  520. transition: all 0.8s ease-out;
  521. }
  522.  
  523. iframe#tumblr_controls:hover {
  524. -webkit-transition: opacity 0.7s linear;
  525. opacity: 1;
  526. -webkit-transition: all 0.4s ease-out;
  527. -moz-transition: all 0.4s ease-out;
  528. transition: all 0.4s ease-out;
  529. }
  530.  
  531. h3 {
  532. position: absolute;
  533. z-index: 8;
  534. font-size: 130px;
  535. opacity: 1;
  536. letter-spacing: 0px;
  537. font-family: poiret one;
  538. color: #fff;
  539. height: px;
  540. text-border: 4px #b10d53;
  541. text-shadow: 3px 4px 4px #b10d53;
  542. left: 10px;
  543. top: 220px;
  544. writing-mode: ;
  545. overflow: hidden;
  546. height: 300px;
  547. line-height:103px;
  548. font-weight: normal;
  549. z-index:99999999999999999;
  550.  
  551. }
  552.  
  553.  
  554. </style>
  555.  
  556.  
  557.  
  558.  
  559. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: ; opacity: 0.9; width: 450px; height: 564px; ; position: absolute; top: 174px; left: 350px; overflow: auto; text-align: left; border-radius: ; border: px solid #; z-index:99;"><span style="font-family: agency fb; font-size: 15; color: #fff;">
  560. <img src="https://i.imgur.com/5ypiVzE.png" width="440" height="560"></span></div>
  561.  
  562.  
  563.  
  564.  
  565. <h3> <br /><center>Persephone. <br /></center></h3>
  566.  
  567.  
  568.  
  569.  
  570.  
  571. <div style="letter-spacing: 75px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-image: url('https://i.pinimg.com/originals/d6/f0/2f/d6f02f2c65547f4f0d4b6b09556eb886.gif'); opacity: 1; width: 1450px; height: 730px; ; position: absolute; top: 0px; left: 0px; overflow: auto; text-align: left; border-radius: ; border: px solid #; z-index:99;"><span style="font-family: agency fb; font-size: 15; color: #8ba18c;"> </span></div>
  572.  
  573.  
  574.  
  575. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color: #fff; opacity: 0.9; width: 630px; height: 35px; ; position: absolute; top: 552px; left: 10px; overflow: auto; text-align: left; border-radius: 1em; border: px solid #; z-index:99;"><span style="font-family: agency fb; font-size: 15; color: #fff;"> </div>
  576.  
  577.  
  578.  
  579. <div style="letter-spacing: 0px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; background-color:; opacity: 0.9; width: 630px; height: 50px; ; position: absolute; top: 562px; left: 50px; overflow: auto; text-align: left; border-radius: ; border: px solid #; z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;"><span style="font-family: agency fb; font-size: 10pt; color: #75103b;"> the goddess of spring, queen of the underworld, greek, pomegranate seeds, heterosexual, uninterested, from spring into winter. ♥</div>
  580.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement