Advertisement
paulveretts

Theme #30 // One For The Road

Apr 21st, 2014
1,441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.10 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <!--
  7.  
  8. THEME BY JÚLIA // @mclahei
  9. Base code by @hogwat;
  10.  
  11. YOU CAN:
  12. Tweak the code on your blog.
  13. Reblog/Like the original post.
  14. Come to me if you need any help.
  15. Take little parts of the code to get a desired effect. Keep in mind I mean /little/ parts only.
  16. Enjoy this theme :)
  17.  
  18. YOU CAN'T:
  19. Repost any of the codes.
  20. Remove credit from view.
  21. Use this as a base code, as it was made from one that does not belong to me.
  22.  
  23. -->
  24.  
  25. <head>
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31.  
  32.  
  33. <!--META NAMES-->
  34.  
  35. <meta name="color:Body" content="#aaaaaa"/>
  36. <meta name="color:General Links" content="#858585"/>
  37. <meta name="color:Sidebar Links" content="#aaaaaa"/>
  38. <meta name="color:Hover" content="#f619d0"/>
  39. <meta name="color:Bold" content="#858585"/>
  40. <meta name="color:Tags" content="#aaaaaa">
  41. <meta name="color:Sidebar Links Hover" content="#f619d0"/>
  42. <meta name="color:Description Symbol" content="#f619d0"/>
  43. <meta name="color:Info" content="#aaaaaa">
  44. <meta name="color:Description" content="#aaaaaa">
  45. <meta name="color:Bg" content="#ffffff">
  46. <meta name="color:Borders" content="#f5f5f5">
  47. <meta name="color:Scrollbar" content="#f619d0">
  48. <meta name="color:Scrollbarbg" content="#ffffff">
  49.  
  50.  
  51. <meta name="image:Sidebar" content=""/>
  52.  
  53. <meta name="text:Description Symbol" content="β™«"/>
  54. <meta name="text:link A" content=""/>
  55. <meta name="text:link A url" content="/">
  56. <meta name="text:link B" content=""/>
  57. <meta name="text:link B url" content="/">
  58. <meta name="text:link C" content=""/>
  59. <meta name="text:link C url" content="/">
  60. <meta name="text:link D" content=""/>
  61. <meta name="text:link D url" content="/">
  62.  
  63. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar-thumb {
  68. height:auto;
  69. background-color:{color:Scrollbar};
  70. }
  71.  
  72. ::-webkit-scrollbar {
  73. height:9px;
  74. width:4px;
  75. background-color:{color:ScrollbarBg};
  76. }
  77.  
  78. body {
  79. background-color:{color:bg};
  80. font-family:arial;
  81. font-size:10px;
  82. text-align:justify;
  83. color:{color:body};
  84. margin:0;
  85. }
  86.  
  87. b {
  88. color:{color:Bold};
  89. }
  90.  
  91. h2 {
  92. text-align:left;
  93. font-style:italic;
  94. }
  95.  
  96. a {
  97. color:{color:General Links};
  98. text-decoration:none;
  99. -moz-outline-style:none;
  100. }
  101.  
  102. a:hover {
  103. color:{color:hover};
  104. -moz-transition-duration: 1s;
  105. -webkit-transition-duration: 1s;
  106. -o-transition-duration: 1s;
  107. }
  108.  
  109. img {
  110. border:none;
  111. }
  112.  
  113. blockquote {
  114. border-left:2px solid {color:Borders};
  115. padding-left:15px;
  116. width:430px;
  117. }
  118.  
  119. blockquote blockquote {
  120. background:transparent;
  121. padding-left:10px;
  122. border-left:1px solid {color:Hover};
  123. width:370px;
  124. }
  125.  
  126. /*SIDEBAR*/
  127.  
  128. #sidebar{
  129. position:fixed;
  130. margin-top:150px;
  131. margin-left:100px;
  132. width:245px;
  133. }
  134.  
  135. #sidebarimg img{
  136. width:245px;
  137. margin-left:1px;
  138. }
  139.  
  140. #links{
  141. width:235px;
  142. padding:5px;
  143. padding-bottom:7px;
  144. font-size:10px;
  145. text-align:center;
  146. margin-left:1px;
  147. margin-top:3px;
  148. }
  149.  
  150. #links a{
  151. display:inline-block;
  152. font-size:8px;
  153. padding:4px;
  154. color:{color:Sidebar Links};
  155. }
  156.  
  157. #links a:hover{
  158. font-style:italic;
  159. color:{color:Sidebar Links Hover};
  160. text-decoration:underline;
  161. -moz-transition-duration:0.3s;
  162. -webkit-transition-duration:0.3s;
  163. -o-transition-duration:0.3s;
  164. }
  165.  
  166. #desc{
  167. width:245px;
  168. margin-top:5px;
  169. text-align:center;
  170. font-size:9px;
  171. color:{color:Description};
  172. }
  173.  
  174. #symbol {
  175. color:{color:Description Symbol};
  176. }
  177.  
  178.  
  179. .pagi {
  180. width:245px;
  181. padding:0px;
  182. margin-top:5px;
  183. font-size:9px;
  184. text-transform:lowercase;
  185. letter-spacing:0px;
  186. font-style:normal;
  187. text-align:center;
  188. margin-left:0px;
  189. }
  190.  
  191. .pagi a {
  192. color:{color:Sidebar Links};
  193. }
  194.  
  195.  
  196.  
  197. /*ENTRIES*/
  198.  
  199. #container {
  200. color:{color:Body};
  201. width:500px;
  202. padding:10px;
  203. margin-left:450px;
  204. margin-top:70px;
  205. }
  206.  
  207. #container a {
  208. color:{color:General Links};
  209. -moz-transition-duration: 1s;
  210. -webkit-transition-duration: 1s;
  211. -o-transition-duration: 1s;
  212. }
  213.  
  214. #container a:hover {
  215. color:{color:Hover};
  216. font-style:italic;
  217. -moz-transition-duration: 1s;
  218. -webkit-transition-duration: 1s;
  219. -o-transition-duration: 1s;
  220. }
  221.  
  222. #post a {
  223. color:{color:General Links};
  224. }
  225.  
  226. .music {
  227. background:#000;
  228. width:490px;
  229. padding:10px;
  230. }
  231.  
  232. .albumart {
  233. float:left;
  234. padding:0px 10px 10px 0px;
  235. }
  236.  
  237. .albumart img {
  238. width:110px;
  239. height:110px;
  240. }
  241.  
  242. #player {
  243. width:25px;
  244. height:25px;
  245. overflow:hidden;
  246. opacity:0.5;
  247. border-radius: 30px;
  248. }
  249.  
  250. .musicinfo {
  251. font-size:14px;
  252. text-align:left;
  253. margin-left:30px;
  254. margin-top:-20px;
  255. line-height:120%;
  256. color:#a7a7a7;
  257. }
  258.  
  259.  
  260. /*POST INFO*/
  261.  
  262. #info {
  263. text-align:right;
  264. text-transform:uppercase;
  265. margin-top: 10px;
  266. font-family:calibri;
  267. font-size: 8px;
  268. margin-bottom: 50px;
  269. line-height:150%;}
  270. }
  271.  
  272. #info a{
  273. color:{color:info};
  274. }
  275.  
  276. #info a:hover{
  277. color:{color:hover};
  278. }
  279.  
  280. #tags{
  281. width:500px;
  282. padding:3px;
  283. margin-top:-5px;
  284. float:left;
  285. font-size:8px;
  286. text-transform:uppercase;
  287. background:transparent;
  288. transition-duration: 0.5s;
  289. -moz-transition-duration: 0.5s;
  290. -webkit-transition-duration: 0.5s;
  291. -o-transition-duration: 0.5s
  292. }
  293.  
  294. #tags a {
  295. text-decoration:none;
  296. text-transform:lowercase;
  297. padding:1px;
  298. font-family:arial;
  299. display:inline-block;
  300. color:{color:Tags};
  301. font-size:9px;
  302. text-decoration:none;
  303. }
  304.  
  305. #notes{
  306. font-size:10px;
  307. }
  308.  
  309. #pergunta a {
  310. color:{color:sidebar links hover};
  311. font-family:arial;
  312. font-size:12px;
  313. text-align:right;
  314. text-transform:lowercase;
  315. }
  316.  
  317. #pergunta a:hover {
  318. text-decoration:underline;
  319. }
  320.  
  321. .pergunta {
  322. text-align: right;
  323. margin-bottom: 0px;
  324. margin-left: 0px;
  325. margin-right: auto;
  326. -webkit-border-top-right-radius: 100px;
  327. -webkit-border-bottom-right-radius: 100px;
  328. }
  329.  
  330. #quote {
  331. font-size:12px;
  332. font-weight:900;
  333. text-align:left;
  334. }
  335.  
  336. #question {
  337. padding:15px;
  338. border-left:1px solid #f5f5f5;
  339. }
  340.  
  341. #question img {
  342. position:absolute;
  343. width:30px;
  344. margin-top:-5px;
  345. }
  346.  
  347. .pergunta a {
  348. color:{color:Post Links};
  349. }
  350.  
  351. /*CREDIT*/
  352.  
  353. #maker{
  354. float:right;
  355. position:fixed;
  356. bottom:5px;
  357. right:5px;
  358. padding:5px;
  359. font-size:8px;
  360. font-family:calibri;
  361. text-transform:uppercase;
  362. }
  363.  
  364. #maker a{
  365. padding-left:4px;
  366. padding-right:4px;
  367. padding-top:0px;
  368. padding-bottom:0px;
  369. background:#f5f5f5;
  370. border:1px solid #f5f5f5;
  371. width:10px;
  372. height:10px;
  373. color:#aaa;
  374. transition-duration: 0.5s;
  375. -moz-transition-duration: 0.5s;
  376. -webkit-transition-duration: 0.5s;
  377. -o-transition-duration: 0.5s
  378. }
  379.  
  380. #maker a:hover {
  381. color:#fff;
  382. background:{color:Sidebar Links Hover};
  383. border:1px solid {color:Sidebar Links Hover};
  384. }
  385.  
  386.  
  387. {CustomCSS}
  388.  
  389. </style></head>
  390.  
  391.  
  392. <body>
  393.  
  394.  
  395. <div id="sidebar">
  396. <div id="sidebarimg"><img src="{image:Sidebar}" title="{Title}"></div>
  397. <div id="links">
  398. <a href="{text:link A url}" title="{text:link A}">i.</a>
  399. <a href="{text:link B url}" title="{text:link B}">ii.</a>
  400. <a href="{text:link C url}" title="{text:link C}">iii.</a>
  401. <a href="{text:link D url}" title="{text:link D}">iv.</a>
  402. </div>
  403. <div id="desc">{description} <span id="symbol">{text:description symbol}</div>
  404. {block:Pagination}
  405. <div class="pagi">
  406. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">back</a> β€” {/block:PreviousPage}
  407. {block:NextPage}<a href="{NextPage}" class="jump_page">next</a>{/block:NextPage}</div>
  408. {/block:Pagination}
  409. </div>
  410. </div>
  411.  
  412.  
  413. <div id="container">
  414. {block:Posts}
  415. <div id="post">
  416.  
  417. <!--TEXT POSTS-->
  418.  
  419. {block:Text}
  420. {block:Title}<h2>{Title}</h2>{/block:Title}
  421. {Body}
  422. {/block:Text}
  423.  
  424. <!--ASKS-->
  425.  
  426. {block:Answer}
  427. <div id="question"><img src="{AskerPortraitURL-48}"><div style="padding-left:40px;">{Question}</div></div>
  428. <div id ="pergunta"class="pergunta">asked by <b>{Asker}</b></div>
  429.  
  430. <div class="divisoria"></div><br>
  431. {Answer}
  432. {/block:Answer}
  433.  
  434. <!--QUOTE POSTS-->
  435. {block:Quote}
  436.  
  437. <div id="quote">
  438. <div class="quotetext_{Length}"><big><big><b><i>"{Quote}"</b></i></big></big></div></div><br>
  439. {block:Source}<div class="source" style="text-align:right;"><i>β€” {Source}</i></div>{/block:Source}
  440. {/block:Quote}
  441.  
  442. <!--LINK POSTS-->
  443.  
  444. {block:Link}
  445. <h2><a href="{URL}">{Name}</a></h2>
  446. {block:Description}{Description}{/block:Description}
  447. {/block:Link}
  448.  
  449. <!--CHAT POSTS-->
  450.  
  451. {block:Chat}
  452. {block:Title}<h2>{Title}</h2>{/block:Title}
  453. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  454. {Line}</li>{/block:Lines}</ul>
  455. {/block:Chat}
  456.  
  457. <!--PHOTO POSTS-->
  458.  
  459. {block:Photo}
  460. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  461.  
  462. {block:Caption}{Caption}{/block:Caption}
  463. {/block:Photo}
  464.  
  465. <!--PHOTOSET POSTS-->
  466.  
  467. {block:Photoset}
  468. {Photoset-500}
  469. {block:Caption}{Caption}{/block:Caption}
  470. {/block:Photoset}
  471.  
  472. <!--VIDEO POSTS-->
  473.  
  474. {block:Video}
  475. {Video-500}
  476. {block:Caption}{Caption}{/block:Caption}
  477. {/block:Video}
  478.  
  479.  
  480. <!--AUDIO-->
  481.  
  482. {block:Audio}<div class="music">
  483. <div id="player">{AudioPlayerBlack}</div>
  484. <div class="musicinfo">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br><small><small>{block:Artist} {Artist} - {/block:Artist}
  485. {/block:ExternalAudio}<b></b> [{PlayCount}]</small></small></small></div></div>
  486. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  487.  
  488.  
  489. <!--POST INFO-->
  490.  
  491. <div id="info" title="{TimeAgo}">
  492. {block:Date}<u>{ShortMonth} {DayOfMonth}</u>{/block:Date}<br /><a href="{Permalink}"> +{NoteCount}</a><br/>{block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}</div>{/block:HasTags}</div>
  493.  
  494. {/block:Posts}
  495. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  496. {/block:Posts}</div></div></div>
  497. <br><br><br><br>
  498.  
  499.  
  500. </div></div>
  501.  
  502. {/block:Posts}
  503.  
  504. <!--Credit. Don't change this.-->
  505. <div id="maker" title="mclahei">
  506. <a href="http://mclahei.tumblr.com">theme</a>
  507. </div>
  508. <!--Credit. Don't change this.-->
  509.  
  510. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement