Advertisement
stopsniall

ashtonirwnstheme(autumn/fall)

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