Advertisement
paigeh987

Theme 8 - neonbike themes

Jan 12th, 2014
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.40 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.  
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6.  
  7.  
  8. <!--
  9.  
  10. Theme #8 by Paige @ neonbikethemes.tumblr.com
  11. Please DO NOT COPY ANY PARTS OF THIS CODE and claim them as your own
  12. Do not remove the credit. thanks!
  13.  
  14. Base code by MALFOYMANNER
  15.  
  16.  
  17. -->
  18.  
  19.  
  20. <head><title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25.  
  26.  
  27.  
  28.  
  29. <meta name="color:Background" content="#eeeeee">
  30. <meta name="color:Text" content="#bbbbbb">
  31. <meta name="color:title" content="#eeeeee">
  32. <meta name="color:description" content="#eeeeee">
  33. <meta name="color:posts" content="#aaaaaa">
  34. <meta name="color:Border" content="#eeeeee">
  35. <meta name="color:Tags" content="#cccccc">
  36. <meta name="color:Link" content="#aaaaaa">
  37. <meta name="color:Link info" content="#aaaaaa">
  38. <meta name="color:Hover" content="#f1f1f1">
  39. <meta name="color:scrollbar" content="ffffff">
  40. <meta name="color:scrollbarbg" content="ffffff">
  41.  
  42. <meta name="image:sidebar" content="">
  43.  
  44. <meta name="if:500px posts" content="0">
  45. <meta name="if:hide captions" content="0">
  46. <meta name="if:hide tags" content="0">
  47.  
  48. <meta name="text:linkA" content="">
  49. <meta name="text:linkA url" content="/">
  50. <meta name="text:linkB" content="">
  51. <meta name="text:linkB url" content="/">
  52. <meta name="text:linkC" content="">
  53. <meta name="text:linkC url" content="/">
  54. <meta name="text:linkD" content="">
  55. <meta name="text:linkD url" content="/">
  56. <meta name="text:linkE" content="">
  57. <meta name="text:linkE url" content="/">
  58.  
  59.  
  60. <!-- -------------------------- SM TOOLTIP ------------------------- -->
  61.  
  62. <script>
  63. window.onload = function () {
  64. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  65. document.addEventListener( 'click', function ( event ) {
  66. var myLike = event.target;
  67. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  68. var frame = document.getElementById( 'my-like-frame' ),
  69. liked = ( myLike.className == 'my-liked' ),
  70. command = liked ? 'unlike' : 'like',
  71. reblog = myLike.getAttribute( 'data-reblog' ),
  72. id = myLike.getAttribute( 'data-id' ),
  73. oauth = reblog.slice( -8 );
  74. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  75. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  76. };
  77. }, false );
  78. };
  79. </script>
  80.  
  81. <!-- jquery --><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  82. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  83. <script>
  84. (function($){
  85. $(document).ready(function(){
  86. $("a[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:10,
  89. tip_fade_speed:10,
  90. attribute:"title"
  91. });
  92. });
  93. })(jQuery);
  94. </script>
  95.  
  96. <!-- ------------------------- FONTS ------------------------------ -->
  97.  
  98. <link href="http://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet" type="text/css">
  99. <link href="http://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet" type="text/css">
  100. <link href="http://fonts.googleapis.com/css?family=Cutive+Mono|Vibur" rel="stylesheet" type="text/css">
  101. <link href="http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic" rel="stylesheet" type="text/css">
  102.  
  103. <link href="http://static.tumblr.com/blpgwiz/u8Qmijy1c/fade_in_up.css" rel="stylesheet" type="text/css">
  104. <link href="http://static.tumblr.com/blpgwiz/Zjemijy8n/fade_in_down.css" rel="stylesheet" type="text/css">
  105.  
  106.  
  107.  
  108.  
  109.  
  110. <style type="text/css">
  111.  
  112.  
  113. /* ---------------------------- SCROLLBAR -------------------------- */
  114.  
  115. ::-webkit-scrollbar {
  116. width: 7px;height: 0px;}
  117. ::-webkit-scrollbar-button:start:decrement,
  118. ::-webkit-scrollbar-button:end:increment {
  119. height: 6px;display: block;background-color: {color:scrollbarbg};}
  120. ::-webkit-scrollbar-track-piece {
  121. background-color: {color:scrollbarbg};}
  122. ::-webkit-scrollbar-thumb:vertical {
  123. height: 3px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  124.  
  125. /* ---------------------------- FONTS ----------------------------- */
  126.  
  127. @import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic,900italic);
  128.  
  129. @import url(http://weloveiconfonts.com/api/?family=entypo|typicons);
  130.  
  131. /* entypo */
  132. [class*="entypo-"]:before {
  133. font-family: 'entypo', sans-serif;
  134. }
  135.  
  136. /* typicons */
  137. [class*="typicons-"]:before {
  138. font-family: 'Typicons', sans-serif;
  139. }
  140.  
  141. /* ---------------------------- TOOLTIP ----------------------------- */
  142.  
  143. #s-m-t-tooltip {
  144. max-width:200px;
  145. margin:10px 10px 10px 10px;
  146. background:{color:link info};
  147. padding: 3px;
  148. text-transform:uppercase;
  149. letter-spacing:1px;
  150. font-size:9px;
  151. color:white;
  152. -webkit-transition:all 1s;
  153. -moz-transition:all 1s;
  154. -ms-transition:all 1s;
  155. -o-transition:all 1s;
  156. transition:all 1s; z-index:9999999999
  157. }
  158.  
  159.  
  160. /* ---------------------------- GENERAL ----------------------------- */
  161.  
  162. body {
  163. background:{color:background};
  164. margin:0px;
  165. color:#000000;
  166. font-family:Palatino, serif;
  167. font-size:9px;
  168. line-height:100%;
  169. }
  170.  
  171. a {
  172. text-decoration:none;
  173. -moz-outline-style:none;
  174. color:{color:link};
  175. }
  176.  
  177. img {
  178. border: none;
  179. }
  180.  
  181.  
  182. h1 {
  183. font-size:12px;
  184. text-transform:uppercase;
  185. }
  186.  
  187. blockquote {
  188. padding-left:5px;
  189. border-left:2px solid;
  190. }
  191.  
  192. blockquote blockquote {
  193. padding-left:5px;
  194. border-left:2px solid;
  195. }
  196.  
  197.  
  198. a:hover {
  199. opacity:1;
  200. color:{color:hover};
  201. -webkit-transition: all 0.5s ease;
  202. -moz-transition: all 0.5s ease;
  203. -o-transition: all 0.5s ease
  204. }
  205.  
  206.  
  207. #pagi{
  208. width:100px;
  209. font-size:12px;
  210. text-align:center;
  211. margin-left:15px;
  212. margin-top:15px;
  213. position:fixed;
  214. font-family:Palatino, serif;
  215. letter-spacing:0px;
  216. }
  217.  
  218. #container {
  219. left:250px;
  220. top:150px;
  221. position:absolute;
  222.  
  223. }
  224.  
  225. #all {
  226. padding:10px;
  227. width:400px;
  228. margin-left:500px;
  229. margin-top:50px;
  230. font-size:10px;
  231. }
  232.  
  233. /* ----------------------------POSTS---------------------------------- */
  234.  
  235. #posts {
  236. {block:IfNot500pxposts}
  237. width:400px;
  238. {/block:IfNot500pxposts}
  239. {block:If500pxposts}
  240. width:500px;
  241. {/block:If500pxposts}
  242. padding-bottom:0px;
  243. padding:6px;
  244. margin-top:10px;
  245. margin-bottom:100px;
  246. background-color:{color:posts};
  247. border: 1px solid {color:border};
  248. overflow:hidden;
  249. }
  250.  
  251. #posttile{
  252. font-family: Palatino, serif;
  253. font-size:25px;
  254. text-align:center;
  255. }
  256.  
  257. #question {
  258. padding:8px;
  259. font-family:Palatino, serif;
  260. letter-spacing:2px;
  261. text-align:right;
  262. font-style:italic;
  263. border:solid 1px {color:border};
  264. margin-right:0px;
  265. }
  266.  
  267. #asker{
  268. text-transform:uppercase;
  269. font-size:9px;
  270. font-style:italic;
  271. text-align:right;
  272. margin-top:5px;
  273. }
  274.  
  275. #linkpost{
  276. border:solid 1px {color:border};
  277. text-transform:uppercase;
  278. font-size:12px;
  279. padding:10px;
  280. }
  281.  
  282. #quote{
  283. border:solid 1px {color:border};
  284. text-transform:uppercase;
  285. font-size:13px;
  286. font-style:italic;
  287. text-align:left;
  288. padding:10px;
  289. }
  290.  
  291. #quotesource{
  292. text-transform:lowercase;
  293. font-size:9px;
  294. font-style:italic;
  295. text-align:right;
  296. margin-top:5px;
  297. }
  298.  
  299. #convo{
  300. border: solid 1px {color:border};
  301. padding:10px
  302. }
  303.  
  304.  
  305.  
  306.  
  307. /* -------------------------POST INFO AND NOTES------------------------ */
  308.  
  309. #postinfo {
  310. padding:4px;
  311. margin-top: 6px;
  312. color:{color:text};
  313. background:transparent;
  314. text-transform: uppercase;
  315. font-size: 8px;
  316. letter-spacing:1px;
  317. text-align:center;
  318. border:1px solid {color:border};
  319. }
  320.  
  321. .note{
  322. text-transform:lowercase;
  323. }
  324.  
  325. .tags {
  326. position:absolute;
  327. font-family:Palatino, serif;
  328. letter-spacing:0px;
  329. text-transform:lowercase;
  330. font-size:10px;
  331. font-style:italic;
  332. margin-top:12px;
  333. text-align:center;
  334. }
  335.  
  336. .tags a {
  337. display:inline-block;
  338. padding:-3px;
  339. text-align:right;
  340. color:{color:tags};
  341. -webkit-transition: all 0.6s ease-in-out;
  342. -moz-transition: all 0.6s ease-in-out;
  343. -o-transition: all 0.6s ease-in-out;
  344. -ms-transition: all 0.6s ease-in-out;
  345. -transition: all 0.6s ease-in-out;
  346. }
  347.  
  348.  
  349. /* --------------------------- SIDEBAR ---------------------------- */
  350.  
  351. #sidebar{
  352. position:fixed;
  353. margin-left:auto;
  354. margin-right:auto;
  355. text-align:center;
  356. height:150px;
  357. padding-top:80px;
  358. width:170px;
  359. margin-left:20px;
  360. }
  361.  
  362. #sidebarimg{
  363. font-family:Palatino, serif;
  364. padding:5px;
  365. border: 1px solid #e7e7e7;
  366. border-radius:100px;
  367. width:100px;
  368. }
  369.  
  370. #sidebarimg img{
  371. border:none;
  372. max-height:100px;
  373. max-width:100px;
  374. border-radius:100px;
  375. border: 0px solid #e7e7e7;
  376. }
  377.  
  378. #blogtitle{
  379. font-family: 'Playfair Display';
  380. margin-left:-30px;
  381. font-weight:900;
  382. font-size:20px;
  383. text-transform:none;
  384. line-height:110%;
  385. padding:5px;
  386. font-style:italic;
  387. width:160px;
  388. padding-top:15px;
  389. padding-bottom:6px;
  390. text-align:center;
  391. color:#353535;
  392. }
  393.  
  394. #blogdesc{
  395. font-family:Palatino, serif;
  396. width:100px;
  397. text-align:justify;
  398. text-justify:inter-word;
  399. line-height:100%;
  400. padding:6px;
  401. color: {color:description};
  402. }
  403.  
  404. #links{
  405. height:14px;
  406. font-family:Palatino, serif;
  407. font-weight:100;
  408. font-size:12px;
  409. word-spacing:6px;
  410. padding:6px;
  411. padding-bottom:4px;
  412. width:100px;
  413. text-transform:uppercase;
  414. line-height:100%;
  415. -webkit-transition: font-size 0.0s;
  416. -webkit-transition: font-weight 0.0s;
  417. vertical-align:bottom;
  418. }
  419.  
  420. #links a{
  421. -webkit-transition: font-size 0.0s;
  422. -webkit-transition: font-weight 0.0s;
  423. }
  424.  
  425. #links a:hover{
  426. font-size:12px;
  427. font-weight:900;
  428. -webkit-transition: font-size 0.0s;
  429. -webkit-transition: font-weight 0.0s;
  430. }
  431.  
  432. #sidebar{
  433. position:fixed;
  434. top:120px;
  435. left:200px;
  436. width:120px;
  437. }
  438.  
  439. #sidebarimage{
  440. width:100px;
  441. padding:5px;
  442. border:solid 1px {color:border};
  443. border-radius:100px;
  444. }
  445.  
  446. #sidebarimage img{
  447. width:100px;
  448. height:100px;
  449. border-radius:100px;
  450. }
  451.  
  452.  
  453. /* ---------------------------- AUDIO ----------------------------- */
  454.  
  455. #audio {
  456. background-color:{color:audio};
  457. margin-right:0px;
  458. padding:5px;
  459. height: 80px;
  460. margin-bottom:0px;
  461. border:1px solid {color:border};
  462. }
  463.  
  464. .artcover {
  465. width:80px;
  466. height:80px;
  467. position:absolute;
  468. }
  469.  
  470. .artcover img {
  471. width:80px;
  472. height:80px;
  473. float:left;
  474. overflow:hidden;
  475. }
  476.  
  477. .player {
  478. position:absolute;
  479. z-index:1;
  480. width:80px;
  481. height:80px;
  482. margin-top:10px;
  483. margin-left:10px;
  484. display:block;
  485. opacity:0.3;
  486. -webkit-transition:all 0.4s;
  487. -moz-transition:all 0.4s;
  488. -o-transition:all 0.4s;
  489. -ms-transition: all 0.4s;
  490. transition:all 0.5s;
  491. background:transparent;
  492. }
  493.  
  494. .player:hover {
  495. -webkit-transition:all 0.4s;
  496. -moz-transition:all 0.4s;
  497. -o-transition:all 0.4s;
  498. -ms-transition: all 0.4s;
  499. transition:all 0.4s;
  500. opacity:0.9;
  501. }
  502.  
  503. .audioplayer {
  504. width:30px;
  505. height:20;
  506. margin-top:14px;
  507. margin-left:14px;
  508. overflow:hidden;
  509. padding:1px;
  510. }
  511.  
  512. .audioinfo {
  513. color:{color:text};
  514. margin-right:5px;
  515. height:32px;
  516. margin-left:90px;
  517. display:block;
  518. padding-top:2px;
  519. font-size:12px;
  520. text-transform:lowercase;
  521. text-align:left;
  522. line-height:110%;
  523. }
  524.  
  525.  
  526. {CustomCSS}</style></head><body>
  527.  
  528. <div id="sidebar">
  529. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  530.  
  531. <div id="blogtitle">{TITLE}</div>
  532.  
  533. <div id="links">
  534. {block:IfLinkA}
  535. <a href="{text:linkA url}" title="{text:linkA}">I</a>
  536. {/block:IfLinkA}
  537. {block:IfLinkB}
  538. <a href="{text:linkB url}" title="{text:linkB}"> II</a>
  539. {/block:IfLinkB}
  540. {block:IfLinkC}
  541. <a href="{text:linkC url}" title="{text:linkC}"> III</a>
  542. {/block:IfLinkC}
  543. {block:IfLinkD}
  544. <a href="{text:linkD url}"title="{text:linkD}"> IV</a>
  545. {/block:IfLinkD}
  546. {block:IfLinkE}
  547. <a href="{text:linkE url}"title="{text:linkE}"> V</a>
  548. {/block:IfLinkE}
  549. </div>
  550.  
  551. <div id="blogdesc">
  552. {Description}
  553. </div>
  554.  
  555. {block:Pagination}<div id="pagi">
  556. {block:PreviousPage}<a href="{PreviousPage}" title="previous"> ☚</a>&nbsp;&nbsp;{/block:PreviousPage}
  557. {block:JumpPagination length="3"}
  558. {block:CurrentPage}{/block:CurrentPage}
  559. {block:JumpPage}{/block:JumpPage}
  560. {/block:JumpPagination}
  561. {block:NextPage}<a href="{NextPage}" title="next">☛</a>{/block:NextPage}
  562. </div>{/block:Pagination}
  563.  
  564. </div>
  565.  
  566. <div id="all">{block:Posts}<div id="posts">
  567.  
  568. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  569.  
  570. {block:Photo}{LinkOpenTag}
  571. {block:IfNot500pxposts}
  572. <img src="{PhotoURL-400}">{LinkCloseTag} {block:Ifhidecaptions}{/block:Ifhidecaptions}{block:Ifnothidecaptions} {block:Caption}{Caption}{/block:Caption} {/block:Ifnothidecaptions}
  573. {/block:IfNot500pxposts}
  574. {block:If500pxposts}
  575. <img src="{PhotoURL-500}">{LinkCloseTag} {block:Ifhidecaptions}{/block:Ifhidecaptions}{block:Ifnothidecaptions} {block:Caption}{Caption}{/block:Caption} {/block:Ifnothidecaptions}
  576. {/block:If500pxposts}
  577. {/block:Photo}
  578.  
  579. {block:Link}<div id="linkpost"><a href="{URL}"> ☛{name} </a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  580.  
  581. {block:Photoset}
  582. {block:IfNot500pxposts}
  583. {Photoset-400}{block:Ifhidecaptions}{/block:Ifhidecaptions}{block:Ifnothidecaptions} {block:Caption}{Caption}{/block:Caption} {/block:Ifnothidecaptions}
  584. {/block:IfNot500pxposts}
  585. {block:If500pxposts}
  586. {Photoset-500}{block:Ifhidecaptions}{/block:Ifhidecaptions}{block:Ifnothidecaptions} {block:Caption}{Caption}{/block:Caption} {/block:Ifnothidecaptions}
  587. {/block:If500pxposts}
  588. {/block:Photoset}
  589.  
  590. {block:Quote}<div id="quote">{Quote}<div id="quotesource">— {source}</div></div>{/block:Quote}
  591.  
  592.  
  593. {block:Audio}
  594. <div id="audio">
  595. <div class="artcover"><img src="http://static.tumblr.com/liul60i/IcMmdl9id/nmusic2.png"></div>{block:AlbumArt}<div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  596. <div class="player">
  597. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  598. <div class="audioinfo">
  599. {block:TrackName}<a style="text-transform:uppercase;">{TrackName}</a>{/block:TrackName}
  600. <div style="font-size:10px; margin-top:5px;">
  601. {block:Artist}<b>artist:</b> {Artist}{/block:Artist} {FormattedPlayCount} plays
  602. </div></div></div>
  603. <div class="caption">
  604. {block:Ifhidecaptions}{/block:Ifhidecaptions}{block:Ifnothidecaptions} {block:Caption}{Caption}{/block:Caption} {/block:Ifnothidecaptions}
  605. </div>
  606. {/block:Audio}
  607.  
  608. {block:Video}
  609. {block:IfNot500pxposts}{Video-400} {/block:IfNot500pxposts}
  610. {block:If500pxposts}{Video-500}{block:If500pxposts}
  611.  
  612. {block:Ifhidecaptions}{/block:Ifhidecaptions}{block:Ifnothidecaptions} {block:Caption}{Caption}{/block:Caption} {/block:Ifnothidecaptions}{/block:Video}
  613.  
  614. {block:Chat}<div id="convo">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  615.  
  616.  
  617. {block:Answer}
  618.  
  619. <div id="question">{Question} <br>
  620. <div id="asker">— {Asker} </div></div> <left> {Answer}{/block:Answer}
  621.  
  622. <div id="postinfo">
  623. <a href="{Permalink}" title="permalink">{block:Date} posted {TimeAgo} {/block:Date}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  624. {/block:RebloggedFrom} -
  625. {block:NoteCount} <a href="{Permalink}"/>{NoteCountWithLabel} {/block:NoteCount}</a>
  626. - <a href="{ReblogURL}" target="_blank" title="reblog">↺</a>
  627.  
  628.  
  629.  
  630. </div>
  631. {block:Ifhidetags}
  632. {/block:ifhidetags}
  633.  
  634. {block:ifnothidetags}
  635. {block:HasTags}
  636. <div class="tags">
  637. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}&nbsp;&nbsp;</a>{/block:Tags}</div>
  638. {/block:HasTags}{/block:ifnothidetags}
  639. <div class="note">
  640. {block:PostNotes}{PostNotes}{/block:PostNotes}
  641. </div>
  642. </div>
  643. {/block:Posts}
  644.  
  645. </div></div></div>
  646.  
  647.  
  648. <div style="position:fixed;bottom:5px; left:5px; font-size:10px; letter-spacing:1px; font-family:Palatino, serif;border:1px solid {color:border};padding:3px;border-radius:20px;"><a href="http://neonbikethemes.tumblr.com/" title="neonbike themes">P</a></center></div>
  649.  
  650.  
  651. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement