themesbyhaleigh

theme #39

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