Advertisement
stopsniall

ashtonirwnstheme6

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