Advertisement
stopsniall

ashtonirwnstheme3

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