quiddittch

Breezeblocks

May 11th, 2015
4,618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.23 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 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="#848484"/>
  22. <meta name="color:Links" content="#606060"/>
  23. <meta name="color:Hover" content="#000000"/>
  24. <meta name="color:Border" content="#eaeaea"/>
  25. <meta name="color:Title" content="#000000"/>
  26. <meta name="color:Accent" content="#f0bfb3"/>
  27. <meta name="color:Selection" content="#f9f9f9"/>
  28. <meta name="color:Scrollbar" content="#000000"/>
  29.  
  30. <meta name="if:Show Caption" content="1"/>
  31. <meta name="if:Show Tags" content="1"/>
  32. <meta name="if:Inverted Tumblr Controls" content="1"/>
  33.  
  34. <meta name="text:Sidebar Title" content="Sidebar Title" />
  35. <meta name="text:Link 1" content=""/>
  36. <meta name="text:Link 1 URL" content="/"/>
  37. <meta name="text:Link 2" content=""/>
  38. <meta name="text:Link 2 URL" content="/"/>
  39. <meta name="text:Link 3" content=""/>
  40. <meta name="text:Link 3 URL" content="/"/>
  41.  
  42. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  43.  
  44. <!----google fonts---->
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Cousine' rel='stylesheet' type='text/css'>
  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. <!---tooltips--->
  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:0,
  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. position:fixed !important;
  91. -webkit-filter: invert(100%)
  92. }
  93.  
  94. /*---scrollbar---*/
  95.  
  96. ::-webkit-scrollbar {
  97. height: 2px;
  98. width: 4px;
  99. background-color:transparent;
  100. }
  101.  
  102. ::-webkit-scrollbar-thumb {
  103. background-color:{color:Scrollbar};
  104. }
  105.  
  106. /*---selection---*/
  107.  
  108. ::selection {color: {color:Text}; background: {color:Selection};}
  109. ::-moz-selection {color: {color:Text}; background: {color:Selection};}
  110. ::-webkit-selection {color: {color:Text}; background: {color:Selection};}
  111.  
  112. /*---tooltip---*/
  113.  
  114. #s-m-t-tooltip{
  115. font-size:7px;
  116. position:absolute;
  117. margin-top:30px;
  118. margin-left:10px;
  119. z-index:9999999;
  120. background:{color:Background};
  121. padding:4px 8px 4px 8px;
  122. text-transform:uppercase;
  123. letter-spacing:1px;
  124. }
  125.  
  126. /*---basics---*/
  127.  
  128. body {
  129. margin:0px;
  130. color:{color:Text};
  131. font-family: cousine, arial, trebuchet ms;
  132. line-height:16px;
  133. font-size:10px;
  134. background:{color:Background};
  135. }
  136.  
  137. a {
  138. color:{color:Links};
  139. text-decoration:none;
  140. -webkit-transition:0.6s all;
  141. -moz-transition:0.6s all;
  142. -o-transition:0.6s all;
  143. transition:0.6s all;
  144. }
  145.  
  146. a:hover {
  147. cursor:help;
  148. color:{color:Hover};
  149. -webkit-transition:0.6s all;
  150. -moz-transition:0.6s all;
  151. -o-transition:0.6s all;
  152. transition:0.6s all;
  153. }
  154.  
  155. pre {
  156. white-space: pre-wrap;
  157. white-space: -moz-pre-wrap;
  158. white-space: -pre-wrap;
  159. white-space: -o-pre-wrap;
  160. word-wrap: break-word;
  161. }
  162.  
  163. img {max-width:100%;}
  164.  
  165. h1, h2 {
  166. font-family:trebuchet ms;
  167. text-transform:uppercase;
  168. text-align:left;
  169. background:#3e3e3e;
  170. padding:10px 15px;
  171. letter-spacing:1px;
  172. color:#f4f4f4;
  173. font-size:8px;
  174. margin-bottom:-1px;
  175. }
  176.  
  177. blockquote {
  178. border-left:2px solid {color:Border};
  179. padding: 0px 20px;
  180. margin-left:10px;
  181. max-width: 100%;
  182. }
  183.  
  184. blockquote blockquote {
  185. margin:0 0 0 12px;
  186. }
  187.  
  188. #center {
  189. width:400px;
  190. position:relative;
  191. margin:0px auto;
  192. }
  193.  
  194. /*---sidebar---*/
  195.  
  196. #sidebar {
  197. position:fixed;
  198. width:150px;
  199. margin-left:-215px;
  200. margin-top:-2px;
  201. border-radius:0px;
  202. padding:0px 0px 0px 0px;
  203. }
  204.  
  205. #title {
  206. font-size:10px;
  207. font-family:inconsolata, courier new, calibri;
  208. letter-spacing:1px;
  209. color:{color:Title};
  210. text-align:right;
  211. text-transform:uppercase;
  212. padding: 2px 0px;
  213. }
  214.  
  215. #description {
  216. padding:5px 0px;
  217. font-size:9px;
  218. text-transform:lowercase;
  219. text-align:right;
  220. letter-spacing:1px;
  221. }
  222.  
  223. .links {
  224. position:fixed;
  225. font-family:inconsolata, courier new, arial;
  226. font-size:10px;
  227. letter-spacing:1px;
  228. margin-left:460px;
  229. width:100px;
  230. text-transform:lowercase;
  231. text-align:left;
  232. }
  233.  
  234. /*---posts---*/
  235.  
  236. #posts {
  237. width:400px;
  238. margin-top:160px;
  239. }
  240.  
  241. .entries {
  242. position:relative;
  243. padding-bottom:10px;
  244. width:400px;
  245. {block:IndexPage}
  246. margin-bottom:100px;
  247. {/block:IndexPage}
  248. {block:PermalinkPage}
  249. margin-bottom:0px;
  250. {/block:PermalinkPage}
  251. }
  252.  
  253. /*---captions---*/
  254.  
  255. .caption {
  256. padding:9px 19px;
  257. border:1px solid {color:Border};
  258. margin-bottom:4px;
  259. margin-top:2px;
  260. word-wrap: break-word;
  261. }
  262.  
  263. /*---info---*/
  264.  
  265. #notes {
  266. padding:10px 15px;
  267. border:0px solid {color:Border};
  268. font-size:8px;
  269. font-family:inconsolata, arial;
  270. text-align:left;
  271. letter-spacing:1px;
  272. margin-top:4px;
  273. text-transform:uppercase;
  274. font-weight:bold;
  275. width:370px;
  276. }
  277.  
  278. .tagz {
  279. {block:IndexPage}
  280. display:inline;
  281. text-transform:uppercase;
  282. {/block:IndexPage}
  283. letter-spacing:1px;
  284. }
  285.  
  286. .ncwl {
  287. margin-top:10px;
  288. font-family:inconsolata, courier new, trebuchet ms;
  289. font-size:8px;
  290. text-transform:uppercase;
  291. letter-spacing:1px;
  292. padding-bottom:3px;
  293. }
  294.  
  295. /*---quote posts---*/
  296.  
  297. .qmarks {
  298. display:inline;
  299. font-size:15px;
  300. font-weight:bold;
  301. font-family:inconsolata, arial;
  302. text-align:center;
  303. }
  304.  
  305. #quote {
  306. padding:10px 0px 0px 0px;
  307. font-size:10px;
  308.  
  309. font-weight:bold;
  310. text-align:center;
  311. display:inline;
  312. }
  313.  
  314. #source {
  315. margin-bottom:-3px;
  316. text-align:center;
  317. text-transform:uppercase;
  318. padding:5px 10px;
  319. border:1px solid {color:Border};
  320. font-size:7px;
  321. font-family: trebuchet ms, arial ;
  322. letter-spacing:1px;
  323. }
  324.  
  325. /*---chat posts---*/
  326.  
  327. #chat {
  328. border:1px solid {color:Border};
  329. }
  330.  
  331. #lines {
  332. padding:10px 15px;
  333. border-bottom:1px solid {color:Border};
  334. }
  335.  
  336. #lines:nth-of-type(odd) {
  337. background:#f9f9f9;
  338. }
  339.  
  340. #lines:nth-of-type(even) {
  341. border:1px solid #f9f9f9;
  342. }
  343.  
  344. /*---link posts---*/
  345.  
  346. #link-posts {
  347. width:373px;
  348. padding:7px 10px 5px 15px;
  349. height:17px;
  350. margin-bottom:-3px;
  351. overflow:hidden;
  352. border:1px solid {color:Border};
  353. }
  354.  
  355. #tag-emoji {
  356. margin-top:-8px;
  357. margin-left:-16px;
  358. float:left;
  359. background:#f9f9f9;
  360. margin-bottom:1px;
  361. border:1px solid {color:Border};
  362. font-size:13px;
  363. padding:8px 8px;
  364. }
  365.  
  366. #link-posts a{
  367. border-bottom:1px solid {color:Accent};
  368. text-transform:uppercase;
  369. letter-spacing:1px;
  370. font-family:inconsolata, courier new, trebuchet ms;
  371. font-size:8px;
  372. }
  373.  
  374. /*---ask posts---*/
  375.  
  376. #answer {
  377. border:1px solid {color:Border};
  378. }
  379.  
  380. #qmark {
  381. font-family:arial;
  382. font-weight:bold;
  383. margin-top:-1px;
  384. margin-left:-1px;
  385. font-size:13px;
  386. width:10px;
  387. padding:15px 15px;
  388. border:1px solid {color:border};
  389. background:#f9f9f9;
  390. }
  391.  
  392. #askr {
  393. height:30px;
  394. font-family:courier new, arial;
  395. position:absolute;
  396. overflow-y:auto;
  397. width:330px;
  398. padding:8px 14px;
  399. margin-left:41px;
  400. margin-top:-47px;
  401. border-bottom:1px solid {color:border};
  402. }
  403.  
  404. #askr::-webkit-scrollbar {
  405. height: 2px;
  406. width: 5px;
  407. background-color:transparent;
  408. }
  409.  
  410. #askr::-webkit-scrollbar-thumb {
  411. border-radius:20px;
  412. border:2px solid {color:Background};
  413. border-right:2px solid transparent;
  414. background-color:{color:Scrollbar};
  415. }
  416.  
  417. #response {
  418. padding:10px 13px;
  419. }
  420.  
  421. /*---audio posts---*/
  422.  
  423. #audio {
  424. width:398px;
  425. height:95px;
  426. }
  427.  
  428. #audioplayer {
  429. z-index:2;
  430. position:absolute;
  431. width:30px;
  432. height:30px;
  433. overflow:hidden;
  434. }
  435.  
  436. #block {
  437. z-index:1;
  438. height:27px;
  439. background:#000;
  440. width:400px;
  441. }
  442.  
  443. #details {
  444. width:371px;
  445. font-family:inconsolata, courier new, arial;
  446. font-size:8px;
  447. text-transform:uppercase;
  448. letter-spacing:1px;
  449. border:1px solid {color:Border};
  450. padding:13px 13px 13px 14px;
  451. }
  452.  
  453. /*---permalink notes---*/
  454.  
  455. .notes {
  456. list-style-type:circle;
  457. font-size:8px;
  458. font-family:inconsolata, trebuchet ms, courier new;
  459. letter-spacing:1px;
  460. margin-bottom:80px;
  461. margin-top:-10px;
  462. text-transform:uppercase;
  463. }
  464.  
  465. .notes li {
  466. padding:1px 0px;
  467. margin-left:-15px;
  468. }
  469.  
  470. .notes img {
  471. display:none;
  472. }
  473.  
  474. /*---pagination---*/
  475.  
  476. #pagi {
  477. width:250px;
  478. margin:0px auto;
  479. margin-bottom:120px;
  480. border-top:1px solid {color:border};
  481. text-align:right;
  482. font-family:trebuchet ms, arial;
  483. font-size:8px;
  484. text-transform:uppercase;
  485. letter-spacing:1px;
  486. word-spacing:0px;
  487. padding:15px 10px;
  488. }
  489.  
  490. .current_page {
  491. border-top:2px solid black;
  492. padding:17px 8px;
  493. }
  494.  
  495. .jump_page {
  496. border-top:2px solid transparent;
  497. padding:17px 8px;
  498. }
  499.  
  500. .jump_page:hover {
  501. border-top:2px solid {color:Accent};
  502. }
  503.  
  504. /*---credit---*/
  505.  
  506. #credit {
  507. position:fixed;
  508. bottom:26px;
  509. right:26px;
  510. text-transform:lowercase;
  511. font-size:10px;
  512. }
  513.  
  514. #credit a {
  515. padding-bottom:1px;
  516. border-bottom:1px solid #c0c0c0;
  517. -webkit-transition:0.6s all;
  518. -moz-transition:0.6s all;
  519. -o-transition:0.6s all;
  520. transition:0.6s all;
  521. }
  522.  
  523. #credit a:hover {
  524. border-bottom:1px solid {color:Accent};
  525. -webkit-transition:0.6s all;
  526. -moz-transition:0.6s all;
  527. -o-transition:0.6s all;
  528. transition:0.6s all;
  529. }
  530.  
  531. {CustomCSS}</style></head><body>
  532.  
  533. <div id="center">
  534.  
  535. <div id="sidebar">
  536. <div id="title">{text:Sidebar Title}</div>
  537. <div id="description">{Description}</div>
  538. </div>
  539.  
  540. <div class="links">
  541. <a href="/">index.</a><br>
  542. <a href="/ask">message.</a><br>
  543. <a href="{text:Link 1 URL}">{text:Link 1}.</a><br>
  544. <a href="{text:Link 2 URL}">{text:Link 2}.</a><br>
  545. <a href="{text:Link 3 URL}">{text:Link 3}.</a>
  546. </div>
  547.  
  548. <div id="posts">
  549. {block:Posts}
  550. <div class="entries">
  551.  
  552. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="caption">{Body}</div>{/block:Text}
  553.  
  554. {block:Photo}
  555. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
  556. {block:IfShowCaption}
  557. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  558. {/block:IfShowCaption}
  559. {block:IfNotShowCaption}
  560. {block:PermalinkPage}
  561. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  562. {/block:PermalinkPage}
  563. {/block:IfNotShowCaption}
  564. {/block:Photo}
  565.  
  566. {block:Photoset}{Photoset-400}
  567. {block:IfShowCaption}
  568. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  569. {/block:IfShowCaption}
  570. {block:IfNotShowCaption}
  571. {block:PermalinkPage}
  572. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  573. {/block:PermalinkPage}
  574. {/block:IfNotShowCaption}
  575. {/block:Photoset}
  576.  
  577.  
  578. {block:Quote}
  579. <div id="source">{Source}:</div>
  580. <div class="caption"><center>
  581. <div class="qmarks">&ldquo;</div><div id="quote">{Quote}</div><div class="qmarks">&rdquo;</div></center><br>
  582. </div>
  583. {/block:Quote}
  584.  
  585. {block:Link}
  586. <div id="link-posts">
  587. <div id="tag-emoji"><i class="fa fa-tags"></i></div>
  588. &nbsp;&nbsp;&nbsp;&nbsp;<a href="{URL}" {Target}>{Name}</a>
  589. </div>
  590. <div class="caption">
  591. {block:Description}{Description}{/block:Description}
  592. </div>
  593. {/block:Link}
  594.  
  595. {block:Chat}
  596. {block:Title}<h1>{Title}</h1>{/block:Title}
  597. <div id="chat">
  598. {block:Lines}<div id="lines">{block:Label}<b>{Label} </b>{/block:Label}{Line}<br></div>{/block:Lines}
  599. </div>
  600. {/block:Chat}
  601.  
  602. {block:Audio}
  603. <div id="audio">
  604. <div id="audioplayer">{AudioPlayerBlack}</div>
  605. <div id="block"></div>
  606. <div id="details">
  607. {block:Artist}
  608. <b>Artist:</b> {Artist}
  609. {/block:Artist}
  610. {block:Album}
  611. <br><b>Album:</b> {Album}
  612. {/block:Album}
  613. {block:TrackName}
  614. <br><b>Track:</b> {TrackName}
  615. {/block:TrackName}
  616. </div>
  617. </div>
  618.  
  619. {block:IfShowCaption}
  620. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  621. {/block:IfShowCaption}
  622. {block:IfNotShowCaption}
  623. {block:PermalinkPage}
  624. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  625. {/block:PermalinkPage}
  626. {/block:IfNotShowCaption}
  627. {/block:Audio}
  628.  
  629. {block:Video}{Video-400}
  630. {block:IfShowCaption}
  631. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  632. {/block:IfShowCaption}
  633. {block:IfNotShowCaption}
  634. {block:PermalinkPage}
  635. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  636. {/block:PermalinkPage}
  637. {/block:IfNotShowCaption}
  638. {/block:Video}
  639.  
  640. {block:Answer}
  641. <div id="answer">
  642. <div id="qmark">?</div>
  643. <div id="askr">{Asker} asked: {Question}</div>
  644. <div id="response">{Answer}</div>
  645. </div>
  646. {/block:Answer}
  647.  
  648. {block:Date}
  649. <div id="notes">
  650. {block:IndexPage}
  651. {block:NoteCount}{NoteCount} - {/block:NoteCount}<a href="{Permalink}">{12Hour}:{Minutes} {CapitalAMPM}</a>
  652. {block:IfShowTags}
  653. {block:HasTags}<div class="tagz">/
  654. {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>
  655. {/block:HasTags}
  656. {/block:IfShowTags}
  657. {/block:IndexPage}
  658.  
  659. {block:PermalinkPage}
  660. posted on {Month} {Dayofmonth}
  661. {block:HasTags}
  662. <br>indexed: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}
  663. {/block:HasTags}
  664. {block:RebloggedFrom}
  665. <br>@<a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  666. {/block:RebloggedFrom}
  667. {block:NoteCount}
  668. <br><br><br><div class="ncwl">{NoteCountWithLabel}</div>
  669. {/block:NoteCount}
  670. </div>
  671. {/block:PermalinkPage}
  672. </div>
  673. {/block:Date}
  674.  
  675. {block:ContentSource}
  676. <!------ {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  677. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  678. {/block:SourceLogo}
  679. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  680. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  681.  
  682. {block:ContentSource}
  683. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  684. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  685. {/block:SourceLogo}
  686. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  687. {/block:ContentSource}
  688.  
  689. </div>
  690. {/block:Posts}
  691.  
  692. {block:Pagination}
  693. <div id="pagi">
  694. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">previous</a>{/block:PreviousPage}
  695. {block:JumpPagination length="4"}
  696. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  697. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  698. {/block:JumpPagination}
  699. {block:NextPage}<a href="{NextPage}" class="jump_page">next</a>{/block:NextPage}
  700. </div>
  701. {/block:Pagination}
  702.  
  703. {block:PermalinkPage}
  704. {block:PostNotes}{PostNotes}{/block:PostNotes}
  705. {/block:PermalinkPage}
  706. </div>
  707.  
  708. </div>
  709.  
  710. <!-----theme credit (dont remove)----->
  711.  
  712. <div id="credit">
  713. <a href="http://jaebium.tumblr.com" title="theme" target="_blank">+</a>
  714. </div>
  715.  
  716. </body>
  717. </html>
Advertisement
Add Comment
Please, Sign In to add comment