Advertisement
hamibal

Theme #4

Mar 1st, 2014
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 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>
  4.  
  5. <!-- this is my LITHIUM theme. If you need help with anything feel free to message me @ hamibal.tumblr.com/ask.
  6.  
  7. If you're familiar with coding you may customise this but !!!PLEASE DO NOT REMOVE MY CREDIT!!! Thank you!-->
  8.  
  9.  
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13. <meta charset="utf-8">
  14. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  15. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  19.  
  20.  
  21.  
  22. <meta name="color:scrollbar" content="#000000" />
  23. <meta name="color:scrollbar background" content="#ffffff" />
  24. <meta name="color:background" content="#ffffff"/>
  25. <meta name="color:title" content="#000000"/>
  26. <meta name="color:text" content="#7b7b7b"/>
  27. <meta name="color:link" content="#7b7b7b"/>
  28. <meta name="color:link hover" content="#000000"/>
  29. <meta name="color:askbg" content="#eaeaea"/>
  30.  
  31.  
  32. <meta name="font:body" content="Helvetica"/>
  33.  
  34. <meta name="text:Link1" content="" />
  35. <meta name="text:Link1 text" content="" />
  36. <meta name="text:Link2" content="" />
  37. <meta name="text:Link2 text" content="" />
  38. <meta name="text:Link3" content="" />
  39. <meta name="text:Link3 text" content="" />
  40. <meta name="text:Link4" content="" />
  41. <meta name="text:Link4 text" content="" />
  42. <meta name="text:Link5" content="" />
  43. <meta name="text:Link5 text" content="" />
  44.  
  45.  
  46.  
  47. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  48. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  49. <script type="text/javascript" charset="utf-8">
  50. var $j = jQuery.noConflict();
  51. $j(function() {
  52. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  53. $j("img").lazyload({
  54. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  55. effect: "fadeIn",
  56. });
  57. });
  58. </script>
  59.  
  60. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61.  
  62. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  63.  
  64. <script>
  65.  
  66. (function($){
  67.  
  68. $(document).ready(function(){
  69.  
  70. $("a[title]").style_my_tooltips({
  71.  
  72. tip_follows_cursor:true,
  73.  
  74. tip_delay_time:30,
  75.  
  76. tip_fade_speed:300,
  77.  
  78. attribute:"title"
  79.  
  80. });
  81.  
  82. });
  83.  
  84. })(jQuery);
  85.  
  86. </script>
  87.  
  88.  
  89. <style>
  90.  
  91. #s-m-t-tooltip{
  92. position:absolute;
  93. margin-top: 15px;
  94. z-index:9999;
  95. background:#fff;
  96. color:{color:text};
  97. text-transform:lowercase;
  98. padding:3px 4px;
  99. line-height:10px;
  100. font-size:10px;
  101. font-family: helvetica;
  102. letter-spacing: -0.5px;
  103. -webkit-transition:all 0.3s;
  104. -moz-transition:all 0.3s;
  105. -ms-transition:all 0.3s;
  106. -o-transition:all 0.3s;
  107. transition:all 0.3s;
  108. }
  109.  
  110. ::-webkit-scrollbar {width: 5px; height: 3px; background:{color:scrollbar background};}
  111. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar} ;}
  112.  
  113. body{
  114. background: {color:background};
  115. color: {color:text};
  116. font-family: {font:body};
  117. font-size: 11px;
  118. line-height: 96%;
  119. letter-spacing: 96%; }
  120.  
  121. b{
  122. font-weight:bold;}
  123.  
  124.  
  125.  
  126. em, italic {
  127. font-style:italic;}
  128.  
  129. a {
  130. color:{color:link};
  131. text-decoration:none;
  132. -webkit-transition: all 0.5s ease;
  133. -moz-transition: all 0.5s ease;
  134. -o-transition: all 0.5s ease;
  135. -ms-transition: all 0.5s ease;
  136. transition: all 0.5s ease; }
  137.  
  138. a:hover {
  139. color:{color:link hover};
  140. text-decoration:underline;}
  141.  
  142. h1 {
  143. font-family: {font:body};
  144. font-size: 17px;
  145. margin-bottom: 5px;
  146. font-weight: bold;
  147. font-style: italic;
  148. letter-spacing: -0.5;
  149. color: {color:title};}
  150.  
  151.  
  152. h2 {
  153. font-family: {font:body};
  154. font-size: 15px;
  155. margin-bottom: 5px;
  156. font-weight: bold;
  157. font-style: italic;
  158. letter-spacing: -0.5;
  159. color: {color:title};}
  160.  
  161. h3 {
  162. font-family: {font:body};
  163. font-size: 10px;
  164. font-weight: bold;
  165. color: {color:title};}
  166.  
  167. #content {
  168. position:relative;
  169. margin-left:auto;
  170. margin-right:auto;
  171. margin-top: 100px;
  172. width:400px;
  173. text-align:justify;
  174. padding:0px;
  175. font-size: 11px;
  176. line-height: 12px;}
  177.  
  178. #post {
  179. margin-bottom: 110px;
  180. margin-left:auto;
  181. margin-right:auto;
  182. width:400px;
  183. padding:0px;
  184. }
  185.  
  186. #post img{
  187. max-width:400px;
  188. padding: 0px;
  189. }
  190.  
  191.  
  192. #header {
  193. width:400px;
  194. margin-left:auto;
  195. margin-right:auto;
  196. margin-top:100px;
  197. background: {color:background};
  198. padding: 0px;}
  199.  
  200.  
  201. bold {
  202. font-family: {font:body};
  203. font-size: 20px;
  204. color: {color:h1 color};
  205. text-align: right;
  206. font-weight: bold;}
  207.  
  208.  
  209.  
  210. strong {
  211. font-weight: bold;}
  212.  
  213.  
  214.  
  215. div.description {
  216. font-family: {font:body};
  217. font-size: 10px;
  218. color: {color:h1 color};
  219. margin-top: 0px;
  220. text-align: justify;
  221. margin-bottom: 5px;
  222. width: 400px;
  223. text-align:right;
  224. }
  225.  
  226. #nav {
  227. font-style: none;
  228. }
  229.  
  230. #nav a{
  231. color: {color:link};
  232. -webkit-transition-duration: .0s;
  233. -webkit-transition: all 0.5s ease;
  234. -moz-transition: all 0.5s ease;
  235. -o-transition: all 0.5s ease;
  236. -ms-transition: all 0.5s ease;
  237. transition: all 0.5s ease;
  238. margin-left: 0px;
  239. font-size: 10px;
  240. text-align: right;
  241. margin-top: 10px;
  242. cursor:help;
  243. }
  244.  
  245. #nav a:hover{
  246. color: {color:link hover};
  247. -webkit-transition: all 0.5s ease;
  248. -moz-transition: all 0.5s ease;
  249. -o-transition: all 0.5s ease;
  250. -ms-transition: all 0.5s ease;
  251. transition: all 0.5s ease; }
  252.  
  253. #tags {
  254. margin-bottom:20px;
  255. margin-top: -40px;
  256. text-align:center;
  257. text-transform:none;
  258. font-size:9px;
  259. font-style:none;
  260. color:{color:link};
  261. -webkit-transition: all 0.8s ease;
  262. -moz-transition: all 0.8s ease;
  263. -o-transition: all 0.8s ease;
  264. -ms-transition: all 0.8s ease;
  265. transition: all 0.8s ease; }
  266.  
  267.  
  268. #tags a:hover {
  269. color:{color:linkhover};
  270. -webkit-transition: all 0.8s ease;
  271. -moz-transition: all 0.8s ease;
  272. -o-transition: all 0.8s ease;
  273. -ms-transition: all 0.8s ease;
  274. transition: all 0.8s ease; }
  275.  
  276. div.notes { padding:5px;
  277. margin: 10px 0;
  278. float:right;
  279. text-align: center;
  280. font-size: 8px;
  281. padding: 1px;
  282. line-height: 10px;
  283. letter-spacing: 1px; }
  284.  
  285. div.notes a {
  286. color:{color:link}; border:none;
  287. -webkit-transition: all 0.8s ease;
  288. -moz-transition: all 0.8s ease;
  289. -o-transition: all 0.8s ease;
  290. -ms-transition: all 0.8s ease;
  291. transition: all 0.8s ease;}
  292.  
  293. div.notes:hover a {
  294. color:{color:linkhover};
  295. border:none;}
  296.  
  297.  
  298. #ask {
  299. margin-right:0px;}
  300.  
  301.  
  302. #question {
  303. background-color: {color:askbg};
  304. color:{color:text};
  305. text-align:right;
  306. padding-bottom: 10px;
  307. padding-right: 5px;
  308. width: 400px;
  309. padding-top: 10px;}
  310.  
  311.  
  312. #quote {
  313. font-family:{font:body};
  314. line-height: 15px;
  315. letter-spacing: -0.5px;
  316. font-weight:bold;
  317. font-size:15px; }
  318.  
  319. #important {
  320. font-weight: bold;
  321. letter-spacing: -1px;
  322. bottom:20px;
  323. right:20px;
  324. position:fixed;}
  325.  
  326. #pagination {
  327. font-size: 10px;
  328. margin-bottom: 5px;
  329. text-align: center;
  330. font-weight: bold;
  331. width: 400px;}
  332.  
  333. </style>
  334. </head>
  335. <body>
  336.  
  337. <div id="important">
  338. <a href="http://hamibal.tumblr.com/">HM</a></div>
  339.  
  340.  
  341. <div id="header">
  342. <h2>{Title}</h2>
  343. <div id="nav">
  344. {block:ifLink1}<a href="{text:Link1}">{text:Link1 text}</a>{/block:ifLink1}
  345. {block:ifLink2} / <a href="{text:Link2}">{text:Link2 text}</a>{/block:ifLink2}
  346. {block:ifLink3} / <a href="{text:Link3}">{text:Link3 text}</a>{/block:ifLink3}
  347. {block:ifLink4} / <a href="{text:Link4}">{text:Link4 text}</a>{/block:ifLink4}
  348. {block:ifLink5} / <a href="{text:Link5}">{text:Link5 text}</a>{/block:ifLink5}
  349.  
  350.  
  351. </div><hr />
  352. <div class="description">
  353. {Description}
  354. </div>
  355.  
  356.  
  357.  
  358. </div>
  359.  
  360.  
  361.  
  362. <div id="content">{block:Posts}<div id="post">
  363. {block:NoteCount}<div class="notes"> <a href="{Permalink}">+{NoteCount}</a></div> {/block:NoteCount}
  364.  
  365.  
  366. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  367.  
  368. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  369.  
  370. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  371.  
  372. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  373.  
  374. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  375.  
  376. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  377.  
  378. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  379.  
  380. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  381.  
  382. {block:Answer}<div id="ask"></div><b>{Asker}</b> asked:<br><div id="question">{Question}</div>{Answer}{/block:Answer}
  383. </div>
  384.  
  385. {block:PermalinkPage}<div style="border-top:solid 1px #eee;padding-top:3px;">
  386. {block:RebloggedFrom}<a href="{ReblogParentURL}"
  387. title="{ReblogParentName}">source</a> / <a href="{ReblogRootURL}"title="{ReblogRootName}">via</a>{/block:RebloggedFrom}<br><br /> {block:HasTags}{block:Tags}#<a href="{TagURL}"><small>{Tag} </small></a>{/block:Tags}{/block:HasTags}<br /><br /></div>
  388. {/block:PermalinkPage}
  389.  
  390. {block:PostNotes}{PostNotes}{/block:PostNotes}
  391.  
  392. {/block:Posts}
  393.  
  394. {block:Pagination}
  395. <div id="pagination">
  396. {block:PreviousPage}
  397. <a href="{PreviousPage}">&larr; Previous</a>
  398. {/block:PreviousPage}{block:NextPage}
  399. <a href="{NextPage}"> Next &rarr;</a>
  400. {/block:NextPage}
  401. </div>
  402. {/block:Pagination}
  403.  
  404. </div>
  405. </div>
  406.  
  407. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement