Advertisement
Elevenhour

Hurricane

Jul 27th, 2014
1,437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.61 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
  7.  
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!--
  16.  
  17. draculahs
  18.  
  19. -->
  20. <meta name="text:permalinkSymbol" content="#"/>
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#000000"/>
  24. <meta name="color:Link" content="#555555"/>
  25. <meta name="color:scroll" content="#333333"/>
  26. <meta name="color:desc" content="#f1f1f1"/>
  27. <meta name="color:linksbg" content="#ffffff"/>
  28. <meta name="color:accents" content="#f1f1f1"/>
  29.  
  30.  
  31. <meta name="image:Sidebar" content=""/>
  32. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic' rel='stylesheet' type='text/css'>
  33.  
  34.  
  35. <meta name="text:link1" content="">
  36. <meta name="text:link1 url" content="/">
  37. <meta name="text:link2" content="">
  38. <meta name="text:link2 url" content="/">
  39. <meta name="text:link3" content="">
  40. <meta name="text:link3 url" content="/">
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43.  
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45.  
  46. <script>
  47.  
  48. (function($){
  49.  
  50. $(document).ready(function(){
  51.  
  52. $("a[title]").style_my_tooltips({
  53.  
  54. tip_follows_cursor:true,
  55.  
  56. tip_delay_time:30,
  57.  
  58. tip_fade_speed:300,
  59.  
  60. attribute:"title"
  61.  
  62. });
  63.  
  64. });
  65.  
  66. })(jQuery);
  67.  
  68. </script>
  69.  
  70.  
  71.  
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76. #s-m-t-tooltip{
  77. position:fixed;
  78. margin-top: 15px;
  79. z-index:9999;
  80. padding-left:3px;
  81. padding-right:3px;
  82. letter-spacing:2px;
  83. font-size:8px;
  84. text-transform:uppercase;
  85. background:#fff; color:black;
  86. border:1px solid;}
  87.  
  88.  
  89. blockquote {padding-left:5px;
  90. border-left:1px dotted #ddd;
  91. margin-left:20px;
  92. }
  93.  
  94. body {
  95. background:{color:background};
  96. color:{color:text};
  97. font-family: 'Playfair Display', serif;
  98. font-weight:400;
  99. font-size:13px;
  100. text-align:justify;
  101. margin:0;
  102. line-height:16px;}
  103.  
  104. ::-webkit-scrollbar {background-color:white; height:2px; width:5px}
  105. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scroll}; height:50px}
  106. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scroll}; height:3px!important}
  107.  
  108.  
  109. a {
  110. color:{color:link};
  111. text-decoration:none;
  112. font-weight:bold;
  113. }
  114.  
  115. a:hover {
  116. }
  117.  
  118. img{opacity:1;
  119. text-decoration:none;
  120.  
  121. }
  122.  
  123. img a:hover {
  124. background:transparent;}
  125. .photoset {
  126.  
  127. }photoset a:hover {
  128. background:transparent;}
  129.  
  130.  
  131. small {
  132. font-size:9px;}
  133.  
  134. big {
  135. font-size:12px;}
  136.  
  137.  
  138. #title {font-size:12px;
  139. line-height:18px;
  140. font-weight:bold;
  141. margin-bottom:10px;
  142. text-transform:none;
  143. text-align:right;}
  144.  
  145.  
  146. /*sidebar*/
  147. #sidebar {text-align:right;
  148. margin:auto;
  149. top:90px;
  150. position:fixed;
  151. font-size:11px;
  152. width:200px;
  153. padding:10px;
  154. margin-left:-400px;
  155.  
  156. }
  157. #sidebar img{
  158. margin-bottom:10px; width:200px;
  159. display:block;
  160. margin:auto;
  161.  
  162. }
  163. #blogt {font-size:11px;
  164. font-weight:bold;
  165. letter-spacing:2px;
  166. text-transform:uppercase;
  167. text-align:center;
  168. }
  169.  
  170. #blogt a{
  171.  
  172. color:{color:title};
  173. }
  174.  
  175. #blogt a:hover{
  176. background-color:transparent;color:{color:title};
  177. }
  178.  
  179. #links {
  180. font-size:10px;
  181. color:{color:link}; padding:10px;
  182. position:absolute;
  183. letter-spacing:0px; background:{color:linksbg};
  184. text-transform:uppercase;
  185. width:190px;
  186. text-align:center; opacity:0; -webkit-transition: all 0.3s ease-in-out;
  187. -moz-transition: all 0.3s ease-in-out;
  188. -o-transition: all 0.3s ease-in-out;z-index:-1;
  189. transition: all 0.3s ease-in-out;
  190. }
  191. #sidebar:hover #links{
  192. opacity:1; -webkit-transition: all 0.3s ease-in-out;
  193. -moz-transition: all 0.3s ease-in-out;z-index:111;
  194. -o-transition: all 0.3s ease-in-out;
  195. transition: all 0.3s ease-in-out;margin-top:-35px;
  196. }
  197.  
  198. #links a {
  199. margin-right:5px;
  200. margin-bottom:0px;font-style:normal;
  201. color:{color:link}; font-weight:normal;
  202. }
  203.  
  204. #links a:hover{
  205.  
  206. }
  207.  
  208. #description {
  209. margin:0px 0;
  210. line-height:180%;
  211. padding:5px;font-size:12px;
  212. background:{color:text};
  213. background:{color:desc};
  214. text-align:justify;
  215. padding-bottom:10px; text-transform:lowercase;
  216. letter-spacing:0px; font-style:normal;
  217. }
  218. #description a {
  219.  
  220. color:black;
  221. }
  222.  
  223.  
  224. /*pagination*/
  225.  
  226. #pagination{
  227. text-align:center;
  228. padding:30px; letter-spacing:1px;
  229.  
  230. background-color:none;
  231. text-transform:uppercase;
  232. font-size:10px;
  233. }
  234.  
  235. #pagination a {
  236. color:{color:link};
  237. }
  238.  
  239. /*container*/
  240. #con {
  241. margin:auto;
  242. left:35%;
  243. position:absolute;
  244. padding:0px;
  245.  
  246. }
  247.  
  248.  
  249.  
  250. /*posts*/
  251.  
  252. #entries {
  253. padding:50px;
  254. width:500px; margin-left:-150px;
  255. margin-top:50px;
  256. }
  257.  
  258. #entries a {
  259. }
  260. #posts:hover{ -webkit-filter: grayscale(0%);
  261. -webkit-transition: all 0.3s ease-in-out;
  262. -moz-transition: all 0.3s ease-in-out;
  263. -o-transition: all 0.3s ease-in-out;
  264. transition: all 0.3s ease-in-out;
  265. }
  266.  
  267.  
  268. #posts {
  269.  
  270.  
  271. -webkit-filter: grayscale(0%);
  272. -webkit-transition: all 0.3s ease-in-out;
  273. -moz-transition: all 0.3s ease-in-out;
  274. -o-transition: all 0.3s ease-in-out;
  275. transition: all 0.3s ease-in-out;
  276. width:500px;
  277. text-decoration:none;
  278. {block:IndexPage}
  279. margin-bottom:100px;
  280. {/block:IndexPage}
  281. {block:PermalinkPage}
  282. margin-bottom:40px; -moz-transition-duration:0.3s;
  283. -webkit-transition-duration:0.3s;
  284. -o-transition-duration:0.3s;
  285. {/block:PermalinkPage}
  286.  
  287. }
  288. #posts img {
  289. max-width:500px;
  290. }
  291.  
  292.  
  293. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  294. .caption {width:100%;
  295. margin-top:10px;
  296.  
  297. }
  298.  
  299. /*quote*/
  300.  
  301. #titlequote{text-align:center;
  302. font-size:12px;padding:10px;
  303. text-transform:uppercase; background:{color:accents};
  304. line-height:18px;
  305. }
  306. #source {
  307. padding:5px;
  308. text-align:center;font-style:italic;
  309.  
  310. }
  311.  
  312. /*audio*/
  313.  
  314. .player {
  315. width:30px;
  316. height:50px;background:#e4e4e4;
  317. overflow:hidden;
  318. position:absolute;
  319. }
  320.  
  321. .audioinfo {
  322. margin-left:30px;
  323. background:#e4e4e4;
  324. padding:9px;
  325. color:black;
  326. letter-spacing:-1px;
  327. font-weight:bold;
  328. text-transform:uppercase;
  329. text-align:left;
  330. }
  331.  
  332.  
  333. /*asks*/
  334. .q {margin-bottom:10px;padding:20px;
  335. margin-left:0px;
  336. text-align:justify; font-style:italic;
  337. background:{color:accents}; font-size:12px;
  338. color:black;
  339.  
  340. }
  341.  
  342. .q a{
  343. color:black;
  344. }
  345. .q img {
  346. padding-right:5px;float:left;box-shadow:0px 0px 0px;
  347. border:0px solid;
  348.  
  349. }
  350.  
  351.  
  352. .a {
  353. margin-top:0px;
  354. text-align:left; font-size:12px;
  355.  
  356. }
  357.  
  358. /*chat*/
  359.  
  360. .chat ol {
  361. padding:0;
  362. list-style:none;
  363. }
  364. .line {padding:5px 0;}
  365.  
  366. .label {font-weight:bold;
  367. }
  368.  
  369.  
  370.  
  371.  
  372. #posts:hover #permalink{
  373.  
  374. opacity:1;
  375. }
  376. /*permalink and notes*/
  377.  
  378. #permalink {
  379. margin-top:0px;
  380. color:{color:permalinktext};
  381. {block:PermalinkPage}
  382. background:{color:accents};
  383.  
  384. padding:7px; {/block:PermalinkPage}
  385. z-index:-11111;
  386. text-transform:uppercase;
  387. max-width:100%; -webkit-transition: all 0.3s ease-in-out;
  388. -moz-transition: all 0.3s ease-in-out;
  389. -o-transition: all 0.3s ease-in-out;
  390. transition: all 0.3s ease-in-out;
  391.  
  392. {block:ifhideInfo}
  393. opacity:0;
  394. {/block:ifhideInfo}
  395.  
  396. text-align:center;
  397. }
  398. #permalink a {margin-right:10px;
  399. color:{color:permalinktext};
  400.  
  401.  
  402. }
  403. #permalink a:hover{
  404. }
  405.  
  406.  
  407. .tags {
  408. font-size:9px;
  409. }
  410.  
  411. .pagenotes {
  412. {block:IndexPage}
  413. display: none!important;
  414. {/block:IndexPage}
  415. width:500px;
  416. text-align:left;
  417.  
  418. }
  419. .pagenotes img {
  420. display:none!important;}
  421. .pagenotes li {
  422. list-style-type:none;
  423. padding:5px 0px;
  424. text-align:left;
  425. margin:0 0 0 -40px;
  426. }
  427.  
  428. /*CREDIT*/
  429.  
  430. #cred {
  431. text-transform:lowercase;
  432. font-size:8px;
  433. right:9px;
  434. text-align:center;
  435. bottom:9px; background:{color:accents};
  436. padding:5px;
  437. position:bottom right;
  438. letter-spacing:1px;
  439. position:fixed;
  440. -moz-transition-duration:0.3s;
  441. -webkit-transition-duration:0.3s;
  442. -o-transition-duration:0.3s;
  443. }
  444.  
  445. #cred a {
  446. font-weight:300;
  447. color:{color:link};
  448. text-align:right;
  449. text-transform:uppercase;
  450. -moz-transition-duration:0.3s;
  451. -webkit-transition-duration:0.3s;
  452. -o-transition-duration:0.3s;
  453.  
  454.  
  455.  
  456. }
  457.  
  458. #entriies{
  459. position:absolute; text-align:left; margin-left:505px; font-size:25px; -moz-transition-duration:0.3s;
  460. -webkit-transition-duration:0.3s; border-left:0px dotted; font-weight:normal;
  461. width:150px;
  462. -o-transition-duration:0.3s;opacity:0; padding:5px;
  463. }
  464. #entriies a{
  465. font-weight:normal;
  466. color:{color:link};
  467. }
  468.  
  469. #posts:hover #entriies{ -moz-transition-duration:0.3s;
  470. -webkit-transition-duration:0.3s;
  471. -o-transition-duration:0.3s;
  472. opacity:1;
  473. }
  474. #tags{
  475. font-weight:normal; margin-top:10px;
  476. }
  477. #tags a{
  478. font-weight:normal; text-transform:uppercase; padding-left:2px;padding-right:2px;background:{color:accents}; font-size:9px;
  479. }
  480.  
  481. {CustomCSS}
  482.  
  483.  
  484. </style>
  485.  
  486.  
  487.  
  488. </head>
  489.  
  490. <body>
  491.  
  492. <div id="con">
  493.  
  494. <div id="sidebar">
  495. <img src="{image:sidebar}">
  496. <div id="blhogt"><a href="/">{Tihtle}</a></div>
  497.  
  498. <div id="links">
  499. <a href="/">home</a>
  500. <a href="/ask">ask</a>
  501.  
  502. {block:IfLink1}
  503. <a href="{text:link1 url}">{text:link1}</a>
  504. {/block:IfLink1}
  505.  
  506.  
  507. {block:IfLink2}
  508. <a href="{text:link2 url}">{text:link2}</a>
  509. {/block:IfLink2}
  510.  
  511. {block:IfLink3}
  512. <a href="{text:link3 url}">{text:link3}</a>
  513. {/block:IfLink3}
  514.  
  515.  
  516.  
  517.  
  518. </div> <div id="description">{Description}</div>
  519.  
  520.  
  521.  
  522.  
  523. </div>
  524.  
  525.  
  526.  
  527.  
  528. <div id="entries">
  529.  
  530.  
  531.  
  532. {block:Posts}
  533. <div id="posts"><div id="entriies"> <a href="{Permalink}" title="permalink page">{text:permalinkSymbol}</a>
  534. </div>
  535.  
  536.  
  537.  
  538. {block:Quote}
  539.  
  540.  
  541. <div id="titlequote">{Quote}</div>
  542. {block:Source}<div id="source"> {Source}</div>{/block:Source}
  543. {/block:Quote}
  544.  
  545.  
  546.  
  547. {block:Text}
  548.  
  549. {block:Title}
  550. <div id="title">{Title}</div>{/block:Title}
  551. {Body}
  552. {/block:Text}
  553.  
  554. {block:Link}
  555. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  556. {/block:Link}
  557.  
  558. {block:Chat}
  559. {block:Title}
  560. <h1>{Title}</h1>
  561. {/block:Title}
  562. <div class="chat">
  563. <ol>{block:Lines}
  564. <li class="line {Alt}">
  565. {block:Label}
  566. <span class="label">
  567. {Label}</span>
  568. {/block:Label}{Line}</li>
  569. {/block:Lines}
  570. </ol></div>
  571. {/block:Chat}
  572.  
  573. {block:Photo}
  574. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  575. {/block:Photo}
  576.  
  577. {block:Photoset}<div class="photoset">
  578.  
  579. {Photoset-500}</div>
  580.  
  581. {/block:Photoset}
  582.  
  583. {block:Video}
  584. {Video-500}
  585. {/block:Video}
  586.  
  587. {block:Audio}
  588. <div class="player">{AudioPlayerGrey}</div>
  589. <div class="audioinfo">
  590. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  591. </div>
  592. {/block:Audio}
  593.  
  594. {block:Answer}
  595. <div class="q">
  596. <div class="as"> </div>
  597. <b>{Asker}:
  598. </b> {Question}</div>
  599. <div class="a">{Answer}</div>
  600. {/block:Answer}
  601. {block:PermalinkPage}
  602. {block:Caption}<div class="caption">{Caption} </div>{/block:Caption}{/block:PermalinkPage}
  603.  
  604. <div id="permalink"> {block:PermalinkPage}
  605. {block:Date}{block:date}<a href="{Permalink}">
  606. {DayOfMonth} {DayOfMonthSuffix} </a>
  607. {/block:PermalinkPage}
  608. {/block:date}
  609.  
  610.  
  611. {block:PermalinkPage}
  612. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagUrl}">{Tag} </a>
  613.  
  614. &nbsp;
  615.  
  616. {/block:Tags}</div> {/block:HasTags}{/block:PermalinkPage}
  617.  
  618.  
  619. </a>
  620. {block:PermalinkPage}
  621.  
  622. <a href="{Permalink}">
  623. {timeago}</a>
  624. {/block:PermalinkPage}
  625.  
  626.  
  627.  
  628. </span> &nbsp;
  629. &nbsp;
  630. {block:PermalinkPage}
  631.  
  632. {block:NoteCount}<a href="{Permalink}"> {NoteCount}</a>{/block:NoteCount} {/block:PermalinkPage}
  633.  
  634. {block:PermalinkPage}
  635.  
  636. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom} {/block:PermalinkPage}
  637.  
  638. &nbsp; {block:PermalinkPage}
  639.  
  640. {/block:PermalinkPage}
  641.  
  642.  
  643. </div>
  644. {/block:Date}
  645.  
  646. </div>
  647.  
  648.  
  649. {block:PostNotes}
  650. <div class="pagenotes">
  651. {PostNotes}
  652. </div>
  653. {/block:PostNotes}
  654.  
  655.  
  656. {/block:Posts}
  657.  
  658. <div id="pagination">
  659. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;{/block:PreviousPage}page {CurrentPage} out of {TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  660.  
  661. </div>
  662.  
  663.  
  664. </div>
  665.  
  666.  
  667. {block:ContentSource}
  668. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  669. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  670. {/block:SourceLogo}
  671. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  672. {/block:ContentSource}
  673.  
  674.  
  675. <div id="cred">
  676. <a href="http://draculahs.tumblr.com/">draculahs</a>
  677. </div>
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement