hoenarry

theme 12

Jul 30th, 2014
2,592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. <head>
  2.  
  3. <title>{title}</title>
  4. <link rel="shortcut icon" href="{Favicon}"/>
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <meta name="color:background" content="#ffffff"/>
  9. <meta name="color:link" content="#888888"/>
  10. <meta name="color:text" content="#000000"/>
  11.  
  12. <meta name="image:sidebar" content=""/>
  13. <meta name="image:Background" content="" />
  14.  
  15. <meta name="if:shadow" content="1" />
  16.  
  17. <meta name="text:link 1 URL" content="" />
  18. <meta name="text:link 1" content="" />
  19. <meta name="text:link 2 URL" content="" />
  20. <meta name="text:link 2" content="" />
  21. <meta name="text:link 3 URL" content="" />
  22. <meta name="text:link 3" content="" />
  23.  
  24. <style type="text/css">
  25.  
  26. #tumblr_controls{
  27.  
  28. position:fixed !important;
  29.  
  30. -webkit-filter: invert(100%)
  31.  
  32. }
  33.  
  34. blockquote {padding:0px 0 0px 10px;
  35. border-left:1px solid #eee;
  36. margin-left:25px;}
  37.  
  38. body{
  39. color:black;
  40. font-family:verdana;
  41. font-size:9px;
  42. color:{color:text};
  43. background: {color:Background} url('{image:Background}') no-repeat center fixed ;
  44. -webkit-background-size: cover;
  45. -moz-background-size: cover;
  46. -o-background-size: cover;
  47. background-size: cover;
  48. }
  49.  
  50. a{
  51. color:{color:link};
  52. text-decoration:none;
  53. }
  54.  
  55. h1{
  56. font-size:14px;
  57. font-weight:bold;
  58. }
  59.  
  60.  
  61. #entries{
  62. width:500px;
  63. margin-left:450px;
  64. position:absolute;
  65. padding:5px;
  66. margin-top:40px;
  67. }
  68.  
  69. #post{
  70. padding:8px;
  71. background-color:#fff;
  72. width:500px;
  73. float:left;
  74. margin-bottom:40px;
  75. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)9px 9px; {/block:ifshadow}
  76. }
  77.  
  78. #sidebar{
  79. background-color:#fff;
  80. width:250px;
  81. margin-top:150px;
  82. margin-left:100px;
  83. position:fixed;
  84. padding:8px;
  85. text-align:center;
  86. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)9px 9px; {/block:ifshadow}
  87. }
  88.  
  89. #sidebartitle{
  90. font-size:13px;
  91. margin-bottom:5px;
  92. text-transform:uppercase;
  93. letter-spacing:5px;
  94. margin-top:5px;
  95. }
  96.  
  97. #sidebarimage{
  98. width 250px;
  99. }
  100.  
  101. #sidebarimage img{
  102. width:250px;
  103. }
  104.  
  105. #links{
  106. margin-top:10px;
  107. font-size:8px;
  108. }
  109.  
  110. #links a{
  111. color:{color:link};
  112. text-transform:uppercase;
  113. margin-right:13px;
  114. }
  115.  
  116. #links a:hover{
  117. text-transform:lowercase;
  118. }
  119.  
  120. #description{
  121. margin-top:10px;
  122. margin-bottom:5px;
  123. }
  124.  
  125. #pagination {
  126. margin-top:5px;
  127. font-size:8px;
  128. float:right;
  129. margin-bottom:20px;
  130. }
  131.  
  132. #pagination a{
  133. background-color:#fff;
  134. text-transform:uppercase;
  135. padding:5px;
  136. {block:ifshadow} box-shadow:rgba(0,0,0,0.1)9px 9px; {/block:ifshadow}
  137. }
  138.  
  139. #pagination a:hover{
  140. text-transform:lowercase;
  141. }
  142.  
  143. #postinfo{
  144. margin-top:5px;
  145. line-height:175%;
  146. }
  147.  
  148. #postinfo a{
  149. font-size:8px;
  150. text-transform:uppercase;
  151. }
  152.  
  153. #postinfo a:hover{
  154. text-transform:lowercase;
  155. }
  156.  
  157. {CustomCSS}
  158.  
  159. </style>
  160.  
  161. </head>
  162. <body>
  163. <div id="sidebar">
  164. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  165. <div id="description">{Description}</div>
  166. <div id="links">
  167. <a href="/">home</a>
  168. <a href="/ask">ask</a>
  169. {block:iflink1}<a href="{text:link 1 URL}">{text:link 1}</a>{/block:iflink1}
  170. {block:iflink2}<a href="{text:link 2 URL}" >{text:link 2}</a>{/block:iflink2}
  171. {block:iflink3}<a href="{text:link 3 URL}">{text:link 3}</a> {/block:iflink3}</div>
  172. </div>
  173.  
  174. <div id="entries">
  175.  
  176. {block:Posts}
  177.  
  178. <div id="post">
  179.  
  180. {block:Title}<h1>{Title}</h1>{/block:Title}
  181.  
  182. {block:Text}{Body}{/block:Text}
  183.  
  184. {block:Photo}
  185. <a href="{permalink}"><img src="{PhotoURl-500}" width="500"/></a>
  186. {/block:Photo}
  187.  
  188. {block:Photoset}
  189. {Photoset-500}
  190. {/block:Photoset}
  191.  
  192.  
  193. {block:Quote}
  194. <h1>"{Quote}"</h1>
  195. <div align="right">
  196. {block:Source}-{Source}{/block:Source}
  197. </div>
  198. {/block:Quote}
  199.  
  200.  
  201. {block:Video}
  202. {Video-500}<br>
  203. {PlayCountWithlabel}
  204. {/block:Video}
  205.  
  206.  
  207. {block:link}
  208. <h1><a href="{URl}" class="link" {Target}>{Name}</a></h1>
  209. {block:Description}{Description}{/block:Description}
  210. {/block:link}
  211.  
  212. {block:Chat}
  213. {block:lines}
  214. {block:label}
  215. <br>{label}
  216. {/block:label}
  217. &nbsp;{line}
  218. {/block:lines}
  219. {/block:Chat}
  220.  
  221. {block:Audio}
  222. {AudioPlayerWhite}
  223. <br>{block:Artist} Artist: {artist}
  224. {/block:Artist}<br>
  225. {/block:Audio}
  226.  
  227.  
  228. {block:Answer}
  229. {Asker} asked <b>{Question}</b><Br>
  230. {Answer}
  231. {/block:Answer}
  232.  
  233. {block:Caption}
  234. {Caption}
  235. {/block:Caption}
  236.  
  237. <div id="postinfo">
  238. {block:Date} <a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">
  239. {NoteCountWithlabel}</a><div style="float:right">{block:RebloggedFrom}<a href="{ReblogParentURl}" title="{ReblogParentName}">via</a>, {block:ContentSource}<a href="{ReblogRootURl}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div><br>
  240. {block:HasTags}tagged: {block:Tags}<a href="{TagUrl}">#{Tag}</a>, {/block:Tags}{/block:HasTags}
  241. </div>
  242.  
  243. {block:PermalinkPage}
  244. <br>
  245.  
  246. <Br>
  247. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  248. {/block:PermalinkPage}
  249. </div>
  250.  
  251. {/block:Posts}
  252.  
  253. {block:Pagination}
  254. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  255. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>
  256. {/block:Pagination}
  257.  
  258. </div>
  259.  
  260. {block:ContentSource}
  261. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  262. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  263. {/block:SourceLogo}
  264. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  265. {/block:ContentSource}
  266.  
  267. </body>
  268. <div style="position:fixed;bottom:5px;right:5px;z-index:999;font-size:8px;"><a href="http://hoenarry.tumblr.com">theme</a></div>
  269. </html>
Advertisement
Add Comment
Please, Sign In to add comment