Advertisement
stopsniall

ashtonirwnstheme 23

Jan 24th, 2014
1,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.29 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. theme 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_lkl6pacjpJ1qfamg6.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="text:Link 6" content="/" />
  45. <meta name="text:Link 6 Text" content="" />
  46. <meta name="color:scrollbarbg" content="ffffff"/>
  47.  
  48.  
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  51. <script>
  52. (function($){
  53. $(document).ready(function(){
  54. $("a[title]").style_my_tooltips({
  55. tip_follows_cursor:true,
  56. tip_delay_time:90,
  57. tip_fade_speed:600,
  58. attribute:"title"
  59. });
  60. });
  61. })(jQuery);
  62. </script>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar {height:10px;width:7px;}
  68. ::-webkit-scrollbar-track {background:#fff;border:0px;}
  69. ::-webkit-scrollbar-thumb {background:#DCDCDC;border:2px solid #FFF;-webkit-border-radius:4px;-moz-border-radius:4px;}
  70.  
  71.  
  72. /* --- BODY ---*/
  73.  
  74. body {
  75. background:{color:background};
  76. margin:0px;
  77. color:{color:text};
  78. font-family:Calibri;
  79. font-size:9px;
  80. line-height:100%;
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. outline:none;
  86. -moz-outline-style:none;
  87. color:{color:link};
  88. }
  89.  
  90. img {
  91. border:none;
  92. }
  93.  
  94. blockquote {
  95. padding-left:5px;
  96. border-left:2px solid;
  97. }
  98.  
  99. blockquote blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. }
  103.  
  104. h1 {
  105. font-size:9px;
  106. text-transform:uppercase;
  107. }
  108.  
  109. a:hover {
  110. opacity:10;
  111. color:{color:hover};
  112. -webkit-transition: all 0.7s ease;
  113. -moz-transition: all 0.7s ease;
  114. -o-transition: all 0.7s ease
  115. }
  116.  
  117. #flowers {
  118. position:fixed;
  119. margin-top:-265px;
  120. margin-left:-50px;
  121. }
  122.  
  123. #flowers img {
  124. width:300px;
  125. height:300px;
  126. }
  127.  
  128. /* --- POST ENTRIES ---*/
  129.  
  130.  
  131. #entries {
  132. padding:10px;
  133. width:500px;
  134. margin-left:450px;
  135. margin-top:40px;
  136. font-size:10px;
  137. }
  138.  
  139. /* --- BODY: POSTS ---*/
  140.  
  141.  
  142. #post {
  143. width:500px;
  144. padding-bottom:20px;
  145. padding:10px;
  146. margin-top:15px;
  147. background-color:{color:Post};
  148. }
  149.  
  150. /* --- SIDEBAR IMAGE ---*/
  151.  
  152.  
  153. #sidebar {
  154. width:100px;
  155. position:fixed;
  156. margin-left:120px;
  157. margin-top:180px;
  158. opacity:1;
  159. }
  160.  
  161. #sidebarimage img {
  162. width:200px;
  163. height:200px;
  164. border-radius:100px;
  165. border:solid 1px;
  166. padding:6px;
  167. border-color:#fff;
  168. background-color:{color:Sidebar};
  169. }
  170.  
  171. #sidebar:hover #desc {
  172.  
  173. opacity:.9;
  174. -webkit-transition: all 0.5s ease-out;
  175. -moz-transition: all 0.5s ease-out;
  176. transition: all 0.5s ease-out;
  177.  
  178. }
  179.  
  180. #sidebar:hover #link1 {
  181.  
  182. opacity:.9;
  183. -webkit-transition: all 0.5s ease-out;
  184. -moz-transition: all 0.5s ease-out;
  185. transition: all 0.5s ease-out;
  186.  
  187. margin-top:-225px;
  188. margin-left:155px;
  189.  
  190. }
  191.  
  192. #sidebar:hover #link2 {
  193.  
  194. opacity:.9;
  195. -webkit-transition: all 0.5s ease-out;
  196. -moz-transition: all 0.5s ease-out;
  197. transition: all 0.5s ease-out;
  198.  
  199. margin-top:-200px;
  200. margin-left:189px;
  201. }
  202.  
  203. #sidebar:hover #link3 {
  204.  
  205. opacity:.9;
  206. -webkit-transition: all 0.5s ease-out;
  207. -moz-transition: all 0.5s ease-out;
  208. transition: all 0.5s ease-out;
  209.  
  210. margin-top:-162px;
  211. margin-left:210px;
  212.  
  213. }
  214.  
  215. #sidebar:hover #link4 {
  216.  
  217. opacity:.9;
  218. -webkit-transition: all 0.5s ease-out;
  219. -moz-transition: all 0.5s ease-out;
  220. transition: all 0.5s ease-out;
  221.  
  222. margin-top:-123px;
  223. margin-left:215px;
  224. }
  225.  
  226. #sidebar:hover #link5 {
  227.  
  228. opacity:.9;
  229. -webkit-transition: all 0.5s ease-out;
  230. -moz-transition: all 0.5s ease-out;
  231. transition: all 0.5s ease-out;
  232.  
  233. margin-top:-83px;
  234. margin-left:210px;
  235.  
  236. }
  237.  
  238. #sidebar:hover #link6 {
  239.  
  240. opacity:.9;
  241. -webkit-transition: all 0.5s ease-out;
  242. -moz-transition: all 0.5s ease-out;
  243. transition: all 0.5s ease-out;
  244.  
  245. margin-top:-45px;
  246. margin-left:195px;
  247.  
  248. }
  249.  
  250. /* --- SIDEBAR LINKS ---*/
  251.  
  252. #link1 {
  253. position:fixed;
  254. margin-top:-190px;
  255. margin-left:140px;
  256. opacity:0;
  257. -webkit-transition: all 0.5s ease-out;
  258. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  259. }
  260.  
  261. #link1 img {
  262. width:25px;
  263. height:25px;
  264. }
  265. #link1 a:hover {
  266. opacity:.5;
  267. webkit-transition: all .5s ease-in-out;
  268. -moz-transition: all .5s ease-in-out;
  269. -o-transition: all .5s ease-in-out;
  270. }
  271.  
  272. #link2 {
  273. position:fixed;
  274. margin-top:-170px;
  275. margin-left:158px;
  276. opacity:0;
  277. -webkit-transition: all 0.5s ease-out;
  278. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  279. }
  280.  
  281. #link2 img {
  282. width:25px;
  283. height:25px;
  284. }
  285. #link2 a:hover {
  286. opacity:.5;
  287. webkit-transition: all .5s ease-in-out;
  288. -moz-transition: all .5s ease-in-out;
  289. -o-transition: all .5s ease-in-out;
  290. }
  291.  
  292. #link3 {
  293. position:fixed;
  294. margin-top:-150px;
  295. margin-left:173px;
  296. opacity:0;
  297. -webkit-transition: all 0.5s ease-out;
  298. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  299. }
  300.  
  301. #link3 img {
  302. width:25px;
  303. height:25px;
  304. }
  305. #link3 a:hover {
  306. opacity:.5;
  307. webkit-transition: all .5s ease-in-out;
  308. -moz-transition: all .5s ease-in-out;
  309. -o-transition: all .5s ease-in-out;
  310. }
  311.  
  312. #link4 {
  313. position:fixed;
  314. margin-top:-127px;
  315. margin-left:178px;
  316. opacity:0;
  317. -webkit-transition: all 0.5s ease-out;
  318. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  319. }
  320.  
  321. #link4 img {
  322. width:25px;
  323. height:25px;
  324. }
  325. #link4 a:hover {
  326. opacity:.5;
  327. webkit-transition: all .5s ease-in-out;
  328. -moz-transition: all .5s ease-in-out;
  329. -o-transition: all .5s ease-in-out;
  330. }
  331.  
  332. #link5 {
  333. position:fixed;
  334. margin-top:-100px;
  335. margin-left:175px;
  336. opacity:0;
  337. -webkit-transition: all 0.5s ease-out;
  338. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  339. }
  340.  
  341. #link5 img {
  342. width:25px;
  343. height:25px;
  344. }
  345. #link5 a:hover {
  346. opacity:.5;
  347. webkit-transition: all .5s ease-in-out;
  348. -moz-transition: all .5s ease-in-out;
  349. -o-transition: all .5s ease-in-out;
  350. }
  351.  
  352. #link6 {
  353. position:fixed;
  354. margin-top:-75px;
  355. margin-left:165px;
  356. opacity:0;
  357. -webkit-transition: all 0.5s ease-out;
  358. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  359. }
  360.  
  361. #link6 img {
  362. width:25px;
  363. height:25px;
  364. }
  365. #link6 a:hover {
  366. opacity:.5;
  367. webkit-transition: all .5s ease-in-out;
  368. -moz-transition: all .5s ease-in-out;
  369. -o-transition: all .5s ease-in-out;
  370. }
  371.  
  372.  
  373. /* --- DESCRIPTION ---*/
  374.  
  375. #desc {
  376. position:fixed;
  377. border-radius:100px;
  378. font-family:cambria;
  379. line-height:90%;
  380. font-size:12px;
  381. font-style:;
  382. opacity:0;
  383. width:100px;
  384. height:100px;
  385. margin-top:-185px;
  386. padding:30px;
  387. margin-left:25px;
  388. text-align:justify;
  389. background:#fff;
  390. color:#000;
  391. -webkit-transition: all 0.8s ease-out;
  392. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  393. }
  394.  
  395. #desc:first-letter {
  396. font-family:times;
  397. font-size:28px;
  398. font-style:normal;
  399. line-height:19px;
  400. text-transform:uppercase;
  401. text-align:center;
  402. width:20px;
  403. height:20px;
  404. padding:6px;
  405. margin-right:3px;
  406. border:double;
  407. border-color:#fff;
  408. float:left;
  409. background-color:#EEC6C9;
  410. color:#fff;
  411. }
  412.  
  413. /* --- PAGINATION---*/
  414.  
  415.  
  416. #pagination {
  417. width:150px;
  418. height:15px;
  419. font-size:30px;
  420. text-align:left;
  421. margin-left:910px;
  422. opacity:1;
  423. word-spacing: 2px;
  424. margin-top:-400px;
  425. font-style:italic;
  426. position:fixed;
  427. border-left:1px solid #696969;
  428. font-family:cambria;
  429. letter-spacing:0px;
  430. }
  431.  
  432. /* --- POST INFO ---*/
  433.  
  434.  
  435. #info {
  436. text-align:left;
  437. margin-top:10px;
  438. text-transform:uppercase;
  439. font-size:8px;
  440. font-style:none;
  441. border-top:1px solid {color:Line}
  442. }
  443.  
  444. /* --- POST TAGS---*/
  445.  
  446.  
  447. #tags {
  448. font-family:cambria;
  449. letter-spacing:0px;
  450. text-transform:lowercase;
  451. font-size:10px;
  452. font-style:italic;
  453. margin-top:4px;
  454. text-align:left;
  455. }
  456.  
  457. #tags
  458. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  459. -webkit-transition: all 0.6s ease-in-out;
  460. -moz-transition: all 0.6s ease-in-out;
  461. -o-transition: all 0.6s ease-in-out;
  462. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  463.  
  464.  
  465. /* --- QUESTIONS ---*/
  466.  
  467. #asker {
  468. padding:5px;
  469. font-family:cambria;
  470. letter-spacing:1px;
  471. text-align:left;
  472. font-style:italic;
  473. margin-left:10px;
  474. border-left:3px #eee solid;
  475. background-color:{color:background}
  476. }
  477.  
  478.  
  479. /* tooltip por beeh - luxurious html */
  480. #s-m-t-tooltip {max-width:200px;font-family:'calibri'; font-size:8px; color:#fff; letter-spacing:1px; text-transform:uppercase; padding:4px 5px 4px 5px; margin:20px 0px 0px 20px; z-index:99999999999;-webkit-transition: all 0.5s ease-in-out;box-shadow: inset 0px -8px #EEC6C9, inset 0px 15px #EEC6C9;}
  481.  
  482.  
  483. {CustomCSS}</style></head><body>
  484.  
  485.  
  486. <div id="top"></div>
  487.  
  488. <div id="sidebar">
  489. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  490.  
  491. <div id="flowers"><img src="https://31.media.tumblr.com/e12065b8c0e95738913e9526b8ea56e8/tumblr_inline_mzsg9zHVUq1r37k2u.png"></div>
  492.  
  493.  
  494. <div id="desc">
  495. {Description}
  496. </div>
  497.  
  498.  
  499. <div id="link1">
  500. <a href="{Text:Link 1}" title="{Text:Link 1 Text}"><img src="http://media.tumblr.com/a2d57d684fc6039e4353d546b6dea4ae/tumblr_inline_mopiwwHVu71qz4rgp.png"></a></div>
  501.  
  502. <div id="link2">
  503. <a href="{Text:Link 2}" title="{Text:Link 2 Text}"><img src="http://media.tumblr.com/18334296374c8228fda0eaf9900bf801/tumblr_inline_mopiwrK9QR1qz4rgp.png"></a></div>
  504.  
  505. <div id="link3">
  506. <a href="{Text:Link 3}" title="{Text:Link 3 Text}"><img src="http://media.tumblr.com/a38efe01f1eedd00899c3aaff2dc8e34/tumblr_inline_mopjpvtr881qz4rgp.png"></a></div>
  507.  
  508. <div id="link4">
  509. <a href="{Text:Link 4}" title="{Text:Link 4 Text}"><img src="http://media.tumblr.com/803df150fbe57951da90c596e78c5d3a/tumblr_inline_mopk12WXJs1qz4rgp.png"></a></div>
  510.  
  511. <div id="link5">
  512. <a href="{Text:Link 5}" title="{Text:Link 5 Text}"><img src="http://media.tumblr.com/7c6676b61ba62e49b29b2181ffbeca7b/tumblr_inline_mopkr31qlx1qz4rgp.png"></a></div>
  513.  
  514. <div id="link6">
  515. <a href="{Text:Link 6}" title="{Text:Link 6 Text}"><img src="http://media.tumblr.com/fe28b64318cdc094395ea134d1c3e49f/tumblr_inline_mopjyotPUC1qz4rgp.png"></a></div>
  516.  
  517.  
  518.  
  519. {block:Pagination}<div id="pagination">
  520. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  521. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  522. </div>{/block:Pagination}
  523. </div>
  524. </div>
  525.  
  526. <div id="entries">{block:Posts}<div id="post">
  527.  
  528. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  529.  
  530. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  531.  
  532. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  533.  
  534. {block:Quote}{Quote}{/block:Quote}
  535.  
  536. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  537.  
  538. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  539.  
  540. {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>
  541. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  542. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  543. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  544. {/block:Audio}
  545.  
  546. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  547.  
  548. {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}
  549.  
  550. <div id="info">
  551. <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>
  552. {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>
  553. {/block:Posts}
  554. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  555. {/block:Posts}</div></div></div>
  556.  
  557.  
  558. <!--
  559. DONT REMOVE THE CREDIT OR I WILL FIND YOU
  560. AND EAT YOUR FAMILY IN FRONT OF YOU I S2G
  561. -->
  562.  
  563. <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>
  564.  
  565.  
  566. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement