Advertisement
stopsniall

ashtonirwnstheme18

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