Trevania

She was lovely ;; Theme

May 16th, 2013
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.52 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6.  
  7. <!----
  8. PAGE DESIGNED BY TREVANIA
  9. DO NOT ATTEMPT TO RECREATE OR REDISRIBUTE
  10. DO NOT REMOVE THE CREDIT.
  11. I WILL FIND YOU IF YOU DO.
  12. PLUS, WHY WOULD YOU DO SUCH A THING.
  13. IF YOU NEED HELP, DROP ME A LINE OR GOOGLE IT
  14.  
  15. T O M H A R D I E S . T U M B L R . C O M
  16.  
  17. ------>
  18.  
  19.  
  20.  
  21.  
  22. <head><title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  26.  
  27. {block:Description}
  28. <meta name="description" content="{MetaDescription}" />
  29. {/block:Description}
  30.  
  31.  
  32.  
  33. <meta name="image:BGImg" content=""/>
  34.  
  35.  
  36. <meta name="font:title" content="Arial, Helvetica, Garamond, Times New Roman, Calibri, Verdana,Cambria"/>
  37. <meta name="font:Details" content="Arial, Helvetica, Garamond, Times New Roman, Calibri, Verdana"/>
  38.  
  39.  
  40. <meta name="text:Font Size" content="5pt"/>
  41. <meta name="color:Copy" content="#000000"/>
  42. <meta name="color:Links" content="#9fdad2"/>
  43. <meta name="color:Permalink" content=""/>
  44. <meta name="color:Permalink Hover" content=""/>
  45. <meta name="color:Tags" content=""/>
  46. <meta name="color:Nav Links" content=""/>
  47. <meta name="color:Description" content="#d8d4c1"/>
  48. <meta name="color:AdditionalLinks" content="#d8d4c1"/>
  49.  
  50. <meta name="if:HiddenAdditionalLinks" content=""/>
  51. <meta name="if:AviHidden" content=""/>
  52. <meta name="if:NoThirdColumn" content "0"/>
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57.  
  58.  
  59. ::-webkit-scrollbar {
  60. width: 3px;
  61. }
  62.  
  63. ::-webkit-scrollbar-track {
  64. background: #fff;
  65. }
  66.  
  67. ::-webkit-scrollbar-thumb {
  68. background: {color:links};
  69. box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  70. }
  71.  
  72.  
  73.  
  74.  
  75. .additional ul {
  76.  
  77. list-style:none;
  78. padding:0px;
  79. margin:0px;
  80.  
  81. }
  82.  
  83.  
  84. .additional li {
  85.  
  86. float:left;
  87. width:166px;
  88. text-align:center;
  89. position:relative;
  90. height:30px;
  91. line-height:2px;
  92. font-size:8px;
  93. }
  94.  
  95.  
  96. .additional li ul {
  97.  
  98. float:none;
  99. width:166px;
  100. height:10px;
  101. text-align:center;
  102. border-right:0px
  103. solid #fff;
  104. font-style:bold;
  105. font-size:8px;
  106.  
  107. }
  108.  
  109.  
  110. .additional a {
  111.  
  112. text-decoration:none;
  113. color:#fff;
  114. border-bottom:0px dashed white;
  115. font-style:bold;
  116. font-size:12px;
  117. }
  118.  
  119.  
  120. .additional li:hover {
  121. height:-10px;
  122. }
  123.  
  124.  
  125. .additional li ul {
  126.  
  127. position:absolute;
  128. top:30px;
  129. left:0;
  130. {block:ifHiddenAdditionalLinks}
  131. visibility:hidden;
  132. {/block:ifHiddenAdditionalLinks}
  133. }
  134.  
  135.  
  136. .content {
  137.  
  138. clear:both
  139. }
  140.  
  141.  
  142. .additional li:hover ul {
  143. visibility:visible
  144. }
  145.  
  146.  
  147.  
  148. body {
  149. font-family:'Cambria';
  150. color: {color:copy};
  151. background-color:#fff;
  152. }
  153.  
  154.  
  155. a:link {
  156. color:{color:links};
  157. text-decoration: none;
  158. -webkit-transition: all .7s ease-in-out;
  159. }
  160.  
  161. a:visited {
  162. color:{color:links};
  163. text-decoration: none;
  164. }
  165.  
  166.  
  167. a:hover {
  168. color: #000;
  169. -webkit-transform: scale(1.1);
  170.  
  171. }
  172. a:active {
  173. color:#000;
  174. text-decoration: none;
  175. }
  176.  
  177.  
  178. a.tooltip {
  179.  
  180. outline:none;
  181.  
  182. }
  183. a.tooltip strong {
  184.  
  185. line-height:5px;
  186.  
  187. }
  188. a.tooltip:hover {
  189.  
  190. text-decoration:none;
  191. }
  192.  
  193. a.tooltip span {
  194.  
  195. z-index:10;
  196. padding:2px;
  197. display:none;
  198. margin-top:20px;
  199. margin-left:5px;
  200. }
  201.  
  202. a.tooltip:hover span{
  203.  
  204. display:inline;
  205. position:relative;
  206. color:#111;
  207. border:1px solid {color:permalink hover};
  208. }
  209.  
  210. a.tooltip span {
  211.  
  212. border-radius:1px;
  213. -moz-border-radius: 1px;
  214. -webkit-border-radius: 1px;
  215. }
  216.  
  217.  
  218.  
  219. b { color:{color:links};}
  220. i{ color: #598d86;}
  221. u{ color:#143f71}
  222.  
  223.  
  224. #content {
  225. background: #fff;
  226. color: {color:copy};
  227. padding: 20px 20px 20px 20px;
  228. width: 580px;
  229. margin-left:450px;
  230. margin-top: -20px;
  231. margin-bottom: 90px;
  232.  
  233. }
  234.  
  235.  
  236. .posts {
  237. padding:20px;
  238. margin-top: 40px;
  239. margin-bottom: 24px;
  240. overflow: hidden;
  241. width: 500px;
  242. margin-left:5px;
  243.  
  244.  
  245. }
  246.  
  247.  
  248. .posts img {
  249. max-width: 500px;
  250. }
  251.  
  252.  
  253.  
  254. #additional {
  255.  
  256.  
  257. width:10px;
  258. line-height:10px;
  259. position:fixed;
  260. margin-left:600px;
  261. top:225px;
  262. font-family:'Cambria';
  263. text-transform:uppercase;
  264. }
  265.  
  266.  
  267. #additional {
  268. {block:ifNoThirdColumn}
  269. visibility:hidden;
  270. {/block:ifNoThirdColumn}
  271. }
  272.  
  273.  
  274. #additional a{
  275. color:{color:additionallinks};
  276. font-size:5pt;
  277. padding: 3px;
  278.  
  279. }
  280.  
  281. #additional a:hover{
  282. padding-left:20px;
  283. padding-right:20px;
  284. font-weight:bold;
  285. background:{color:links};
  286. color:white;
  287.  
  288. }
  289.  
  290.  
  291.  
  292. #addav {
  293. margin-left:650px;
  294. margin-top: 90px;
  295. max-height:64px;
  296. max-width: 64px;
  297. position:fixed;
  298. }
  299.  
  300.  
  301. #addav {
  302. {block:ifAviHidden}
  303. visibility:hidden;
  304. {/block:ifAviHidden}
  305. }
  306.  
  307. blockquote {
  308. border-left: 2px solid #F0F0F0;
  309. margin-left:20px;
  310. padding-left: 10px;
  311. margin-bottom:5px;
  312. margin-top: 10px;
  313.  
  314. }
  315.  
  316.  
  317. #captions {
  318. display: block;
  319. padding: 1px 10px 1px 10px;
  320. margin-top: 10px;
  321. margin-bottom:-10px;
  322. line-height:25px;
  323.  
  324. }
  325.  
  326.  
  327.  
  328. #permalink {
  329. border-top-style: solid;
  330. border-top-color:#e6e6e6;
  331. border-top-width: 1px;
  332. font-family:'Cambria';
  333. font-size:6px;
  334. padding: 5px 10px 5px 8px;
  335. margin-top: -25px;
  336. margin-left:5px;
  337. text-align:left;
  338. line-height:-2px;
  339. width:520px;
  340. text-transform:uppercase;
  341.  
  342. }
  343.  
  344. #permalink a{
  345. color:{color:permalink};
  346. font-size:6px;
  347. }
  348.  
  349.  
  350. #permalink a:hover{
  351. font-weight:bold;
  352. color:{color:Permalink Hover};
  353. }
  354.  
  355. #from {
  356. float:right;
  357. margin-top:0px;
  358.  
  359. }
  360.  
  361. #tagss {
  362. margin-top:7px;
  363. line-height:18px;
  364. width:500px;
  365. margin-left:10px;
  366. text-transform:uppercase;
  367. font-family:'Cambria';
  368. font-size:7px;
  369.  
  370.  
  371.  
  372. }
  373.  
  374. #tagss a{
  375. text-decoration: underline;
  376. font-size:6px;
  377. color:{color:tags};
  378. }
  379.  
  380.  
  381.  
  382. .player{
  383. overflow:hidden;
  384. position:absolute;
  385. opacity:1;
  386. padding:12px 0px 0px 170px;
  387. margin-top:-50px;
  388. }
  389.  
  390. .playerback{
  391. background-color:white;
  392. height:50px;
  393. width:500px;
  394. }
  395.  
  396. .cover{
  397. height:50px;
  398. width:50px;
  399. position:absolute;
  400. border-right:2px solid white;
  401. }
  402.  
  403. .cover img{
  404. width:50px !important;
  405. }
  406.  
  407. .audioinformation{
  408. width:500px;
  409. margin-top:2px;
  410. background-color:white;
  411. padding:10px 0px 8px;
  412. text-align:center;
  413. text-transform:uppercase;
  414. font-size:7px;
  415. letter-spacing:1px;
  416. color:#e82316;
  417. z-index:3000;
  418. }
  419.  
  420.  
  421.  
  422. #asker {
  423. margin-left:45px;
  424. margin-top:-25px;
  425. }
  426.  
  427. .boxasker {
  428. background:{color:links};
  429. color:#ffffff;
  430. height: auto;
  431. }
  432.  
  433. #answer {
  434. margin-left:20px;
  435.  
  436. }
  437.  
  438.  
  439. .sidebar {
  440. background: black;
  441. background-image:url("{image:BGImg}");
  442. position:fixed;
  443. left:0px;
  444. top:0px;
  445. height:100%;
  446. width:350px;
  447. border-right:solid;
  448. border-right-color: {color:links};
  449. }
  450.  
  451.  
  452. .description{
  453.  
  454. color:{color:description};
  455. position:fixed;
  456. background:black;
  457. margin-left:45px;
  458. margin-top:400px;
  459. letter-spacing: 0px;
  460. line-height: 16px;
  461. max-width:230px;
  462. font-family:'Cambria';
  463. font-size:6pt;
  464. text-align:justify;
  465. text-transform:none;
  466. padding:25px 10px 10px 10px;
  467. position:fixed;
  468. }
  469.  
  470.  
  471. .links {
  472. background:black;
  473. position:absolute;
  474. text-align: center;
  475. width: 270px;
  476. height: 20px;
  477. margin-left:30px;
  478. margin-top: 380px;
  479. font-family: 'Cambria';
  480. font-size:5pt;
  481. text-transform:Uppercase;
  482. letter-spacing: 1px;
  483. line-height: 20px;
  484. display:block;
  485. padding:8px 8px 8px 8px;
  486. font-style: italic;
  487. z-index:1;
  488. }
  489.  
  490. .links a {
  491. color:{color:nav links};
  492. -webkit-transition: all .7s ease-in-out;
  493. }
  494.  
  495. .links a:hover{
  496. color:{color:links};
  497. -webkit-transform: scale(1.1);
  498.  
  499. }
  500.  
  501. iframe#tumblr_controls {
  502. position: fixed !important;
  503. z-index: 9999;
  504. opacity:0.2;
  505. color:{color:links};
  506. }
  507.  
  508. #chat {
  509. margin-left:-10px;
  510. line-height:20px;
  511.  
  512. }
  513.  
  514. ol.notes{
  515.  
  516. list-style-type:none;
  517. width:520px;
  518. margin-left:-35px;
  519. margin-top: 20px;
  520. }
  521. ol .notes a{
  522. font-size:2px;
  523.  
  524.  
  525. }
  526.  
  527. ol.notes li.note{
  528. font-size:2px;
  529. text-align:left;
  530. text-transform: uppercase;
  531. height:20px;
  532. width:520px;
  533. margin-bottom:5px;
  534. }
  535.  
  536. ol.notes li.note img{
  537. visibility:hidden;
  538. height:16px;
  539. }
  540.  
  541.  
  542. ol.notes li.note span.action{
  543. margin-left:-50px;
  544. }
  545.  
  546.  
  547. ol.notes li.note blockquote{
  548. padding-left:5px;
  549. margin-left:35px;
  550. }
  551.  
  552.  
  553. </style>
  554.  
  555.  
  556. </head>
  557.  
  558.  
  559. <body>
  560.  
  561.  
  562. <div id="content">
  563.  
  564.  
  565. <div class="sidebar">
  566.  
  567.  
  568. <div class="links">
  569. {block:PreviousPage}
  570. <a href="{PreviousPage}"> ←</a> &nbsp;
  571. {/block:PreviousPage}
  572.  
  573. <a href="/">Home</a> &nbsp; &nbsp;
  574. <a href="/ask">Message</a> &nbsp; &nbsp;
  575. <a href="/archive">Archive</a> &nbsp; &nbsp;
  576. <a href="http://tomhardies.tumblr.com/">©</a> &nbsp;
  577.  
  578.  
  579. {block:NextPage}&nbsp;
  580. <a href="{NextPage}"> → </a>
  581. {/block:NextPage}
  582. </div>
  583.  
  584.  
  585. <div class="description">
  586. {block:Description}
  587. {Description}
  588. {/block:Description}
  589. <br><br>
  590.  
  591.  
  592. </div>
  593. </div>
  594.  
  595. <div class="additional">
  596. <div id="addav">
  597. <img src="{PortraitURL-64}">
  598. </div>
  599.  
  600.  
  601. <div id="additional">
  602. <ul>
  603. <li>
  604. <b>+</b>
  605. <ul>
  606. <span style="font-style:italic">
  607. <li><a href="#">Link 1</a></li>
  608. <li><a href="#">Link 2</a></li>
  609. <li><a href="#">Link 3</a></li>
  610. <li><a href="#">Link 4</a></li>
  611. <li><a href="#">Link 5</a></li>
  612. <li><a href="#">Link 6</a></li>
  613. <li><a href="#">Link 7</a></li>
  614. <li><a href="#">Link 8</a></li>
  615. <li><a href="#">Link 9</a></li>
  616. <li><a href="#">Link 10</a></li>
  617. <li><a href="#">Link 11</a></li>
  618. <li><a href="#">Link 12</a></li>
  619. </span>
  620. </ul>
  621. </li>
  622.  
  623. </div>
  624.  
  625.  
  626.  
  627.  
  628. {block:Posts}
  629.  
  630. <div class="posts">
  631.  
  632.  
  633. {block:Text}
  634. {block:Title}
  635. <center><i>{Title}</i></center>
  636. {/block:Title}
  637.  
  638. {Body}
  639. {/block:Text}
  640.  
  641.  
  642.  
  643. {block:Photo}
  644.  
  645. <center>
  646. <img src="{PhotoURL-500}">
  647. </center>
  648.  
  649. {block:Caption}
  650. <div id="captions">
  651. {Caption}</div>
  652. {/block:Caption}
  653.  
  654. {/block:Photo}
  655.  
  656.  
  657.  
  658. {block:Photoset}
  659.  
  660. <div class="photoset">
  661. {Photoset-500}
  662. </div>
  663.  
  664. {block:Caption}
  665. <div id="captions"><br>
  666. {Caption}</div>
  667. {/block:Caption}
  668.  
  669. {/block:Photoset}
  670.  
  671.  
  672.  
  673. {block:Quote}
  674. ❝{Quote}❞
  675. {block:Source}
  676. <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; —{Source}
  677. {/block:Source}
  678. {/block:Quote}
  679.  
  680.  
  681.  
  682. {block:Link}
  683. <a href="{URL}" {Target}>+ {Name}</a>
  684. {block:Description}
  685. {Description}
  686. {/block:Description}
  687. {/block:Link}
  688.  
  689.  
  690.  
  691. {block:Chat}<div id="chat">
  692. {block:Title}
  693. <b>{Title}</b>
  694. {/block:Title}
  695. {block:Lines}<br>
  696. {block:Label}
  697. <b>{Label}</b>{/block:Label} {Line}&nbsp;
  698. {/block:Lines}</div>
  699. {/block:Chat}
  700.  
  701.  
  702.  
  703.  
  704. {block:Audio}
  705. <div class="playerback">
  706. <div class="cover">
  707. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>
  708. {block:AlbumArt}
  709. <div class="cover"><img src="{AlbumArtURL}"></div>
  710. {/block:AlbumArt}</div>
  711. <div class="player">{AudioPlayerWhite}</div>
  712. <div class="audioinformation">
  713. {block:TrackName}
  714. {TrackName}
  715. {/block:TrackName}
  716. {block:Artist}— {Artist}
  717. {/block:Artist}{block:Album}
  718. ({Album}){/block:Album}</div>
  719. {Caption}
  720. {/block:Audio}
  721.  
  722.  
  723.  
  724.  
  725. {block:Video}
  726. <div class="video">
  727. {block:IndexPage}{Video-500}{/block:IndexPage}
  728. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  729. </div>
  730. {block:Caption}
  731. <div id="captions">
  732. {Caption}</div>
  733. {/block:Caption}
  734. {/block:Video}
  735.  
  736.  
  737.  
  738. {block:Answer}
  739. <div class="boxasker">
  740. <img src="{AskerPortraitURL-30}">
  741. <div id="asker"><b>{Asker} asked: </b>{Question}</div></div>
  742. <div id="answer"><blockquote>{Answer}</blockquote></div>
  743. {/block:Answer}
  744. </div>
  745.  
  746.  
  747. {block:Date}
  748. <div id="permalink">
  749.  
  750. <a href="{Permalink}">{timeago}</a> · <a href="{Permalink}">
  751. {NoteCountWithLabel}</a>
  752.  
  753. · <a href="{ReblogURL}">Reblog</a>
  754. {/block:Date}
  755.  
  756.  
  757. {block:RebloggedFrom}
  758. <div id="from">
  759.  
  760. <a href="{ReblogParentURL}" class="tooltip">
  761. Via <span><strong>{ReblogParentName}</strong></span></a> ·
  762. <a href="{ReblogRootURL}" class="tooltip">
  763. Source <span><strong>{ReblogRootName}</strong></span></a>
  764. {/block:RebloggedFrom}
  765. </div>
  766.  
  767. {block:HasTags}<div id="tagss">
  768. {block:Tags}
  769. # <a href="{TagURL}"> {Tag}</a> &nbsp; &nbsp;{/block:Tags}</div>
  770. {/block:HasTags}
  771.  
  772.  
  773. {block:PermalinkPage}<ol>
  774. {/block:PermalinkPage}
  775. {PostNotes}
  776. </ol>
  777.  
  778.  
  779.  
  780. {/block:PostNotes}
  781. {/block:Posts}
  782.  
  783. </div>
  784.  
  785.  
  786. </body>
  787. </html>
Add Comment
Please, Sign In to add comment