Advertisement
themesbyhaleigh

theme #22

Jul 15th, 2014
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | None | 0 0
  1. <!-- theme #22 by nerdydean. don't remove the credit. -->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. <meta name="description" content="" />
  12. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  13.  
  14. <meta name="color:background" content="#ffffff">
  15. <meta name="color:link" content="#333333">
  16. <meta name="color:linkhover" content="#333333">
  17. <meta name="color:text" content="#333333">
  18. <meta name="color:scrollbar" content="#000000">
  19. <meta name="color:textselect" content="#fafafa">
  20.  
  21. <meta name="text:link1" content="link1">
  22. <meta name="text:link1 url" content="/">
  23. <meta name="text:link2" content="link2">
  24. <meta name="text:link2 url" content="/">
  25. <meta name="text:link3" content="link3">
  26. <meta name="text:link3 url" content="/">
  27. <meta name="text:link4" content="link4">
  28. <meta name="text:link4 url" content="/">
  29.  
  30. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  31. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  32.  
  33.  
  34. <!-- jquery -->
  35.  
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38.  
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40.  
  41. <script>
  42. (function($){
  43. $(document).ready(function(){
  44. $("a[title]").style_my_tooltips({
  45. tip_follows_cursor:true,
  46. tip_delay_time:30,
  47. tip_fade_speed:300,
  48. attribute:"title"
  49. });
  50. });
  51. })(jQuery);
  52. </script>
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. ::selection {
  58. background:{color:textselect};
  59. }
  60.  
  61. ::-moz-selection {
  62. background:{color:textselect};
  63. }
  64.  
  65. ::-webkit-selection {
  66. background:{color:textselect};
  67. }
  68.  
  69. #s-m-t-tooltip{
  70. font-size:9px;
  71. position:absolute;
  72. margin-top: 15px;
  73. letter-spacing:1px;
  74. z-index:9999;
  75. background:white;
  76. text-transform:uppercase;
  77. padding:2px 3px 2px 3px;
  78. }
  79.  
  80. ::-webkit-scrollbar {
  81. width: 3px;
  82. height:auto;
  83. background:{color:background};
  84. }
  85.  
  86. ::-webkit-scrollbar-corner {
  87. padding:2px;
  88. background:{color:background};
  89. }
  90.  
  91. ::-webkit-scrollbar-button:vertical {
  92. height:5px;
  93. display: block;
  94. background:{color:scrollbar};
  95. }
  96.  
  97. ::-webkit-scrollbar-button:horizontal {
  98. width: 3px;
  99. height: 5px;
  100. display: block;
  101. background:{color:scrollbar};
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {
  105. background:{color:scrollbar};
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb:horizontal {
  109. background: {color:background};
  110. }
  111.  
  112. ::-webkit-scrollbar-thumb {
  113. background: {color:scrollbar};
  114. }
  115.  
  116. body {
  117. color:{color:text};
  118. font-family:helvetica;
  119. font-weight:100;
  120. font-size:11px;
  121. text-align:justify;
  122. margin:0;
  123. line-height:18px;
  124. background:{color:background};
  125. }
  126.  
  127. blockquote {
  128. padding:5px 0 5px 30px;
  129. border-left:1px solid #eee;
  130. margin:10px 30px;
  131. }
  132.  
  133. a {
  134. color:{color:link};
  135. text-decoration:none;
  136. }
  137.  
  138. a:hover {
  139. text-decoration:underline;
  140. color:{color:linkhover};
  141. }
  142.  
  143. img {
  144. border:none;
  145. text-decoration:none;
  146. }
  147.  
  148. p {
  149. margin-top:5px;
  150. margin-bottom:5px;
  151. }
  152.  
  153. h1 {
  154. font-size:14px;
  155. text-align:left;
  156. letter-spacing:1px;
  157. font-family:calibri;
  158. text-transform:uppercase;
  159. color:{color:text};
  160. background:{color:background};
  161. padding:15px;
  162. border-bottom:1px solid #eee;
  163. }
  164.  
  165. #con {
  166. left:50%;
  167. margin-left:-250px;
  168. position:absolute;
  169. }
  170.  
  171. .posts {
  172. width:500px;
  173. background:{color:background};
  174. margin:50px 0;
  175. position:relative;
  176. }
  177.  
  178. .info {
  179. margin-left:215px;
  180. width:185px;
  181. }
  182.  
  183. .tit {
  184. font-weight:bold;
  185. font-family:calibri;
  186. color:{color:text};
  187. font-size:12px;
  188. letter-spacing:1px;
  189. text-transform:uppercase;
  190. }
  191.  
  192. .lank {
  193. top:0px;
  194. padding-bottom:5px;
  195. margin-left:320px;
  196. position:absolute;
  197. font-size:9px;
  198. width:100px;
  199. }
  200.  
  201. .about ul {
  202. margin-left:-10px;
  203. }
  204.  
  205. .about {
  206. border-top:1px solid #eee;
  207. padding-top:5px;
  208. width:100px;
  209. }
  210.  
  211. .l {
  212. background:{color:background};
  213. margin-top:50px;
  214. width:500px;
  215. text-align:center;
  216. font-family:calibri;
  217. text-transform:uppercase;
  218. }
  219.  
  220. #title {
  221. font-size:14px;
  222. margin-bottom:12px;
  223. text-align:center;
  224. letter-spacing:1px;
  225. font-family:calibri;
  226. text-transform:uppercase;
  227. color:{color:text};
  228. background:{color:background};
  229. padding:15px;
  230. border-bottom:1px solid #eee;
  231. }
  232.  
  233. .links {
  234. padding-bottom:10px;
  235. border-bottom:1px solid #eee;
  236. }
  237.  
  238. .links a {
  239. margin:0 5px;
  240. padding:2px 5px;
  241. border:none;
  242. }
  243.  
  244. .desc {
  245. text-transform:none;
  246. margin:10px 25px;
  247. font-family:helvetica;
  248. }
  249.  
  250. #pagi {
  251. position:fixed;
  252. width:500px;
  253. height:-15px;
  254. text-align:center;
  255. margin-top:15px;
  256. z-index:100;
  257. background-color:{color:background};
  258. bottom:0;
  259. padding:1px;
  260. border-top:1px solid {color:background};
  261. font-size:11px;
  262. letter-spacing:1px;
  263. font-family:calibri;
  264. text-transform:uppercase;
  265. color:{color:text};
  266. }
  267.  
  268. #ask {
  269. margin-top:-55px;
  270. margin-left:80px;
  271. }
  272.  
  273. #askimg {
  274.  
  275. }
  276.  
  277. #askimg img {
  278. height:64px;
  279. width:64px;
  280. border-radius:50%;
  281. -moz-box-shadow: 3px 3px 5px #888;
  282. -webkit-box-shadow: 3px 3px 5px #888;
  283. box-shadow: 3px 3px 5px #888;
  284. }
  285.  
  286. #ask2 {
  287. margin-top:50px;
  288. }
  289.  
  290. #quote {
  291. padding:10px;
  292. font-size:12px;
  293. font-style:italic;
  294. text-align:center;
  295. }
  296.  
  297. #source {
  298. text-align:center;
  299. padding:8px;
  300. }
  301.  
  302. </style>
  303. </head>
  304.  
  305. <body>
  306.  
  307. <div id="con">
  308. <div class="l">
  309. <div id="title">{Title}</div>
  310. <div class="links">
  311. <a href="{text:link1 url}">{text:link1}</a>
  312. <a href="{text:link2 url}">{text:link2}</a>
  313. <a href="{text:link3 url}">{text:link3}</a>
  314. <a href="{text:link4 url}">{text:link4}</a>
  315. </div>
  316. <div class="desc">{Description}</div>
  317. </div>
  318.  
  319.  
  320. {block:Posts}
  321.  
  322. <div class="posts">
  323.  
  324. {block:Text}
  325. {block:Title}<h1>{Title}</h1>{/block:Title}
  326. {Body}
  327. {/block:Text}
  328.  
  329. {block:Quote}
  330. <div id="quote">
  331. "{Quote}"
  332. </div>
  333. {block:Source}
  334. <div id="source">
  335. {Source}
  336. </div>
  337. {/block:Source}{/block:Quote}
  338. {/block:Quote}
  339.  
  340. {block:Link}
  341. <h2><a href="{URL}">{Name}</a></h2>
  342. {block:Description}{Description}{/block:Description}
  343. {/block:Link}
  344.  
  345. {block:Chat}
  346. {block:Title}<h1>{Title}</h1>{/block:Title}
  347. <div class="chat"><ul>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  348. </ul></div>
  349. {/block:Chat}
  350.  
  351. {block:Answer}
  352. <div id="askimg"><img src="{AskerPortraitURL-64}"></div>
  353. <div id="ask">
  354. <div style="font-size:14px; font-weight:lighter; font-style:italic;">{Asker}</div>
  355. {Question}
  356. </div>
  357. <div id="ask2">
  358. {Answer}</div>
  359. {/block:Answer}
  360.  
  361. {block:Photo}
  362. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">
  363. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  364. {/block:Photo}
  365.  
  366. {block:Photoset}
  367. {Photoset-500}
  368. {block:Caption}{Caption}{/block:Caption}
  369. {/block:Photoset}
  370.  
  371. {block:Audio}
  372. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  373. <span class="audio">{AudioPlayerWhite}</left></span>
  374. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  375. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  376. {/block:ExternalAudio}
  377. {/block:Audio}
  378. <br>
  379.  
  380. {block:Video}
  381. {Video-500}
  382. {block:Caption}{Caption}{/block:Caption}
  383. {/block:Video}
  384.  
  385. {block:Date}
  386. <div class="info"><div class="lank"><a href="{Permalink}"><b>{TimeAgo}</a><br>{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</b><br>
  387. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  388. {block:ContentSource}src <a href="{SourceURL}"></a><a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource} <br><a href="{ReblogURL}">reblog</a>{/block:RebloggedFrom}
  389. {block:HasTags}
  390. <div class="tags"> <div class="about">
  391. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  392. </div></div>
  393. {/block:HasTags}</div></div>
  394. {/block:Date}
  395.  
  396. <div class="postnote">
  397. {block:PostNotes}
  398. {PostNotes}
  399. {/block:PostNotes}
  400. </div>
  401.  
  402. <div id="pagi">
  403. {block:Pagination}
  404. {block:PreviousPage}<a href="{PreviousPage}">prev / </a>{/block:PreviousPage}
  405. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  406. </div>
  407. {/block:Pagination}
  408. </div>
  409.  
  410. {/block:Posts}
  411.  
  412.  
  413. </div>
  414.  
  415. <div style="position:fixed; bottom:5px; right:5px; padding:2px 2px;"><a title="theme by nerdydean" href="http://hellish.co.vu">theme</a></div>
  416.  
  417. </body>
  418. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement