Advertisement
florels

theme #17 - like a drum

Dec 23rd, 2013
3,380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.61 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. like a drum theme made by florels
  6. don't remove the credit or i'll remove your internal organs xx
  7.  
  8. -->
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12.  
  13. <link rel="icon" href="{Favicon}"/>
  14. <title>{Title}</title>
  15. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20. <meta name="color:background" content="#ffffff" />
  21. <meta name="color:blogtitle" content="#ffffff" />
  22. <meta name="color:header" content="#d5d5d5" />
  23. <meta name="color:hover" content="#ffffff" />
  24. <meta name="color:link" content="#444444" />
  25. <meta name="color:navlink" content="#ffffff" />
  26. <meta name="color:navlink hover" content="#444444" />
  27. <meta name="color:text" content="#444444" />
  28.  
  29. <meta name="color:scrollbar" content="#444444" />
  30.  
  31. <meta name="image:header" content="" />
  32. <meta name="image:background" content="" />
  33. <meta name="image:banner" content="" />
  34.  
  35. <meta name="if:show custom link a" content="1" />
  36. <meta name="if:show custom link b" content="1" />
  37. <meta name="if:show custom link c" content="1" />
  38. <meta name="if:fixed header" content="0" />
  39. <meta name="if:show banner" content="0" />
  40.  
  41. <meta name="text:asklink" content="/ask" />
  42. <meta name="text:linka url" content="/" />
  43. <meta name="text:linka title" content="linka" />
  44. <meta name="text:linkb url" content="/" />
  45. <meta name="text:linkb title" content="linkb" />
  46. <meta name="text:linkc url" content="/" />
  47. <meta name="text:linkc title" content="linkc" />
  48.  
  49.  
  50.  
  51. {block:indexpage}
  52. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  53.  
  54. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  55. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  56.  
  57. <script type="text/javascript">
  58. $(window).load(function () {
  59. $('#posts').masonry(),
  60. $('.masonryWrap').infinitescroll({
  61. navSelector : "div.navigation",
  62. // selector for the paged navigation (it will be hidden)
  63. nextSelector : ".navigation a#next",
  64. // selector for the NEXT link (to page 2)
  65. itemSelector : ".post",
  66. // selector for all items you'll retrieve
  67. bufferPx : 10000,
  68. extraScrollPx: 10000,
  69. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  70. loadingText : "<em></em>",
  71. },
  72. // call masonry as a callback.
  73. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  74. );
  75. });
  76. </script>
  77.  
  78. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  79.  
  80.  
  81.  
  82.  
  83.  
  84. <style type="text/css">
  85.  
  86.  
  87. iframe#tumblr_controls {
  88. top: 0% !important;
  89. right:0% !important;
  90. position: fixed !important;}
  91.  
  92.  
  93. @font-face
  94. {
  95. font-family: Wisdom Script;
  96. src: url('http://static.tumblr.com/bcpenwm/07Gmsagvg/wisdom_script.otf')}
  97.  
  98. body{
  99. margin:0px;
  100. padding:0px;
  101. margin-top:0px;
  102. margin-bottom:0px;
  103. font-family:'noto sans';
  104. font-size:10px;
  105. color:{color:text};
  106. background-color:{color:background};
  107. background-image:url('{image:background}');
  108. background-attachment: fixed; }
  109.  
  110. a {
  111. color:{color:link};
  112. text-decoration:none;
  113. -webkit-transition: all 0.4s ease;
  114. -moz-transition: all 0.4s ease;
  115. -o-transition: all 0.4s ease;
  116. transition: all 0.4s ease;}
  117.  
  118. a:hover {
  119. color:{color:hover};}
  120.  
  121. a:active,a:focus {outline:0;}
  122.  
  123. ::-webkit-scrollbar {width: 7px; height: 7px; background:{color:background};}
  124. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  125.  
  126. #header {
  127. width:100%;
  128. height:140px;
  129. position:absolute;
  130. {block:iffixedheader}
  131. position:fixed;
  132. {/block:iffixedheader}
  133. background-color:{color:header};
  134. background-image:url('{image:header}');
  135. z-index:1;
  136. {block:ifshowbanner}
  137. height:265px;
  138. {/block:ifshowbanner}}
  139.  
  140. .blogtitle {
  141. margin-top:20px;
  142. margin-left:20px;
  143. text-align:center;
  144. position:absolute;
  145. {block:iffixedheader}
  146. position:fixed;
  147. {/block:iffixedheader}
  148. padding:3px 0px;
  149. border:3px solid {color:blogtitle};
  150. text-transform:uppercase;
  151. font-size:25px;
  152. font-family:'noto sans';}
  153.  
  154. .blogtitle a{
  155. color:{color:blogtitle};
  156. text-decoration:none;
  157. padding:5px; 5px;}
  158.  
  159. .blogtitle a:hover{
  160. color:{color:header};
  161. background-color:{color:blogtitle};}
  162.  
  163. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  164.  
  165. .banner{
  166. position:absolute;
  167. {block:iffixedheader}
  168. position:fixed;
  169. {/block:iffixedheader}
  170. margin-top:10px;
  171. margin-left:20px;
  172. text-align:left;}
  173.  
  174.  
  175. .navlinks{
  176. z-index:1;
  177. font-family:'noto sans';
  178. font-size:11px;
  179. text-align:left;
  180. margin-lefT:20px;
  181. position:absolute;
  182. {block:iffixedheader}
  183. position:fixed;
  184. {/block:iffixedheader}
  185. margin-top:70px;
  186. text-transform:uppercase;
  187. {block:ifshowbanner}
  188. margin-top:195px;
  189. {/block:ifshowbanner}}
  190.  
  191. .navlinks a{
  192. color:{color:navlink};
  193. border-bottom:1px solid {color:navlink};
  194. -webkit-transition: all 0.4s ease;
  195. -moz-transition: all 0.4s ease;
  196. -o-transition: all 0.4s ease;
  197. transition: all 0.4s ease;}
  198.  
  199. .navlinks a:hover{
  200. text-decoration:none;
  201. color:{color:navlink hover};}
  202.  
  203. .description {
  204. text-align:left;
  205. margin-top:90px;
  206. font-family:'noto sans';
  207. font-size:10px;
  208. width:425px;
  209. margin-left:20px;
  210. position:absolute;
  211. {block:iffixedheader}
  212. position:fixed;
  213. {/block:iffixedheader}
  214. {block:ifshowbanner}
  215. margin-top:215px;
  216. {/block:ifshowbanner}}
  217.  
  218. .notes {
  219. font-size:10px;}
  220.  
  221. li.notes {
  222. float:left;
  223. width:500px;
  224. margin-top:10px;
  225. overflow-x:hidden;
  226. over-flow-y:scroll;
  227. list-style-type:none;
  228. font-weight:normal;
  229. font-size:10px;
  230. text-transform:none;}
  231.  
  232. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  233.  
  234. li.note {
  235. padding-top:2px;
  236. opacity:1;
  237. -moz-transition:0.1s ease-in;
  238. -webkit-transition:0.1s ease-in;
  239. -o-transition:0.1s ease-in;
  240. transition:0.1s ease-in;}
  241.  
  242. li.note img.avatar {
  243. width:14px;
  244. height:14px;}
  245.  
  246.  
  247. .permalink {
  248. padding:2px;
  249. text-align:right;
  250. word-spacing:7px;
  251. {block:permalinkpage}
  252. opacity:0;
  253. {/block:permalinkpage}}
  254.  
  255. .headings{
  256. font-size:14px;
  257. text-align:left;
  258. font-style:italic;}
  259.  
  260. #audioplayer{
  261. background-color:{color:background};
  262. height:27px;
  263. margin-bottom:-4px;
  264. width:250px;}
  265.  
  266. #posts {
  267. position:relative;
  268. float:left;
  269. margin-top:160px;
  270. left:50%;
  271. {block:indexpage}
  272. width:1120px;
  273. margin-left:-560px;
  274. {/block:indexpage}
  275. {block:permalinkpage}
  276. width:500px;
  277. margin-left:-250px;
  278. {/block:permalinkpage}
  279. {block:ifshowbanner}
  280. margin-top:290px;
  281. {/block:ifshowbanner}}
  282.  
  283. .post {
  284. {block:indexpage}
  285. width:250px;
  286. margin:15px;
  287. float:left;
  288. position:relative;
  289. text-align:justify;
  290. font-family:'noto sans';
  291. border-bottom:3px solid {color:background};
  292. font-size:10px;
  293. color:{color:text}
  294. {/block:indexpage}
  295. {block:permalinkpage}
  296. width:500px;
  297. padding:15px;
  298. margin-top:15px;
  299. {/block:permalinkpage}}
  300.  
  301.  
  302. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  303.  
  304. .buttons {
  305. position:absolute;
  306. top:4px;
  307. opacity:0;
  308. padding:10px;
  309. left:2px;
  310. list-style:none;
  311. border-radius:16px;
  312. -webkit-transition: all 0.3s linear;
  313. -webkit-transition: all 0.3s linear;
  314. -moz-transition: all 0.3s linear;
  315. transition: all 0.3s linear;}
  316.  
  317. .buttons li {
  318. float: left;
  319. border:2px solid #fff;
  320. background-color:rgba(0,0,0,.3);
  321. border-radius:100%;
  322. padding:10px;
  323. margin-left:6px;
  324. height:14px;
  325. width:14px;
  326. margin-bottom:5px;}
  327.  
  328. .post:hover .buttons{
  329. opacity:1;
  330. top:7px;
  331. display:block;
  332. -webkit-transition: all 0.2s linear;
  333. -webkit-transition: all 0.2s linear;
  334. -moz-transition: all 0.2s linear;
  335. transition: all 0.2s linear;}
  336.  
  337. .buttons a:hover{
  338. background-color:rgba(0, 0, 0, 0);}
  339.  
  340. .quote {
  341. text-align:left;
  342. font-size:12px;}
  343.  
  344. .quotesource {
  345. text-align:right;}
  346.  
  347. .image:hover{
  348. opacity:1;}
  349.  
  350. .chat { text-align:right; line-height:11px; }
  351.  
  352. .captions { margin-top:-8px;}
  353.  
  354.  
  355. /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
  356.  
  357. </style>
  358. </head>
  359.  
  360. <body>
  361. <div id="header">
  362.  
  363. {block:ifnotshowbanner}<div class="blogtitle"><a href="/">{title}</a></div>{/block:ifnotshowbanner}
  364.  
  365. {block:ifshowbanner}<div class="banner"><img style="max-width:400px; max-height:180px" src="{image:banner}"/></div>{/block:ifshowbanner}
  366.  
  367. <div class="description"> {description}</div></div>
  368. <div class="navlinks">
  369. <a href="/">home</a>&nbsp;&nbsp;&nbsp;
  370. <a href="{text:asklink}">mailbox</a>&nbsp;&nbsp;&nbsp;
  371. <a href="/archive">archive</a>&nbsp;&nbsp;&nbsp;
  372. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>&nbsp;&nbsp;&nbsp;{/block:ifshowcustomlinka}
  373. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>&nbsp;&nbsp;&nbsp;{/block:ifshowcustomlinkb}
  374. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>&nbsp;&nbsp;&nbsp;{/block:ifshowcustomlinkc}
  375. <a href="http://emmalucys.com">theme</a></div></div>
  376.  
  377.  
  378.  
  379. <div id="posts">
  380.  
  381. {block:Posts}
  382.  
  383.  
  384. {block:Text}
  385. <div class="post">
  386. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  387. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">reblog</a></div></div>
  388. {/block:Text}
  389.  
  390.  
  391. {block:Photo}
  392. <div class="post">
  393. <div class="image">
  394. {Block:IndexPage}<div class="buttons">
  395. <li>{ReblogButton color="white" size="14"}</li>
  396. <li>{LikeButton color="white" size="14"}</li></div>{/Block:IndexPage}
  397. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  398. {block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"/>{/block:IndexPage}
  399.  
  400. {block:PermalinkPage}
  401. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  402. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div></div>
  403. {/block:Photo}
  404.  
  405.  
  406. {block:Photoset}
  407. <div class="post">
  408. {block:Photos}
  409. {block:indexpage}<img src="{PhotoURL-500}" width="250" />{/block:indexpage}
  410. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  411. {/block:Photos}
  412. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">reblog</a></div></div>
  413. {/block:Photoset}
  414.  
  415.  
  416. {block:Quote}
  417. <div class="post">
  418. <div class="quote">'<i>{Quote}</i>'</div>
  419. <div class="quotesource">— {Source}</div>
  420. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">reblog</a></div></div>
  421. {/block:Quote}
  422.  
  423.  
  424. {block:Link}
  425. <div class="post">
  426. <div class="headings"><a href="{URL}">{Name}</a></div>
  427. {block:Description}{Description}{/block:Description}
  428. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">reblog</a></div></div>
  429. {/block:Link}
  430.  
  431.  
  432. {block:Chat}
  433. <div class="post">
  434. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  435. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  436. {/block:Label}{/block:Lines}</div>
  437. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">reblog</a></div></div>
  438. {/block:Chat}
  439.  
  440.  
  441. {block:Video}
  442. {block:IndexPage}
  443. <div class="post"><div class="video">{Video-250}</div>
  444. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">reblog</a></div>
  445. {/block:IndexPage}
  446. {block:PermalinkPage}
  447. {Video-500}</div>
  448. {/block:PermalinkPage}</div>
  449. {/block:Video}
  450.  
  451.  
  452. {block:Audio}
  453. <div class="post">
  454. <div id="audioplayer">{AudioPlayerGrey}</div>
  455. {block:Caption}{Caption}{/block:Caption}
  456. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">reblog</a></div> </div>
  457. {/block:Audio}
  458.  
  459.  
  460. {block:Answer}
  461. <div class="post">
  462. {Question}<br>- {Asker} <br><i> {Answer} </i>
  463. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">reblog</a></div></div>
  464. {/block:Answer}
  465.  
  466.  
  467. {block:PermalinkPage}
  468. <div class="notes">
  469. {Caption}
  470. posted {TimeAgo}
  471. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  472. {block:RebloggedFrom}
  473. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  474. {/block:RebloggedFrom}
  475. {block:ContentSource}
  476. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  477. {/block:ContentSource}
  478. <br><br>{PostNotes}</div>
  479. {/block:PermalinkPage}
  480.  
  481.  
  482. {/block:posts} </div></div> </div>
  483.  
  484.  
  485.  
  486. </div>
  487. </body>
  488. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement