kamikies

03 - lonely theme

Mar 16th, 2015
1,841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 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.  
  6. lonely theme by wilfreds
  7. please dont remove credit
  8. thank you
  9. ٩(^ᴗ^)۶
  10.  
  11. base by dylaenobriens-->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15.  
  16. <head>
  17.  
  18. <title>{Title}</title>
  19.  
  20. {block:Description}<meta name="description" content="{MetaDescription}"/>
  21. {/block:Description}
  22. <link rel="shortcut icon" href="http://i205.photobucket.com/albums/bb186/mhilkas/favoicons/014.gif" />
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  28.  
  29. <script src="http://static.tumblr.com/tkhlwyc/PH1nkunkl/jquery.style-my-tooltips.js"></script><script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("[title]").style_my_tooltips({
  33. tip_follows_cursor:true,
  34. tip_delay_time:100,
  35. tip_fade_speed:300,
  36. attribute:"title"
  37. });
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42. <meta name="color:bg" content="#ffffff">
  43. <meta name="color:link" content="#bbb8b8">
  44. <meta name="color:text" content="#9a9a9a">
  45. <meta name="color:tags" content="#b9b7b7">
  46. <meta name="color:post bg" content="">
  47. <meta name="color:ask" content="#fcfcfc">
  48. <meta name="color:hover" content="">
  49. <meta name="color:Lines" content="#eeeeee">
  50. <meta name="color:scrollbar" content="#d6d5d5">
  51.  
  52.  
  53. <meta name="image:sidebar" content=""/>
  54. <meta name="image:corner img" content="http://40.media.tumblr.com/acf16dd69b24279671b7563465f2cdcf/tumblr_n4rftegvwv1r8n193o1_1280.png"/>
  55.  
  56. <meta name="text:music code" content="">
  57. <meta name="text:link 1" content="">
  58. <meta name="text:link 1 url" content="/">
  59. <meta name="text:link 2" content="">
  60. <meta name="text:link 2 url" content="/">
  61. <meta name="text:link 3" content="">
  62. <meta name="text:link 3 url" content="/">
  63. <meta name="text:link 4" content="">
  64. <meta name="text:link 4 url" content="/">
  65.  
  66. <meta name="if:Cursor" content="1">
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71.  
  72. /*--scrollbar--*/
  73.  
  74. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  75. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  76. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  77. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  78. }
  79. /*--body--*/
  80.  
  81.  
  82. body {
  83. font-style:none;
  84. background-color:{color:bg};
  85. font-family:arial;
  86. color:{color:text};
  87. font-size:9px;
  88. }
  89.  
  90.  
  91. a {
  92. color:{color:link};
  93. text-decoration:none;
  94. -webkit-transition: all 0.5s ease-out;
  95. -moz-transition: all 0.5s ease-out;
  96. transition: all 0.5s ease-out;
  97. }
  98.  
  99. a:hover {
  100. color:{color:hover};
  101. font-style:italic;
  102. -webkit-transition: all 0.9s ease-out;
  103. -moz-transition: all 0.9s ease-out;
  104. transition: all 0.9s ease-out;
  105. }
  106.  
  107. img {
  108. border:none;
  109. }
  110.  
  111. blockquote {
  112. padding-left:5px;
  113. border-left:1px solid {color:border};
  114. }
  115.  
  116. h1 {
  117. font-size:10px;
  118. }
  119.  
  120.  
  121.  
  122. {block:ifCursor}
  123.  
  124.  
  125. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  126.  
  127.  
  128. {/block:ifCursor}
  129.  
  130.  
  131. #vert {
  132. border-left: 1px solid {color:Lines};
  133. height: 160px;
  134. width: 1px;
  135. position: fixed;
  136. margin-left: 285px;
  137. margin-top:140px;
  138. z-index:9999;
  139. }
  140.  
  141. #high {
  142. border-bottom: 1px solid {color:Lines};
  143. width: 190px;
  144. height: 1px;
  145. position: fixed;
  146. margin-left:190px;
  147. margin-top: 245px;
  148. z-index:9999;
  149. }
  150.  
  151. #noot {
  152. border-bottom: 1px solid {color:Lines};
  153. width: 230px;
  154. height: 1px;
  155. margin-left:10px;
  156. margin-top: 10px;
  157. z-index:9999;
  158.  
  159. }
  160.  
  161. #s-m-t-tooltip {
  162. z-index: 9999;
  163. background: {color:post background};
  164. font-size: 9px;
  165. line-height: 11px;
  166. font-family:times;
  167. letter-spacing: 1px;
  168. color: {color:text};
  169. word-wrap: break-word;
  170. padding: 2px 5px 2px 6px;
  171. display: block;
  172. margin: 24px 14px 7px 12px;
  173. }
  174.  
  175.  
  176. /*--sidebar--*/
  177.  
  178. #sidebar {
  179. position:fixed;
  180. width:140px;
  181. margin-left:200px;
  182. margin-top:160px;
  183. }
  184.  
  185. #sidebarimage {
  186. width:140px;
  187. }
  188.  
  189. #sidebarimage img {
  190. width:70px;
  191. padding:3px;
  192. border-radius:50%
  193. }
  194.  
  195. /*--links--*/
  196.  
  197. #links {
  198. margin-top:15px;
  199. width:107px;
  200. margin-left:-25px;
  201. font-family:'arial';
  202. text-transform:lowercase;
  203. text-align:right;
  204. letter-spacing:0.5px;
  205. background:{color:bg};
  206. line-height:10px;
  207. }
  208.  
  209. #links a {
  210. padding:3px;
  211. font-size:8px;
  212. color:{color:text};
  213. }
  214.  
  215. #links a:hover {
  216. color:{color:hover};
  217. font-style:italic;
  218. }
  219.  
  220. /*--description--*/
  221.  
  222. #description {
  223. margin-top:-110px;
  224. margin-left:95px;
  225. width:85px;
  226. font-family:'arial';
  227. font-size:8px;
  228. text-align:left;
  229. padding:1px;
  230. letter-spacing:0.5px;
  231. line-height:10px;
  232. }
  233.  
  234. #description a {
  235. padding:0px;
  236. }
  237.  
  238. description a:hover {
  239. color:{color:hover};
  240. font-style:italic;
  241. }
  242.  
  243. #music {
  244. margin-top:-46px;
  245. margin-left:63px;
  246. width:40px;
  247. z-index:-9999;
  248. position:fixed;
  249. }
  250.  
  251. /*--pagination--*/
  252.  
  253. #pagination {
  254. margin-top:10px;
  255. margin-left:5px;
  256. font-style:italic;
  257. text-align:center;
  258. font-size:9px;
  259. font-family:calibri;
  260. color:{color:link};
  261. }
  262.  
  263. #pagination a{
  264. color:{color:link};
  265. }
  266.  
  267. #pagination a:hover {
  268. color:{color:hover};
  269. font-style:italic;
  270. }
  271.  
  272. /*--posts--*/
  273.  
  274. #posts {
  275. width:250px;
  276. margin-bottom:50px;
  277. padding:20px;
  278. font-size:10px;
  279. color:{color:text};
  280. line-height:90%;
  281. text-align:justify;
  282. line-height:10px;
  283. background:{color:post bg};
  284.  
  285. }
  286.  
  287. #postscontainer {
  288. margin-bottom:20px;
  289. padding:1px;
  290. margin-left:450px;
  291. margin-top:80px;
  292. }
  293.  
  294.  
  295. #info {
  296. margin-bottom:10px;
  297. font-size:8px;
  298. margin-top:10px;
  299. text-align:left;
  300. padding:5px;
  301. color:{color:link};
  302. border-top:1px solid {color:border};
  303. }
  304.  
  305.  
  306.  
  307. #walks {
  308. text-transform:lowercase;
  309. font-family:arial;
  310. text-align:right;
  311. padding:3px;
  312. margin-top:-2px;
  313. color:{color:text};
  314. }
  315.  
  316. #walks a {
  317. color:white;
  318. }
  319.  
  320. /*--tags--*/
  321.  
  322. #tags {
  323. width:250px;
  324. margin-left:-4px;
  325. margin-top:7px;
  326. font-size:8px;
  327. color:{color:tags}:
  328. }
  329.  
  330. #tags a {
  331. color:{color:tags};
  332. }
  333.  
  334. #tags a:hover {
  335. color:{color:hover};
  336. font-style:italic;
  337. }
  338.  
  339. /*--asks--*/
  340.  
  341. #askbg {
  342. padding:12px;
  343. background-color:{color:ask};
  344. }
  345.  
  346. #ask {
  347. margin-top:-10px;
  348. font-family:calibri;
  349. text-align:left;
  350. }
  351.  
  352. #ask img {
  353. margin-top:30px;
  354. width:50px;
  355. }
  356.  
  357. /*--credit--*/
  358.  
  359. #credit {
  360. right:3px;
  361. bottom:6px;
  362. font-size:9px;
  363. padding:5px;
  364. color:{color:text};
  365. background-color:#fafafa;
  366. text-transform:uppercase;
  367. border:1px solid {color:border};
  368. position:fixed;
  369. -webkit-transition: all 0.5s ease-out;
  370. -moz-transition: all 0.5s ease-out;
  371. transition: all 0.5s ease-out;
  372. }
  373.  
  374. #credit:hover {
  375. background-color:black;
  376. color:white;
  377. }
  378.  
  379.  
  380.  
  381.  
  382. {CustomCSS}
  383.  
  384. </style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head>
  385.  
  386.  
  387. <body>
  388.  
  389. <div id="vert"></div><div id="high"></div>
  390. <div id="sidebar">
  391. <div id="sidebarimage">
  392. <a href="/" title="{Title}"><img src="{image:sidebar}"></a></div>
  393.  
  394.  
  395. <div id="links">
  396. <a href="{text:link 1 url}">{text:link 1}</a><br>
  397. <a href="{text:link 2 url}">{text:link 2}</a><br>
  398. <a href="{text:link 3 url}">{text:link 3}</a><br>
  399. <a href="{text:link 4 url}">{text:link 4}</a><br>
  400. </div>
  401.  
  402. <div id="music">{text:music code}</div>
  403.  
  404. <div id="description">{description}</div>
  405.  
  406.  
  407.  
  408. </div></div>
  409.  
  410.  
  411. <div id="postscontainer">
  412.  
  413. <div class= "autopagerize_page_element">
  414.  
  415. {block:Posts}
  416. {block:HasTags} {/block:HasTags}
  417. <!-- {block:NoRebloggedFrom}
  418. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  419. {/block:NoRebloggedFrom} -->
  420. {block:ContentSource}<!-- {SourceURL}
  421. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  422. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  423. {/block:ContentSource}
  424.  
  425. <div id="posts">
  426.  
  427. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  428.  
  429.  
  430. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  431.  
  432. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  433.  
  434. {block:Quote}{Quote}<b>{block:Source} &#8212;{Source}{/block:Source}</b>{/block:Quote}
  435.  
  436. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  437.  
  438. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}{/block:Chat}
  439.  
  440. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  441.  
  442. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  443.  
  444. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  445.  
  446. <div id="noot"></div>
  447. <br>
  448. <a href="{Permalink}">{block:NoteCount}<a href="{Permalink}">{NoteCount}%</a>{/block:NoteCount} <br>{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  449.  
  450. </div>
  451.  
  452. {/block:Posts}
  453.  
  454. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  455. {/block:Posts}
  456.  
  457. </div>
  458.  
  459. <div id="credit"><a href="http://kangjan.tumblr.com/">credit</a>
  460. </body>
  461. </html>
  462. <div style="position:fixed;
  463.  
  464. bottom:10px;right:0px; z-index:-9999;">
  465.  
  466. <img src="{image:corner img}" width=400px>
  467.  
  468. </div>
Advertisement
Add Comment
Please, Sign In to add comment