Advertisement
stopsniall

ashtonirwnstheme 13

Oct 13th, 2013
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.06 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. by ashtonirwns
  5. please dont steal anything or ill cry
  6. and kill you
  7. but mainly cry so yea dont do it yo
  8. other than that enjoy the theme
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="http://i11.photobucket.com/albums/a168/evelynregly/minigifs/miniheart.gif">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="image:sidebar" content="#A4A4A4"/>
  22. <meta name="color:Text" content="#a8a8a8"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="color:Tags" content="f0f0f0"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Line" content="#f2f2f2"/>
  27. <meta name="color:Border" content="#e4e4e4"/>
  28. <meta name="color:Post" content="#ffffff"/>
  29. <meta name="color:Answer" content="#f8f8f8"/>
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:bg" content=""/>
  32. <meta name="text:Link 1" content="/" />
  33. <meta name="text:Link 1 Text" content="" />
  34. <meta name="text:Link 2" content="/" />
  35. <meta name="text:Link 2 Text" content="" />
  36. <meta name="text:Link 3" content="/" />
  37. <meta name="text:Link 3 Text" content="" />
  38. <meta name="text:Link 4" content="/" />
  39. <meta name="text:Link 4 Text" content="" />
  40. <meta name="text:Link 5" content="/" />
  41. <meta name="text:Link 5 Text" content="" />
  42. <meta name="color:scrollbarbg" content="ffffff"/>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. /* --- SCROLLBAR ---*/
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#C6EEF8;}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  51. ::-webkit-scrollbar {background-color:#C6EEF8;height:7px;width:12px;border:5px solid #fff;}
  52. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:#C6EEF8;display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  53. }
  54.  
  55. /* --- BODY ---*/
  56.  
  57. body {
  58. background:{color:background};
  59. margin:0px;
  60. color:{color:text};
  61. font-family:Calibri;
  62. font-size:9px;
  63. line-height:100%;
  64. }
  65.  
  66. a {
  67. color:#bbb8b8;
  68. text-decoration:none;
  69. -webkit-transition: all 0.6s ease;
  70. -moz-transition: all 0.6s ease;
  71. -o-transition: all 0.6s ease;
  72. }
  73.  
  74. img {
  75. border:none;
  76. }
  77.  
  78. blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. blockquote blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. h1 {
  89. font-size:9px;
  90. text-transform:uppercase;
  91. }
  92. a:hover {
  93. color:#363636;
  94. text-decoration:none;
  95. -webkit-transition: all 0.8s ease-out;
  96. -moz-transition: all 0.8s ease-out;
  97. transition: all 0.8s ease-out;
  98. }
  99.  
  100. #frame {
  101. position:fixed;
  102. margin-top:-125px;
  103. margin-left:-50px;
  104. }
  105.  
  106. #frame img {
  107. width:250px;
  108. height:400px;
  109. }
  110.  
  111. #side1{
  112. position:fixed;
  113. margin-top:-40px;
  114. margin-left:448px;
  115. width:20px;
  116. height:100%;
  117. background-image:url('http://media.tumblr.com/ac0b5312fa64c0ba8326d493e6c061af/tumblr_inline_mumcc8hkB61r37k2u.png');
  118. z-index:1;
  119. }
  120.  
  121. #side2{
  122. position:fixed;
  123. margin-top:-40px;
  124. margin-left:972px;
  125. width:20px;
  126. height:100%;
  127. background-image:url('http://media.tumblr.com/b68822dad8e5c40fb8f2058da6746dc7/tumblr_inline_mumccb1SnY1r37k2u.png');
  128. z-index:1;
  129. }
  130.  
  131. /* --- POST ENTRIES ---*/
  132.  
  133.  
  134. #entries {
  135. padding:10px;
  136. width:500px;
  137. margin-left:450px;
  138. margin-top:40px;
  139. font-size:10px;
  140. }
  141.  
  142. /* --- BODY: POSTS ---*/
  143.  
  144.  
  145. #post {
  146. width:500px;
  147. padding-bottom:20px;
  148. padding:10px;
  149. margin-top:15px;
  150. background-color:{color:Post};
  151. }
  152.  
  153. /* --- SIDEBAR IMAGE ---*/
  154.  
  155.  
  156. #sidebar {
  157. width:100px;
  158. position:fixed;
  159. margin-left:150px;
  160. margin-top:200px;
  161. opacity:.80;
  162. background-color:{color:gray};
  163. }
  164.  
  165. #sidebarimage {
  166. position:fixed;
  167. margin-top:-67px;
  168. margin-left:-23px;
  169. width 100px;
  170. }
  171.  
  172. #sidebarimage img {
  173. position:fixed;
  174. width:185px;
  175. height:252px;
  176. padding:6px;
  177. border-color:;
  178. background-color:{color:Sidebar};
  179. -moz-border-radius: 100px / 50px;
  180. -webkit-border-radius: 100px / 50px;
  181. border-radius: 135px / 185px;
  182. }
  183.  
  184. #sidebar:hover #description {
  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. #sidebar:hover .links {
  194.  
  195. opacity:1;
  196. -webkit-transition: all 0.5s ease-out;
  197. -moz-transition: all 0.5s ease-out;
  198. transition: all 0.5s ease-out;
  199.  
  200. }
  201.  
  202.  
  203.  
  204. /* --- SIDEBAR LINKS ---*/
  205.  
  206. .links {
  207. width:15px;
  208. height:500px;
  209. padding: 9px;
  210. font-size:10px;
  211. font-family:'calibri';
  212. text-align: center;
  213. margin-top:-160px;
  214. margin-left:200px;
  215. text-transform:uppercase;
  216. opacity:0;
  217. line-height:880%;
  218. background-color: ;
  219. position:fixed;
  220. -webkit-transition: all 0.5s ease-out;
  221. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  222. }
  223.  
  224.  
  225.  
  226. .links a {
  227. font-size: 10px;
  228. }
  229.  
  230. .links a:hover {
  231. color:{color:Hover}
  232. -webkit-transition: all 0.5s ease-out;
  233. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  234. }
  235.  
  236.  
  237. /* --- DESCRIPTION ---*/
  238. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  239.  
  240. #description {
  241. position:fixed;
  242. font-family:silkscreen;
  243. line-height:110%;
  244. font-size:12px;
  245. font-style:;
  246. margin-top:-60px;
  247. opacity:0;
  248. margin-left:-17px;
  249. width:85px;
  250. height:150px;
  251. padding:50px;
  252. border-color:;
  253. background-color: #fff;
  254. text-align:center;
  255. color:#000;
  256. -moz-border-radius: 100px / 50px;
  257. -webkit-border-radius: 100px / 50px;
  258. border-radius: 130px / 150px;
  259. -webkit-transition: all 0.5s ease-out;
  260. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  261. }
  262.  
  263. /* --- PAGINATION---*/
  264.  
  265.  
  266. #pagination {
  267. width:1200px;
  268. height:15px;
  269. font-size:10px;
  270. text-align:center;
  271. margin-left:130px;
  272. padding-top:5px;
  273. opacity:.8;
  274. margin-top:-40px;
  275. position:fixed;
  276. font-family:consolas;
  277. letter-spacing:0px;
  278. background-color:#fff
  279. }
  280.  
  281. /* --- POST INFO ---*/
  282.  
  283.  
  284. #info {
  285. text-align:left;
  286. margin-top:10px;
  287. text-transform:uppercase;
  288. font-size:8px;
  289. font-style:none;
  290. border-top:1px solid {color:Line}
  291. }
  292.  
  293. /* --- POST TAGS---*/
  294.  
  295.  
  296. #tags {
  297. font-family:cambria;
  298. letter-spacing:0px;
  299. text-transform:lowercase;
  300. font-size:10px;
  301. font-style:italic;
  302. margin-top:4px;
  303. text-align:left;
  304. }
  305.  
  306. #tags
  307. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  308. -webkit-transition: all 0.6s ease-in-out;
  309. -moz-transition: all 0.6s ease-in-out;
  310. -o-transition: all 0.6s ease-in-out;
  311. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  312.  
  313.  
  314. /* --- QUESTIONS ---*/
  315.  
  316. #asker {
  317. padding:5px;
  318. font-family:cambria;
  319. letter-spacing:1px;
  320. text-align:left;
  321. font-style:italic;
  322. margin-left:10px;
  323. border-left:3px #eee solid;
  324. background-color:{color:background}
  325. }
  326.  
  327.  
  328. #s-m-t-tooltip {
  329.  
  330. max-width:300px;
  331.  
  332. padding:3px 4px 5px 4px;
  333.  
  334. margin:20px 0px 0px 20px;
  335.  
  336. background-color:#fff; /* change the background color */
  337.  
  338. border:1px solid #ddd; /* change the border color */
  339.  
  340. font-family:calibri; /* change the font */
  341.  
  342. font-size:9px; /* change the font size */
  343.  
  344. letter-spacing:2px; /* change the letter spacing */
  345.  
  346. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  347.  
  348. color:#ddd; /* change the text color */
  349.  
  350. z-index:999999999999999999999999999999999999;
  351.  
  352. }
  353. {CustomCSS}</style></head><body>
  354.  
  355.  
  356.  
  357. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  358.  
  359. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  360.  
  361. <script>
  362.  
  363. (function($){
  364.  
  365. $(document).ready(function(){
  366.  
  367. $("a[title]").style_my_tooltips({
  368.  
  369. tip_follows_cursor:true,
  370.  
  371. tip_delay_time:90,
  372.  
  373. tip_fade_speed:600,
  374.  
  375. attribute:"title"
  376.  
  377. });
  378.  
  379. });
  380.  
  381. })(jQuery);
  382.  
  383. </script>
  384.  
  385.  
  386. <div id="side1"></div>
  387. <div id="side2"></div>
  388.  
  389. <div id="sidebar">
  390. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  391.  
  392. <div id="description">
  393. {Description}
  394. </div>
  395.  
  396. <div id="frame"><img src="http://media.tumblr.com/18aa35fbc907c70d961d42c3cdcf64cf/tumblr_inline_mumdhhBlgL1r37k2u.png"></div>
  397.  
  398.  
  399. <div class="links">
  400. <a title="{Text:Link 1 Text}"href="{Text:Link 1}"><img src="http://www.g-revo.co.uk/images/bullets/51.gif"></a>
  401. <a title="{Text:Link 2 Text}"href="{Text:Link 2}"><img src="http://www.g-revo.co.uk/images/bullets/52.gif"></a>
  402. <a title="{Text:Link 3 Text}"href="{Text:Link 3}"><img src="http://www.g-revo.co.uk/images/bullets/53.gif"></a>
  403. <a title="{Text:Link 4 Text}"href="{Text:Link 4}"><img src="http://www.g-revo.co.uk/images/bullets/54.gif"></a>
  404. <a title="{Text:Link 5 Text}"href="{Text:Link 5}"><img src="http://www.g-revo.co.uk/images/bullets/55.gif"></a>
  405. </div>
  406. </div>
  407.  
  408.  
  409. {block:Pagination}<div id="pagination">
  410. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  411. {block:JumpPagination length="2"}
  412. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  413. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  414. {/block:JumpPagination}
  415. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  416. </div>{/block:Pagination}
  417.  
  418. </div>
  419.  
  420. <div id="entries">{block:Posts}<div id="post">
  421.  
  422. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  423.  
  424. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  425.  
  426. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  427.  
  428. {block:Quote}{Quote}{/block:Quote}
  429.  
  430. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  431.  
  432. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  433.  
  434. {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>
  435. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  436. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  437. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  438. {/block:Audio}
  439.  
  440. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  441.  
  442. {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}
  443.  
  444. <div id="info">
  445. <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>
  446. {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>
  447. {/block:Posts}
  448. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  449. {/block:Posts}</div></div></div>
  450.  
  451. <!---
  452. DONT REMOVE THE CREDIT OR I WILL FIND YOU
  453. AND EAT YOUR FAMILY IN FRONT OF YOU I S2G
  454. --->
  455.  
  456. <div style="position:fixed;bottom:0px; right:1px; 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>
  457.  
  458.  
  459. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement