Advertisement
hoenarry

theme 3

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