Advertisement
stopsniall

ashtonirwnstheme 29

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