hoenarry

theme 9

Jul 6th, 2014
3,553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate” type="application/rss+xml” href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <meta name="image:sidebar" content=""/>
  12. <meta name="image:background" content=""/>
  13. <meta name="color:Background" content="#ffffff"/>
  14.  
  15. <meta name="text:Link 1 URL" content="" />
  16. <meta name="text:Link 1" content="" />
  17. <meta name="text:Link 2 URL" content="" />
  18. <meta name="text:Link 2" content="" />
  19. <meta name="text:Link 3 URL" content="" />
  20. <meta name="text:Link 3" content="" />
  21.  
  22. <meta name="text:SecondTitle" content="title" />
  23.  
  24.  
  25. <style type="text/css">
  26. body {
  27. background: {color:Background} url('{image:background}') no-repeat center fixed ;
  28. -webkit-background-size: cover;
  29. -moz-background-size: cover;
  30. -o-background-size: cover;
  31. background-size: cover;
  32. margin:0;
  33. font-family:arial;
  34. font-size:9px;
  35. text-transform:uppercase;
  36. color:#000;
  37. margin:0px;
  38. padding:0px;
  39. }
  40.  
  41. /*basics*/
  42. blockquote {padding:0px 0 0px 10px;
  43. border-left:1px solid #eee;
  44. margin-left:20px;
  45. }
  46.  
  47. a {
  48. color:#000;
  49. text-decoration:none;
  50. }
  51.  
  52. a:hover {
  53. color:#000;
  54. text-transform:lowercase;
  55. }
  56.  
  57. #container {
  58. width:760px;
  59. margin:25px 0px 20px 140px;
  60. }
  61.  
  62. #sidebar {
  63. float:left;
  64. width:250px;
  65. background:#fff;
  66. padding:10px;
  67. margin-left:-40px;
  68. position:fixed;
  69. margin-top:50px;
  70.  
  71. }
  72.  
  73. #sidebar h1 {
  74. text-align:right;
  75. margin-bottom:0px;
  76. font-size:13px;
  77. text-transform:lowercase;
  78. }
  79.  
  80. #blogt {font-size:16px;
  81. font-weight:bold;
  82. margin-top:8px;
  83. text-align:left;
  84. text-transform:lowercase;
  85. }
  86.  
  87. .description {
  88. text-transform:lowercase;
  89. margin-top:7px;
  90. margin-bottom:10px;
  91. }
  92.  
  93. .links {
  94.  
  95. }
  96.  
  97.  
  98. /*asks*/
  99. .q {margin-bottom:10px;
  100. }
  101. .as {
  102. font-weight:bold;}
  103.  
  104. .a {
  105. margin-top:10px;
  106. }
  107.  
  108.  
  109. #content {
  110. margin:10px;
  111. width:500px;
  112. float:right;
  113. }
  114.  
  115. .post {
  116. width:500px;
  117. text-transform:lowercase;
  118. background:#fff;
  119. padding:10px;
  120. margin-bottom:60px;
  121. }
  122.  
  123. .post .meta {
  124. text-align:center;
  125. text-transform:uppercase;
  126. }
  127.  
  128. #postnotes {
  129.  
  130. }
  131.  
  132. #sidebarimage {
  133. width 200px;
  134. }
  135.  
  136. #sidebarimage img {
  137. width:250px;
  138. }
  139. #tags{
  140. opacity:0;
  141. text-transform:lowercase;
  142. -moz-transition-duration:0.5s;
  143. -webkit-transition-duration:0.5s;
  144. -o-transition-duration:0.5s;
  145. }
  146.  
  147. .post:hover #tags{
  148. opacity:1;
  149. -moz-transition-duration:0.5s;
  150. -webkit-transition-duration:0.5s;
  151. -o-transition-duration:0.5s;
  152. }
  153.  
  154. {CustomCSS}
  155.  
  156.  
  157. </style>
  158.  
  159. </head>
  160.  
  161. <body>
  162. <div id="container">
  163.  
  164. <div id="sidebar">
  165. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  166. <div id="blogt">{text:SecondTitle}</div>
  167. {block:Description}
  168. <div class="description">
  169. {Description}
  170. </div>
  171. {/block:Description}
  172.  
  173. <div class="links">
  174.  
  175. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  176.  
  177. <a href="/">home</a> &nbsp;&nbsp;
  178.  
  179. <a href="/ask">ask</a> &nbsp;&nbsp;
  180.  
  181. <a href="/submit">submit</a> &nbsp;&nbsp;
  182.  
  183. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a> &nbsp;&nbsp;{/block:iflink1}
  184. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a> &nbsp;&nbsp;{/block:iflink2}
  185. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a> &nbsp;&nbsp;{/block:iflink3}
  186. </div><br>
  187.  
  188. <div class="pagnition">
  189. {block:PreviousPage}<a href="{PreviousPage}">&#171; Previous</a>{/block:PreviousPage} //
  190. {block:NextPage}<a href="{NextPage}">Next &#187;</a>{/block:NextPage}
  191. </div>
  192. </div>
  193.  
  194. <div id="content">
  195. {block:Posts}
  196. <div class="post">
  197. {block:Text}
  198. {block:Title}
  199. <h3><a href="{Permalink}">{Title}</a></h3>
  200. {/block:Title}
  201.  
  202. {Body}
  203. {/block:Text}
  204.  
  205. {block:Photo}
  206. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  207. {Caption}
  208.  
  209. {/block:Photo}
  210.  
  211. {block:Photoset}
  212. {Photoset-500}
  213. {Caption}
  214.  
  215. {/block:Photoset}
  216.  
  217. {block:Quote}
  218. “{Quote}”
  219.  
  220. {block:Source}
  221. <div class="source">{Source}</div>
  222. {/block:Source}
  223. {/block:Quote}
  224.  
  225. {block:Link}
  226. <a href="{URL}" class="link" {Target}>{Name}</a>
  227.  
  228. {block:Description}
  229. <div class="description">{Description}</div>
  230. {/block:Description}
  231. {/block:Link}
  232.  
  233. {block:Chat}
  234. {block:Title}
  235. <h3><a href="{Permalink}">{Title}</a></h3>
  236. {/block:Title}
  237.  
  238. <ul class="chat">
  239. {block:Lines}
  240. <li class="{Alt} user_{UserNumber}">
  241. {block:Label}
  242. <span class="label">{Label}</span>
  243. {/block:Label}
  244.  
  245. {Line}
  246. </li>
  247. {/block:Lines}
  248. </ul>
  249. {/block:Chat}
  250.  
  251. {block:Video}
  252. {Video-500}
  253.  
  254.  
  255. {/block:Video}
  256.  
  257. {block:Audio}
  258. {AudioPlayerBlack}
  259.  
  260.  
  261. {block:Caption}
  262. <div class="caption">{Caption}</div>
  263. {/block:Caption}
  264. {/block:Audio}
  265.  
  266. {block:Answer}
  267. <div class="q">
  268. <div class="as">{Asker} said: {Question}</div></div>
  269. <div class="a">{Answer}</div>
  270. {/block:Answer}
  271.  
  272. <div class="meta"><br>
  273. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with
  274. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  275.  
  276. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  277. </div>
  278.  
  279. {block:PermalinkPage}
  280. {block:RebloggedFrom} <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} {block:ContentSource} & <a href="{SourceURL}"> <a href="{SourceURL}">source </a>{/block:ContentSource}</div><br>
  281. {block:PostNotes}
  282. <div id="postnotes">
  283. {PostNotes}
  284. </div>
  285. {/block:PostNotes}
  286. {/block:PermalinkPage}
  287. </div>
  288. {/block:Posts}
  289. </div>
  290.  
  291. </div>
  292. </body>
  293.  
  294. <div style="position:fixed; bottom:0px; right:0px;">
  295. <a href="http://hoenarry.tumblr.com">credit</a> <br></div>
  296. </html>
Advertisement
Add Comment
Please, Sign In to add comment