Advertisement
paigeh987

Theme 10 - neonbike themes

Feb 2nd, 2014
3,962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.96 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9.  
  10. Theme #10 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 llermans © tumblr.com
  15.  
  16. --->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Text" content="#505050"/>
  20. <meta name="color:Link" content="#6b6b6b"/>
  21. <meta name="color:Link Hover" content="#cdcdcd" />
  22. <meta name="color:sidebar bg" content="#f6f6f6"/>
  23. <meta name="color:sidebar link" content="#f6f6f6"/>
  24. <meta name="color:sidebar link hover" content="#fefefe"/>
  25. <meta name="color:border" content="#f5f5f5"/>
  26. <meta name="color:post info" content="#8f8f8f"/>
  27. <meta name="color:scrollbar" content="#aaaaaa"/>
  28. <meta name="color:scrollbar bg" content="#f1f1f1"/>
  29.  
  30. <meta name="image:Sidebar" content=""/>
  31.  
  32. <meta name="text:link 1" content="link 1"/>
  33. <meta name="text:link 1 url" content="/"/>
  34. <meta name="text:link 2" content="link 2"/>
  35. <meta name="text:link 2 url" content="/"/>
  36. <meta name="text:link 3" content="link 3"/>
  37. <meta name="text:link 3 url" content="/"/>
  38. <meta name="text:link 4" content="link 4"/>
  39. <meta name="text:link 4 url" content="/"/>
  40. <meta name="text:link 5" content="link 4"/>
  41. <meta name="text:link 5 url" content="/"/>
  42. <meta name="text:link 6" content="link 4"/>
  43. <meta name="text:link 6 url" content="/"/>
  44.  
  45. <!--- CSS --->
  46.  
  47. <!-- jquery --><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("a[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:10,
  55. tip_fade_speed:10,
  56. attribute:"title"
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75. /* ---------------------------- SCROLLBAR -------------------------- */
  76.  
  77. ::-webkit-scrollbar {
  78. width: 7px;height: 0px;}
  79. ::-webkit-scrollbar-button:start:decrement,
  80. ::-webkit-scrollbar-button:end:increment {
  81. height: 6px;display: block;background-color: {color:scrollbar bg};}
  82. ::-webkit-scrollbar-track-piece {
  83. background-color: {color:scrollbar bg};}
  84. ::-webkit-scrollbar-thumb:vertical {
  85. height: 3px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  86.  
  87.  
  88. /* ---------------------------- TOOLTIP ----------------------------- */
  89.  
  90. #s-m-t-tooltip {
  91. max-width:200px;
  92. margin-left:-15px;
  93. margin-top:30px;
  94. background:{color:border};
  95. padding: 3px;
  96. text-transform:uppercase;
  97. letter-spacing:1px;
  98. font-size:9px;
  99. color:{color:text};
  100. -webkit-transition:all 1s;
  101. -moz-transition:all 1s;
  102. -ms-transition:all 1s;
  103. -o-transition:all 1s;
  104. transition:all 1s;
  105. z-index:99999999999999999999999;
  106. }
  107.  
  108. /* -------------------------- GENERAL ------------------------------- */
  109.  
  110. html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote {margin:0; padding:0; list-style:none;}
  111.  
  112. body {
  113. font-family: calibri, Lucida, sans-serif;
  114. font-size: 11px;
  115. color: {color:text};
  116. background-color: {color:background};
  117. line-height:110%;
  118. }
  119.  
  120. a {
  121. color: {color:link};
  122. -webkit-transition: color .3s;
  123. text-decoration:none;
  124. }
  125.  
  126. a:hover {
  127. color: {color:link hover};
  128. text-decoration:none;
  129. -webkit-transition: color .3s;
  130. }
  131.  
  132.  
  133. b, strong {color:{color:text}}
  134.  
  135. i, em {color:{color:text}}
  136.  
  137. small {font-size:8px;}
  138.  
  139. big {font-size:12px;}
  140.  
  141. ul {
  142. list-style:square;
  143. text-align:justify;
  144. }
  145.  
  146. blockquote {
  147. padding: 3px 0 3px 13px;
  148. border-left: 1px solid {color:border};
  149. text-align:justify;
  150. }
  151.  
  152. blockquote p {
  153. display:block!important;
  154. }
  155.  
  156. blockquote img {max-width:220px!important;}
  157.  
  158. /* content */
  159.  
  160. #content {
  161. left:50%;
  162. margin-left:-150px;
  163. position:absolute;
  164. width:400px;
  165. margin-top: 125px;
  166. margin-bottom: 25px;
  167. }
  168.  
  169. /* ------------------------------ SIDEBAR --------------------------- */
  170.  
  171. #sidebar {
  172. margin-left: -240px;
  173. width: 150px;
  174. position: fixed;
  175. margin-bottom: 15px;
  176. text-align: center;
  177. margin-top:0px;
  178. font-size:10px;
  179. }
  180.  
  181.  
  182.  
  183. #sidebar img {
  184. width:150px;
  185. }
  186.  
  187. #description {
  188. margin-top:5px;
  189. padding:10px;
  190. line-height:100%;
  191. text-align:justify;
  192. background:{color:sidebar bg};
  193. }
  194.  
  195. #links {
  196. margin-top:5px;
  197. width:155px;
  198. text-align:left;
  199. }
  200.  
  201.  
  202. .sidebarlink{
  203. background:{color:sidebar link};
  204. padding:8px;
  205. width:56px;
  206. position:relative;
  207. display:inline-block;
  208. -webkit-transition: background .5s;
  209. word-spacing:0px;
  210. letter-spacing:1px;
  211. text-transform:uppercase;
  212. margin-bottom:5px;
  213. margin-right:2px;
  214. border-bottom:2px solid {color:sidebar link};
  215. }
  216.  
  217. .sidebarlink:hover{
  218. background:{color:sidebar link hover};
  219. -webkit-transition: background .5s;
  220. }
  221.  
  222. .sidebarlink a{
  223. color:{color:text};
  224. }
  225.  
  226. .sidebarlink a:hover{
  227. color:{color:text};
  228. }
  229.  
  230. #title {
  231. font-size:12px;
  232. margin-bottom:3px;
  233. font-weight:bold;
  234. }
  235.  
  236. /* -------------------------- PAGINATION ---------------------------- */
  237. #pagination {
  238. width: 150px;
  239. font-family: calibri, Lucida, sans-serif;
  240. font-size: 9px;
  241. line-height: 110%;
  242. text-align: center;
  243. margin-top: 10px;
  244. letter-spacing:1px;
  245. text-transform: uppercase;
  246. }
  247.  
  248. /* ---------------------------- POSTS ------------------------------- */
  249.  
  250.  
  251. .post {
  252. line-height: 120%;
  253. clear: both;
  254. }
  255.  
  256. .post h3 {
  257. font-size: 13px;
  258. }
  259.  
  260. .caption{
  261. font-size:11px;
  262. font-style:none;
  263. padding-left:20px;
  264. }
  265.  
  266. /* kinds of posts */
  267. .posttext {text-align: left;}
  268.  
  269. .postphoto {margin-bottom: 0px; text-align: center;}
  270. .postphoto img {border: 0;}
  271.  
  272. .postquote {
  273. text-align: left;
  274. font-style:italic;
  275. padding:25px;
  276. padding-bottom:10px;
  277. padding-top:10px;
  278. }
  279.  
  280. .postquote .source {
  281. font-size: 12px;
  282. text-align:right;
  283. }
  284.  
  285.  
  286. #askerimage{
  287. float:left;
  288.  
  289. }
  290.  
  291. #asked{
  292. float:left;
  293. margin-left:30px;
  294. margin-top:-24px;
  295.  
  296. width: 360px;
  297. }
  298.  
  299. .answer {text-align: justify;
  300. padding-bottom:5px;}
  301. .question {margin-bottom: 0px;}
  302.  
  303. .postlink {
  304. text-align: left;
  305. font-size:12px;
  306. }
  307.  
  308. .postlinklinktitle{
  309. font-weight:bold;
  310. font-style:italic;
  311. padding-bottom:5px;
  312. }
  313.  
  314. .postvideo {text-align: left;}
  315.  
  316. .postchat {text-align: left;}
  317. .postchat li {list-style-type: none;}
  318.  
  319.  
  320. /* --------------------------- AUDIO POSTS ------------------------ */
  321.  
  322. .postaudio {text-align: left; }
  323.  
  324. .tumblr_audio_player {
  325. height: 30px;
  326. width: 396px;
  327. border:{color:border} solid 2px;
  328. }
  329.  
  330.  
  331. /* ---------------------------- POST INFO ------------------------- */
  332.  
  333. #info {
  334. margin-top: 3px;
  335. font-size: 10px;
  336. text-transform:none;
  337. margin-bottom: 60px;
  338. line-height:120%;
  339. background:{color:border};
  340. padding:8px;
  341. text-transform:uppercase;
  342. word-spacing:1px;
  343. color:{color:post info};
  344. }
  345.  
  346. #info a{
  347. color:{color:post info};
  348. }
  349.  
  350. #info a:hover{
  351. color:{color:link hover};
  352. }
  353.  
  354. #postinforight{
  355. float:right;
  356. text-align:right;
  357. width:100px;
  358. }
  359.  
  360. #postinfoleft{
  361. float:left;
  362. text-align:left;
  363. width:200px;
  364. }
  365.  
  366. /* ---------------------------- POST NOTES ------------------------ */
  367.  
  368. ol.notes {
  369. display:block;
  370. text-align:left;
  371. margin-bottom:30px;
  372. }
  373.  
  374. ol.notes li.note{padding:1%;}
  375.  
  376. .pagenotes {text-align:left;}
  377.  
  378.  
  379.  
  380. /* ------------------------------- TAGS ---------------------------- */
  381.  
  382.  
  383. .tags {
  384. color:{color:post info};
  385. margin-top:2px;
  386. font-size:9px;
  387. }
  388.  
  389. .tags a {
  390. margin-right:5px;
  391. color:{color:post info};
  392. font-style:none;
  393. }
  394.  
  395. .tags a:hover {
  396. margin-right:5px;
  397. color:{color:hover};
  398. text-decoration:none;
  399. font-style:italic;
  400. }
  401.  
  402. /* ---------------------------- CAPTIONS ---------------------------- */
  403.  
  404. .caption{
  405. padding-top:10px;
  406. padding-left:10px;
  407. padding-bottom:5px;
  408. text-align:left;
  409. font-size:10px;
  410. font-style:italic;
  411. padding-right:10px;
  412. }
  413.  
  414. .post img{
  415. width:400px;
  416. }
  417.  
  418.  
  419. /*------------------------------ CREDIT -----------------------------*/
  420.  
  421. #credit{
  422. position:fixed;
  423. bottom:5px;
  424. left:5px;
  425. font-size:10px;
  426. letter-spacing:1px;
  427. font-family:helvetica, serif;
  428. background: #f5f5f5;
  429. padding:4px;
  430. }
  431.  
  432. #credit a{
  433. color:#a0a0a0;
  434. }
  435.  
  436. {CustomCSS}
  437.  
  438.  
  439.  
  440.  
  441.  
  442. </style></head>
  443. <body>
  444.  
  445. <div id="content">
  446.  
  447. <div id="sidebar">
  448.  
  449.  
  450.  
  451. <img src="{image:Sidebar}" />
  452.  
  453.  
  454. <div id="description">{description}</div>
  455. <div id="links">
  456. {block:iflink1}<a href="{text:link 1 url}"><div class="sidebarlink">{text:link 1}</div></a>{/block:iflink1}
  457. {block:iflink2}<a href="{text:link 2 url}"><div class="sidebarlink">{text:link 2}</div></a>{/block:iflink2}
  458. {block:iflink3}<a href="{text:link 3 url}"><div class="sidebarlink">{text:link 3}</div></a>{/block:iflink3}
  459. {block:iflink4}<a href="{text:link 4 url}"><div class="sidebarlink">{text:link 4}</div></a>{/block:iflink4}
  460. {block:iflink5}<a href="{text:link 5 url}"><div class="sidebarlink">{text:link 5}</div></a>{/block:iflink5}
  461. {block:iflink6}<a href="{text:link 6 url}"><div class="sidebarlink">{text:link 6}</div></a>{/block:iflink6}
  462.  
  463. </div>
  464.  
  465.  
  466. <div id="pagination">
  467. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> | {/block:PreviousPage}{block:NextPage} <a href="{NextPage}"> forth</a>{/block:NextPage}{/block:Pagination}
  468. </div>
  469.  
  470.  
  471. </div>
  472.  
  473.  
  474. <div id="entries">
  475.  
  476. <ol id="posts">
  477.  
  478. {block:ContentSource}
  479. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  480. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  481. {/block:SourceLogo}
  482. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  483. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  484.  
  485. {block:Posts}
  486. {block:Text}
  487. <li class="posttext">
  488. {block:Title}
  489. <h3><a href="{Permalink}">{Title}</a></h3>
  490. {/block:Title}{Body}
  491. </li>
  492. {/block:Text}
  493.  
  494. {block:Photo}
  495. <li class="postphoto">
  496. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  497.  
  498. {block:Caption}
  499. <div class="caption">{Caption}</div>
  500. {/block:Caption}
  501. </li>
  502. {/block:Photo}
  503.  
  504. {block:Photoset}
  505. <li class="postphotoset">
  506. {Photoset-400}{block:Caption}
  507. <div class="caption">{Caption}</div>
  508. {/block:Caption}
  509. </li>
  510. {/block:Photoset}
  511.  
  512. {block:Quote}
  513. <li class="postquote">
  514. {Quote}
  515. {block:Source}
  516. <div class="source">— {Source}</div>
  517. {/block:Source}
  518. </li>
  519. {/block:Quote}
  520.  
  521. {block:Link}
  522. <div class="postlink">
  523. <a href="{URL}" {Target}><div class="postlinklinktitle">{Name}</div></a></div>
  524.  
  525. {block:Description}
  526. <div class="caption">{Description}</div>
  527. {/block:Description}
  528. </li>
  529. {/block:Link}
  530.  
  531. {block:Chat}
  532. <li class="postchat">
  533. {block:Title}
  534. <h3><a href="{Permalink}">{Title}</a></h3>
  535. {/block:Title}
  536.  
  537. <ul class="chat">
  538. {block:Lines}
  539. <li class="{Alt} user_{UserNumber}">
  540. {block:Label}
  541. <span class="label">{Label}</span>
  542. {/block:Label}{Line}
  543. </li>
  544. {/block:Lines}
  545. </ul>
  546. </li>
  547. {/block:Chat}
  548.  
  549. {block:Answer}
  550. <div style="color:{color:text};">
  551. <div id="askerimg"><img src="{AskerPortraitURL-24}"></div>
  552. <div id="asked"><b>{Asker}</b>: <div class="question">{Question}</div>
  553. </div><br></div>
  554. <div class="answer">{Answer}</div>
  555. {/block:Answer}
  556.  
  557. {block:Video}
  558. <li class="post video">
  559. {Video-500}{block:Caption}
  560. <div class="caption">{Caption}</div>
  561. {/block:Caption}
  562. </li>
  563. {/block:Video}
  564.  
  565. {block:Audio}
  566. <li class="post audio">
  567. {AudioPlayerWhite}{block:Caption}
  568. <div class="caption">{Caption}</div>
  569. {/block:Caption}
  570. </li>
  571. {/block:Audio}
  572.  
  573. <div id="info">
  574.  
  575. <div id="postinfoleft">
  576. {block:date}<a href="{Permalink}">{block:date}{timeago} {/block:date} </a>
  577. | {block:ContentSource}<a href="{SourceURL}"> Source</a>{/block:ContentSource}
  578. | {block:RebloggedFrom}<a href="{ReblogParentURL}"> Via</a>{/block:RebloggedFrom}
  579. </div>
  580.  
  581. <div id="postinforight">
  582. <a href="{Permalink}">{NoteCount} </a> | <a href="{ReblogURL}" target="_blank">Reblog</a>
  583. </div>
  584.  
  585.  
  586. <br>
  587. {block:HasTags}
  588. <div class="tags">
  589. {block:Tags}<a href="{TagURL}">{Tag},</a>{/block:Tags}
  590. </div>
  591. {/block:HasTags}
  592. </div>
  593.  
  594. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  595. {/block:Posts}
  596.  
  597. </ol>
  598.  
  599.  
  600. <div id="credit"><a href="http://neonbikethemes.tumblr.com/" title="neonbike themes">N</a></center></div>
  601.  
  602.  
  603. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement