Advertisement
stopsniall

ashtonirwnstheme 28

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