Advertisement
stopsniall

ashtonirwnstheme 26

Jan 24th, 2014
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 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. <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://media.tumblr.com/abf9f7b57254d3edf92d5d01cfc4a2a7/tumblr_inline_mkc8lor5f31rul1ji.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="color:Sidebar" content="#ffffff"/>
  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="color:FirstLetter" content="#fff" />
  31. <meta name="color:FirstLetter Background" content="#bbbbbb" />
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:bg" content=""/>
  34. <meta name="text:Link 1" content="/" />
  35. <meta name="text:Link 1 Text" content="" />
  36. <meta name="text:Link 2" content="/" />
  37. <meta name="text:Link 2 Text" content="" />
  38. <meta name="text:Link 3" content="/" />
  39. <meta name="text:Link 3 Text" content="" />
  40. <meta name="text:Link 4" content="/" />
  41. <meta name="text:Link 4 Text" content="" />
  42. <meta name="text:Link 5" content="/" />
  43. <meta name="text:Link 5 Text" content="" />
  44. <meta name="color:scrollbarbg" content="ffffff"/>
  45.  
  46. <!-- start of script tooltip -->
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("a[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:90,
  55. tip_fade_speed:600,
  56. attribute:"title"
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65. /* --- SCROLLBAR ---*/
  66.  
  67. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#bcbcbc;}
  68. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  69. ::-webkit-scrollbar {background-color:#fff;height:7px;width:8px;border:5px solid #fff;}
  70. }
  71.  
  72.  
  73. /* --- BODY ---*/
  74.  
  75. body {
  76. background:{color:background};
  77. margin:0px;
  78. color:{color:text};
  79. font-family:Calibri;
  80. font-size:9px;
  81. line-height:100%;
  82. }
  83.  
  84. a {
  85. text-decoration:none;
  86. outline:none;
  87. -moz-outline-style:none;
  88. color:{color:link};
  89. }
  90.  
  91. img {
  92. border:none;
  93. }
  94.  
  95. blockquote {
  96. padding-left:5px;
  97. border-left:2px solid;
  98. }
  99.  
  100. blockquote blockquote {
  101. padding-left:5px;
  102. border-left:2px solid;
  103. }
  104.  
  105. h1 {
  106. font-size:9px;
  107. text-transform:uppercase;
  108. }
  109.  
  110. a:hover {
  111. opacity:10;
  112. color:{color:hover};
  113. -webkit-transition: all 0.7s ease;
  114. -moz-transition: all 0.7s ease;
  115. -o-transition: all 0.7s ease
  116. }
  117.  
  118. #tree {
  119. position:fixed;
  120. margin-top:150px;
  121. margin-left:182px;
  122. z-index:-1;
  123. }
  124.  
  125. #tree img {
  126. width:200px;
  127. height:350px;
  128. }
  129.  
  130. /* --- POST ENTRIES ---*/
  131.  
  132.  
  133. #entries {
  134. padding:10px;
  135. width:500px;
  136. margin-left:450px;
  137. margin-top:40px;
  138. font-size:10px;
  139. }
  140.  
  141. /* --- BODY: POSTS ---*/
  142.  
  143.  
  144. #post {
  145. width:500px;
  146. padding-bottom:20px;
  147. padding:10px;
  148. margin-top:15px;
  149. background-color:{color:Post};
  150. }
  151.  
  152. /* --- SIDEBAR IMAGE ---*/
  153.  
  154.  
  155. #sidebar {
  156. width:100px;
  157. position:fixed;
  158. margin-left:160px;
  159. margin-top:200px;
  160. opacity:.80;
  161. }
  162.  
  163. #sidebarimage img {
  164. width:200px;
  165. height:150px;
  166. border:solid 1px;
  167. padding:6px;
  168. border-color: {color:border};
  169. opacity:0;
  170. }
  171.  
  172.  
  173. /* --- SIDEBAR LINKS ---*/
  174.  
  175. #link1 {
  176. position:fixed;
  177. margin-top:-140px;
  178. margin-left:150px;
  179. opacity:1;
  180. -webkit-transition: all 0.5s ease-out;
  181. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  182. }
  183.  
  184. #link1 img {
  185. width:35px;
  186. height:35px;
  187. }
  188. #link1 a:hover {
  189. opacity:.5;
  190. webkit-transition: all .5s ease-in-out;
  191. -moz-transition: all .5s ease-in-out;
  192. -o-transition: all .5s ease-in-out;
  193. }
  194.  
  195. #link2 {
  196. position:fixed;
  197. margin-top:-100px;
  198. margin-left:100px;
  199. opacity:1;
  200. -webkit-transition: all 0.5s ease-out;
  201. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  202. }
  203.  
  204. #link2 img {
  205. width:35px;
  206. height:35px;
  207. }
  208. #link2 a:hover {
  209. opacity:.5;
  210. webkit-transition: all .5s ease-in-out;
  211. -moz-transition: all .5s ease-in-out;
  212. -o-transition: all .5s ease-in-out;
  213. }
  214.  
  215. #link3 {
  216. position:fixed;
  217. margin-top:-50px;
  218. margin-left:130px;
  219. opacity:1;
  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. #link3 img {
  225. width:35px;
  226. height:35px;
  227. }
  228. #link3 a:hover {
  229. opacity:.5;
  230. webkit-transition: all .5s ease-in-out;
  231. -moz-transition: all .5s ease-in-out;
  232. -o-transition: all .5s ease-in-out;
  233. }
  234.  
  235. #link4 {
  236. position:fixed;
  237. margin-top:-8px;
  238. margin-left:70px;
  239. opacity:1;
  240. -webkit-transition: all 0.5s ease-out;
  241. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  242. }
  243.  
  244. #link4 img {
  245. width:35px;
  246. height:35px;
  247. }
  248. #link4 a:hover {
  249. opacity:.5;
  250. webkit-transition: all .5s ease-in-out;
  251. -moz-transition: all .5s ease-in-out;
  252. -o-transition: all .5s ease-in-out;
  253. }
  254.  
  255. #link5 {
  256. position:fixed;
  257. margin-top:20px;
  258. margin-left:150px;
  259. opacity:1;
  260. -webkit-transition: all 0.5s ease-out;
  261. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  262. }
  263.  
  264. #link5 img {
  265. width:35px;
  266. height:35px;
  267. }
  268. #link5 a:hover {
  269. opacity:.5;
  270. webkit-transition: all .5s ease-in-out;
  271. -moz-transition: all .5s ease-in-out;
  272. -o-transition: all .5s ease-in-out;
  273. }
  274.  
  275.  
  276.  
  277.  
  278. #desc {
  279. position:fixed;
  280. font-family:cambria;
  281. line-height:110%;
  282. font-size:14px;
  283. font-style:italic;
  284. width:100px;
  285. height:300px;
  286. margin-top:-200px;
  287. padding:10px;
  288. margin-left:-100px;
  289. border:2px solid;
  290. border-color:#bcbcbc;
  291. text-align:justify;
  292. color:{color:text};
  293. overflow:auto;
  294. }
  295.  
  296. #desc:first-letter {
  297. font-family:times;
  298. font-size:28px;
  299. font-style:normal;
  300. line-height:19px;
  301. text-transform:uppercase;
  302. text-align:center;
  303. width:20px;
  304. height:20px;
  305. padding:6px;
  306. margin-right:3px;
  307. border:double;
  308. border-color:#fff;
  309. float:left;
  310. background-color:#bcbcbc;
  311. color:#fff;
  312. }
  313.  
  314.  
  315. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  316. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  317.  
  318. /* --- PAGINATION---*/
  319.  
  320.  
  321. #pagination {
  322. width:500px;
  323. height:15px;
  324. font-size:15px;
  325. text-align:center;
  326. margin-left:-130px;
  327. padding-top:5px;
  328. opacity:1;
  329. word-spacing: 2px;
  330. margin-top:485px;
  331. font-style:italic;
  332. position:fixed;
  333. font-family:cambria;
  334. letter-spacing:0px;
  335. background-color:;
  336. }
  337.  
  338. /* --- POST INFO ---*/
  339.  
  340.  
  341. #info {
  342. text-align:left;
  343. margin-top:10px;
  344. text-transform:uppercase;
  345. font-size:8px;
  346. font-style:none;
  347. border-top:1px solid {color:Line}
  348. }
  349.  
  350. /* --- POST TAGS---*/
  351.  
  352.  
  353. #tags {
  354. font-family:cambria;
  355. letter-spacing:0px;
  356. text-transform:lowercase;
  357. font-size:10px;
  358. font-style:italic;
  359. margin-top:4px;
  360. text-align:left;
  361. }
  362.  
  363. #tags
  364. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  365. -webkit-transition: all 0.6s ease-in-out;
  366. -moz-transition: all 0.6s ease-in-out;
  367. -o-transition: all 0.6s ease-in-out;
  368. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  369.  
  370.  
  371. /* --- QUESTIONS ---*/
  372.  
  373. #asker {
  374. padding:5px;
  375. font-family:cambria;
  376. letter-spacing:1px;
  377. text-align:left;
  378. font-style:italic;
  379. margin-left:10px;
  380. border-left:3px #eee solid;
  381. background-color:{color:background}
  382. }
  383.  
  384. #s-m-t-tooltip {-webkit-animation: Beeh 500ms;
  385. max-width:300px; /* largura máxima */
  386. background-color:#fff; /* background */
  387. border:1px solid #e7e9ea; /* cor e espessura da borda */
  388. font-family:'calibri'; /* fonte */
  389. font-size:10px; /* tamanho */
  390. color:#aaaaaa; /* cor */
  391. letter-spacing:1px; /* espaçamento */
  392. text-transform:lowercase; /* uppercase(maiúscula), lowercase(minúscula) ou none(nenhum) */
  393. padding:3px 4px 3px 4px; /* tamanho do padding */
  394. margin:20px 0px 0px 20px; /* tamanho da margem */
  395. z-index:99999999999; /* deixa acima de tudo, não mexa */}
  396. @-webkit-keyframes Beeh {
  397. 0% {-webkit-transform: scale(.4);}
  398. 50% {-webkit-transform: scale(1.04);}
  399. 70% {-webkit-transform: scale(.9);}
  400. 100% {-webkit-transform: scale(1);}}
  401.  
  402.  
  403. {CustomCSS}</style></head><body>
  404.  
  405.  
  406.  
  407. <div id="top"></div>
  408.  
  409. <div id="tree"><img src="https://31.media.tumblr.com/363c9f22894f67e7a23bd82f93e9c9e0/tumblr_inline_mzslu9WW9d1r37k2u.png"></div>
  410.  
  411.  
  412. <div id="sidebar">
  413. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  414.  
  415.  
  416. <div id="desc">
  417. {Description}
  418. </div>
  419.  
  420.  
  421.  
  422. <div id="link1">
  423. <a title="{Text:Link 1 Text}" href="{Text:Link 1}"><img src="https://31.media.tumblr.com/4c108f01967352f801cd16f0eebab020/tumblr_inline_mzsltcwUsz1r37k2u.png"></a></div>
  424.  
  425. <div id="link2">
  426. <a title="{Text:Link 2 Text}"href="{Text:Link 2}"><img src="https://31.media.tumblr.com/4c108f01967352f801cd16f0eebab020/tumblr_inline_mzsltcwUsz1r37k2u.png"></a></div>
  427.  
  428. <div id="link3">
  429. <a title="{Text:Link 3 Text}"href="{Text:Link 3}"><img src="https://31.media.tumblr.com/4c108f01967352f801cd16f0eebab020/tumblr_inline_mzsltcwUsz1r37k2u.png"></a></div>
  430.  
  431. <div id="link4">
  432. <a title="{Text:Link 4 Text}"href="{Text:Link 4}"><img src="https://31.media.tumblr.com/4c108f01967352f801cd16f0eebab020/tumblr_inline_mzsltcwUsz1r37k2u.png"></a></div>
  433.  
  434. <div id="link5">
  435. <a title="{Text:Link 5 Text}"href="{Text:Link 5}"><img src="https://31.media.tumblr.com/4c108f01967352f801cd16f0eebab020/tumblr_inline_mzsltcwUsz1r37k2u.png"></a></div>
  436. </div>
  437.  
  438.  
  439.  
  440. {block:Pagination}<div id="pagination">
  441. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  442. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  443. </div>{/block:Pagination}
  444. </div>
  445. </div>
  446.  
  447. <div id="entries">{block:Posts}<div id="post">
  448.  
  449. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  450.  
  451. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  452.  
  453. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  454.  
  455. {block:Quote}{Quote}{/block:Quote}
  456.  
  457. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  458.  
  459. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  460.  
  461. {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>
  462. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  463. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  464. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  465. {/block:Audio}
  466.  
  467. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468.  
  469. {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}
  470.  
  471. <div id="info">
  472. <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>
  473. {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>
  474. {/block:Posts}
  475. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  476. {/block:Posts}</div></div></div>
  477.  
  478. <!--
  479. DONT REMOVE THE CREDIT OR I WILL FIND YOU
  480. AND EAT YOUR FAMILY IN FRONT OF YOU I S2G
  481. -->
  482.  
  483. <div style="position:fixed;bottom:0px; right:2px; 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>
  484.  
  485.  
  486. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement