themesbyhaleigh

theme #18

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