Advertisement
paigeh987

Theme 2 - neonbike themes

Nov 24th, 2013
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 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 #02 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. <script type="text/javascript"
  19. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{image:Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <meta name="color:main background" content="ffffff"/>
  27. <meta name="color:sidebar background" content="ffffff"/>
  28. <meta name="color:linkbox background" content="ffffff"/>
  29. <meta name="color:linkbox background hover" content="ffffff"/>
  30. <meta name="color:link bar background" content="ffffff"/>
  31. <meta name="color:desc background" content="ffffff"/>
  32. <meta name="color:Text" content="#bbbbbb"/>
  33. <meta name="color:Link" content="#aaaaaa"/>
  34. <meta name="color:Tags" content="#cccccc"/>
  35. <meta name="color:Hover" content="#f1f1f1"/>
  36. <meta name="color:Line" content="#f2f2f2"/>
  37. <meta name="color:Border" content="#eeeeee"/>
  38. <meta name="color:scrollbarbg" content="ffffff"/>
  39. <meta name="color:image border" content="ffffff"/>
  40. <meta name="color:post" content="ffffff"/>
  41.  
  42.  
  43. <meta name="image:sidebar" content=""/>
  44. <meta name="image:main background" content=""/>
  45. <meta name="image:favicon" content=""/>
  46.  
  47. <meta name="text:linkA" content="">
  48. <meta name="text:linkA url" content="/">
  49. <meta name="text:linkB" content="">
  50. <meta name="text:linkB url" content="/">
  51. <meta name="text:linkC" content="">
  52. <meta name="text:linkC url" content="/">
  53. <meta name="text:linkD" content="">
  54. <meta name="text:linkD url" content="/">
  55.  
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. ::-webkit-scrollbar {
  62. width: 5px;height: 5px;}
  63. ::-webkit-scrollbar-button:start:decrement,
  64. ::-webkit-scrollbar-button:end:increment {
  65. height: 6px;display: block;background-color: {color:white};}
  66. ::-webkit-scrollbar-track-piece {
  67. background-color: {color:scrollbarbg};}
  68. ::-webkit-scrollbar-thumb:vertical {
  69. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  70.  
  71.  
  72. @font-face{font-family:Just Realize;src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  73.  
  74.  
  75.  
  76. body {
  77. background:{color:background};
  78. margin:0px;
  79. color:{color:text};
  80. font-family:Arial, Helvetica;
  81. font-size:9px;
  82. line-height:100%;
  83.  
  84. background-image: url('{image:Main Background}');
  85. background-attachment: fixed;
  86. color: {color:Body Text};
  87. background-color: {color:Main Background};
  88. }
  89.  
  90. a {
  91. text-decoration:none;
  92. -moz-outline-style:none;
  93. color:{color:link};
  94. }
  95.  
  96.  
  97. h1 {
  98. font-size:12px;
  99. text-transform:uppercase;
  100. }
  101.  
  102. blockquote {
  103. padding-left:5px;
  104. border-left:2px solid;
  105. }
  106.  
  107. blockquote blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112.  
  113. a:hover {
  114. opacity:1;
  115. color:{color:hover};
  116. -webkit-transition: all 0.5s ease;
  117. -moz-transition: all 0.5s ease;
  118. -o-transition: all 0.5s ease
  119. }
  120.  
  121. #pagi{
  122. text-align:center;
  123. font-size:15px;
  124. margin-top:10px;
  125. margin-left:3px;
  126. width:170px;
  127. height:20px;
  128. background:transparent;
  129. color:{color:link};
  130. font-family:arial, helvetica;
  131. }
  132.  
  133.  
  134. #sidebar {
  135. position:fixed;
  136. width:180px;
  137. height:100%;
  138. margin-left:210px;
  139. margin-top:0px;
  140. padding:10px;
  141. opacity:1;
  142. border-radius:0px;
  143. background:{color:sidebar background};
  144. }
  145.  
  146. #sidebartwo{
  147. position:fixed;
  148. width:75px;
  149. height:100%;
  150. margin-left:410px;
  151. margin-top:0px;
  152. padding:0px;
  153. opacity:1;
  154. border-radius:0px;
  155. background:{color:link bar background};
  156. }
  157.  
  158.  
  159. #sidebarimage img {
  160. margin-top:50px;
  161. width:164px;
  162. padding:0px;
  163. border-radius:150px;
  164. border:8px solid {color:image border};
  165. }
  166.  
  167.  
  168. .title {
  169. position:fixed;
  170. margin-top:10px;
  171. margin-left:0px;
  172. font-family:just realize;
  173. line-height:110%;
  174. font-size:25px;
  175. font-style:italic;
  176. width:160px;
  177. padding:10px;
  178. text-align:center;
  179. color:{color:text};
  180. background:transparent;
  181. }
  182.  
  183.  
  184. #descbox{
  185. width:140px;
  186. height:auto;
  187. margin-top:50PX;
  188. margin-left:2px;
  189. padding:15px;
  190. background-color: {color:desc Background};
  191. border:2px dotted {color:link box background};
  192. border-radius:7px;
  193. font-family:just realize;
  194. text-align:center;
  195. color:{color:text};
  196. font-size:12px;
  197. line-height:115%;
  198. word-spacing:2px;
  199. text-transform:lowercase;
  200. opacity:0.7;
  201. -webkit-transition: opacity .5s;
  202. }
  203.  
  204. #descbox:hover{
  205. opacity:1.0;
  206. }
  207.  
  208. #links {
  209. position:fixed;
  210. margin-top:30px;
  211. margin-left:0px;
  212. width:50px;
  213. padding: 9px;
  214. word-spacing:2px;
  215. font-family:Arial, Helvetica;
  216. text-align:center;
  217. text-transform:uppercase;
  218. color:{color:link};
  219. font-size:10px;
  220. }
  221.  
  222. #linka{
  223. position:fixed;
  224. padding-top:20px;
  225. width:50px;
  226. height:30px;
  227. border:3px solid {color:image border};
  228. border-radius:50px;
  229. background-color:{color:linkbox background};
  230. -webkit-transition: background-color .5s
  231. }
  232.  
  233. #linka:hover{
  234. background-color:{color:linkbox background hover};
  235. }
  236.  
  237. #linkb{
  238. position:fixed;
  239. padding-top:20px;
  240. width:50px;
  241. height:30px;
  242. border:3px solid {color:image border};
  243. border-radius:50px;
  244. background-color:{color:linkbox background};
  245. margin-top:50px;
  246. -webkit-transition: background-color .5s
  247. }
  248.  
  249. #linkb:hover{
  250. background-color:{color:linkbox background hover};
  251. }
  252.  
  253. #linkc{
  254. position:fixed;
  255. padding-top:20px;
  256. width:50px;
  257. height:30px;
  258. border:3px solid {color:image border};
  259. border-radius:50px;
  260. background-color:{color:linkbox background};
  261. margin-top:110px;
  262. -webkit-transition: background-color .5s
  263. }
  264.  
  265. #linkc:hover{
  266. background-color:{color:linkbox background hover};
  267. }
  268.  
  269. #linkd{
  270. position:fixed;
  271. padding-top:20px;
  272. width:50px;
  273. height:30px;
  274. border:3px solid {color:image border};
  275. border-radius:50px;
  276. background-color:{color:linkbox background};
  277. margin-top:170px;
  278. -webkit-transition: background-color .5s
  279. }
  280.  
  281. #linkd:hover{
  282. background-color:{color:linkbox background hover};
  283. }
  284.  
  285.  
  286. #all {
  287. padding:10px;
  288. width:500px;
  289. margin-left:500px;
  290. margin-top:0px;
  291. font-size:11px;
  292. }
  293.  
  294.  
  295. #posts {
  296. width:500px;
  297. padding-bottom:20px;
  298. padding:10px;
  299. margin-top:50px;
  300. background-color:{color:Post};
  301. border-radius:5px;
  302. }
  303.  
  304.  
  305.  
  306.  
  307. #details {
  308. text-align:right;
  309. margin-top:5px;
  310. padding-right:5px;
  311. padding-bottom:5px;
  312. text-transform:uppercase;
  313. font-size:8px;
  314. font-style:none;
  315. border:1px solid {color:Line};
  316. border-radius:3px;
  317. }
  318.  
  319.  
  320. #tags {
  321. font-family:Arial, Helvetica;
  322. letter-spacing:0px;
  323. text-transform:lowercase;
  324. font-size:10px;
  325. font-style:italic;
  326. margin-top:2px;
  327. text-align:right;
  328. }
  329.  
  330. #tags a {
  331. display:inline-block;
  332. padding:-3px;
  333. text-align:right;
  334. color:{color:Tags};
  335. -webkit-transition: all 0.6s ease-in-out;
  336. -moz-transition: all 0.6s ease-in-out;
  337. -o-transition: all 0.6s ease-in-out;
  338. -ms-transition: all 0.6s ease-in-out;
  339. -transition: all 0.6s ease-in-out;
  340. }
  341.  
  342.  
  343. #question {
  344. padding:8px;
  345. font-family:arial, helvetica;
  346. letter-spacing:2px;
  347. text-align:left;
  348. font-style:italic;
  349. border:2px {color:border} dotted;
  350. border-radius:5px;
  351. color:{color:text};
  352. background-color:{color:background}
  353. }
  354.  
  355. #quote{
  356. font-size:18px;
  357. font-family:just realize;
  358. margin:15px;
  359. line-height:115%;
  360. }
  361.  
  362. #link{
  363. font-family:arial, helvetica;
  364. font-size:15px;
  365. margin:15px;
  366. line-height:115%;
  367. text-transform:uppercase;
  368. }
  369.  
  370. #linkdescription{
  371. font-family:arial, helvetica;
  372. font-size:12px;
  373. margin:15px;
  374. line-height:115%;
  375. font-style:italic;
  376. }
  377.  
  378. #textposttitle{
  379. font-size:18px;
  380. font-family:just realize;
  381. margin:15px;
  382. line-height:115%;
  383. }
  384.  
  385. #chat{
  386. font-family:arial, helvetica;
  387. line-height:125%;
  388. font-size:12px;
  389. font-style:italic;
  390. }
  391.  
  392.  
  393.  
  394.  
  395.  
  396. {CustomCSS}</style></head><body>
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403. <div id="sidebar">
  404. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  405. <div class="title">
  406. {Title}
  407. </div>
  408. <div id="descbox">
  409. {Description}
  410. </div>
  411. <div id="pagi">
  412. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  413.  
  414. </div>
  415.  
  416. </div>
  417.  
  418.  
  419. <div id="sidebartwo">
  420. <br><div id="links">
  421. <br><div id="linka">
  422. {block:IfLinkA}
  423. <a href="{text:linkA url}">{text:linkA}</a>
  424. {/block:IfLinkA}
  425. </div>
  426. <br>
  427.  
  428. <br><div id="linkb">
  429. {block:IfLinkB}
  430. <a href="{text:linkB url}">{text:linkB}</a>
  431. {/block:IfLinkB}
  432. </div>
  433.  
  434. <br><div id="linkc">
  435. {block:IfLinkC}
  436. <a href="{text:linkC url}">{text:linkC}</a>
  437. {/block:IfLinkC}
  438. </div>
  439.  
  440. <br><div id="linkd">
  441. {block:IfLinkD}
  442. <a href="{text:linkD url}">{text:linkD}</a>
  443. {/block:IfLinkD}
  444. </div>
  445.  
  446. </div>
  447. </div>
  448.  
  449.  
  450.  
  451. <div id="all">{block:Posts}<div id="posts">
  452.  
  453. {block:Text}<h1>{block:Title}<div id="textposttitle">{Title}</div>{/block:Title}</h1>{Body}{/block:Text}
  454.  
  455. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  456.  
  457. {block:Link}<h1><div id="link"><a href="{URL}" {Target}>{Name}</a></div></h1>{block:Description}<div id="linkdescription">{Description}</div>{/block:Description}{/block:Link}
  458.  
  459. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  460.  
  461. {block:Quote}<div id="quote">{Quote}{block:Source}<p align="right">-{Source}</p>{/block:Source}</div>{/block:Quote}
  462.  
  463. {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>
  464. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  465. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  466. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  467. {/block:Audio}
  468.  
  469. {block:Video}{Video-500}{block:Caption}<div id="linkdescription">{Caption}</div>{/block:Caption}{/block:Video}
  470.  
  471. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div id="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  472.  
  473.  
  474. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:11px; font-style:italic;">{Asker} Asked: </span>{Question}</div><left> <font face="arial, helvetica">{Answer}</font>{/block:Answer}
  475.  
  476. <div id="details">
  477. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  478. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  479. {/block:Posts}
  480. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  481. {/block:Posts}</div></div></div>
  482.  
  483.  
  484. <div style="position:fixed;bottom:3px; left:7px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px; border-radius:6px;"><a href="http://neonbikethemes.tumblr.com/">P</a></center></div>
  485.  
  486. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement