Advertisement
hoenarry

theme 4

Mar 10th, 2014
3,501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 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="text:SecondTitle" content="title" />
  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:left;}
  119.  
  120.  
  121. /*sidebar*/
  122. #sidebar {text-align:center;
  123. position:fixed;
  124. margin-left:-250px;
  125. margin-top:100px;
  126. width:200px;
  127. }
  128.  
  129. #sidebarim {margin-top:10px}
  130.  
  131. #sidebarim img {width:200px}
  132.  
  133. #blogt {font-size:16px;
  134. font-weight:bold;
  135. text-align:right;}
  136.  
  137. #links {
  138. line-height:16px;
  139. text-transform:lowercase;
  140. }
  141.  
  142.  
  143. #links a {
  144. padding:6px;
  145. display:inline-block;
  146. font-weight:bold;
  147.  
  148. }
  149.  
  150. #description {
  151. margin-top:10px;
  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. margin-left:50px;
  180. }
  181.  
  182.  
  183.  
  184. #posts {
  185. width:500px;
  186. {block:IndexPage}
  187. margin-bottom:75px;
  188. {/block:IndexPage}
  189. {block:PermalinkPage}
  190. margin-bottom:50px;
  191. {/block:PermalinkPage}
  192.  
  193. }
  194. #posts img {
  195. max-width:500px;
  196. }
  197.  
  198. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  199. .caption {width:100%;
  200. margin-top:10px;
  201.  
  202. }
  203.  
  204. /*quote*/
  205.  
  206. #titlequote{text-align:left;
  207. font-size:14px;
  208. line-height:18px;
  209. font-weight:bold;
  210. }
  211. #source {
  212. margin-top:15px;
  213. margin-left:15px;}
  214.  
  215. /*audio*/
  216.  
  217. .player {
  218. width:25px;
  219. height:25px;
  220. overflow:hidden;
  221. position:absolute;
  222. background:white;}
  223.  
  224. .audioinfo {
  225. margin-left:50px;
  226. }
  227.  
  228.  
  229. /*asks*/
  230. .q {margin-bottom:10px;
  231. }
  232. .as {
  233. font-weight:bold;}
  234.  
  235. .a {
  236. margin-top:10px;
  237. }
  238.  
  239.  
  240. /*chat*/
  241.  
  242. .chat ol {
  243. padding:0;
  244. list-style:none;
  245. }
  246. .line {padding:5px 0;}
  247.  
  248. .label {font-weight:bold;
  249. }
  250.  
  251.  
  252.  
  253.  
  254.  
  255. /*permalink and notes*/
  256.  
  257. #permalink {
  258. margin-top:5px;
  259. font-size:9px;
  260. text-transform:lowercase;
  261. }
  262. #permalink a {margin-right:10px;
  263. }
  264.  
  265.  
  266. .tags {
  267. word-break:break-all;
  268. font-size:9px;
  269. }
  270.  
  271. .pagenotes {
  272. {block:IndexPage}
  273. display: none!important;
  274. {/block:IndexPage}
  275. width:400px;
  276. text-align:left;
  277.  
  278. }
  279. .pagenotes img {
  280. display:none!important;}
  281. .pagenotes li {
  282. list-style-type:none;
  283. padding:5px 0px;
  284. text-align:left;
  285. margin:0 0 0 -40px;
  286. }
  287.  
  288.  
  289.  
  290.  
  291. {CustomCSS}
  292.  
  293.  
  294. </style>
  295.  
  296.  
  297.  
  298. </head>
  299.  
  300. <body>
  301.  
  302. <div id="con">
  303.  
  304. <div id="sidebar">
  305. <div id="blogt">{text:SecondTitle}</div>
  306. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  307. <div id="description">{Description}</div>
  308. <div id="links">
  309. <a href="/">home</a>
  310. <a href="/ask">ask</a>
  311. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  312. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  313. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  314. </div>
  315.  
  316.  
  317.  
  318.  
  319. </div>
  320.  
  321.  
  322.  
  323.  
  324. <div id="entries">
  325.  
  326. {block:Posts}
  327. <div id="posts">
  328.  
  329.  
  330. {block:Quote}
  331.  
  332.  
  333. <div id="titlequote">“{Quote}”</div>
  334. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  335. {/block:Quote}
  336.  
  337.  
  338.  
  339. {block:Text}
  340.  
  341. {block:Title}
  342. <div id="title">{Title}</div>{/block:Title}
  343. {Body}
  344. {/block:Text}
  345.  
  346. {block:Link}
  347. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  348. {/block:Link}
  349.  
  350. {block:Chat}
  351. {block:Title}
  352. <h1>{Title}</h1>
  353. {/block:Title}
  354. <div class="chat">
  355. <ol>{block:Lines}
  356. <li class="line {Alt}">
  357. {block:Label}
  358. <span class="label">
  359. {Label}</span>
  360. {/block:Label}{Line}</li>
  361. {/block:Lines}
  362. </ol></div>
  363. {/block:Chat}
  364.  
  365. {block:Photo}
  366. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  367. {/block:Photo}
  368.  
  369. {block:Photoset}
  370. {Photoset-500}
  371. {/block:Photoset}
  372.  
  373. {block:Video}
  374. {Video-500}
  375. {/block:Video}
  376.  
  377. {block:Audio}
  378. <div class="player">{AudioPlayerWhite}</div>
  379. <div class="audioinfo">
  380. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  381. </div>
  382. {/block:Audio}
  383.  
  384. {block:Answer}
  385. <div class="q">
  386. <div class="as">{Asker} said:
  387. {Question}</div></div>
  388. <div class="a">{Answer}</div>
  389. {/block:Answer}
  390.  
  391. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  392.  
  393. {block:Date}
  394. <div id="permalink">
  395. <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}
  396. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  397. </div>
  398. {/block:Date}
  399.  
  400.  
  401.  
  402. </div>
  403.  
  404.  
  405. {block:PostNotes}
  406. <div class="pagenotes">
  407. {PostNotes}
  408. </div>
  409. {/block:PostNotes}
  410.  
  411.  
  412. {/block:Posts}
  413.  
  414. <div id="pagination">
  415. {block:Pagination}
  416. {block:PreviousPage}
  417. <a href="{PreviousPage}">&larr; previous </a>
  418. {/block:PreviousPage}
  419.  
  420.  
  421. {block:NextPage}
  422. <a href="{NextPage}">next &rarr;</a>
  423. {/block:NextPage}
  424. {/block:Pagination}
  425. </div>
  426.  
  427.  
  428.  
  429. </div>
  430.  
  431. </div>
  432.  
  433.  
  434. {block:ContentSource}
  435. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  436. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  437. {/block:SourceLogo}
  438. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  439. {/block:ContentSource}
  440.  
  441. </body>
  442.  
  443. <div style="position:fixed;bottom:5px;right:5px;z-index:999;font-size:8px;"><a href="http://hoenarry.tumblr.com">theme</a></div>
  444. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement