Advertisement
stopsniall

ashtonirwnstheme5

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