hoenarry

theme 6

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