Advertisement
paigeh987

Theme 4 - neonbike themes

Dec 7th, 2013
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 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.  
  5. theme #04 by Paige @ neonbikethemes.tumblr.com
  6. Please DO NOT COPY ANY PARTS OF THIS CODE and claim them as your own
  7. Do not remove the credit. thanks!
  8. this was built off of a base code by assets.tumblr.com
  9.  
  10. made using a base code by Narruld @ narruld.tumblr.com
  11.  
  12. -->
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23.  
  24. <meta name="color:Background" content="#e4fbf1"/>
  25. <meta name="color:Text" content="#6f6f6f"/>
  26. <meta name="color:Link" content="#aaaaaa"/>
  27. <meta name="color:Hover" content="#f1f1f1"/>
  28. <meta name="color:linkhovertext" content="#f1f1f1"/>
  29. <meta name="color:linkhovertextbg" content="#f1f1f1"/>
  30. <meta name="color:post" content="#aaaaaa"/>
  31. <meta name="color:shadow" content="#aaaaaa"/>
  32. <meta name="color:Tags" content="#cccccc"/>
  33. <meta name="color:sidebar" content="#aaaaaa"/>
  34. <meta name="color:Border" content="#eeeeee"/>
  35. <meta name="color:scrollbar" content="ffffff"/>
  36. <meta name="color:scrollbarbg" content="ffffff"/>
  37.  
  38. <meta name="image:sidebar" content=""/>
  39. <meta name="image:background" content=""/>
  40.  
  41. <meta name="text:LinkA" content="">
  42. <meta name="text:LinkAurl" content="/">
  43. <meta name="text:LinkB" content="">
  44. <meta name="text:LinkBurl" content="/">
  45. <meta name="text:LinkC" content="">
  46. <meta name="text:LinkCurl" content="/">
  47. <meta name="text:LinkD" content="">
  48. <meta name="text:LinkDurl" content="/">
  49. <meta name="text:LinkE" content="">
  50. <meta name="text:LinkEurl" content="/">
  51.  
  52.  
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  55.  
  56. <style type="text/css">
  57.  
  58. /* ------------------------- FONTS --------------------------------- */
  59.  
  60. @font-face {font-family:"Aderyn"; src:url('http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf');}
  61.  
  62.  
  63.  
  64. /* ------------------------- SCROLLBAR ------------------------------ */
  65.  
  66. ::-webkit-scrollbar {
  67. width: 7px;height: 0px;}
  68. ::-webkit-scrollbar-button:start:decrement,
  69. ::-webkit-scrollbar-button:end:increment {
  70. height: 6px;display: block;background-color: {color:scrollbar};}
  71. ::-webkit-scrollbar-track-piece {
  72. background-color: {color:scrollbarbg};}
  73. ::-webkit-scrollbar-thumb:vertical {
  74. height: 9px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  75.  
  76.  
  77.  
  78. /* ---------------------- STRUCTURE N STUFF --------------------------- */
  79.  
  80. #s-m-t-tooltip {
  81. max-width:300px;
  82. margin:10px 0px 0px 10px;
  83. padding:6px;
  84. background:{color:linkhovertextbg};
  85. letter-spacing:1px;
  86. text-transform:uppercase;
  87. font-size:10px;
  88. color:{color:linkhovertext};
  89. z-index:999;
  90. -webkit-transition:all 0.3s;
  91. -moz-transition:all 0.3s;
  92. -ms-transition:all 0.3s;
  93. -o-transition:all 0.3s;
  94. transition:all 0.3s;
  95. border-radius:7px;
  96. }
  97.  
  98.  
  99.  
  100. body {
  101. background-color:{color:background};
  102. margin:0px;
  103. color:{color:text};
  104. font-family:Neucha;
  105. font-size:11px;
  106. line-height:100%;
  107. background-image: url('{image:Background}');
  108. background-attachment: fixed;
  109. }
  110.  
  111. a {
  112. text-decoration:none;
  113. -moz-outline-style:none;
  114. color:{color:link};
  115. }
  116.  
  117. img {
  118. border:none;
  119. }
  120.  
  121.  
  122. h1 {
  123. font-size:12px;
  124. text-transform:uppercase;
  125. }
  126.  
  127. blockquote {
  128. padding-left:5px;
  129. border-left:2px solid;
  130. }
  131.  
  132. blockquote blockquote {
  133. padding-left:5px;
  134. border-left:2px solid;
  135. }
  136.  
  137.  
  138. a:hover {
  139. opacity:1;
  140. color:{color:hover};
  141. -webkit-transition: all 0.5s ease;
  142. -moz-transition: all 0.5s ease;
  143. -o-transition: all 0.5s ease
  144. }
  145.  
  146.  
  147. #pagi{
  148. width:100px;
  149. font-size:10px;
  150. text-align:center;
  151. margin-left:15px;
  152. margin-top:55px;
  153. position:fixed;
  154. font-family:neucha;
  155. letter-spacing:0px;
  156. }
  157.  
  158.  
  159. #all {
  160. padding:10px;
  161. width:500px;
  162. margin-left:450px;
  163. margin-top:50px;
  164. font-size:14px;
  165. font-family:neucha;
  166. }
  167.  
  168.  
  169.  
  170. #posts {
  171. width:500px;
  172. padding-bottom:20px;
  173. padding:15px;
  174. padding-bottom:5px;
  175. margin-top:70px;
  176. margin-bottom:30px;
  177. background-color:{color:Post};
  178. box-shadow: 5px 5px 5px {color:shadow};
  179. border-radius:15px;
  180. font-family:neucha;
  181. }
  182.  
  183.  
  184. #details {
  185. padding:15px;
  186. text-align:left;
  187. margin-left:0px;
  188.  
  189. margin-bottom:0px;
  190. text-transform:uppercase;
  191. font-size:12px;
  192. font-style:none;
  193. border-radius:0px;
  194. background:transparent;
  195. border-top :1px solid {color:border};
  196. line-height:135%;
  197.  
  198. }
  199.  
  200. #tags {
  201. font-family:neucha;
  202. letter-spacing:0px;
  203. text-transform:uppercase;
  204. font-size:12px;
  205. font-style:none;
  206. margin-top:2px;
  207. text-align:left;
  208. }
  209.  
  210. #tags a {
  211. display:inline-block;
  212. padding:-3px;
  213. text-align:center;
  214. color:{color:Tags};
  215. -webkit-transition: all 0.6s ease-in-out;
  216. -moz-transition: all 0.6s ease-in-out;
  217. -o-transition: all 0.6s ease-in-out;
  218. -ms-transition: all 0.6s ease-in-out;
  219. -transition: all 0.6s ease-in-out;
  220. }
  221.  
  222.  
  223.  
  224.  
  225. /* ----------------------------- POSTS --------------------------------- */
  226.  
  227. #question {
  228. padding:8px;
  229. font-family:neucha;
  230. letter-spacing:2px;
  231. text-align:center;
  232. font-style:bold;
  233. border:3px {color:border} solid;
  234. border-radius:15px;
  235. color:{color:text};
  236. background-color:transparent;
  237. }
  238.  
  239.  
  240.  
  241.  
  242. /* ------------------------- SIDEBAR STUFF ------------------------------ */
  243.  
  244.  
  245. #sidebar{
  246. position:fixed;
  247. left:200px;
  248. top:290px;
  249. width:150px;
  250. background-color:{color:sidebar};
  251. box-shadow: 5px 5px 5px {color:shadow};
  252. padding:15px;
  253. border-radius:15px;
  254. font-size:15px;
  255. line-height:120%;
  256. text-align:center;
  257. }
  258.  
  259. #title{
  260. font-size:20px;
  261. line-height:110%;
  262. }
  263.  
  264. .links{
  265. word-spacing:7px;
  266. }
  267.  
  268. #sidebarimg{
  269. position:fixed;
  270. left:200px;
  271. top:100px;
  272. width:150px;
  273. max-height:150px;
  274. background-color:transparent;
  275.  
  276. padding:15px;
  277. border-radius:15px;
  278. font-size:15px;
  279. line-height:120%;
  280. text-align:center;
  281. }
  282.  
  283.  
  284. #sidebarb{
  285. position:fixed;
  286. left:200px;
  287. top:380px;
  288. width:150px;
  289. background-color:{color:sidebar};
  290. box-shadow: 5px 5px 5px {color:shadow};
  291. padding:15px;
  292. border-radius:15px;
  293. font-size:15px;
  294. line-height:120%;
  295. text-align:center;
  296. }
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306. /* ----------------------------- C S S ------------------------------ */
  307.  
  308. {CustomCSS}</style></head><body>
  309.  
  310.  
  311. <!-- ---------------------------- FONTS ------------------------------ -->
  312.  
  313. <link href='http://fonts.googleapis.com/css?family=Neucha' rel='stylesheet' type='text/css'>
  314.  
  315.  
  316. <!-- ------------------------- SIDEBAR ------------------------------- -->
  317.  
  318. <div id="sidebar">
  319. <div id="title">{title}</div>
  320.  
  321. <div class="links">
  322. {block:IfLinkA}
  323. <a href="{text:linkAurl}" title="{text:linkA}"> ✻</a>
  324. {/block:IfLinkA}
  325. {block:IfLinkB}
  326. <a href="{text:linkBurl}" title="{text:linkB}">✻</a>
  327. {/block:IfLinkB}
  328.  
  329. <a href="{text:linkCurl}" title="{text:linkC}">✻</a>
  330.  
  331.  
  332. <a href="{text:linkDurl}" title="{text:linkD}">✻</a>
  333.  
  334.  
  335. <a href="{text:linkEurl}" title="{text:linkE}">✻</a>
  336.  
  337. </div>
  338.  
  339.  
  340.  
  341.  
  342. <div id="sidebarimg">
  343. <img src="{image:sidebar}" height="140px"; width="160px"; border-radius:10px; border: 1px solid ;>
  344. </div>
  345.  
  346.  
  347. <div id="sidebarb">
  348.  
  349. {description}
  350.  
  351. {block:Pagination}<div id="pagi">
  352. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  353. {block:JumpPagination length="3"}
  354. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  355. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  356. {/block:JumpPagination}
  357. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  358. </div>{/block:Pagination}
  359.  
  360. </div>
  361. </div>
  362.  
  363.  
  364. <!-- ------------------------- OTHER ------------------------------- -->
  365.  
  366.  
  367. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  368. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  369. <script>
  370. (function($){
  371. $(document).ready(function(){
  372. $("a[title]").style_my_tooltips({
  373. tip_follows_cursor:true,
  374. tip_delay_time:50,
  375. tip_fade_speed:600,
  376. attribute:"title"
  377. });
  378. });
  379. })(jQuery);
  380. </script>
  381.  
  382.  
  383.  
  384.  
  385. <div id="all">{block:Posts}<div id="posts">
  386.  
  387. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  388.  
  389. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  390.  
  391. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  392.  
  393. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  394.  
  395. {block:Quote}{Quote}{/block:Quote}
  396.  
  397. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  398. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  399. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  400. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  401. {/block:Audio}
  402.  
  403. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  404.  
  405. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  406.  
  407.  
  408. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;"> {Asker} said: </span>{Question}</div><left> {Answer}</font>{/block:Answer}
  409.  
  410. <div id="details">
  411. posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> with <a href="{Permalink}">{NoteCountWithLabel}</a>
  412. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag},</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  413. {/block:Posts}
  414. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  415. {/block:Posts}
  416. </div>
  417. <div id="likereblog">
  418. <a href="{ReblogURL}"target="_blank" title="reblog this post">+ </a>
  419. </div>
  420.  
  421. </div>
  422. </div>
  423. </div>
  424.  
  425.  
  426. <div style="position:fixed; bottom:6px; left:13px; font-size:9px; letter-spacing:1px; background-color:{color:post}; font-family:calibri;border:1px solid {color:shadow};border-radius:5px;padding:4px;"><a href="http://neonbikethemes.tumblr.com/">P</a></center></div>
  427.  
  428.  
  429. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement