Advertisement
paulveretts

Theme 26 // In My Veins

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