Advertisement
stopsniall

ashtonirwnstheme christmas

Nov 29th, 2013
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 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 by ashtonirwns
  6. please dont steal anything or ill cry
  7. and kill you
  8. but mainly cry so yea dont do it yo
  9. other than that enjoy the theme
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Sidebar" content="#ffffff"/>
  22. <meta name="color:Text" content="#a8a8a8"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="color:Tags" content="f0f0f0"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Line" content="#f2f2f2"/>
  27. <meta name="color:Border" content="#e4e4e4"/>
  28. <meta name="color:Post" content="#ffffff"/>
  29. <meta name="color:Answer" content="#f8f8f8"/>
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:bg" content=""/>
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 1 Text" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 2 Text" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 3 Text" content="" />
  38. <meta name="text:Link 4" content="" />
  39. <meta name="text:Link 4 Text" content="" />
  40. <meta name="text:Link 5" content="" />
  41. <meta name="text:Link 5 Text" content="" />
  42. <meta name="text:Link 6" content="" />
  43. <meta name="text:Link 6 Text" content="" />
  44. <meta name="if:Show Link 1" content="1" />
  45. <meta name="if:Show Link 2" content="1" />
  46. <meta name="if:Show Link 3" content="1" />
  47. <meta name="if:Show Link 4" content="1" />
  48. <meta name="if:Show Link 5" content="1" />
  49. <meta name="if:Show Link 6" content="1" />
  50. <meta name="color:scrollbarbg" content="ffffff"/>
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. /* --- SCROLLBAR ---*/
  56.  
  57. ::-webkit-scrollbar {
  58. width: 5px;height: 5px;}
  59. ::-webkit-scrollbar-button:start:decrement,
  60. ::-webkit-scrollbar-button:end:increment {
  61. height: 6px;display: block;background-color: {color:white};}
  62. ::-webkit-scrollbar-track-piece {
  63. background-color: {color:scrollbarbg};}
  64. ::-webkit-scrollbar-thumb:vertical {
  65. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  66.  
  67.  
  68. /* --- BODY ---*/
  69.  
  70. body {
  71. background:{color:background};
  72. margin:0px;
  73. color:{color:text};
  74. font-family:Calibri;
  75. font-size:9px;
  76. line-height:100%;
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. }
  85.  
  86. img {
  87. border:none;
  88. }
  89.  
  90. blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95. blockquote blockquote {
  96. padding-left:5px;
  97. border-left:2px solid;
  98. }
  99.  
  100. h1 {
  101. font-size:9px;
  102. text-transform:uppercase;
  103. }
  104.  
  105. a:hover {
  106. opacity:10;
  107. color:{color:hover};
  108. -webkit-transition: all 0.7s ease;
  109. -moz-transition: all 0.7s ease;
  110. -o-transition: all 0.7s ease
  111. }
  112.  
  113. #tree {
  114. position:fixed;
  115. margin-top:120px;
  116. margin-left:95px;
  117. z-index:1;
  118. }
  119.  
  120. #tree img {
  121. width:260px;
  122. height:55px;
  123. }
  124.  
  125. #top {
  126. position:fixed;
  127. top:-12px;
  128. margin-left:0px;
  129. width:2000px;
  130. height:40px;;
  131. background-image:url(http://media.tumblr.com/d8d2332f8d94ed1d230697996ae0e6b1/tumblr_inline_mvcb3xR3fw1r37k2u.gif);
  132. z-index:1;
  133. }
  134.  
  135. /* --- POST ENTRIES ---*/
  136.  
  137.  
  138. #entries {
  139. padding:10px;
  140. width:500px;
  141. margin-left:450px;
  142. margin-top:40px;
  143. font-size:10px;
  144. }
  145.  
  146. /* --- BODY: POSTS ---*/
  147.  
  148.  
  149. #post {
  150. width:500px;
  151. padding-bottom:20px;
  152. padding:10px;
  153. margin-top:15px;
  154. background-color:{color:Post};
  155. }
  156.  
  157. /* --- SIDEBAR IMAGE ---*/
  158.  
  159.  
  160. #sidebar {
  161. width:100px;
  162. position:fixed;
  163. margin-left:100px;
  164. margin-top:160px;
  165. opacity:1;
  166. background-color:{color:Sidebar};
  167. }
  168.  
  169. #sidebarimage img {
  170. width:250px;
  171. height:150px;;
  172. }
  173.  
  174.  
  175. /* --- SIDEBAR LINKS ---*/
  176.  
  177. .links {
  178. width:350px;
  179. height:5px;
  180. padding: 9px;
  181. font-size:10px;
  182. font-family:'calibri';
  183. text-align:center;
  184. margin-top:-5px;
  185. margin-left:-110px;
  186. text-align:center;
  187. text-transform:uppercase;
  188. word-spacing:20px;
  189. position:fixed;
  190. }
  191.  
  192.  
  193.  
  194. /* --- DESCRIPTION ---*/
  195.  
  196. #description {
  197. position:fixed;
  198. font-family:cambria;
  199. line-height:100%;
  200. font-size:11px;
  201. font-style:italic;
  202. width:250px;
  203. margin-top:20px;
  204. padding:8px;
  205. margin-left:-6px;
  206. text-align:justify;
  207. color:{color:text};
  208. }
  209.  
  210. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  211. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  212.  
  213. /* --- PAGINATION---*/
  214.  
  215.  
  216. #pagination {
  217. width:500px;
  218. height:15px;
  219. font-size:15px;
  220. text-align:center;
  221. opacity:1;
  222. margin-left:-155px;
  223. padding-top:5px;
  224. word-spacing: 2px;
  225. margin-top:225px;
  226. font-style:italic;
  227. position:fixed;
  228. font-family:cambria;
  229. letter-spacing:0px;
  230. background-color:;
  231. -webkit-transform: rotate(90deg);
  232. -moz-transform: rotate(90deg);
  233. -o-transform: rotate(90deg);
  234. }
  235. /* --- POST INFO ---*/
  236.  
  237.  
  238. #info {
  239. text-align:left;
  240. margin-top:10px;
  241. text-transform:uppercase;
  242. font-size:8px;
  243. font-style:none;
  244. border-top:1px solid {color:Line}
  245. }
  246.  
  247. /* --- POST TAGS---*/
  248.  
  249.  
  250. #tags {
  251. font-family:cambria;
  252. letter-spacing:0px;
  253. text-transform:lowercase;
  254. font-size:10px;
  255. font-style:italic;
  256. margin-top:4px;
  257. text-align:left;
  258. }
  259.  
  260. #tags
  261. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  262. -webkit-transition: all 0.6s ease-in-out;
  263. -moz-transition: all 0.6s ease-in-out;
  264. -o-transition: all 0.6s ease-in-out;
  265. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  266.  
  267.  
  268. /* --- QUESTIONS ---*/
  269.  
  270. #asker {
  271. padding:5px;
  272. font-family:cambria;
  273. letter-spacing:1px;
  274. text-align:left;
  275. font-style:italic;
  276. margin-left:10px;
  277. border-left:3px #eee solid;
  278. background-color:{color:background}
  279. }
  280.  
  281. {CustomCSS}</style></head><body>
  282.  
  283. <div id="tree"><img src="http://media.tumblr.com/ce1611eff9037dfa80415e735747f42b/tumblr_inline_mwzpogujL61r37k2u.png"></div>
  284.  
  285. <div id="top"></div>
  286.  
  287. <div id="sidebar">
  288. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  289.  
  290.  
  291. <div id="description">
  292. {Description}
  293. </div>
  294.  
  295.  
  296. <div class="links">
  297. <a title="{Text:Link 1 Text}" href="{Text:Link 1}"><img src="http://media.tumblr.com/tumblr_mecjitDeIm1qdlkyg.gif"></a>
  298. <a title="{Text:Link 2 Text}"href="{Text:Link 2}"><img src="http://media.tumblr.com/tumblr_mecjiwFtOw1qdlkyg.gif"></a>
  299. <a title="{Text:Link 3 Text}"href="{Text:Link 3}"><img src="http://media.tumblr.com/tumblr_mecjizzfZF1qdlkyg.gif"></a>
  300. <a title="{Text:Link 4 Text}"href="{Text:Link 4}"><img src="http://media.tumblr.com/tumblr_mecjj2U7PR1qdlkyg.gif"></a>
  301. <a title="{Text:Link 5 Text}"href="{Text:Link 5}"><img src="http://media.tumblr.com/tumblr_mecjijXjLB1qdlkyg.gif"></a>
  302. <a title="{Text:Link 6 Text}"href="{Text:Link 6}"><img src="http://media.tumblr.com/tumblr_mecjimGtcq1qdlkyg.gif"></a>
  303. </div>
  304. </div>
  305.  
  306. {block:Pagination}<div id="pagination">
  307. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  308. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  309. </div>{/block:Pagination}
  310. </div>
  311. </div>
  312. <div id="entries">{block:Posts}<div id="post">
  313.  
  314. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  315.  
  316. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  317.  
  318. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  319.  
  320. {block:Quote}{Quote}{/block:Quote}
  321.  
  322. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  323.  
  324. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  325.  
  326. {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>
  327. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  328. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  329. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  330. {/block:Audio}
  331.  
  332. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  333.  
  334. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  335.  
  336. <div id="info">
  337. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <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>
  338. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  339. {/block:Posts}
  340. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  341. {/block:Posts}</div></div></div>
  342.  
  343. <!--
  344. DONT REMOVE OR I WILL MURDER YOU
  345. -->
  346.  
  347.  
  348.  
  349. <div style="position:fixed;bottom:0px; right:-0px; font-size:5px; letter-spacing:1px; font-family:cambria;"><a href="http://stopsniall.tumblr.com/"><a href="http://ashtonirwns.tumblr.com/"><img src="http://media.tumblr.com/dbabbc0ec1f787537c0d5812b9f45fff/tumblr_inline_mpq2gzdswx1qz4rgp.png" /></a></center></div>
  350.  
  351.  
  352. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement