Advertisement
stopsniall

ashtonirwnstheme 25

Jan 24th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.49 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_lkl76yE4T91qfamg6.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:Sidebar2" content="#ffffff"/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Tags" content="f0f0f0"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="color:Line" content="#f2f2f2"/>
  28. <meta name="color:Border" content="#e4e4e4"/>
  29. <meta name="color:Post" content="#ffffff"/>
  30. <meta name="color:Answer" content="#f8f8f8"/>
  31. <meta name="color:FirstLetter" content="#fff" />
  32. <meta name="color:FirstLetter Background" content="#bbbbbb" />
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="image:sidebar2" content=""/>
  35. <meta name="image:bg" content=""/>
  36. <meta name="text:Link 1" content="" />
  37. <meta name="text:Link 1 Text" content="" />
  38. <meta name="text:Link 2" content="" />
  39. <meta name="text:Link 2 Text" content="" />
  40. <meta name="text:Link 3" content="" />
  41. <meta name="text:Link 3 Text" content="" />
  42. <meta name="text:Link 4" content="" />
  43. <meta name="text:Link 4 Text" content="" />
  44. <meta name="text:Link 5" content="" />
  45. <meta name="text:Link 5 Text" content="" />
  46. <meta name="if:Show Link 1" content="1" />
  47. <meta name="if:Show Link 2" content="1" />
  48. <meta name="if:Show Link 3" content="1" />
  49. <meta name="if:Show Link 4" content="1" />
  50. <meta name="if:Show Link 5" content="1" />
  51. <meta name="color:scrollbarbg" content="ffffff"/>
  52.  
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56. <script>
  57. (function($){
  58. $(document).ready(function(){
  59. $("a[title]").style_my_tooltips({
  60. tip_follows_cursor:true,
  61. tip_delay_time:90,
  62. tip_fade_speed:600,
  63. attribute:"title"
  64. });
  65. });
  66. })(jQuery);
  67. </script>
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. ::-webkit-scrollbar {height:10px;width:7px;}
  73. ::-webkit-scrollbar-track {background:#fff;border:0px;}
  74. ::-webkit-scrollbar-thumb {background:#DCDCDC;border:2px solid #FFF;-webkit-border-radius:4px;-moz-border-radius:4px;}
  75.  
  76.  
  77. /* --- BODY ---*/
  78.  
  79. body {
  80. background:{color:background};
  81. margin:0px;
  82. color:{color:text};
  83. font-family:Calibri;
  84. font-size:9px;
  85. line-height:100%;
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. outline:none;
  91. -moz-outline-style:none;
  92. color:{color:link};
  93. }
  94.  
  95. img {
  96. border:none;
  97. }
  98.  
  99. blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. }
  103.  
  104. blockquote blockquote {
  105. padding-left:5px;
  106. border-left:2px solid;
  107. }
  108.  
  109. h1 {
  110. font-size:9px;
  111. text-transform:uppercase;
  112. }
  113.  
  114. a:hover {
  115. opacity:10;
  116. color:{color:hover};
  117. -webkit-transition: all 0.7s ease;
  118. -moz-transition: all 0.7s ease;
  119. -o-transition: all 0.7s ease
  120. }
  121.  
  122. #flowers {
  123. position:fixed;
  124. margin-top:-40px;
  125. margin-left:-150px;
  126. }
  127.  
  128. #flowers img {
  129. width:250px;
  130. height:425px;
  131. }
  132.  
  133. /* --- POST ENTRIES ---*/
  134.  
  135.  
  136. #entries {
  137. padding:10px;
  138. width:500px;
  139. margin-left:450px;
  140. margin-top:40px;
  141. font-size:10px;
  142. }
  143.  
  144. /* --- BODY: POSTS ---*/
  145.  
  146.  
  147. #post {
  148. width:500px;
  149. padding-bottom:20px;
  150. padding:10px;
  151. margin-top:15px;
  152. background-color:{color:Post};
  153. }
  154.  
  155. /* --- SIDEBAR IMAGE ---*/
  156.  
  157.  
  158. #sidebar {
  159. width:100px;
  160. position:fixed;
  161. margin-left:250px;
  162. margin-top:150px;
  163. opacity:1;
  164. }
  165.  
  166. #sidebarimage img {
  167. width:100px;
  168. height:100px;
  169. border-radius:100px;
  170. border:solid 1px;
  171. padding:6px;
  172. border-color:#fff;
  173. background-color:#DBABB9;
  174. position:fixed;
  175. }
  176.  
  177. #sidebar2 {
  178. width:100px;
  179. position:fixed;
  180. margin-left:-160px;
  181. margin-top:190px;
  182. opacity:1;
  183. }
  184.  
  185. #sidebarimage2 img {
  186. width:100px;
  187. height:100px;
  188. position:fixed;
  189. border-radius:100px;
  190. border:solid 1px;
  191. padding:6px;
  192. border-color:#fff;
  193. background-color:#DBABB9;
  194. }
  195.  
  196. #sidebar:hover #desc {
  197.  
  198. opacity:.8;
  199. -webkit-transition: all 0.5s ease-out;
  200. -moz-transition: all 0.5s ease-out;
  201. transition: all 0.5s ease-out;
  202.  
  203. }
  204. #sidebar:hover .links {
  205.  
  206. opacity:.8;
  207. -webkit-transition: all 0.5s ease-out;
  208. -moz-transition: all 0.5s ease-out;
  209. transition: all 0.5s ease-out;
  210. }
  211.  
  212.  
  213. .links {
  214. width:87px;
  215. opacity:0;
  216. height:91px;
  217. border-radius:100px;
  218. padding: 15px;
  219. padding-left:15px;
  220. padding-right:15px;
  221. font-size:13px;
  222. font-family:cambria;
  223. text-align:center;
  224. margin-top:190px;
  225. margin-left:-160px;
  226. text-align:center;
  227. text-transform:lowercase;
  228. font-style:italic;
  229. background-color:#fff;
  230. word-spacing:20px;
  231. position:fixed;
  232. padding-bottom:7px;
  233. line-height:130%;
  234. color:#696969;
  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. .links a {
  240. font-size: 20px;
  241. }
  242.  
  243. .links a:hover {
  244. color:{color:Hover}
  245. -webkit-transition: all 0.5s ease-out;
  246. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  247. }
  248.  
  249.  
  250. /* --- DESCRIPTION ---*/
  251.  
  252. #desc {
  253. position:fixed;
  254. border-radius:100px;
  255. font-family:cambria;
  256. line-height:90%;
  257. font-size:10px;
  258. font-style:italic;
  259. opacity:0;
  260. border-radius:100px;
  261. width:74px;
  262. height:74px;
  263. margin-top:0px;
  264. margin-left:0px;
  265. padding:20px;
  266. text-align:justify;
  267. background:#fff;
  268. color:#696969;
  269. overflow:hidden;
  270. -webkit-transition: all 0.8s ease-out;
  271. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  272. }
  273.  
  274. /* --- PAGINATION---*/
  275.  
  276.  
  277. #pagination {
  278. width:1200px;
  279. height:15px;
  280. font-size:10px;
  281. text-align:center;
  282. padding-top:5px;
  283. opacity:.8;
  284. bottom:0;
  285. left:125px;
  286. position:fixed;
  287. font-family:consolas;
  288. letter-spacing:0px;
  289. background-color:#fff
  290. }
  291.  
  292. /* --- POST INFO ---*/
  293.  
  294.  
  295. #info {
  296. text-align:left;
  297. margin-top:10px;
  298. text-transform:uppercase;
  299. font-size:8px;
  300. font-style:none;
  301. border-top:1px solid {color:Line}
  302. }
  303.  
  304. /* --- POST TAGS---*/
  305.  
  306.  
  307. #tags {
  308. font-family:cambria;
  309. letter-spacing:0px;
  310. text-transform:lowercase;
  311. font-size:10px;
  312. font-style:italic;
  313. margin-top:4px;
  314. text-align:left;
  315. }
  316.  
  317. #tags
  318. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  319. -webkit-transition: all 0.6s ease-in-out;
  320. -moz-transition: all 0.6s ease-in-out;
  321. -o-transition: all 0.6s ease-in-out;
  322. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  323.  
  324.  
  325. /* --- QUESTIONS ---*/
  326.  
  327. #asker {
  328. padding:5px;
  329. font-family:cambria;
  330. letter-spacing:1px;
  331. text-align:left;
  332. font-style:italic;
  333. margin-left:10px;
  334. border-left:3px #eee solid;
  335. background-color:{color:background}
  336. }
  337.  
  338.  
  339. /* tooltip por beeh - luxurious html */
  340. #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;}
  341.  
  342.  
  343. {CustomCSS}</style></head><body>
  344.  
  345.  
  346. <div id="top"></div>
  347.  
  348. <div id="sidebar">
  349. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  350. <div id="sidebar2">
  351. <div id="sidebarimage2"><img src="{image:sidebar2}"></div></div>
  352.  
  353. <div id="flowers"><img src="https://31.media.tumblr.com/42796fa53b3b58429fc082f5cce03d85/tumblr_inline_mzvdkkcT1F1r37k2u.png"></div>
  354.  
  355.  
  356. <div id="desc">
  357. {Description}
  358. </div>
  359.  
  360.  
  361. <div class="links">
  362. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}<br>
  363. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}<br>
  364. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}<br>
  365. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}<br>
  366. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
  367. </div>
  368.  
  369.  
  370.  
  371. {block:Pagination}<div id="pagination">
  372. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  373. {block:JumpPagination length="2"}
  374. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  375. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  376. {/block:JumpPagination}
  377. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  378. </div>{/block:Pagination}
  379.  
  380. </div>
  381.  
  382. <div id="entries">{block:Posts}<div id="post">
  383.  
  384. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  385.  
  386. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  387.  
  388. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  389.  
  390. {block:Quote}{Quote}{/block:Quote}
  391.  
  392. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  393.  
  394. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  395.  
  396. {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>
  397. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  398. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  399. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  400. {/block:Audio}
  401.  
  402. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  403.  
  404. {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}
  405.  
  406. <div id="info">
  407. <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>
  408. {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>
  409. {/block:Posts}
  410. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  411. {/block:Posts}</div></div></div>
  412.  
  413.  
  414. <!--
  415. DONT REMOVE THE CREDIT OR I WILL FIND YOU
  416. AND EAT YOUR FAMILY IN FRONT OF YOU I S2G
  417. -->
  418.  
  419. <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>
  420.  
  421.  
  422. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement