Advertisement
themesbyhaleigh

theme #23

Jul 15th, 2014
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | None | 0 0
  1. <!-- theme #23 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:-200px;
  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:245px;
  215. text-align:center;
  216. font-family:calibri;
  217. }
  218.  
  219. #s {
  220. margin-left:150px;
  221. margin-top:200px;
  222. position:fixed;
  223. }
  224.  
  225. #title {
  226. font-size:14px;
  227. margin-bottom:12px;
  228. text-align:center;
  229. letter-spacing:1px;
  230. font-family:calibri;
  231. text-transform:uppercase;
  232. color:{color:text};
  233. background:{color:background};
  234. padding:15px;
  235. border-bottom:1px solid #eee;
  236. }
  237.  
  238. .links {
  239. padding-bottom:10px;
  240. border-bottom:1px solid #eee;
  241. }
  242.  
  243. .links a {
  244. margin:0 5px;
  245. padding:2px 5px;
  246. border:none;
  247. }
  248.  
  249. .desc {
  250. text-transform:none;
  251. margin:10px 25px;
  252. font-family:helvetica;
  253. }
  254.  
  255. #pagi {
  256. position:fixed;
  257. width:245px;
  258. height:-15px;
  259. text-align:center;
  260. margin-top:-5px;
  261. padding:1px;
  262. border-top:1px solid {color:background};
  263. font-size:11px;
  264. letter-spacing:1px;
  265. font-family:calibri;
  266. text-transform:uppercase;
  267. color:{color:text};
  268. }
  269.  
  270. #ask {
  271. margin-top:-55px;
  272. margin-left:80px;
  273. }
  274.  
  275. #askimg {
  276.  
  277. }
  278.  
  279. #askimg img {
  280. height:64px;
  281. width:64px;
  282. border-radius:50%;
  283. -moz-box-shadow: 3px 3px 5px #888;
  284. -webkit-box-shadow: 3px 3px 5px #888;
  285. box-shadow: 3px 3px 5px #888;
  286. }
  287.  
  288. #ask2 {
  289. margin-top:50px;
  290. }
  291.  
  292. #quote {
  293. padding:10px;
  294. font-size:12px;
  295. font-style:italic;
  296. text-align:center;
  297. }
  298.  
  299. #source {
  300. text-align:center;
  301. padding:8px;
  302. }
  303.  
  304.  
  305. </style>
  306. </head>
  307.  
  308. <body>
  309.  
  310.  
  311. <div id="s">
  312. <div class="l">
  313. <div id="title">{Title}</div>
  314. <div class="links">
  315. <a href="{text:link1 url}">{text:link1}</a>
  316. <a href="{text:link2 url}">{text:link2}</a>
  317. <a href="{text:link3 url}">{text:link3}</a>
  318. <a href="{text:link4 url}">{text:link4}</a>
  319. </div>
  320. <div class="desc">{Description}</div>
  321. <div id="pagi">
  322. {block:Pagination}
  323. {block:PreviousPage}<a href="{PreviousPage}">prev / </a>{/block:PreviousPage}
  324. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  325. </div>
  326. {/block:Pagination}
  327. </div>
  328. </div></div>
  329.  
  330. <div id="con">
  331. {block:Posts}
  332.  
  333. <div class="posts">
  334.  
  335. {block:Text}
  336. {block:Title}<h1>{Title}</h1>{/block:Title}
  337. {Body}
  338. {/block:Text}
  339.  
  340. {block:Quote}
  341. <div id="quote">
  342. "{Quote}"
  343. </div>
  344. {block:Source}
  345. <div id="source">
  346. {Source}
  347. </div>
  348. {/block:Source}{/block:Quote}
  349. {/block:Quote}
  350.  
  351. {block:Link}
  352. <h2><a href="{URL}">{Name}</a></h2>
  353. {block:Description}{Description}{/block:Description}
  354. {/block:Link}
  355.  
  356. {block:Chat}
  357. {block:Title}<h1>{Title}</h1>{/block:Title}
  358. <div class="chat"><ul>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  359. </ul></div>
  360. {/block:Chat}
  361.  
  362. {block:Answer}
  363. <div id="askimg"><img src="{AskerPortraitURL-64}"></div>
  364. <div id="ask">
  365. <div style="font-size:14px; font-weight:lighter; font-style:italic;">{Asker}</div>
  366. {Question}
  367. </div>
  368. <div id="ask2">
  369. {Answer}</div>
  370. {/block:Answer}
  371.  
  372. {block:Photo}
  373. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">
  374. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  375. {/block:Photo}
  376.  
  377. {block:Photoset}
  378. {Photoset-500}
  379. {block:Caption}{Caption}{/block:Caption}
  380. {/block:Photoset}
  381.  
  382. {block:Audio}
  383. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  384. <span class="audio">{AudioPlayerWhite}</left></span>
  385. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  386. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  387. {/block:ExternalAudio}
  388. {/block:Audio}
  389. <br>
  390.  
  391. {block:Video}
  392. {Video-500}
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:Video}
  395.  
  396. {block:Date}
  397. <div class="info"><div class="lank"><a href="{Permalink}"><b>{TimeAgo}</a><br>{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</b><br>
  398. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  399. {block:ContentSource}src <a href="{SourceURL}"></a><a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource} <br><a href="{ReblogURL}">reblog</a>{/block:RebloggedFrom}
  400. {block:HasTags}
  401. <div class="tags"> <div class="about">
  402. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  403. </div></div>
  404. {/block:HasTags}</div></div>
  405. {/block:Date}
  406.  
  407. <div class="postnote">
  408. {block:PostNotes}
  409. {PostNotes}
  410. {/block:PostNotes}
  411. </div>
  412.  
  413.  
  414.  
  415. {/block:Posts}
  416.  
  417.  
  418. </div>
  419.  
  420. <div style="position:fixed; bottom:5px; right:5px; padding:2px 2px;"><a title="theme by nerdydean" href="http://hellish.co.vu">theme</a></div>
  421.  
  422. </body>
  423. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement