Advertisement
jaceherondaling

Theme #1 by jaceherondaling

Sep 12th, 2013
1,386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 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.  
  3. <!--
  4.  
  5. Theme 030 by Ana (http://jaceherondaling.tumblr.com)
  6.  
  7. - DO NOT STEAL
  8. - DO NOT REDISTRIBUTE
  9. - DO NOT REMOVE CREDIT
  10. - DO NOT USE AS A BASE CODE
  11. (and all this stuff)
  12. Thanks :)
  13.  
  14. -->
  15.  
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25.  
  26. <meta name="color:Text" content="#bbbbbb"/>
  27. <meta name="color:Link" content="#aaaaaa"/>
  28. <meta name="color:Tags" content="#cccccc"/>
  29. <meta name="color:Hover" content="#f1f1f1"/>
  30. <meta name="color:Line" content="#f2f2f2"/>
  31. <meta name="color:Border" content="#eeeeee"/>
  32. <meta name="color:scrollbarbg" content="ffffff"/>
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:big sidebar" content="" />
  36. <meta name="image:bg" content=""/>
  37.  
  38. <meta name="if:Link1" content="" />
  39. <meta name="if:Link2" content="" />
  40. <meta name="if:Link3" content="" />
  41. <meta name="if:Link4" content="" />
  42. <meta name="if:Link5" content="" />
  43.  
  44. <meta name="text:Link1 hover" content=""/>
  45. <meta name="text:Link2 hover" content=""/>
  46. <meta name="text:Link3 hover" content=""/>
  47. <meta name="text:Link4 hover" content=""/>
  48. <meta name="text:Link5 hover" content=""/>
  49. <meta name="text:Link1 url" content=""/>
  50. <meta name="text:Link2 url" content=""/>
  51. <meta name="text:Link3 url" content=""/>
  52. <meta name="text:Link4 url" content=""/>
  53. <meta name="text:Link5 url" content=""/>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59. ::-webkit-scrollbar {
  60. width: 5px;height: 5px;}
  61. ::-webkit-scrollbar-button:start:decrement,
  62. ::-webkit-scrollbar-button:end:increment {
  63. height: 6px;display: block;background-color: {color:white};}
  64. ::-webkit-scrollbar-track-piece {
  65. background-color: {color:scrollbarbg};}
  66. ::-webkit-scrollbar-thumb:vertical {
  67. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  68.  
  69.  
  70. body {
  71. background:{color:background};
  72. margin:0px;
  73. color:{color:text};
  74. font-family:Arial, Helvetica;
  75. font-size:9px;
  76. line-height:100%;
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. -moz-outline-style:none;
  82. color:{color:link};
  83. }
  84.  
  85. img {
  86. border:none;
  87. }
  88.  
  89.  
  90. h1 {
  91. font-size:12px;
  92. text-transform:uppercase;
  93. }
  94.  
  95. blockquote {
  96. padding-left:5px;
  97. border-left:2px solid;
  98. }
  99.  
  100. blockquote blockquote {
  101. padding-left:5px;
  102. border-left:2px solid;
  103. }
  104.  
  105.  
  106. a:hover {
  107. opacity:1;
  108. color:{color:hover};
  109. -webkit-transition: all 0.5s ease;
  110. -moz-transition: all 0.5s ease;
  111. -o-transition: all 0.5s ease
  112. }
  113.  
  114.  
  115. #sidebar {
  116. position:fixed;
  117. width:120px;
  118. margin-left:250px;
  119. margin-top:200px;
  120. opacity:1;
  121. }
  122.  
  123. #sidebarimage {
  124. width 120px;
  125. }
  126.  
  127. #sidebarimage img {
  128. width:120px;
  129. padding:6px;
  130. }
  131.  
  132.  
  133.  
  134. #sidebarbig {position:fixed; top:0px; left:0px; width:200px; background-repeat:repeat;}
  135. #sidebarbig img {width:200px;
  136. }
  137.  
  138.  
  139. .desc {
  140. position:fixed;
  141. margin-top:10px;
  142. margin-left:0px;
  143. font-family:cambria;
  144. line-height:110%;
  145. font-size:9px;
  146. font-style:italic;
  147. width:110px;
  148. padding:9px;
  149. text-align:justify;
  150. color:{color:text};
  151. }
  152.  
  153. .desc a
  154. {color:{color:text};
  155. -moz-transition-duration:0.6s;
  156. -webkit-transition-duration:0.6s;
  157. -o-transition-duration:0.6s;
  158. }
  159.  
  160.  
  161. .links {
  162. position:fixed;
  163. margin-top:-6px;
  164. margin-left:-5px;
  165. width:125px;
  166. padding: 9px;
  167. word-spacing:2px;
  168. font-family:Arial, Helvetica;
  169. text-align:center;
  170. text-transform:uppercase;
  171. }
  172.  
  173. .links a {
  174. font-size: 9px;
  175. }
  176.  
  177. .links a:hover {
  178. color:{color:Hover}
  179. }
  180.  
  181.  
  182. #pagi{
  183. width:100px;
  184. font-size:8px;
  185. text-align:center;
  186. margin-left:15px;
  187. margin-top:55px;
  188. position:fixed;
  189. font-family:cambria;
  190. letter-spacing:0px;
  191. }
  192.  
  193.  
  194. #all {
  195. padding:10px;
  196. width:500px;
  197. margin-left:450px;
  198. margin-top:50px;
  199. font-size:10px;
  200. }
  201.  
  202.  
  203.  
  204. #posts {
  205. width:500px;
  206. padding-bottom:20px;
  207. padding:10px;
  208. margin-top:30px;
  209. background-color:{color:Post};
  210. }
  211.  
  212.  
  213. #details {
  214. text-align:right;
  215. margin-top:8px;
  216. text-transform:uppercase;
  217. font-size:8px;
  218. font-style:none;
  219. border-top:1px solid {color:Line};
  220. }
  221.  
  222.  
  223. #tags {
  224. font-family:cambria;
  225. letter-spacing:0px;
  226. text-transform:lowercase;
  227. font-size:10px;
  228. font-style:italic;
  229. margin-top:2px;
  230. text-align:right;
  231. }
  232.  
  233. #tags a {
  234. display:inline-block;
  235. padding:-3px;
  236. text-align:right;
  237. color:{color:Tags};
  238. -webkit-transition: all 0.6s ease-in-out;
  239. -moz-transition: all 0.6s ease-in-out;
  240. -o-transition: all 0.6s ease-in-out;
  241. -ms-transition: all 0.6s ease-in-out;
  242. -transition: all 0.6s ease-in-out;
  243. }
  244.  
  245.  
  246. #ask {
  247. background-color:{color:infobg};
  248. text-align:justify;
  249. line-height:160%;
  250. color:{color:text};
  251. padding:5px;
  252. padding-bottom:10px;
  253. padding-top:3px;
  254. }
  255.  
  256.  
  257. #asker img {
  258. margin-left:-2px;
  259. margin-bottom:-15px;
  260. padding:3px;
  261. padding-bottom:5px;
  262. }
  263.  
  264. #ans {
  265. text-align:left;
  266. padding:0px;
  267. color:{color:text};
  268. }
  269.  
  270.  
  271. {CustomCSS}</style></head><body>
  272.  
  273. <div id="sidebarbig"><img src="{image:big sidebar}"></div>
  274.  
  275. <div id="sidebar">
  276. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  277. <div class="links">
  278. <a href="/" title="home">i.</a>
  279. <a href="/ask" title="message">ii.</a>
  280. {block:ifLink1}<a href="{text:Link1 url}" title="{text:Link1 hover}">iii.</a>{/block:ifLink1}
  281. {block:ifLink2}<a href="{text:Link2 url}" title="{text:Link2 hover}">iv.</a>{/block:ifLink2}
  282. {block:ifLink3}<a href="{text:Link3 url}" title="{text:Link3 hover}">v.</a>{/block:ifLink3}
  283. {block:ifLink4}<a href="{text:Link4 url}" title="{text:Link4 hover}">vi.</a>{/block:ifLink4}
  284. {block:ifLink5}<a href="{text:Link5 url}" title="{text:Link5 hover}">vii.</a>{/block:ifLink5}
  285. </div>
  286. <div class="desc">
  287. {Description}
  288. </div> <br><br>
  289. {block:Pagination}<div id="pagi">
  290. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  291. {block:JumpPagination length="3"}
  292. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  293. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  294. {/block:JumpPagination}
  295. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  296. </div>{/block:Pagination}
  297.  
  298. </div>
  299.  
  300. <div id="all">{block:Posts}<div id="posts">
  301.  
  302. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  303.  
  304. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  305.  
  306. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  307.  
  308. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  309.  
  310. {block:Quote}<h2>"{Quote}"</h2>&nbsp; <div class="qsource">- {Source}</div>{/block:Quote}
  311.  
  312. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  313. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  314. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  315. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  316. {/block:Audio}
  317.  
  318. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  319.  
  320. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  321.  
  322.  
  323. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-24}"> {Asker}: {Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
  324.  
  325. <div id="details">
  326. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">Β© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  327. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  328. {/block:Posts}
  329. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  330. {/block:Posts}</div></div></div>
  331.  
  332.  
  333. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://jaceherondaling.tumblr.com/">jaceherondaling</a></center></div>
  334.  
  335.  
  336. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement