hoenarry

theme 8

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