Advertisement
cat_inthe_cradle

Gainsborough

Jun 14th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.92 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. #s-m-t-tooltip{
  4. max-width: 290px;
  5. padding: 5px;
  6. margin: 15px;
  7. border: 1px solid #1e1a1e;
  8. background: url(http://static.tumblr.com/lghdhqn/jzaong60r/aerith-perma.gif);
  9. color: #5e5156;
  10. font-family: "Arial";
  11. font-weight: bold;
  12. text-transform: uppercase;
  13. font-size: 12px;
  14. font-style: normal;
  15. box-shadow: 2px 2px 2px #1e1a1e, 2px -2px 2px #1e1a1e, -2px 2px 2px #1e1a1e, -2px -2px 2px #1e1a1e;
  16. z-index: 99999999;
  17. }
  18.  
  19. ::-webkit-scrollbar {
  20. width: 5px;
  21. }
  22.  
  23. ::-webkit-scrollbar-track-piece {
  24. background-color: transparent;
  25. }
  26.  
  27. ::-webkit-scrollbar-thumb {
  28. background-color: #40373b;
  29. border-radius: 5px;
  30. }
  31.  
  32. ::-webkit-scrollbar-thumb:active {
  33. background-color: #5e5156;
  34. }
  35.  
  36. /* main coding */
  37.  
  38. body {
  39. margin: 0px;
  40. padding: 0px;
  41. background: #443f42 url("http://static.tumblr.com/lghdhqn/zlfonhyrf/aerith_theme_bg.png") fixed bottom left;
  42. font-family: "Arial";
  43. color: #a29097;
  44. font-size: 12px;
  45. }
  46.  
  47. small {
  48. font-size: 11px;
  49. }
  50.  
  51. small sub {
  52. font-size: 11px;
  53. }
  54.  
  55. big {
  56. font-size: 14px;
  57. }
  58.  
  59. #theme {
  60. position: fixed;
  61. bottom: 0px;
  62. left: 0px;
  63. -webkit-user-select: none; /* Chrome/Safari */
  64. -moz-user-select: none; /* Firefox */
  65. -ms-user-select: none; /* EI10+ */
  66. -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
  67. user-drag: none;
  68. }
  69.  
  70. a {
  71. color: #817579;
  72. text-shadow: 2px 2px 0px #1e1a1e, 2px -2px 0px #1e1a1e, -2px 2px 0px #1e1a1e, -2px -2px 0px #1e1a1e;
  73. text-decoration: none;
  74. transition: 0.2s linear;
  75. -moz-transition: 0.2s linear;
  76. -webkit-transition: 0.25s linear;
  77. }
  78.  
  79. a:hover {
  80. color: #63545a;
  81. transition: 0.2s linear;
  82. -moz-transition: 0.2s linear;
  83. -webkit-transition: 0.2s linear;
  84. }
  85.  
  86. i, em {
  87. font-family: "Bad Script", cursive;
  88. font-size: 16px;
  89. color: #63545a;
  90. text-shadow: 2px 2px 0px #1e1a1e, 2px -2px 0px #1e1a1e, -2px 2px 0px #1e1a1e, -2px -2px 0px #1e1a1e;
  91. line-height: 16px;
  92. }
  93.  
  94. b, strong {
  95. font-family: "Alegreya SC";
  96. font-size: 14px;
  97. color: #7f7077;
  98. line-height: 14px;
  99. font-weight: normal;
  100. text-shadow: 2px 2px 0px #1e1a1e, 2px -2px 0px #1e1a1e, -2px 2px 0px #1e1a1e, -2px -2px 0px #1e1a1e;
  101. }
  102.  
  103. hr {
  104. background: #463c40;
  105. width: 50px;
  106. height: 1px;
  107. border: 0px;
  108. }
  109.  
  110. blockquote {
  111. color: #7f7077;
  112. border-left: 3px solid #463c40;
  113. margin: 5px;
  114. padding: 5px;
  115. }
  116.  
  117. blockquote > blockquote {
  118. margin: 2px;
  119. padding: 5px;
  120. }
  121.  
  122. blockquote img {
  123. display: block;
  124. width: auto;
  125. height: auto;
  126. max-width: 100%;
  127. }
  128.  
  129. ol {
  130. list-style-type: lower-roman;
  131. }
  132.  
  133. ul {
  134. list-style-type: square;
  135. }
  136.  
  137. h1 {
  138. font-size: 32px;
  139. line-height: 36px;
  140. }
  141.  
  142. h2 {
  143. font-size: 26px;
  144. line-height: 34px;
  145. }
  146.  
  147. h3 {
  148. font-size: 22px;
  149. line-height: 32px;
  150. }
  151.  
  152. h1, h2, h3 {
  153. font-family: "Bad Script";
  154. text-shadow: 2px 2px 0px #1e1a1e, 2px -2px 0px #1e1a1e, -2px 2px 0px #1e1a1e, -2px -2px 0px #1e1a1e;
  155. margin: 0px;
  156. text-align: center;
  157. }
  158.  
  159. /* description hover; navigation; etc */
  160.  
  161. #hover {
  162. position: fixed;
  163. bottom: 404px;
  164. left: 435px;
  165. z-index: 101;
  166. }
  167.  
  168.  
  169. #hover img {
  170. -webkit-user-select: none; /* Chrome/Safari */
  171. -moz-user-select: none; /* Firefox */
  172. -ms-user-select: none; /* EI10+ */
  173. -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
  174. user-drag: none;
  175. }
  176.  
  177. #desc {
  178. opacity: 0;
  179. background: url("http://static.tumblr.com/lghdhqn/w1jonhyrj/aerith_theme_hover.png");
  180. position: fixed;
  181. z-index:100;
  182. left: 447px;
  183. bottom: 226px;
  184. width: 140px;
  185. padding: 5px;
  186. height: 190px;
  187. overflow: auto;
  188. transition: 0.5s linear;
  189. -moz-transition: 0.5s linear;
  190. -webkit-transition: 0.5s linear;
  191. font-size: 11px;
  192. font-family: Arial;
  193. text-align: center;
  194. }
  195.  
  196. #desc:hover {
  197. opacity: 1;
  198. transition: 0.5s linear;
  199. -moz-transition: 0.5s linear;
  200. -webkit-transition: 0.5s linear;
  201. }
  202.  
  203. #nav {
  204. position: fixed;
  205. left: 600px;
  206. bottom: 150px;
  207. width: 0px;
  208. font-size: 42px;
  209. text-align: left;
  210. }
  211.  
  212. #nav a {
  213. font-size: 42px;
  214. display: block;
  215. line-height: 100%;
  216. color: #5e5156;
  217. text-shadow: 2px 2px 0px #1e1a1e, 2px -2px 0px #1e1a1e, -2px 2px 0px #1e1a1e, -2px -2px 0px #1e1a1e;
  218. opacity: 0.3;
  219. transition: 0.5s linear;
  220. -moz-transition: 0.5s linear;
  221. -webkit-transition: 0.5s linear;
  222. -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  223. backface-visibility: hidden;
  224. -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
  225. filter: blur(1px);
  226. }
  227.  
  228. #nav a:hover {
  229. opacity: 1;
  230. transition: 0.5s linear;
  231. -moz-transition: 0.5s linear;
  232. -webkit-transition: 0.5s linear;
  233. -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
  234. filter: blur(0px);
  235. }
  236.  
  237. #nav a.one {
  238. position: fixed;
  239. bottom: 400px;
  240. left: 610px;
  241. font-size: 56px;
  242. transform: rotate(-45deg);
  243. -moz-transform: rotate(-45deg);
  244. -webkit-transform: rotate(-45deg);
  245. }
  246.  
  247. #nav a.two {
  248. position: fixed;
  249. bottom: 360px;
  250. left: 635px;
  251. font-size: 42px;
  252. transform: rotate(45deg);
  253. -moz-transform: rotate(45deg);
  254. -webkit-transform: rotate(45deg);
  255. }
  256.  
  257. #nav a.three {
  258. position: fixed;
  259. bottom: 345px;
  260. left: 610px;
  261. font-size: 28px;
  262. transform: rotate(10deg);
  263. -moz-transform: rotate(10deg);
  264. -webkit-transform: rotate(10deg);
  265. }
  266.  
  267. #nav a.four {
  268. position: fixed;
  269. bottom: 305px;
  270. left: 625px;
  271. font-size: 48px;
  272. transform: rotate(-60deg);
  273. -moz-transform: rotate(-60deg);
  274. -webkit-transform: rotate(-60deg);
  275. }
  276.  
  277. #nav a.five {
  278. position: fixed;
  279. bottom: 285px;
  280. left: 600px;
  281. font-size: 36px;
  282. transform: rotate(60deg);
  283. -moz-transform: rotate(60deg);
  284. -webkit-transform: rotate(60deg);
  285. }
  286.  
  287. #nav a.six {
  288. position: fixed;
  289. bottom: 270px;
  290. left: 640px;
  291. font-size: 28px;
  292. transform: rotate(-15deg);
  293. -moz-transform: rotate(-15deg);
  294. -webkit-transform: rotate(-15deg);
  295. }
  296.  
  297. #nav a.seven {
  298. position: fixed;
  299. bottom: 240px;
  300. left: 605px;
  301. font-size: 36px;
  302. transform: rotate(60deg);
  303. -moz-transform: rotate(60deg);
  304. -webkit-transform: rotate(60deg);
  305. }
  306.  
  307. #nav a.eight {
  308. position: fixed;
  309. bottom: 210px;
  310. left: 630px;
  311. font-size: 42px;
  312. transform: rotate(-45deg);
  313. -moz-transform: rotate(-45deg);
  314. -webkit-transform: rotate(-45deg);
  315. }
  316.  
  317. #pagi {
  318. position: fixed;
  319. bottom: 75px;
  320. width: 150px;
  321. left: 447px;
  322. }
  323.  
  324. #pagi a {
  325. font-size: 48px;
  326. text-shadow: 2px 2px 0px #1e1a1e, 2px -2px 0px #1e1a1e, -2px 2px 0px #1e1a1e, -2px -2px 0px #1e1a1e;
  327. opacity: 0.3;
  328. transition: 0.5s linear;
  329. -moz-transition: 0.5s linear;
  330. -webkit-transition: 0.5s linear;
  331. -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  332. backface-visibility: hidden;
  333. -webkit-filter: blur(1px); /* Safari 6.0 - 9.0 */
  334. filter: blur(1px);
  335. }
  336.  
  337. #pagi .prev {
  338. position: fixed;
  339. bottom: 175px;
  340. left: 447px;
  341. }
  342.  
  343. #pagi .next {
  344. position: fixed;
  345. bottom: 175px;
  346. left: 567px;
  347. }
  348.  
  349. #pagi a:hover {
  350. opacity: 1;
  351. transition: 0.5s linear;
  352. -moz-transition: 0.5s linear;
  353. -webkit-transition: 0.5s linear;
  354. -webkit-filter: blur(0px); /* Safari 6.0 - 9.0 */
  355. filter: blur(0px);
  356. }
  357.  
  358. /* posts. look this is obvious it's about to say Posts */
  359.  
  360. #posts {
  361. position: absolute;
  362. left: 673px;
  363. bottom: 36px;
  364. height: 600px;
  365. overflow: auto;
  366. width: 410px;
  367. padding: 5px;
  368. }
  369.  
  370. #entry {
  371. margin-bottom: 30px;
  372. }
  373.  
  374.  
  375. #entry img, #entry figure {
  376. max-width: 400px;
  377. padding: 0px;
  378. margin: 0px;
  379. }
  380.  
  381. #entry .img, #entry .html_photoset {
  382. -webkit-filter: grayscale(70%);
  383. filter: grayscale(70%);
  384. opacity: 0.5;
  385. transition: 0.5s linear;
  386. -moz-transition: 0.5s linear;
  387. -webkit-transition: 0.5s linear;
  388. }
  389.  
  390. #entry .img:hover, #entry .html_photoset:hover {
  391. -webkit-filter: grayscale(0%);
  392. filter: grayscale (0%);
  393. opacity: 1;
  394. transition: 0.5s linear;
  395. -moz-transition: 0.5s linear;
  396. -webkit-transition: 0.5s linear;
  397. }
  398.  
  399. #entry .quote {
  400. font-size: 18px;
  401. margin-top: 5px;
  402. min-height: 50px;
  403. }
  404.  
  405. #entry .quote:first-letter {
  406. color: #a29097;
  407. font-family: "Alegreya SC", serif;
  408. font-size: 48px;
  409. margin: 0px;
  410. line-height: 32px;
  411. letter-spacing: 2px;
  412. text-shadow: 2px 2px 0px #1e1a1e, 2px -2px 0px #1e1a1e, -2px 2px 0px #1e1a1e, -2px -2px 0px #1e1a1e;
  413. float: left;
  414. padding: 5px;
  415. }
  416.  
  417. #entry .music {
  418. width: 400px;
  419. }
  420.  
  421. #entry .music img {
  422. width: 100px;
  423. }
  424.  
  425. #entry .album {
  426. max-width: 100px;
  427. width: 100px;
  428. overflow: hidden;
  429. padding: 5px;
  430. text-align: center;
  431. vertical-align: middle;
  432. }
  433.  
  434. #entry .player {
  435. position: absolute;
  436. z-index: 5;
  437. margin-left: 30px;
  438. margin-top: 30px;
  439. background: #f2f2f2;
  440. width: 20px;
  441. height: 20px;
  442. padding: 5px;
  443. border: 5px solid #f2f2f2;
  444. opacity: 0.5;
  445. overflow: hidden;
  446. transition: 0.5s linear;
  447. -moz-transition: 0.5s linear;
  448. -webkit-transition: 0.5s linear;
  449. }
  450.  
  451. #entry .player:hover, #entry .album:hover .player {
  452. opacity: 1;
  453. transition: 0.5s linear;
  454. -moz-transition: 0.5s linear;
  455. -webkit-transition: 0.5s linear;
  456. }
  457.  
  458. #entry img.albumimg {
  459. box-shadow: 2px 2px 1px #1e1a1e, 2px -2px 1px #1e1a1e, -2px 2px 1px #1e1a1e, -2px -2px 1px #1e1a1e;
  460. }
  461.  
  462. #entry img.albumimgb {
  463. position: absolute;
  464. margin-left: -100px;
  465. -webkit-filter: grayscale(70%);
  466. filter: grayscale(70%);
  467. }
  468.  
  469. #entry .song {
  470. width: 280px;
  471. padding: 5px;
  472. text-align: center;
  473. vertical-align: middle;
  474. }
  475.  
  476. #entry .source {
  477. text-align: center;
  478. }
  479.  
  480. #entry .chat .odd {
  481. margin: 5px;
  482. padding: 5px;
  483. border-bottom: 1px solid #463c40;
  484. }
  485.  
  486. #entry .chat .even {
  487. border-bottom: 1px solid #463c40;
  488. margin: 5px;
  489. padding: 5px;
  490. color: #7f7077;
  491. }
  492.  
  493. #entry .ask {
  494. min-height: 66px;
  495. width: 350px;
  496. background-color: #2b2628;
  497. border: 1px solid #443c40;
  498. box-shadow: 2px 2px 1px #1e1a1e, 2px -2px 1px #1e1a1e, -2px 2px 1px #1e1a1e, -2px -2px 1px #1e1a1e;
  499. padding: 5px;
  500. text-align: justify;
  501. margin: 0 auto;
  502. }
  503.  
  504. #entry .ask .asker {
  505. font-family: "Bad Script", cursive;
  506. font-size: 16px;
  507. line-height: 16px;
  508. }
  509.  
  510. #entry .ask img {
  511. float: left;
  512. border: 1px solid #1e1a1e;
  513. box-shadow: 2px 2px 1px #1e1a1e, 2px -2px 1px #1e1a1e, -2px 2px 1px #1e1a1e, -2px -2px 1px #1e1a1e;
  514. margin-right: 5px;
  515. -webkit-filter: grayscale(70%);
  516. filter: grayscale(70%);
  517. opacity: 0.5;
  518. }
  519.  
  520. #entry .perma {
  521. margin: 0 auto;
  522. text-align: center;
  523. width: 290px;
  524. height: 20px;
  525. padding: 5px;
  526. background: url("http://static.tumblr.com/lghdhqn/jzaong60r/aerith-perma.gif") 0px -10px;
  527. border: 1px solid #1e1a1e;
  528. box-shadow: 2px 2px 1px #1e1a1e, 2px -2px 1px #1e1a1e, -2px 2px 1px #1e1a1e, -2px -2px 1px #1e1a1e;
  529. font-size: 10px;
  530. line-height: 20px;
  531. font-family: "Arial";
  532. text-shadow: 2px 2px 0px #1e1a1e, 2px -2px 0px #1e1a1e, -2px 2px 0px #1e1a1e, -2px -2px 0px #1e1a1e;
  533. }
  534.  
  535. #entry .perma a {
  536. font-family: "Times New Roman";
  537. font-size: 24px;
  538. line-height: 10px;
  539. }
  540.  
  541. #entry .perma table {
  542. width: 290px;
  543. }
  544.  
  545. #entry .date {
  546. display: table-cell;
  547. text-align: center;
  548. vertical-align: middle;
  549. width: 145px;
  550. line-height: 10px;
  551. font-size: 24px;
  552. }
  553.  
  554. #entry .amnt {
  555. display: table-cell;
  556. text-align: center;
  557. vertical-align: middle;
  558. width: 145px;
  559. line-height: 10px;
  560. font-size: 24px;
  561. }
  562.  
  563. #entry .tags {
  564. width: 300px;
  565. text-align: center;
  566. font-family: "Alegreya SC";
  567. line-height: 11px;
  568. font-size: 12px;
  569. margin: 0 auto;
  570. padding: 0px;
  571. list-style-type: none;
  572. }
  573.  
  574. #entry .tags li {
  575. display: inline-block;
  576. }
  577.  
  578. #entry .tags li:after {
  579. content: "\002C\00a0";
  580. }
  581.  
  582. #entry .tags li:last-child:after {
  583. content: "";
  584. }
  585.  
  586. #entry ol.notes {
  587. list-style-type: none;
  588. padding: 0px;
  589. font-size: 10px;
  590. margin: 0 auto;
  591. width: 250px;
  592. }
  593.  
  594. #entry .notes img {
  595. display: none;
  596. }
  597.  
  598. /* pop up */
  599.  
  600. .popup_block {
  601. display: none;
  602. position: fixed;
  603. left: 673px;
  604. bottom: 36px;
  605. height: 600px;
  606. overflow: auto;
  607. width: 410px;
  608. padding: 5px;
  609. margin: 0px;
  610. z-index: 98;
  611. background: url("http://static.tumblr.com/lghdhqn/pgLonhyrp/aerith_theme_popup.png");
  612. }
  613.  
  614. #fade {
  615. display:none;
  616. position: fixed;
  617. left: 0px;
  618. top: 0px;
  619. width: 100%;
  620. height: 100%;
  621. z-index: 97;
  622. background: #000 /* change to #fff for solid white */
  623. opacity: 0; /* change to opacity:1; */
  624. }
  625.  
  626. .popup_block table {
  627. width: 400px;
  628. }
  629.  
  630. .popup_block td {
  631. width: 190px;
  632. padding: 5px;
  633. text-align: center;
  634. vertical-align: middle;
  635. }
  636.  
  637. .popup_block ul.navt {
  638. list-style-type: none;
  639. width: 300px;
  640. margin: 0 auto;
  641. padding: 5px;
  642. }
  643.  
  644. .popup_block .navt li {
  645. background: url("http://static.tumblr.com/lghdhqn/jzaong60r/aerith-perma.gif") -40px -20px;
  646. padding: 5px;
  647. margin: 5px;
  648. width: 120px;
  649. display: inline-block;
  650. border: 1px solid #1e1a1e;
  651. box-shadow: 2px 2px 1px #1e1a1e, 2px -2px 1px #1e1a1e, -2px 2px 1px #1e1a1e, -2px -2px 1px #1e1a1e;
  652. font-size: 16px;
  653. text-indent: 15px;
  654. }
  655.  
  656. .popup_block .navt li a {
  657. font-family: "Alegreya SC";
  658. }
  659.  
  660. </style>
  661.  
  662. <img src="http://i.picpar.com/VUvc.png" id="theme" />
  663.  
  664.  
  665.  
  666.  
  667. <div id="hover"><img src="http://static.tumblr.com/lghdhqn/Naronccy8/aerith_theme_blog.png" /></div>
  668. <div id="desc">
  669. <br />
  670. Aerith Gainsborough. ♀ <br /><br />
  671. <i>a.e.r.i.s</i><br />
  672.  
  673. "Young, beautiful, and somewhat mysterious, Aeris met Cloud while selling flowers on the streets of Midgar..."
  674.  
  675. <br /><br />
  676.  
  677. Flower Girl.<br />
  678. Heterosexual.<br />
  679. Cloud Strife. ♥<br />
  680. Singular.<br />
  681. Alive.
  682.  
  683.  
  684. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement