themesbyhaleigh

theme #17

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