hoenarry

theme 1

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