Advertisement
paigeh987

Theme 3a - neonbike themes

Nov 28th, 2013
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 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.  
  6. theme #03 by Paige @ neonbikethemes.tumblr.com
  7. Please DO NOT COPY ANY PARTS OF THIS CODE and claim them as your own
  8. Do not remove the credit. thanks!
  9.  
  10. made using a base code by hoenarry
  11. updates tab code by emmalucys.com
  12.  
  13. -->
  14.  
  15.  
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19.  
  20. <head><title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23.  
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25.  
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27.  
  28.  
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:titlebox bg" content="#ffffff"/>
  31. <meta name="color:post bg" content="#ffffff"/>
  32. <meta name="color:Title" content="#838282"/>
  33. <meta name="color:Desc" content="#838282"/>
  34. <meta name="color:stripe" content="#838282"/>
  35. <meta name="color:Text" content="#838282"/>
  36. <meta name="color:Link" content="#b8b8b8"/>
  37. <meta name="color:border" content="#eeeeee"/>
  38. <meta name="color:hover" content="#b8b8b8"/>
  39. <meta name="color:scrollbar" content="#eeeeee"/>
  40. <meta name="color:scrolbarbg" content="#b8b8b8"/>
  41.  
  42. <meta name="text:linkA" content="">
  43. <meta name="text:linkA url" content="/">
  44. <meta name="text:linkB" content="">
  45. <meta name="text:linkB url" content="/">
  46. <meta name="text:linkC" content="">
  47. <meta name="text:linkC url" content="/">
  48. <meta name="text:linkD" content="">
  49. <meta name="text:linkD url" content="/">
  50. <meta name="text:linkE" content="">
  51. <meta name="text:linkE url" content="/">
  52.  
  53.  
  54.  
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  61.  
  62.  
  63. @font-face {font-family:Caviar Dreams;src:url(http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf); }
  64.  
  65. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  66.  
  67.  
  68.  
  69. ::-webkit-scrollbar {height: auto;width: 8px;}
  70. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  71. ::-webkit-scrollbar-track{background-color:{color:scrollbarbg};}
  72.  
  73. body {
  74. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  75. background:{color:background};
  76. margin:0px;
  77. color:{color:text};
  78. font-size:12px;
  79. font-family:bubbler one;
  80. line-height:100%;
  81.  
  82. }
  83.  
  84.  
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:none;
  89. -moz-outline-style:none;
  90. color:{color:link};
  91. -moz-transition-duration:0.5s;
  92. -webkit-transition-duration:0.5s;
  93. -o-transition-duration:0.5s;
  94. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  95. }
  96.  
  97.  
  98.  
  99. a:hover{
  100. color:{color:link hover};
  101. font-style:none;
  102. -moz-transition-duration:0.5s;
  103. -webkit-transition-duration:0.5s;
  104. -o-transition-duration:0.5s;
  105.  
  106. }
  107.  
  108.  
  109. img {
  110. border:none;
  111.  
  112. }
  113.  
  114.  
  115.  
  116. blockquote {
  117. padding-left:5px;
  118. border-left:2px solid;
  119. }
  120.  
  121.  
  122.  
  123. blockquote blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;
  126. }
  127.  
  128.  
  129.  
  130. h1 {
  131. font-size:10px;
  132.  
  133. }
  134.  
  135. #entries {
  136. padding:15px;
  137. background:{color:post bg};
  138. width:500px;
  139. margin-left:450px;
  140. margin-top:0px;
  141.  
  142. }
  143.  
  144. #post {
  145. background:transparent;
  146. width:500px;
  147. margin-top:70px;
  148. margin-left:0px;
  149. padding-bottom:30px;
  150. padding-top:10px;
  151. }
  152.  
  153. #title{
  154. font-size:30px;
  155. color:{color:title};
  156. font-family:basic l;
  157. word-spacing:5px;
  158. text-align:center;
  159. text-transform:uppercase;
  160. height:40px;
  161. line-height:115%;
  162. margin-top:60px;
  163. margin-left:0px;
  164. }
  165.  
  166. #titlebar {
  167. width:530px;
  168. height:150px;
  169. position:fixed;
  170. margin-left:450px;
  171. margin-top:0px;
  172. z-index:10;
  173. background:{color:titlebox bg};
  174. text-align:center;
  175.  
  176. }
  177.  
  178. #titlebarimage {
  179. width 170px;
  180. }
  181.  
  182. #titlebarimage img {
  183. margin-top:10px;
  184. width:70px;
  185. height:70px;
  186. border:2px solid {color:image border};
  187. }
  188.  
  189. #description {
  190. margin-top:0px;
  191. margin-left:0px;
  192. line-height:13px;
  193. font-size:16px;
  194. text-align:center;
  195. font-family:basic l;
  196. text-transform:lowercase;
  197. word-spacing:3px;
  198. letter-spacing:0px;
  199. color:{color:desc};
  200. }
  201.  
  202. #stripe{
  203. width:530px;
  204. height:10px;
  205. position:fixed;
  206. margin-left:450px;
  207. margin-top:145px;
  208. z-index:12;
  209. background:{color:stripe};
  210. text-align:center;
  211. }
  212.  
  213. #linkbox{
  214. width:530px;
  215. height:50px;
  216. position:fixed;
  217. left:450px;
  218. bottom:0px;
  219. z-index:11;
  220. background:{color:titlebox bg};
  221. text-align:center;
  222. }
  223.  
  224. #links {
  225. margin-top: 10px;
  226. margin-left:0px;
  227. font-size:19px;
  228. font-family:basic l;
  229. text-transform:normal;
  230. text-align:center;
  231. letter-spacing:2px;
  232. word-spacing:15px;
  233. line-height:170%;
  234. font-style:normal;
  235.  
  236. }
  237.  
  238. #links a{
  239. padding:3px;
  240. color:{color:link};
  241. letter-spacing:0px;
  242. text-decoration:none;
  243. -moz-transition-duration:1s;
  244. -webkit-transition-duration:1s;
  245. -o-transition-duration:1s;
  246. }
  247.  
  248. #links a:hover{
  249. color:{color:hover};
  250. font-style:none;
  251. -moz-transition-duration:0s;
  252. -webkit-transition-duration:0s;
  253. -o-transition-duration:0s;
  254. }
  255.  
  256. #pagination {
  257. font-size:9px;
  258. margin-top:10px;
  259. text-align:center;
  260. margin-left:0px;
  261. font-style:none;
  262. }
  263.  
  264.  
  265. .caption {
  266.  
  267. width:500px;
  268. text-align:justify;
  269. line-height:120%;
  270. }
  271.  
  272.  
  273.  
  274. .ask {
  275. padding:10px;
  276. text-align:left;
  277. color:{color:text};
  278. background-color:#eee;
  279. border-bottom:1px solid #eee;
  280. }
  281.  
  282.  
  283. .ans {
  284. text-align:left;
  285. padding:10px;
  286. color:{color:text};
  287. }
  288.  
  289. .audio {
  290. width:500px;
  291. padding-bottom:10px;
  292. background-color:{color:infobg};
  293. }
  294.  
  295.  
  296.  
  297. .albumart {
  298. float:left;
  299. padding:0px 10px 10px 0px;
  300. }
  301.  
  302.  
  303.  
  304. .albumart img {
  305. width:45px;
  306. height:45px;
  307. }
  308.  
  309.  
  310.  
  311. .playercontainer {
  312. text-align:left;
  313. padding:10px;
  314. background-color:#ffffff;
  315. width:480px;
  316.  
  317. }
  318.  
  319.  
  320.  
  321. .audioinfo {
  322. padding:10px;
  323. color:{color:text};
  324. }
  325.  
  326.  
  327.  
  328. #postinfo {
  329. text-align:left;padding-top:3px;
  330. margin-top:5px;
  331. margin-bottom:10px;
  332. text-transform: uppercase;
  333. letter-spacing:0px;
  334. text-align:center;
  335. font-size:12px;
  336. line-height: 10px;
  337. color:{color:link};
  338.  
  339. }
  340.  
  341.  
  342. #postinfo a {
  343. color:{color:link};
  344. text-align:center;
  345. font-style:normal;
  346. }
  347.  
  348.  
  349. #postinfo a:hover {
  350. color:{color:hover};
  351.  
  352. }
  353.  
  354.  
  355.  
  356. .note {
  357. text-transform:lowercase;
  358. font-style:normal;
  359. letter-spacing:0px;
  360. font-size: 9px;
  361. text-align:left;
  362. line-height:90%;
  363. margin-left:-40px;
  364.  
  365. }
  366.  
  367.  
  368.  
  369. .note li {
  370. list-style-type:none;
  371. border-bottom:1px solid {color:border};
  372. padding:10px 25px 10px 25px;
  373. text-align:left;
  374. margin:0px;
  375. -moz-transition-duration:0.5s;
  376. -webkit-transition-duration:0.5s;
  377. -o-transition-duration:0.5s;
  378. }
  379.  
  380.  
  381.  
  382. .tags {
  383. font-style:normal;
  384. width:500px;
  385. text-transform:uppercase;
  386. font-style:normal;
  387. color:{color:tags};
  388. letter-spacing:2px;
  389. line-height:120%;
  390. font-size:8px;
  391. text-align:left;
  392. padding:2px;
  393. -moz-transition-duration:0.5s;
  394. -webkit-transition-duration:0.5s;
  395. -o-transition-duration:0.5s;
  396. }
  397.  
  398.  
  399.  
  400. .tags a {
  401. color:{color:tags};
  402. letter-spacing:1px;
  403. padding:1px;
  404. }
  405.  
  406.  
  407.  
  408. .tags a:hover {
  409. color:{color:link};
  410. }
  411.  
  412.  
  413. ul.chat, .chat ol, .chat li {
  414. list-style:none;
  415. margin:0px;
  416. padding:2px;
  417. }
  418.  
  419.  
  420.  
  421. .label {
  422. text-decoration:underline;
  423. font-weight:300;
  424. background-color:{color:infobg};
  425. margin-right:5px;
  426.  
  427. }
  428.  
  429.  
  430.  
  431. {CustomCSS}</style></head><body>
  432.  
  433. <link href='http://fonts.googleapis.com/css?family=Bubbler+One' rel='stylesheet' type='text/css'>
  434.  
  435.  
  436. <div id="titlebar">
  437.  
  438. <div id="title">{title}</div>
  439.  
  440. <div id="description">{Description}</div>
  441.  
  442. <div id="pagination">
  443. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  444. {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  445. </div>
  446.  
  447. </div>
  448.  
  449. <div id="linkbox">
  450. <div id="links">
  451. <a href="{text:linkA url}">{text:linkA}</a>
  452. <a href="{text:linkB url}">{text:linkB}</a>
  453. <a href="{text:linkC url}">{text:linkC}</a>
  454. <a href="{text:linkD url}">{text:linkD}</a>
  455. <a href="{text:linkE url}">{text:linkE}</a>
  456. </div>
  457. </div>
  458.  
  459. <div id="stripe"></div>
  460.  
  461. <div id="entries">
  462.  
  463.  
  464. {block:Posts}<div id="post"><br><br>
  465.  
  466.  
  467.  
  468. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  469.  
  470.  
  471.  
  472. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  473.  
  474.  
  475.  
  476. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  477.  
  478. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  479.  
  480.  
  481.  
  482. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  483.  
  484.  
  485.  
  486. {block:Photoset}<center>{Photoset-500}</center>
  487.  
  488. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  489.  
  490.  
  491.  
  492. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  493.  
  494.  
  495.  
  496. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  497.  
  498.  
  499.  
  500. {block:Answer}<div class="ask">{Asker} said: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  501.  
  502.  
  503.  
  504. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  505.  
  506. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  507.  
  508. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  509.  
  510. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  511.  
  512. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  513.  
  514.  
  515. <div id="postinfo"><a href="{Perimalink}">posted on {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} - <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  516.  
  517. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  518.  
  519. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  520.  
  521. {/block:Posts}
  522.  
  523. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  524.  
  525.  
  526. {/block:Posts}</div></div></div>
  527.  
  528. </div>
  529.  
  530.  
  531. </div>
  532.  
  533. </div>
  534.  
  535. </div>
  536.  
  537.  
  538. </body>
  539.  
  540. <a href="http://neonbikethemes.tumblr.com/">
  541. <div style="position:fixed;bottom:3px; left:7px; font-size:9px; letter-spacing:1px; font-family:basic l;border:1px solid; padding:4px; border-radius:6px;">P</center></div>
  542. </a>
  543. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement