Advertisement
stopsniall

ashtonirwnstheme 24

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