Advertisement
hoenarry

theme 11

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