Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!--
  5.  
  6. WINTER'S LADY THEMES
  7. ♛ this code was made by AGIRLINGREY@TUMBLR.
  8. ♛ do not remove credit or claim as your own.
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21.  
  22. <!--
  23. CUSTOM FONTS
  24. -->
  25.  
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  28. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  29. <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
  30. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  31.  
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37.  
  38. /* THE CUSTOM SIDEBAR THING */
  39. /* http://meyerweb.com/eric/tools/css/reset/
  40. v2.0 | 20110126
  41. License: none (public domain)
  42. */
  43.  
  44. /* /!\ RESET CSS ------ DO NOT TOUCH !!!!! */
  45.  
  46. html, body, div, span, applet, object, iframe,
  47. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  48. a, abbr, acronym, address, big, cite, code,
  49. del, dfn, em, img, ins, kbd, q, s, samp,
  50. small, strike, strong, sub, sup, tt, var,
  51. b, u, i, center,
  52. dl, dt, dd, ol, ul, li,
  53. fieldset, form, label, legend,
  54. table, caption, tbody, tfoot, thead, tr, th, td,
  55. article, aside, canvas, details, embed,
  56. figure, figcaption, footer, header, hgroup,
  57. menu, nav, output, ruby, section, summary,
  58. time, mark, audio, video {
  59. margin: 0;
  60. padding: 0;
  61. border: 0;
  62. font-size: 100%;
  63. font: inherit;
  64. vertical-align: baseline;
  65. }
  66. /* HTML5 display-role reset for older browsers */
  67. article, aside, details, figcaption, figure,
  68. footer, header, hgroup, menu, nav, section {
  69. display: block;
  70. }
  71. body {
  72. line-height: 1;
  73. }
  74. ol, ul {
  75. list-style: none;
  76. }
  77. blockquote, q {
  78. quotes: none;
  79. }
  80. blockquote:before, blockquote:after,
  81. q:before, q:after {
  82. content: '';
  83. content: none;
  84. }
  85. table {
  86. border-collapse: collapse;
  87. border-spacing: 0;
  88. }
  89.  
  90. /* /!\ END RESET CSS ---- DO NOT TOUCH !!!!!! */
  91.  
  92.  
  93. #bite
  94. #bite a{
  95. display:block
  96. }
  97. #bite .death {
  98. margin-top:0px;filter: alpha(opacity = 1.0);
  99. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  100. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  101. }
  102.  
  103. #bite:hover .death {
  104. margin-top:0px;
  105. -webkit-transition: all 0.8s ease-out;
  106. -moz-transition: all 0.8s ease-out;
  107. transition: all 0.8s ease-out;
  108. filter: alpha(opacity = 100);
  109. filter: alpha(opacity = 100);
  110. opacity:100;
  111. }
  112.  
  113.  
  114.  
  115. /* SELECTION FONT AND BACKGROUND */
  116. ::selection {
  117. background: #625156;
  118. color:#fff;
  119. opacity: 0.8;
  120. }
  121.  
  122. ::-moz-selection {
  123. background: #625156;
  124. color:#fff;
  125. opacity: 0.8;
  126. }
  127.  
  128.  
  129.  
  130. /* SCROLLBAR DETAILS */
  131. ::-webkit-scrollbar {
  132. height: 0px;
  133. width: 2px;
  134. background:transparent;
  135. border-left:0px solid transparent;
  136. border-right:0px solid transparent;}
  137.  
  138. ::-webkit-scrollbar-thumb {
  139. background:transparent;}
  140.  
  141.  
  142.  
  143.  
  144. /* THE CURSOR */
  145. {block:iftinycursor}
  146. body, a, a:hover{
  147. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  148. {/block:iftinycursor}
  149.  
  150. iframe#tumblr_controls {
  151. right:3px !important;
  152. position: fixed !important;
  153. -webkit-transition: opacity 0.7s
  154. linear;opacity: 0.2;
  155. -webkit-transition: all 0.8s ease-out;
  156. -moz-transition: all 0.8s ease-out;
  157. transition: all 0.8s ease-out;}
  158.  
  159. iframe#tumblr_controls:hover{
  160. -webkit-transition: opacity 0.7s linear;
  161. opacity: 1;
  162. -webkit-transition: all 0.4s ease-out;
  163. -moz-transition: all 0.4s ease-out;
  164. transition: all 0.4s ease-out;}
  165.  
  166.  
  167.  
  168. /* GENERAL LOOK AND BACKGROUND */
  169.  
  170.  
  171. body {
  172. background:#030303;
  173. background-image:url('https://img15.hostingpics.net/pics/66818643bg.jpg');
  174.  
  175. background-attachment: fixed;
  176. background-repeat: no-repeat;
  177. background-position: left top;
  178. color:#000000;
  179. font-family: arial;
  180. text-align:justify;
  181. font-size: 11px;
  182. letter-spacing:0.5px;
  183. line-height:135%;
  184. }
  185.  
  186. /* LINKS */
  187.  
  188.  
  189. a:link, a:active, a:visited {
  190. text-decoration: none;
  191. color: #959595;
  192. -moz-transition-duration:.6s;
  193. -webkit-transition-duration:.6s;
  194. -o-transition-duration:.6s;
  195. }
  196.  
  197. a:hover {
  198. color: #606060;
  199. -moz-transition-duration:.6s;
  200. -webkit-transition-duration:.6s;
  201. -o-transition-duration:.6s;
  202. }
  203.  
  204.  
  205.  
  206. #links a {
  207. padding:5px;
  208. margin-right:0px;
  209. text-shadow: 1px 0px 1px #7a7a7a;
  210. }
  211.  
  212.  
  213. #links a:hover {
  214. padding:5px;
  215. margin-right:0px;
  216. text-shadow: 2px 0px 10px #7a7a7a;
  217. -moz-transition-duration:0.6s;
  218. -webkit-transition-duration:0.6s;
  219. -o-transition-duration:0.6s;
  220. }
  221.  
  222.  
  223.  
  224.  
  225. /* OTHER TEXT STUFF */
  226.  
  227.  
  228.  
  229. h1 {
  230. background-color: transparent;
  231. font-family: 'Josefin Sans', sans-serif;
  232. font-size: 16px;
  233. line-height: 20px;
  234. letter-spacing: 2px;
  235. text-align: center;
  236. text-transform:uppercase;
  237. color: #ffffff;
  238.  
  239. }
  240.  
  241.  
  242. h2 {
  243. background-color: transparent;
  244. font-family: 'Josefin Sans', sans-serif;
  245. font-size: 15px;
  246. line-height: 16px;
  247. letter-spacing: 2px;
  248. text-align: left;
  249. text-transform:uppercase;
  250. color: #91a3ac;
  251. }
  252.  
  253.  
  254.  
  255. h3 {
  256. background-image: url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  257. background-repeat:repeat;
  258. background-attachment:fixed;
  259. border-left: double 3px #000;
  260. border-top: double 3px #000;
  261. border-right: double 3px #000;
  262. border-bottom: double 3px #000;
  263. padding:2px;
  264. color:#e6e6e6;
  265. text-shadow:1px 1px 0px #000,
  266. 1px -1px 0px #000,
  267. -1px -1px 0px #000,
  268. -1px 1px 0px #000,
  269. 0px 1px 0px #000,
  270. 0px -1px 0px #000,
  271. 1px 0px 0px #000,
  272. -1px 0px 0px #000;
  273. font-size:12px;
  274. font-family:calibri;
  275. text-transform:uppercase;
  276. letter-spacing:1px;
  277. text-align:center;}
  278.  
  279.  
  280.  
  281.  
  282. h4 {
  283. background-image: url('http://nsa37.casimages.com/img/2017/01/16/170116111500378664.gif');
  284. background-repeat:repeat;
  285. background-attachment:fixed;
  286. border-left: double 3px #000;
  287. border-top: double 3px #000;
  288. border-right: double 3px #000;
  289. border-bottom: double 3px #000;
  290. padding:2px;
  291. color:#e6e6e6;
  292. text-shadow:1px 1px 0px #000,
  293. 1px -1px 0px #000,
  294. -1px -1px 0px #000,
  295. -1px 1px 0px #000,
  296. 0px 1px 0px #000,
  297. 0px -1px 0px #000,
  298. 1px 0px 0px #000,
  299. -1px 0px 0px #000;
  300. font-size:9px;
  301. font-family:calibri;
  302. text-transform:uppercase;
  303. letter-spacing:1px;
  304. text-align:center;}
  305.  
  306.  
  307.  
  308. hr {
  309. color:#818181;
  310. display: block;
  311. margin-top: 0.5em;
  312. margin-bottom: 0.5em;
  313. margin-left: auto;
  314. margin-right: auto;
  315. border-style: inset;
  316. border-width: 1px;
  317. }
  318.  
  319.  
  320.  
  321.  
  322. quotetext {
  323. background-color: transparent;
  324. font-family: times;
  325. font-size: 16px;
  326. line-height: 20px;
  327. letter-spacing: 2px;
  328. text-align: center;
  329. text-transform:uppercase;
  330. color: #91a3ac;
  331. }
  332.  
  333.  
  334.  
  335. blockquote {
  336. word-wrap: break-word;
  337. padding:2px 7px;
  338. margin:3px 0 3px 10px;
  339. border-left:1px solid {color:border};
  340. background-color:transparent;}
  341.  
  342.  
  343. blockquote img{
  344. max-width:100%;
  345. height:auto;
  346. }
  347.  
  348. blockquote blockquote img{
  349. max-width:100%;
  350. height:auto;
  351. }
  352.  
  353.  
  354.  
  355.  
  356. b, bold {
  357. font-size:10px;
  358. text-transform:uppercase;
  359. letter-spacing:1px;
  360. font-family: 'Josefin Sans', sans-serif;
  361. color: #9cb4c0;
  362. text-shadow:1px 1px 0 #000;
  363. }
  364.  
  365.  
  366.  
  367. i, italic {
  368. font-size:13px;
  369. color: #c2cbcc;
  370. font-family: 'Bad Script', cursive;
  371. text-shadow: 0px 0px 2px #5a5a5a;
  372. letter-spacing:1px;
  373. text-transform:lowercase;
  374. }
  375.  
  376.  
  377.  
  378. p { margin-top:5px; margin-bottom:5px;}
  379. ol { list-style:normal; }
  380. ul {list-style:square; }
  381. small { font-size:10px; }
  382. sup,sub { font-size:11px; }
  383.  
  384.  
  385. pre {
  386. font-size: 10px;
  387. letter-spacing:3px;
  388. background-color:#000;
  389. font-family: "Times New Roman", Times, serif;
  390. font-style: none;
  391. text-align:center;
  392. white-space: pre-wrap; /* css-3 */
  393. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  394. white-space: -pre-wrap; /* Opera 4-6 */
  395. white-space: -o-pre-wrap; /* Opera 7 */
  396. word-wrap: break-word; /* Internet Explorer 5.5+ */ }
  397.  
  398.  
  399.  
  400. big {
  401. font-size:14px;
  402. text-transform:uppercase;
  403. letter-spacing:2px;
  404. font-family: "Times New Roman", Times, serif;
  405. color: #91a3ac;
  406. text-shadow: 0px 0px 2px #383838;
  407. }
  408.  
  409.  
  410.  
  411. /* IMAGES, PHOTOSETS AND WHATNOT */
  412.  
  413. {block:IfGreyscale}
  414.  
  415. img {
  416. -webkit-filter:grayscale(100%);
  417. -webkit-transition: all 0.9s ease-in-out;
  418. -moz-transition: all 0.9s ease-in-out;
  419. -o-transition: all 0.9s ease-in-out;
  420. -ms-transition: all 0.9s ease-in-out;
  421. transition: all 0.9s ease-in-out;}
  422.  
  423. img:hover {
  424. -webkit-filter:none;}
  425.  
  426. .html_photoset {
  427. -webkit-filter: grayscale(100%);
  428. -webkit-transition: all 0.9s ease-in-out;
  429. -moz-transition: all 0.9s ease-in-out;
  430. -o-transition: all 0.9s ease-in-out;
  431. -ms-transition: all 0.9s ease-in-out;
  432. transition: all 0.9s ease-in-out;}
  433.  
  434. .html_photoset:hover {
  435. -webkit-filter: none;}
  436.  
  437. {/block:IfGreyscale}
  438.  
  439.  
  440.  
  441. /* CONTAINER AND POSTS */
  442.  
  443. #container {
  444. background:#171717;
  445. width:460px;
  446. height:330px;
  447. padding: 20px;
  448. top:130px;
  449. margin-left: 25px;
  450. position:relative;
  451. overflow-y:scroll;
  452. overflow-x:hidden;
  453. border:1px solid #ebecec;
  454. }
  455.  
  456. #container img {
  457. height:auto;
  458. max-width:100%;
  459. }
  460.  
  461. #content {
  462. margin-left:62px;
  463. width:455px;
  464. margin-top: -110px;
  465. }
  466.  
  467. #posts {
  468. width:455px;
  469. padding:10px;
  470. margin-top: 90px;
  471. margin-left:-72px;
  472. padding-bottom:0px;
  473. overflow-y:hidden;
  474. overflow-x:hidden;
  475. color: white;
  476. }
  477.  
  478.  
  479. #description {
  480. margin-left: 0px;
  481. margin-top: -0px;
  482. width:180px;
  483. color:transparent;}
  484.  
  485. /* CUSTOM SIDEBAR SETTINGS */
  486. #actualnews {
  487. font-family: calibri;
  488. font-size:10px;
  489. background:transparent;
  490. color: white;
  491. width: 213px;
  492. height:410px;
  493. padding-top:3px;
  494. border:0px solid #131313;
  495. left: 645px;
  496. top: 75px;
  497. text-align:center;
  498. position:fixed;
  499. -webkit-filter: blur(0px);
  500. -webkit-transition: 0.8s ease-in;
  501. -moz-transition: 1s ease-in;
  502. transition: 1s ease-in;
  503. opacity:0.8;
  504. -webkit-transition: all 0.6s ease-in-out;
  505. -moz-transition: all 0.6s ease-in-out;
  506. -o-transition: all 0.6s ease-in-out;
  507. -ms-transition: all 0.6s ease-in-out;
  508. transition: all 0.6s ease-in-out;
  509. overflow-x:hidden;
  510. }
  511.  
  512.  
  513.  
  514. #actualnews:hover {
  515. -webkit-filter:none;
  516. -webkit-transition: all 0.6s ease-in-out;
  517. opacity:1;
  518. -webkit-transition: all 0.6s ease-in-out;
  519. -moz-transition: all 0.6s ease-in-out;
  520. -o-transition: all 0.6s ease-in-out;
  521. -ms-transition: all 0.6s ease-in-out;
  522. transition: all 0.6s ease-in-out;
  523. }
  524.  
  525.  
  526.  
  527.  
  528. #thekey {
  529. position:fixed;
  530. color:#7c7470;
  531. text-shadow: 0px 0px 2px #fff;
  532. margin-top:175px;
  533. margin-left:55px;
  534. width:710px;
  535. padding:9px;
  536. letter-spacing:2px;
  537. word-spacing:5px; /*this defines the separation of each word of the links*/
  538. font-family: helvetica;
  539. font-size:12px;
  540. text-align:center;
  541. background:transparent;
  542. text-transform:uppercase;
  543. -webkit-transform: rotate(-90deg);
  544. -moz-transform: rotate(-90deg);
  545. -o-transform: rotate(-90deg);
  546. }
  547.  
  548.  
  549.  
  550. /* JUMBLED LINKS */
  551.  
  552.  
  553.  
  554. .blinks {
  555. position:fixed;
  556. left:740px;
  557. top:50px;
  558. /*transform: rotate(90deg);*/
  559. text-align: center;
  560. font-family: 'Josefin Sans', sans-serif;
  561. line-height:20px;
  562. font-size: 18px;
  563.  
  564. }
  565.  
  566.  
  567. .blinks a {
  568. padding:10px;
  569. color:#ffffff;
  570. margin-right:0px;
  571.  
  572.  
  573. }
  574.  
  575. .blinks a:hover {
  576. -webkit-transition: all 0.6s ease-in-out;
  577. -moz-transition: all 0.6s ease-in-out;
  578. -o-transition: all 0.6s ease-in-out;
  579. -ms-transition: all 0.6s ease-in-out;
  580. transition: all 0.6s ease-in-out;
  581. color: #000000;
  582.  
  583. }
  584.  
  585.  
  586. .elinks {
  587. /* ABOUT (2) */
  588. position:fixed;
  589. font-size:11px;
  590. text-decoration:none;
  591. margin-left:-50px;
  592. top: 32px;
  593. text-transform: uppercase;
  594. font-family: arial;
  595. -webkit-transition: all 0.5s ease-out;
  596. -moz-transition: all 0.5s ease-out;
  597. transition: all 0.5s ease-out;
  598. text-align: right;
  599. line-height: 20px;
  600. }
  601.  
  602. .elinks a {
  603. text-decoration:none;
  604. color:#ffffff;
  605. -webkit-transition: all 0.5s ease-out;
  606. -moz-transition: all 0.5s ease-out;
  607. transition: all 0.5s ease-out;
  608. }
  609.  
  610. .elinks:hover {
  611.  
  612. -webkit-transition: all 0.5s ease-out;
  613. -moz-transition: all 0.5s ease-out;
  614. transition: all 0.5s ease-out;
  615.  
  616. }
  617.  
  618. .credit {
  619. position:fixed;
  620. text-shadow: 0px 0px 11px #7C6868;
  621. right:15px;
  622. bottom:15px;
  623. transform: rotate(0deg);
  624. font-family: 'Josefin Sans', sans-serif;
  625. font-size: 17px; }
  626.  
  627.  
  628. .credit a {
  629. padding:10px;
  630. color:#000000;
  631. margin-right:0px;
  632. -webkit-filter: blur(1px);
  633. -webkit-transition: 0.8s ease-in;
  634. -moz-transition: 1s ease-in;
  635. transition: 1s ease-in;
  636. }
  637.  
  638. .credit a:hover {
  639. -webkit-transition: all 0.6s ease-in-out;
  640. -moz-transition: all 0.6s ease-in-out;
  641. -o-transition: all 0.6s ease-in-out;
  642. -ms-transition: all 0.6s ease-in-out;
  643. transition: all 0.6s ease-in-out;
  644. color: #000000;
  645. text-shadow: 7px 7px 3px #000000;
  646. }
  647.  
  648.  
  649.  
  650.  
  651. /* PAGINATION */
  652.  
  653.  
  654.  
  655.  
  656. .pagination {
  657. position:relative;
  658. font-family: 'Josefin Sans', sans-serif;
  659. font-size:35px;
  660. letter-spacing:3px;
  661. z-index:99999999;
  662. color:#ffffff;
  663. top: 0;
  664. }
  665.  
  666. .pagination a {
  667. text-transform:uppercase;
  668. color:#ffffff;
  669. -webkit-filter: blur(0px);
  670. -webkit-transition: 0.8s ease-in;
  671. -moz-transition: 1s ease-in;
  672. transition: 1s ease-in;
  673. }
  674.  
  675. .pagination a:hover {
  676. color:#fff;
  677. -webkit-filter: blur(1px);
  678. -webkit-transition: 0.2s ease-in;
  679. -moz-transition: 1s ease-in;
  680. transition: 1s ease-in;
  681. }
  682.  
  683.  
  684.  
  685.  
  686. /* MISC */
  687.  
  688.  
  689.  
  690. .audio {
  691. width:300px;
  692. padding-bottom:10px;
  693. background-color:{color:#0b0b0b};}
  694.  
  695. .albumart {
  696. float:left;
  697. padding:0px 10px 10px 0px;}
  698.  
  699. .albumart img {
  700. width:65px;
  701. height:65px;}
  702.  
  703. .playercontainer {
  704. text-align:left;
  705. padding:10px;
  706. background-color:#0b0b0b;
  707. width:300px;}
  708.  
  709. .audioinfo {
  710. padding:10px;
  711. color:#a1a0a0;}
  712.  
  713.  
  714.  
  715.  
  716. /* QUESTIONS & ANSWERS DETAILS */
  717.  
  718.  
  719. #asker {
  720. font-family: 'Raleway', sans-serif;
  721. text-align:center;
  722. padding-top: 10px;
  723. margin-left:0px;
  724. text-transform:uppercase;
  725. color: #91a3ac;
  726. font-size:20px;
  727. padding:5px;
  728. letter-spacing:0px
  729. text-shadow:0 0 2px #aeaeae;
  730. }
  731.  
  732.  
  733. #asker a{
  734. font-family: 'Raleway', sans-serif;
  735. text-transform:uppercase;
  736. font-size:20px;
  737. letter-spacing: 0px;
  738. text-shadow: none;
  739. color: #91a3ac;
  740. text-shadow:0 0 2px #1a1a1a;
  741. -webkit-filter: blur(0.5px);
  742. }
  743.  
  744.  
  745. #asker a:hover {
  746. color: #656565;
  747. letter-spacing: 2px;
  748. text-shadow:0 0 2px #000;
  749. -webkit-filter: blur(1px);
  750. -webkit-transition:all .5s ease-in-out;
  751. -moz-transition:all .5s ease-in-out;
  752. transition:all .5s ease-in-out;
  753. }
  754.  
  755.  
  756.  
  757. #ask {
  758. border-left: double 3px #000;
  759. border-top: double 3px #000;
  760. border-right: double 3px #000;
  761. border-bottom: double 3px #000;
  762. padding:2px;
  763. color:#e6e6e6;
  764. text-shadow:1px 1px 0px #000,
  765. 1px -1px 0px #000,
  766. -1px -1px 0px #000,
  767. -1px 1px 0px #000,
  768. 0px 1px 0px #000,
  769. 0px -1px 0px #000,
  770. 1px 0px 0px #000,
  771. -1px 0px 0px #000;
  772. font-size:7px;
  773. text-align:center;
  774. padding-top: 5px;
  775. margin-left:0px;
  776. text-transform:auto;
  777. letter-spacing:3px
  778. margin-top:-10px;
  779. padding:5px;
  780. background: #000;
  781. background: url("https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif");
  782. background-repeat:repeat;
  783. padding:2px;
  784. color:#cacaca;
  785. text-transform: uppercase;
  786. border-bottom-left-radius: 20px;
  787. border-top-right-radius: 20px;
  788. padding:10px;
  789. letter-spacing:2px;
  790. border-bottom:solid 1px #1e1e1e;
  791. border-top:solid 1px #1e1e1e;
  792. }
  793.  
  794.  
  795. .ans {
  796. text-align:center;
  797. padding:10px;
  798. }
  799.  
  800.  
  801.  
  802. /* POST INFO DETAILS */
  803.  
  804.  
  805. #info {
  806. margin: 0 auto;
  807. width:300px;
  808. margin-top: 15px;
  809. padding-top:4px;
  810. padding-bottom:1px;
  811. font-size:10px;
  812. color:#683b47;
  813. text-transform:uppercase;
  814. letter-spacing:1px;
  815. font-style:normal;
  816. text-align:center;
  817. padding:5px;
  818. border-top:1px solid #202020;
  819. -moz-transition-duration:0.2s;
  820. -webkit-transition-duration:0.2s;
  821. -o-transition-duration:0.2s;}
  822.  
  823.  
  824. #info a {
  825. font-family:calibri;
  826. font-size:11px;
  827. color:#ffffff;
  828.  
  829. padding:5px;
  830. font-style:normal;}
  831.  
  832.  
  833. #info a:hover {
  834. color:#42679c;
  835. -webkit-filter: blur(0px);
  836. -moz-transition-duration:0.2s;
  837. -webkit-transition-duration:0.2s;
  838. -o-transition-duration:0.2s;}
  839.  
  840.  
  841. #tags {
  842. color:#ffffff;
  843. margin-top:5px;
  844. padding-left:13px;
  845. text-align:right;
  846. line-height:9px;
  847. text-transform:uppercase;
  848. font-size:12px;
  849. padding-right:10px;}
  850.  
  851. #tags a {
  852. font-family:calibri;
  853. color:#ffffff;}
  854.  
  855. #tags a:hover {
  856. color:#42679c;}
  857.  
  858.  
  859.  
  860. /* MISC 02. */
  861.  
  862.  
  863.  
  864. .note {
  865. text-transform:uppercase;
  866. font-style:normal;
  867. letter-spacing:0px;
  868. font-size: 10px;
  869. text-align:left;
  870. line-height:90%;
  871. margin-left:-40px;}
  872.  
  873. .note li {
  874. list-style-type:none;
  875. border-bottom:0px solid {color:border};
  876. padding:10px 25px 10px 25px;
  877. text-align:left;
  878. margin:0px;
  879. -moz-transition-duration:0.5s;
  880. -webkit-transition-duration:0.5s;
  881. -o-transition-duration:0.5s;}
  882.  
  883. .note img.avatar {
  884. margin-right: 10px;
  885. width: 16px;
  886. height: 16px;}
  887.  
  888.  
  889.  
  890.  
  891. /* BASIC POP-UP DETAILS */
  892.  
  893.  
  894.  
  895. .popup_block{
  896. display:none;
  897. background:#000;
  898. padding:20px;
  899. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  900. float:left;
  901. height: 350px;
  902. top:415px; left:590px;
  903. position:fixed;
  904. z-index: 99999;
  905. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  906. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  907. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  908. }
  909.  
  910.  
  911. *html #fade {position: absolute;}
  912. *html .popup_block {position: absolute;}
  913. #fade {
  914. display:none;
  915. position:fixed;
  916. left:0px;
  917. top:0px;
  918. width:100%;
  919. height:100%;
  920. z-index:9999;
  921. background:#000; /* change to #fff for solid white */
  922. opacity:0; /* change to opacity:1; */
  923. }
  924.  
  925.  
  926.  
  927. .popupnavlinks {
  928. padding-top:5px;
  929. text-align:center; }
  930.  
  931.  
  932. .popupnavlinks a {
  933. display:inline-block;
  934. width:90px; height:4px;
  935. margin:2px; padding:3px 6px 10px;
  936. text-align:center;
  937. background-image: url('');
  938. background:#0d0d0d;
  939. background-repeat:repeat;
  940. background-attachment:fixed;
  941. border-left: double 3px #000;
  942. border-top: double 3px #000;
  943. border-right: double 3px #000;
  944. border-bottom: double 3px #000;
  945. color:#e6e6e6;
  946. font-size:9px;
  947. font-family:calibri;
  948. text-shadow:1px 1px 0px #000,
  949. 1px -1px 0px #000,
  950. -1px -1px 0px #000,
  951. -1px 1px 0px #000,
  952. 0px 1px 0px #000,
  953. 0px -1px 0px #000,
  954. 1px 0px 0px #000,
  955. -1px 0px 0px #000;
  956. display: inline-block;
  957. cursor: pointer;
  958. }
  959.  
  960.  
  961.  
  962. .popupnavlinks a:hover {
  963. display:inline-block;
  964. letter-spacing:2px; }
  965.  
  966.  
  967.  
  968. .popupclose {
  969. float:right; top:0px; right:0px;
  970. margin-top:-10px; margin-right:-10px;
  971. font-family:'Scada', sans serif;
  972. font-size:10px;
  973. font-weight:bold }
  974.  
  975. .popupclose a {
  976. color:#aaa }
  977.  
  978.  
  979.  
  980. /* TOOLTIP DETAILS */
  981.  
  982.  
  983.  
  984. #s-m-t-tooltip{
  985. max-width:400px;
  986. margin:15px;
  987. padding:2px 8px;
  988. background: #0b0b0b;
  989. background-image:url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  990. background-repeat:repeat;
  991. background-attachment:fixed;
  992. border-left: double 3px #000;
  993. border-top: double 3px #000;
  994. border-right: double 3px #000;
  995. border-bottom: double 3px #000;
  996. color:#e6e6e6;
  997. text-shadow:1px 1px 0px #000,
  998. 1px -1px 0px #000,
  999. -1px -1px 0px #000,
  1000. -1px 1px 0px #000,
  1001. 0px 1px 0px #000,
  1002. 0px -1px 0px #000,
  1003. 1px 0px 0px #000,
  1004. -1px 0px 0px #000;
  1005. z-index:99999999999999999999;
  1006. font-size:9px;
  1007. letter-spacing:2px;
  1008. font-style:bold;
  1009. letter-spacing:2px;
  1010. font-family: calibri;
  1011. text-transform:uppercase;
  1012. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1013.  
  1014. #lunaliee-desc{
  1015. position:relative;
  1016. top: 165px;
  1017. left: 40px;
  1018. color: white;
  1019. text-transform: uppercase;
  1020. font-family: 'Oswald', sans-serif;
  1021.  
  1022. width: 400px;
  1023.  
  1024. }
  1025.  
  1026. .lunaliee-link{
  1027. position:relative;
  1028. left: 530px;
  1029. -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  1030. filter: grayscale(100%);
  1031. transition: 0.2s;
  1032. }
  1033.  
  1034. .lunaliee-link:hover{
  1035. -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  1036. filter: grayscale(0%);
  1037. transition: 0.2s;
  1038. }
  1039.  
  1040. </style>
  1041.  
  1042. </head>
  1043.  
  1044. <body>
  1045.  
  1046.  
  1047.  
  1048. <!--
  1049. ♛ The part below is basically the 'skeleton' of the theme, if that makes sense? I wouldn't recommend editing these parts ( EXCEPT THE CUSTOM LINKS AND POP UPS !!! ) unless you know what you're doing. If you spot a glitch in this part of the code, please let me know.
  1050. -->
  1051.  
  1052.  
  1053. <div id="content">
  1054.  
  1055. <div id="sidebar">
  1056.  
  1057. <img src="{image:Sidebar}" />
  1058.  
  1059. <div id="description">{description}</div>
  1060.  
  1061. </div>
  1062.  
  1063.  
  1064.  
  1065. <!--
  1066. ♛ CUSTOM LINKS
  1067. -->
  1068.  
  1069.  
  1070.  
  1071. <div id="links">
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080. <div class="elinks">
  1081. <a href=""><img src="http://nsa37.casimages.com/img/2017/02/26/170226011201645358.png" class="lunaliee-link"></a><br>
  1082. <a href=""><img src="http://nsa37.casimages.com/img/2017/02/26/170226011201645358.png" class="lunaliee-link"></a><br>
  1083. <a href=""><img src="http://nsa37.casimages.com/img/2017/02/26/170226011201645358.png" class="lunaliee-link"></a><br>
  1084. <a href=""><img src="http://nsa37.casimages.com/img/2017/02/26/170226011201645358.png" class="lunaliee-link"></a><br>
  1085. <a href=""><img src="http://nsa37.casimages.com/img/2017/02/26/170226011201645358.png" class="lunaliee-link"></a><br>
  1086. <a href=""><img src="http://nsa37.casimages.com/img/2017/02/26/170226011201645358.png" class="lunaliee-link"></a><br>
  1087. </div>
  1088.  
  1089. <div class="pagination">
  1090. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1091. </div>
  1092.  
  1093.  
  1094.  
  1095. </div>
  1096.  
  1097.  
  1098.  
  1099. <div class="credit">
  1100. <a href="http://agirlingrey.tumblr.com/" title="theme by agirlingrey.">A.</a>
  1101. </div>
  1102.  
  1103.  
  1104. </div>
  1105.  
  1106.  
  1107. <!--
  1108. ♛ CUSTOM LINKS ENDS
  1109. -->
  1110.  
  1111.  
  1112.  
  1113. <div id="container">
  1114.  
  1115. <div id="content"><div id="posts">
  1116. {block:Posts}
  1117.  
  1118.  
  1119. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1120. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1121. {block:Text}{Body}{/block:Text}
  1122.  
  1123. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1124.  
  1125. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1126.  
  1127. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1128. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1129.  
  1130. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  1131.  
  1132. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1133.  
  1134.  
  1135. {block:Answer}<div id="asker" style="margin-left:-5px;width:250px; color:#91a3ac; text-shadow:0 0 2px #000; ">{Asker} <div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:10px; marging-left:0px;">{Answer}</span>{/block:Answer}
  1136.  
  1137.  
  1138. {block:Audio}<div class="audio">
  1139.  
  1140. {block:AlbumArt}
  1141. {/block:AlbumArt}
  1142.  
  1143.  
  1144. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1145. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1146. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1147. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1148.  
  1149.  
  1150. <!--
  1151. ♛ INFO AND SYMBOLS
  1152. -->
  1153.  
  1154. <div id="info">
  1155. {block:Date}
  1156. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size:12px; margin-left:-90px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✦ </a> {/block:Date}
  1157.  
  1158. {block:RebloggedFrom}
  1159. <a title="via. {ReblogParentName}" href="{ReblogParentURL}" style="position:absolute; font-size:12px; margin-left:-55px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✦ </a>
  1160. {/block:RebloggedFrom}
  1161.  
  1162. {block:ContentSource}
  1163. <a title="src. {SourceTitle}" href="{SourceURL}" style="position:absolute; font-size:12px; margin-left:-20px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✶ </a>
  1164. {/block:ContentSource}
  1165.  
  1166. {block:NoteCount}
  1167. <a href="{Permalink}" title="{NoteCount} notes" style="position:absolute; font-size:12px; margin-left:15px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✧ </a>
  1168. {/block:NoteCount}
  1169.  
  1170. <a href="{ReblogURL}"target="_blank" title="reblog" style="position:absolute; font-size:12px; margin-left:50px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✧ </a></br>
  1171. {/block:RebloggedFrom}
  1172.  
  1173.  
  1174. <br>
  1175.  
  1176.  
  1177. <!--
  1178. ♛ INFO AND SYMBOLS ENDS
  1179. -->
  1180.  
  1181.  
  1182. <div id="tags" style="margin-bottom:50px">{block:HasTags}{block:Tags} • <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  1183.  
  1184. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1185. {/block:Posts}
  1186. </div>
  1187. </div>
  1188.  
  1189. </div>
  1190.  
  1191. <div id="lunaliee-desc">
  1192.  
  1193. <img src="http://nsa37.casimages.com/img/2017/02/26/170226010133301999.png" style="float:left; margin-right: 20px;">
  1194. Here you write your description ; a few words<br>
  1195. Independant Lunafreya // FFXV // spoiler heavy + NSFW<br>
  1196. Read the rules before interacting<br>
  1197. Stuff like that, but keep it short (for aesthetics (; ) <br>
  1198. </div>
  1199.  
  1200.  
  1201.  
  1202. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement