quiddittch

Hurricane

Jul 17th, 2015
5,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.91 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!------------------------------------------------------------------
  6.  
  7. THEME #10 BY JAEBIUM
  8.  
  9. -dont steal
  10. -dont remove credit
  11. -edit as much as you want
  12.  
  13. -------------------------------------------------------------------->
  14.  
  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. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#9f9898"/>
  22. <meta name="color:Description Text" content="#8b8b8b"/>
  23. <meta name="color:Links" content="#848484"/>
  24. <meta name="color:Hover" content="#000000"/>
  25. <meta name="color:Title" content="#000000"/>
  26. <meta name="color:Border" content="#f0f0f0"/>
  27. <meta name="color:Scrollbar" content="#000000"/>
  28. <meta name="color:Accent" content="#000000"/>
  29.  
  30. <meta name="select:Post Width" content="post-width-500" title="500px">
  31. <meta name="select:Post Width" content="post-width-400" title="400px">
  32. <meta name="select:Post Width" content="post-width-250" title="250px">
  33. <meta name="select:Caption" content="caption-one" title="Show Caption">
  34. <meta name="select:Caption" content="caption-two" title="Hover Caption">
  35. <meta name="select:Caption" content="caption-three" title="No Caption">
  36. <meta name="select:Title" content="title-option-one" title="Trebuchet ms">
  37. <meta name="select:Title" content="title-option-two" title="Arial">
  38. <meta name="select:Title" content="title-option-three" title="No Title">
  39.  
  40. <meta name="if:Inverted Tumblr Controls" content="1"/>
  41.  
  42. <meta name="text:Short Title" content=""/>
  43. <meta name="text:Link 1" content=""/>
  44. <meta name="text:Link 1 URL" content="/"/>
  45. <meta name="text:Link 2" content=""/>
  46. <meta name="text:Link 2 URL" content="/"/>
  47. <meta name="text:Link 3" content=""/>
  48. <meta name="text:Link 3 URL" content="/"/>
  49.  
  50. <!----jquery--->
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  54. <script type="text/javascript"
  55. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56.  
  57. <!---tooltip--->
  58.  
  59. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60.  
  61. <script>
  62.  
  63. (function($){
  64.  
  65. $(document).ready(function(){
  66.  
  67. $("a[title]").style_my_tooltips({
  68.  
  69. tip_follows_cursor:true,
  70.  
  71. tip_delay_time:0,
  72.  
  73. tip_fade_speed:300,
  74.  
  75. attribute:"title"
  76.  
  77. });
  78.  
  79. });
  80.  
  81. })(jQuery);
  82.  
  83. </script>
  84.  
  85. <style type="text/css">
  86.  
  87. /*---tumblr controls---*/
  88. .tmblr-iframe {
  89. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:1;
  90. }
  91. .tmblr-iframe {
  92. position:fixed !important;
  93. -webkit-filter: invert(100%)
  94. }
  95.  
  96. /*---tooltip---*/
  97.  
  98. #s-m-t-tooltip {
  99. font-size:8px;
  100. position:absolute;
  101. color:{color:links};
  102. background:{color:Background};
  103. margin-top:20px;
  104. margin-left:10px;
  105. max-width:300px;
  106. z-index:9999999999;
  107. font-style:italic;
  108. font-size:7px;
  109. padding:0px 5px;
  110. text-transform:lowercase;
  111. border-left:0px solid {color:Border};
  112. letter-spacing:1px;
  113. }
  114.  
  115. /*---scrollbar---*/
  116.  
  117. ::-webkit-scrollbar {
  118. width: 4px; height: 3px; background: {color:background};
  119. }
  120.  
  121. ::-webkit-scrollbar-thumb {
  122. background-color:{color:scrollbar};
  123. }
  124.  
  125. /*---scrollbar---*/
  126.  
  127. ::selection {color: {color:text}; background: #f9f9f9;}
  128. ::-moz-selection {color: {color:text}; background: #f9f9f9;}
  129. ::-webkit-selection {color: {color:text}; background: #f9f9f9;}
  130.  
  131. /*---basics--*/
  132.  
  133. body {
  134. margin:0;
  135. line-height:16px;
  136. background:white;
  137. color:{color:Text};
  138. font-size:9px;
  139. font-family:arial, trebuchet ms, calibri;
  140. }
  141.  
  142. a {
  143. text-decoration:none;
  144. color:{color:Links};
  145. -webkit-transition:0.4s all;
  146. -moz-transition:0.4s all;
  147. -o-transition:0.4s all;
  148. transition:0.4s all;
  149. }
  150.  
  151. a:hover {
  152. color:{color:Hover};
  153. -webkit-transition:0.4s all;
  154. -moz-transition:0.4s all;
  155. -o-transition:0.4s all;
  156. transition:0.4s all;
  157. }
  158.  
  159. h1, h2 {
  160. font-family:trebuchet ms, arial;
  161. font-weight:bold;
  162. letter-spacing:1px;
  163. font-size:13px;
  164. color:{color:Links};
  165. }
  166.  
  167. h1::first-letter {
  168. text-transform:uppercase;
  169. }
  170.  
  171. pre {
  172. white-space: pre-wrap;
  173. white-space: -moz-pre-wrap;
  174. white-space: -pre-wrap;
  175. white-space: -o-pre-wrap;
  176. word-wrap: break-word;
  177. }
  178.  
  179. blockquote {
  180. border-left:2px solid {color:Border};
  181. margin-left:10px;
  182. padding-left:20px;
  183. max-width: 100%;
  184. }
  185.  
  186. blockquote blockquote {margin: 0 0 0 12px;}
  187.  
  188. img {max-width:100%}
  189.  
  190. #center {
  191. width:400px;
  192. position:relative;
  193. margin:0px auto;
  194. }
  195.  
  196. #sidebar {
  197. font-family:trebuchet ms;
  198. margin-top:163px;
  199. width:200px;
  200. position:fixed;
  201. margin-left:-200px;
  202. }
  203.  
  204. .title1 {
  205. border:1px solid {color:Border};
  206. text-transform:uppercase;
  207. font-size:8px;
  208. margin-top:10px;
  209. font-weight:bold;
  210. letter-spacing:2px;
  211. padding:5px 10px;
  212. text-align:left;
  213. -webkit-transition:0.3s all;
  214. -moz-transition:0.3s all;
  215. -o-transition:0.3s all;
  216. transition:0.3s all;
  217. }
  218.  
  219. .title1:hover {
  220. border:1px solid transparent;
  221. background:{color:Accent};
  222. color:white;
  223. -webkit-transition:0.3s all;
  224. -moz-transition:0.3s all;
  225. -o-transition:0.3s all;
  226. transition:0.3s all;
  227. }
  228.  
  229. .title1:hover a {
  230. color:white;
  231. }
  232.  
  233. #title2 {
  234. font-size:13px;
  235. font-family:arial;
  236. font-weight:bold;
  237. letter-spacing:1px;
  238. padding-bottom:15px;
  239. text-transform:lowercase;
  240. }
  241.  
  242. .title-option-one .title-option-two,
  243. .title-option-two .title-option-one,
  244. .title-option-three .title-option-one,
  245. .title-option-three .title-option-two {display:none;}
  246.  
  247. .title-option-one #description {
  248. padding-top:15px;
  249. }
  250.  
  251. .title1, #title2 {
  252. color:{color:Title};
  253. }
  254.  
  255. .links {
  256. text-transform:uppercase;
  257. font-size:7px;
  258. letter-spacing:1px;
  259. padding:0px 0px;
  260. width:130px;
  261. }
  262.  
  263. .links a {
  264. padding:1px 5px 1px 0px;
  265. border-bottom:0px solid {color:Border};
  266. }
  267.  
  268. .links a:hover {
  269. font-style:italic;
  270. }
  271.  
  272. #description {
  273. text-align:left;
  274. padding:0px 0px 10px 0px;
  275. width:140px;
  276. font-size:10px;
  277. color:{color:description text};
  278. }
  279.  
  280. /*---posts---*/
  281.  
  282. #posts {
  283. padding-top:160px;
  284. margin-left:100px;
  285. }
  286.  
  287. .post-width-500 .entry { width:500px; }
  288. .post-width-400 .entry { width:400px; }
  289. .post-width-250 .entry { width:250px; }
  290.  
  291. .post-width-500 .element-width-400,
  292. .post-width-500 .element-width-250,
  293. .post-width-400 .element-width-500,
  294. .post-width-400 .element-width-250,
  295. .post-width-250 .element-width-500,
  296. .post-width-250 .element-width-400 {display:none;}
  297.  
  298. .entry {
  299. {block:IndexPage}
  300. margin-bottom:120px;
  301. {/block:IndexPage}
  302. position:relative;
  303. }
  304.  
  305. .info {
  306. padding-top:5px;
  307. padding-left:0px;
  308. font-size:8px;
  309. font-family:trebuchet ms, arial;
  310. text-align:left;
  311. text-transform:uppercase;
  312. }
  313.  
  314. .info a {
  315. {block:IndexPage}
  316. margin-right:10px;
  317. {/block:IndexPage}
  318. }
  319.  
  320. /*---caption---*/
  321.  
  322. .caption {
  323. position:absolute;
  324. background-color:rgba(255,255,255, 0.96);
  325. overflow-y:auto;
  326. word-wrap: break-word;
  327. padding:6px 20px;
  328. top:5px;
  329. left:5px;
  330. right:5px;
  331. max-height:60%;
  332. opacity:0;
  333. -webkit-transition:0.9s all;
  334. -moz-transition:0.9s all;
  335. -o-transition:0.9s all;
  336. transition:0.9s all;
  337. {block:PermalinkPage}
  338. display:none;
  339. {/block:PermalinkPage}
  340. }
  341.  
  342. .entry:hover .caption {
  343. opacity:1;
  344. -webkit-transition:0.3s all;
  345. -moz-transition:0.3s all;
  346. -o-transition:0.3s all;
  347. transition:0.3s all;
  348. }
  349.  
  350. .caption-one .caption,
  351. .caption-three .caption,
  352. .caption-three .element-option-one,
  353. .caption-two .element-option-one {display:none;}
  354.  
  355. /*---link posts---*/
  356.  
  357. #source {
  358. font-family:'cousine', sans-serif;
  359. text-transform:uppercase;
  360. letter-spacing:1px;
  361. font-size:8px;
  362. font-weight:bold;
  363. text-align:right;
  364. padding-bottom:5px;
  365. }
  366.  
  367. #quote {
  368. font-weight:bold;
  369. font-size:11px;
  370. text-align:center;
  371. padding:15px 15px;
  372. border-top:1px solid {color:border};
  373. border-bottom:1px solid {color:border};
  374. }
  375.  
  376. /*---audio posts---*/
  377.  
  378. #audio-wrap {
  379. background:#f8f8f8;
  380. padding:10px;
  381. border-bottom:1px solid {color:Border};
  382. }
  383.  
  384. #player {
  385. width:30px;
  386. height:30px;
  387. overflow:hidden;
  388. float:left;
  389. background:white;
  390. border:0px solid {color:Border};
  391. }
  392.  
  393. #track {
  394. margin-left:50px;
  395. text-transform:lowercase;
  396. font-style:italic;
  397. font-weight:bold;
  398. }
  399.  
  400. /*---link posts---*/
  401.  
  402. #linkurl {
  403. background:#f8f8f8;
  404. padding:10px 15px;
  405. font-size:10px;
  406. font-family:courier;
  407. font-weight:bold;
  408. }
  409.  
  410. #linkurl a {
  411. border-bottom:1px solid {color:Border};
  412. }
  413.  
  414. #linkurl::first-letter {
  415. text-transform:uppercase;
  416. }
  417.  
  418. /*---ask posts----*/
  419.  
  420. #question, #asker {
  421. text-align:left;
  422. font-family:trebuchet ms, arial;
  423. }
  424.  
  425. #question {
  426. font-size:10px;
  427. font-style:italic;
  428. padding-left:10px;
  429. padding:8px 10px 15px 10px;
  430. border-bottom:1px dotted {color:Border};
  431. }
  432.  
  433. #asker {
  434. text-transform:uppercase;
  435. font-size:8px;
  436. letter-spacing:1px;
  437. }
  438.  
  439. /*---permalink notes---*/
  440.  
  441. .notes {
  442. text-transform:lowercase;
  443. list-style-type:circle;
  444. font-size:9px;
  445. margin-top:10px;
  446. padding-bottom:100px;
  447. margin-left:-20px;
  448. padding-top:10px;
  449. }
  450.  
  451. .notes img {
  452. display:none;
  453. }
  454.  
  455. /*---pagination---*/
  456.  
  457. #pagination {
  458. padding-bottom:100px;
  459. text-align:left;
  460. font-size:7px;
  461. letter-spacing:1px;
  462. font-family:courier;
  463. text-transform:uppercase;
  464. border-top:0px solid {color:Border};
  465. padding-top:20px;
  466. }
  467.  
  468. /*---credit---*/
  469.  
  470. #credit {
  471. position:fixed;
  472. bottom:15px;
  473. right:15px;
  474. font-weight:bold;
  475. font-size:6px;
  476. text-transform:lowercase;
  477. letter-spacing:1px;
  478. text-align:right;
  479. }
  480.  
  481. {CustomCSS}</style></head><body>
  482.  
  483. <div id="center">
  484.  
  485. <div id="sidebar" class="{select:Title}">
  486. <div class="title-option-one"><span class="title1"><a href="/">{text:Short Title}</a></span></div>
  487. <div id="title2" class="title-option-two">{text:Short Title}</div>
  488. <div id="description">{Description}</div>
  489. <div class="links">
  490. <a href="/">index</a>
  491. <a href="/ask">ask</a>
  492. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  493. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  494. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  495. </div>
  496. </div>
  497.  
  498. <div id="posts" class="{select:Post Width}">
  499. {block:Posts}
  500. <div class="entry">
  501.  
  502. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  503. {/block:Text}
  504.  
  505. {block:Photo}
  506. {LinkOpenTag}
  507. <img class="element-width-500" src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  508. <img class="element-width-400" src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  509. <img class="element-width-250" src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  510. {LinkCloseTag}
  511. {/block:Photo}
  512.  
  513. {block:Photoset}
  514. <div class="element-width-500">{Photoset-500}</div>
  515. <div class="element-width-400">{Photoset-400}</div>
  516. <div class="element-width-250">{Photoset-250}</div>
  517. {/block:Photoset}
  518.  
  519. {block:Quote}
  520. {block:Source}<div id="source">{Source}</div>{/block:Source}
  521. <div id="quote">"{Quote}"</div>
  522. {/block:Quote}
  523.  
  524.  
  525. {block:Link}
  526. <div id="linkurl"><a href="{URL}">{Name}</a></div>
  527. {block:Description}{Description}{/block:Description}
  528. {/block:Link}
  529.  
  530. {block:Chat}
  531. {block:Title}<h1>{Title}</h1>{/block:Title}
  532. {block:Lines}
  533. {block:Label}<b>{Label}</b> {/block:Label}
  534. {Line}<br>
  535. {/block:Lines}
  536. {/block:Chat}
  537.  
  538. {block:Video}
  539. <div class="element-width-500">{Video-500}</div>
  540. <div class="element-width-400">{Video-400}</div>
  541. <div class="element-width-250">{Video-250}</div>
  542. {/block:Video}
  543.  
  544. {block:Audio}
  545. <div id="audio-wrap"><div id="player">{AudioPlayerWhite}</div>
  546. <div id="track">
  547. {block:TrackName}
  548. {TrackName}
  549. {/block:TrackName}
  550. {block:Artist}
  551. - {Artist}
  552. {/block:Artist}
  553. {block:PlayCount}<br>{PlayCountWithLabel}{/block:PlayCount}
  554. </div></div>
  555. {/block:Audio}
  556.  
  557. {block:Answer}
  558. <div id="asker">— {Asker}:</div> <div id="question"> {Question}</div>
  559. <div id="answer">{Answer}</div>
  560. {/block:Answer}
  561.  
  562. <div class="{select:Caption}">
  563. <div class="element-option-one">{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}</div>
  564.  
  565. {block:Caption}<div class="caption" style="{block:Text}display:none;{/block:Text}{block:Quote}display:none;{/block:Quote}{block:Link}display:none;{/block:Link}{block:Chat}display:none;{/block:Chat}{block:Video}display:none;{/block:Video}{block:Audio}display:none;{/block:Audio}{block:Answer}display:none;{/block:Answer}">{block:IndexPage}{Caption}{/block:IndexPage}</div>{/block:Caption}
  566.  
  567. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}
  568. {/block:PermalinkPage}
  569. </div>
  570.  
  571. {block:Date}
  572. <div class="info">
  573. {block:IndexPage}
  574. <a href="{Permalink}" title="{TimeAgo}">Permalink</a>
  575. {block:NoteCount}<a href="{Permalink}">( {NoteCountWithLabel} )</a> {/block:NoteCount}
  576. {block:HasTags}
  577. <a title="{block:Tags}{Tag}, {/block:Tags}">Tags</a>
  578. {/block:HasTags}
  579. {/block:IndexPage}
  580.  
  581. {block:PermalinkPage}
  582. Posted {Month} {DayOfMonth},
  583. {block:RebloggedFrom}source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>,{/block:RebloggedFrom}
  584. {block:NoteCount} {NoteCountWithLabel}, {/block:NoteCount}
  585. {block:HasTags}
  586. tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}
  587. {/block:HasTags}
  588. {/block:PermalinkPage}
  589. </div>
  590. {/block:Date}
  591.  
  592. {block:ContentSource}
  593. <!------ {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  594. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  595. {/block:SourceLogo}
  596. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  597. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  598.  
  599. </div>
  600. {/block:Posts}
  601.  
  602. {block:Pagination}
  603. <div id="pagination">{block:PreviousPage}< <a href="{PreviousPage}">previous</a>{/block:PreviousPage} | {block:NextPage} <a href="{NextPage}">next</a> >{/block:NextPage}</div>
  604. {/block:Pagination}
  605.  
  606. {block:PermalinkPage}
  607. {block:PostNotes}{PostNotes}{/block:PostNotes}
  608. {/block:PermalinkPage}
  609.  
  610. </div>
  611. </div>
  612.  
  613. <!---theme credit (dont remove)--->
  614. <div id="credit"><a href="http://jaebium.tumblr.com" title="theme credit" target="_blank">th.</a></div>
  615.  
  616. </body>
  617. </html>
Advertisement
Add Comment
Please, Sign In to add comment