themesbyhaleigh

theme #30

Apr 2nd, 2015
3,939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.07 KB | None | 0 0
  1. <!-- theme #30 by nerdydean. don't remove the credit. -->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7.  
  8.  
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <meta charset="utf-8">
  14. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:90,
  27. tip_fade_speed:600,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34.  
  35. <meta name="color:background" content="#ffffff"/>
  36. <meta name="color:text" content="#000000"/>
  37. <meta name="color:links" content="#000000"/>
  38. <meta name="color:link hover" content="#aaaaaa"/>
  39. <meta name="color:scrollbar" content="#000000"/>
  40. <meta name="color:text selection" content="#fafafa"/>
  41.  
  42. <meta name="image:sidebar image" content=""/>
  43.  
  44. <meta name="text:link1" content=""/>
  45. <meta name="text:link1 url" content="/"/>
  46. <meta name="text:link2" content=""/>
  47. <meta name="text:link2 url" content="/"/>
  48. <meta name="text:link3" content=""/>
  49. <meta name="text:link3 url" content="/"/>
  50. <meta name="text:link4" content=""/>
  51. <meta name="text:link4 url" content="/"/>
  52. <meta name="text:link5" content=""/>
  53. <meta name="text:link5 url" content="/"/>
  54. <meta name="text:link6" content=""/>
  55. <meta name="text:link6 url" content="/"/>
  56. <meta name="text:link7" content=""/>
  57. <meta name="text:link7 url" content="/"/>
  58.  
  59. <style type="text/css">
  60.  
  61. pre {
  62. white-space: pre-wrap;
  63. white-space: -moz-pre-wrap;
  64. white-space: -pre-wrap;
  65. white-space: -o-pre-wrap;
  66. word-wrap: break-word;
  67. }
  68.  
  69. ::selection {
  70. background:{color:text selection};
  71. }
  72.  
  73. ::-moz-selection {
  74. background:{color:text selection};
  75. }
  76.  
  77. ::-webkit-selection {
  78. background:{color:text selection};
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. width: 2px;
  83. }
  84.  
  85. ::-webkit-scrollbar-track {
  86. background:none;
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb {
  90. background:{color:scrollbar};
  91. }
  92.  
  93. ::-webkit-scrollbar-thumb:window-inactive {
  94. background: transparent;
  95. }
  96.  
  97. ::-webkit-scrollbar-thumb:horizontal {
  98. display:none;
  99. }
  100.  
  101. #s-m-t-tooltip {
  102. max-width:300px;
  103. margin:15px;
  104. padding:5px;
  105. background-color:{color:text};
  106. font-family:helvetica;
  107. font-size:11px;
  108. color:{color:background};
  109. z-index:999999999999999999999999999999999999;
  110. }
  111.  
  112. body {
  113. color:{color:text};
  114. font-family:helvetica, arial, times;
  115. background-color:{color:background};
  116. font-size:11px;
  117. }
  118.  
  119. a {
  120. text-decoration:none;
  121. font-weight:bold;
  122. color:{color:links};
  123. -webkit-transition: all .3s;
  124. -moz-transition: all .3s;
  125. -o-transition: all .3s;
  126. -ms-transition: all .3s;
  127. transition: all .3s;
  128. }
  129.  
  130. a:hover {
  131. color:{color:link hover};
  132. }
  133.  
  134. h1 {
  135. font-size:13px;
  136. }
  137.  
  138. #pagination {
  139. font-weight:bold;
  140. color:{color:links};
  141. margin-bottom:105px;
  142. text-align:center;
  143. }
  144.  
  145. #pagination a {
  146. color:{color:links};
  147. }
  148.  
  149. #sidebar img {
  150. width:245px;
  151. display:block;
  152. margin-bottom:15px;
  153. }
  154.  
  155. #sidebar {
  156. display:block;
  157. color:{color:text};
  158. position:fixed;
  159. float:left;
  160. width:245px;
  161. padding:15px 15px 10px 15px;
  162. overflow:hidden;
  163. left:150px;
  164. top:150px;
  165. text-align:center;
  166. }
  167.  
  168. #sblinks {
  169. margin-top:10px;
  170. padding-top:5px;
  171. border-top:1px solid #eee;
  172. }
  173.  
  174. #sblinks a {
  175. display:inline-block;
  176. padding:2.5px;
  177. }
  178.  
  179. #sblinks a:last-child {
  180. padding-right:2.5px;
  181. }
  182.  
  183. #entries {
  184. margin-top:75px;
  185. margin-left:500px;
  186. position:static;
  187. float:left;
  188. }
  189.  
  190. #post {
  191. padding:20px 20px 0px 20px;
  192. width:500px;
  193. margin-bottom:50px;
  194. }
  195.  
  196. #tags {
  197. color:{color:links};
  198. padding-top:15px;
  199. margin-bottom:20px;
  200. margin-top:20px;
  201. border-top:1px solid #eee;
  202. }
  203.  
  204. blockquote {
  205. margin-left:15px;
  206. border-left:1px solid #eee;
  207. padding:5px 0px 5px 30px;
  208. }
  209.  
  210. .pic, video {
  211. min-width:500px;
  212. }
  213.  
  214. .source {
  215. text-align:right;
  216. }
  217.  
  218. ul.chat {
  219. list-style:none;
  220. }
  221.  
  222. .chat span {
  223. margin-left:-30px;
  224. float:left;
  225. }
  226.  
  227. .person {
  228. font-weight:bold;
  229. margin-right:5px;
  230. }
  231.  
  232. #ask {
  233. color:{color:background};
  234. padding:10px;
  235. background-color:{color:text};
  236. }
  237.  
  238. #ask a {
  239. color:{color:background};
  240. }
  241.  
  242. .comma:last-child {
  243. display:none;
  244. }
  245.  
  246. #audioinfo {
  247. background:#f0f0f0;
  248. color:black;
  249. text-align:center;
  250. text-transform:uppercase;
  251. width:390px;
  252. display:inline-block;
  253. position:absolute;
  254. margin-left:5px;
  255. height:100px;
  256. }
  257.  
  258. .info {
  259. margin-top:20px;
  260. padding:20px;
  261. text-align:center;
  262. }
  263.  
  264. .cover {
  265. width:100px;
  266. z-index:99;
  267. position:relative;
  268. -webkit-filter: Grayscale(100%);
  269. -webkit-transition-duration: 0.8s;
  270. -moz-transition-duration:0.8s;
  271. transition-duration:0.8s;
  272. -o-transition-duration:0.8s;
  273. }
  274.  
  275. #audio:hover .cover {
  276. -webkit-filter: Grayscale(0%);
  277. -webkit-transition: all 0.5s ease-out;
  278. -moz-transition: all 0.5s ease-out;
  279. transition: all 0.5s ease-out;
  280. }
  281.  
  282. .playbutton {
  283. width: 20px;
  284. height: 35px;
  285. overflow: hidden;
  286. z-index: 9999;
  287. margin-left:17.5px;
  288. padding-bottom:7.5px;
  289. padding-top:15px;
  290. }
  291.  
  292. .playbox {
  293. background-color:black;
  294. position: absolute;
  295. z-index: 900;
  296. margin-top: 25px;
  297. margin-left: 22.5px;
  298. padding-right:22.5px;
  299. opacity:.75;
  300. border-radius:50%;
  301. }
  302.  
  303. ol.notes {
  304. display:block;
  305. text-align:left;
  306. list-style:none;
  307. margin-left:-20px;
  308. }
  309.  
  310. ol.notes li.note{
  311. padding-bottom:5px;
  312. }
  313.  
  314. .pagenotes {
  315. padding-top:20px;
  316. margin-top:-105px;
  317. margin-bottom:60px;
  318. }
  319.  
  320. .pagenotes img{
  321. padding-right:5px;
  322. margin-top:40px;
  323. margin-bottom:-5px;
  324. }
  325.  
  326. </style>
  327. </head>
  328. <body>
  329.  
  330. <div id="sidebar">
  331. <a href="/"><img src="{image:sidebar image}"/></a>
  332. {Description}
  333. <div id="sblinks">
  334. <a href="{text:link1 url}">{text:link1}</a>
  335. <a href="{text:link2 url}">{text:link2}</a>
  336. <a href="{text:link3 url}">{text:link3}</a>
  337. <a href="{text:link4 url}">{text:link4}</a>
  338. <a href="{text:link5 url}">{text:link5}</a>
  339. <a href="{text:link6 url}">{text:link6}</a>
  340. <a href="{text:link7 url}">{text:link7}</a>
  341. </div>
  342. </div>
  343.  
  344. <div id="entries">
  345.  
  346. {block:Posts}
  347.  
  348. <div id="post">
  349.  
  350. {block:ContentSource}
  351. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  352. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  353. {/block:SourceLogo}
  354. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  355. {/block:ContentSource}
  356.  
  357. {block:Text}
  358. {block:Title}
  359. <h1><a href="{Permalink}">{Title}</a></h1>
  360. {/block:Title}
  361. {Body}
  362. {/block:Text}
  363.  
  364. {block:Photo}
  365. {LinkOpenTag}
  366. <img class="pic" src="{PhotoURL-500}" alt="{PhotoAlt}" />
  367. {LinkCloseTag}
  368. {/block:Photo}
  369.  
  370. {block:Photoset}
  371. {Photoset-500}
  372. {/block:Photoset}
  373.  
  374. {block:Quote}
  375. {Quote}
  376. {block:Source}
  377. <div class="source"><br>{Source}</div>
  378. {/block:Source}
  379. {/block:Quote}
  380.  
  381. {block:Link}
  382. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  383. {block:Description}{Description}{/block:Description}
  384. {/block:Link}
  385.  
  386. {block:Chat}
  387. <ul class="chat">
  388. {block:Lines}
  389. <li class="{Alt}">
  390. {block:Label}<span class="person">{Label}</span>{/block:Label}
  391. <p> {Line} </p></li>
  392. {/block:Lines}
  393. </ul>
  394. {/block:Chat}
  395.  
  396. {block:Audio}
  397. <div id="audio">
  398. <div class="playbox"><div class="playbutton">
  399. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  400. </div></div>
  401. {block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}
  402. <div id="audioinfo">
  403. <div class="info">
  404. {block:TrackName}
  405. <b>{TrackName}</b><br />
  406. {/block:TrackName}
  407. {block:Artist}
  408. <b style="opacity:.8">{Artist}</b>
  409. {/block:Artist}
  410. {block:Album}
  411. <span style="padding-left:7.5px;opacity:.8">{Album}</span>
  412. {/block:Album}
  413. </div></div>
  414. </div>
  415. {/block:Audio}
  416.  
  417. {block:Video}
  418. {Video-500}
  419. {/block:Video}
  420.  
  421. {block:Answer}
  422. <div id="ask">
  423. <b style="text-transform:lowercase;">{Asker}: </b>
  424. {Question}
  425. </div>
  426. <div id="answer">{Answer}</div>
  427. {/block:Answer}
  428.  
  429. {block:Caption}
  430. {Caption}
  431. {/block:Caption}
  432.  
  433. {block:Date}
  434. <a href="{Permalink}">
  435. <div id="tags">
  436. {block:Date}<span style="text-transform:lowercase;">
  437. {Month} {DayOfMonth}{DayOfMonthSuffix}, {TimeAgo}</span>
  438. {/block:Date}
  439. </a>
  440.  
  441. {block:NoteCount}
  442. <a href="{Permalink}"> + {NoteCount} </a>
  443. {/block:NoteCount}
  444.  
  445. {block:RebloggedFrom} /
  446. <a href="{ReblogParentURL}">via</a>
  447. {/block:RebloggedFrom}
  448. {block:ContentSource}
  449. & <a href="{SourceURL}">source</a>
  450. {/block:ContentSource}
  451. {block:RebloggedFrom}{/block:RebloggedFrom}
  452.  
  453. {block:HasTags}
  454. / <b>tagged:</b>
  455. {block:Tags}
  456. <a href="{TagURL}"> {Tag}</a><span class="comma">,</span>
  457. {/block:Tags}
  458. {/block:HasTags}
  459. </div>
  460. {/block:Date}
  461.  
  462. </div>
  463.  
  464. {block:PostNotes}
  465. <div class="pagenotes">{PostNotes-16}</div>
  466. {/block:PostNotes}
  467.  
  468. {/block:Posts}
  469.  
  470. {block:Pagination}
  471. <div id="pagination">
  472. {block:PreviousPage}
  473. <a href="{PreviousPage}">Previous</a> |
  474. {/block:PreviousPage}
  475. {block:NextPage}
  476. <a href="{NextPage}">Next</a>
  477. {/block:NextPage}
  478. </div>
  479. {/block:Pagination}
  480.  
  481. </div>
  482.  
  483. <div style="position:fixed; bottom:10px; right:10px; padding:2px 2px; text-align:right; font-size:9px; font-family:arial; font-weight:bold;">
  484. <a title="theme by nerdydean" href="http://hellish.co.vu">cr.</a>
  485. </div>
  486.  
  487.  
  488. </body>
  489. </html>
Advertisement
Add Comment
Please, Sign In to add comment