Advertisement
stopsniall

ashtonirwnstheme17

Nov 3rd, 2013
217
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:Text" content="#a8a8a8"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Tags" content="f0f0f0"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="color:Line" content="#f2f2f2"/>
  28. <meta name="color:Border" content="#e4e4e4"/>
  29. <meta name="color:Post" content="#ffffff"/>
  30. <meta name="color:Answer" content="#f8f8f8"/>
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:bg" content=""/>
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 1 Text" content="" />
  35. <meta name="text:Link 2" content="" />
  36. <meta name="text:Link 2 Text" content="" />
  37. <meta name="text:Link 3" content="" />
  38. <meta name="text:Link 3 Text" content="" />
  39. <meta name="text:Link 4" content="" />
  40. <meta name="text:Link 4 Text" content="" />
  41. <meta name="if:Show Link 1" content="1" />
  42. <meta name="if:Show Link 2" content="1" />
  43. <meta name="if:Show Link 3" content="1" />
  44. <meta name="if:Show Link 4" content="1" />
  45. <meta name="color:scrollbarbg" content="ffffff"/>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. /* --- SCROLLBAR ---*/
  51.  
  52. ::-webkit-scrollbar {
  53. width: 5px;height: 5px;}
  54. ::-webkit-scrollbar-button:start:decrement,
  55. ::-webkit-scrollbar-button:end:increment {
  56. height: 6px;display: block;background-color: {color:white};}
  57. ::-webkit-scrollbar-track-piece {
  58. background-color: {color:scrollbarbg};}
  59. ::-webkit-scrollbar-thumb:vertical {
  60. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  61.  
  62.  
  63. /* --- BODY ---*/
  64.  
  65. body {
  66. background:{color:background};
  67. margin:0px;
  68. color:{color:text};
  69. font-family:Calibri;
  70. font-size:9px;
  71. line-height:100%;
  72. }
  73.  
  74. a {
  75. text-decoration:none;
  76. outline:none;
  77. -moz-outline-style:none;
  78. color:{color:link};
  79. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90. blockquote blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95. h1 {
  96. font-size:9px;
  97. text-transform:uppercase;
  98. }
  99.  
  100. a:hover {
  101. opacity:10;
  102. color:{color:hover};
  103. -webkit-transition: all 0.7s ease;
  104. -moz-transition: all 0.7s ease;
  105. -o-transition: all 0.7s ease
  106. }
  107.  
  108.  
  109. #flowers {
  110. position:fixed;
  111. margin-top:220px;
  112. margin-left:100px;
  113. }
  114.  
  115. #flowers img {
  116. width:160px;
  117. height:140px;
  118. }
  119.  
  120. #flowers2 {
  121. position:fixed;
  122. margin-top:220px;
  123. margin-left:240px;
  124. }
  125.  
  126. #flowers2 img {
  127. width:160px;
  128. height:140px;
  129. }
  130.  
  131.  
  132. /* --- POST ENTRIES ---*/
  133.  
  134.  
  135. #entries {
  136. padding:10px;
  137. width:500px;
  138. margin-left:450px;
  139. margin-top:40px;
  140. font-size:10px;
  141. }
  142.  
  143. /* --- BODY: POSTS ---*/
  144.  
  145.  
  146. #post {
  147. width:500px;
  148. padding-bottom:20px;
  149. padding:10px;
  150. margin-top:15px;
  151. background-color:{color:Post};
  152. }
  153.  
  154. /* --- SIDEBAR IMAGE ---*/
  155.  
  156.  
  157. #sidebar {
  158. width:100px;
  159. position:fixed;
  160. margin-left:90px;
  161. margin-top:150px;
  162. opacity:1;
  163. background-color:;
  164. }
  165.  
  166. #sidebarimage {
  167. width 100px;
  168. }
  169.  
  170. #sidebarimage img {
  171. opacity:0;
  172. width:300px;
  173. border:solid 1px;
  174. padding:6px;
  175. border-color: {color:border};
  176. background-color:{color:Sidebar};
  177. }
  178.  
  179. #sidebar:hover #description {
  180.  
  181. opacity:1;
  182. -webkit-transition: all 0.5s ease-out;
  183. -moz-transition: all 0.5s ease-out;
  184. transition: all 0.5s ease-out;
  185.  
  186. margin-top:-300px;
  187.  
  188. }
  189.  
  190. #sidebar:hover .links {
  191.  
  192. opacity:1;
  193. -webkit-transition: all 1s ease-out;
  194. -moz-transition: all 1s ease-out;
  195. transition: all 1s ease-out;
  196.  
  197. }
  198.  
  199.  
  200. /* --- SIDEBAR LINKS ---*/
  201.  
  202. @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  203.  
  204. .links {
  205. width:300px;
  206. height:5px;
  207. opacity:0;
  208. padding: 9px;
  209. font-size:8px;
  210. font-family:'halohandletter';
  211. text-align:center;
  212. margin-top:-100px;
  213. margin-left:0px;
  214. text-align:center;
  215. text-transform:lowercase;
  216. word-spacing:10px;
  217. position:fixed;
  218. padding-bottom:7px;
  219. -webkit-transition: all 0.6s ease-out;
  220. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  221. }
  222.  
  223. .links a {
  224. font-size: 27px;
  225. }
  226.  
  227. .links a:hover {
  228. color:{color:Hover}
  229. opacity:.8;
  230. }
  231.  
  232.  
  233. /* --- DESCRIPTION ---*/
  234.  
  235. #description {
  236. position:fixed;
  237. font-family:cambria;
  238. line-height:90%;
  239. font-size:11px;
  240. font-style:italic;
  241. width:260px;
  242. margin-top:-150px;
  243. padding:8px;
  244. opacity:0;
  245. margin-left:20px;
  246. text-align:justify;
  247. color:{color:link};
  248. -webkit-transition: all 0.6s ease-out;
  249. -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  250. }
  251. /* --- PAGINATION---*/
  252.  
  253.  
  254. #pagination {
  255. width:250px;
  256. height:15px;
  257. font-size:50px;
  258. text-align:center;
  259. margin-left:970px;
  260. padding-top:5px;
  261. opacity:1;
  262. word-spacing: 2px;
  263. margin-top:-150px;
  264. position:fixed;
  265. font-family:halohandletter;
  266. text-transform:uppercase;
  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="flowers"><img src="http://media.tumblr.com/87d5bcaf1d1617eff7696a7be4069062/tumblr_inline_mvoezl1nFf1r37k2u.png"></div>
  320. <div id="flowers2"><img src="http://media.tumblr.com/87d5bcaf1d1617eff7696a7be4069062/tumblr_inline_mvoezl1nFf1r37k2u.png"></div>
  321.  
  322.  
  323. <div id="sidebar">
  324. <div id="sidebarimage"><img src="{image:sidebar}"></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}">prev</a>{/block:PreviousPage}
  345. {block:NextPage}<a href="{NextPage}">next</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. DONT REMOVE THE CREDIT OR I WILL FIND YOU
  383. AND EAT YOUR FAMILY IN FRONT OF YOU I S2G
  384. -->
  385.  
  386. <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>
  387.  
  388.  
  389. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement