Advertisement
stopsniall

ashtonirwnstheme9

Sep 2nd, 2013
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.32 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. base code made by wolverwhore
  6. edited by ashtonirwns
  7. please dont steal anything or ill cry
  8. and kill you
  9. but mainly cry so yea dont do it yo
  10. other than that enjoy the theme
  11.  
  12. -->
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head><title>{Title}</title>
  17. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lm6pm4lnH31qfoi4t.gif">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="image:sidebar" content="#A4A4A4"/>
  24. <meta name="color:Text" content="#a8a8a8"/>
  25. <meta name="color:Link" content="#b8b8b8"/>
  26. <meta name="color:Tags" content="f0f0f0"/>
  27. <meta name="color:Hover" content="#f2f2f2"/>
  28. <meta name="color:Line" content="#f2f2f2"/>
  29. <meta name="color:Border" content="#e4e4e4"/>
  30. <meta name="color:Post" content="#ffffff"/>
  31. <meta name="color:Answer" content="#f8f8f8"/>
  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. <style type="text/css">
  48.  
  49.  
  50.  
  51. #words h1 {font-weight:normal;font-family:georgia;}
  52.  
  53. #words {/*all colors can be picked at colorpicker.com*/
  54. color:#999;/*text color*/
  55. z-index:9;/*dont touch*/
  56. position:fixed;/*dont touch*/
  57. background: #fff; /*background color*/
  58. font-family:georgia; /*font*/
  59. text-transform:none;
  60. font-size:9px; /*font size*/
  61. width:500px; /*width*/
  62. margin-top:-260px;/*distance from top before hover*/
  63. text-align:center; /*text alignment*/
  64. height:auto; /*dont touch*/
  65. font-style:normal;/*can also be italic*/
  66. margin-left:460px; /*distance from left*/
  67. padding:120px 10px 8px 10px;
  68. border-bottom: 1px solid #eee;
  69. -webkit-transition: all 0.7s ease;
  70. -moz-transition: all 0.7s ease;
  71. -o-transition: all 0.7s ease;
  72. }
  73.  
  74. @font-face { font-family: "meem"; src: url('http://static.tumblr.com/oetadgc/Uialyjfaa/laine.ttf'); }
  75.  
  76. #words:hover {
  77. margin-top:-180px; /*distance from top after hover*/
  78. -webkit-transition: all 0.7s ease;
  79. -moz-transition: all 0.7s ease;
  80. -o-transition: all 0.7s ease;
  81. }
  82.  
  83. /* --- SCROLLBAR ---*/
  84.  
  85. ::-webkit-scrollbar {
  86. width: 5px;height: 5px;}
  87. ::-webkit-scrollbar-button:start:decrement,
  88. ::-webkit-scrollbar-button:end:increment {
  89. height: 6px;display: block;background-color: #ffffff;}
  90. ::-webkit-scrollbar-track-piece {
  91. background-color:#000000;}
  92. ::-webkit-scrollbar-thumb:vertical {
  93. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid #000;border-bottom:1px solid {color:scrollbarbg};}
  94.  
  95.  
  96. /* --- BODY ---*/
  97.  
  98. body {
  99. background:{color:background};
  100. margin:0px;
  101. color:{color:text};
  102. font-family:Calibri;
  103. font-size:9px;
  104. line-height:100%;
  105. }
  106.  
  107. a {
  108. color:#bbb8b8;
  109. text-decoration:none;
  110. -webkit-transition: all 0.6s ease;
  111. -moz-transition: all 0.6s ease;
  112. -o-transition: all 0.6s ease;
  113. }
  114.  
  115. img {
  116. border:none;
  117. }
  118.  
  119. blockquote {
  120. padding-left:5px;
  121. border-left:2px solid;
  122. }
  123.  
  124. blockquote blockquote {
  125. padding-left:5px;
  126. border-left:2px solid;
  127. }
  128.  
  129. h1 {
  130. font-size:9px;
  131. text-transform:uppercase;
  132. }
  133. a:hover {
  134. color:#363636;
  135. text-decoration:none;
  136. -webkit-transition: all 0.8s ease-out;
  137. -moz-transition: all 0.8s ease-out;
  138. transition: all 0.8s ease-out;
  139. }
  140.  
  141. #teenidle {
  142. position:fixed;
  143. margin-top:-100px;
  144. margin-left:-100px;
  145. }
  146.  
  147. #teenidle img {
  148. width:350px;
  149. height:350px;
  150. }
  151.  
  152.  
  153. /* --- POST ENTRIES ---*/
  154.  
  155.  
  156. #entries {
  157. padding:10px;
  158. width:500px;
  159. margin-left:450px;
  160. margin-top:40px;
  161. font-size:10px;
  162. }
  163.  
  164. /* --- BODY: POSTS ---*/
  165.  
  166.  
  167. #post {
  168. width:500px;
  169. padding-bottom:20px;
  170. padding:10px;
  171. margin-top:15px;
  172. background-color:{color:Post};
  173. }
  174.  
  175. /* --- SIDEBAR IMAGE ---*/
  176.  
  177.  
  178. #sidebar {
  179. width:100px;
  180. position:fixed;
  181. margin-left:150px;
  182. margin-top:200px;
  183. opacity:.80;
  184. background-color:{color:gray};
  185. }
  186.  
  187. #sidebarimage {
  188. position:fixed;
  189. margin-top:-25px;
  190. margin-left:-25px;
  191. width 100px;
  192. }
  193.  
  194. #sidebarimage img {
  195. position:fixed;
  196. width:180px;
  197. height:180px;
  198. border:solid 1px;
  199. padding:6px;
  200. border-color: #000000;
  201. background-color:{color:Sidebar};
  202. -moz-border-radius:100px 100px 100px 100px;border-radius:100px 100px 100px 100px
  203. }
  204.  
  205. #sidebar:hover #sidebarimage img{
  206.  
  207. transition: all .8s ease-out;
  208. -o-transition-transition: all .8s ease-out;
  209. -webkit-transition: all .8s ease-out;
  210. -moz-transition: all .8s ease-out;
  211. transform: rotate(360deg);
  212. -webkit-transform: rotate(360deg);
  213. -moz-transform: rotate(360deg);
  214. }
  215.  
  216. #sidebar:hover #description {
  217.  
  218. opacity:1;
  219. -webkit-transition: all 0.5s ease-out;
  220. -moz-transition: all 0.5s ease-out;
  221. transition: all 0.5s ease-out;
  222.  
  223. }
  224.  
  225. #sidebar:hover .links {
  226.  
  227. opacity:1;
  228. -webkit-transition: all 0.5s ease-out;
  229. -moz-transition: all 0.5s ease-out;
  230. transition: all 0.5s ease-out;
  231.  
  232. }
  233.  
  234.  
  235. /* --- SIDEBAR LINKS ---*/
  236.  
  237. .links {
  238. width:250px;
  239. height:50px;
  240. padding: 9px;
  241. font-size:10px;
  242. font-family:'calibri';
  243. text-align: center;
  244. margin-top:200px;
  245. margin-left:-75px;
  246. padding-top:25px;
  247. text-transform:uppercase;
  248. word-spacing:10px;
  249. opacity:0;
  250. line-height:180%;
  251. background-color: ;
  252. position:fixed;
  253. padding-bottom:10px;
  254. -webkit-transition: all 0.5s ease-out;
  255. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  256. }
  257.  
  258.  
  259.  
  260. .links a {
  261. font-size: 10px;
  262. }
  263.  
  264. .links a:hover {
  265. color:{color:Hover}
  266. -webkit-transition: all 0.8s ease-out;
  267. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  268. }
  269.  
  270.  
  271. /* --- DESCRIPTION ---*/
  272.  
  273. #description {
  274. position:fixed;
  275. font-family:cambria;
  276. line-height:110%;
  277. font-size:11px;
  278. font-style:;
  279. width:245px;
  280. height:78px;
  281. margin-top:260px;
  282. opacity:0;
  283. margin-left:-55px;
  284. padding:9px;
  285. background-color: #FFF;
  286. text-align:center;
  287. color:#000000;
  288. -webkit-transition: all 0.5s ease-out;
  289. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  290. }
  291.  
  292. /* --- PAGINATION---*/
  293.  
  294.  
  295. #pagination {
  296. width:1200px;
  297. height:15px;
  298. font-size:10px;
  299. text-align:center;
  300. margin-left:130px;
  301. padding-top:5px;
  302. opacity:.8;
  303. margin-top:610px;
  304. position:fixed;
  305. font-family:consolas;
  306. letter-spacing:0px;
  307. background-color:#fff
  308. }
  309.  
  310. /* --- POST INFO ---*/
  311.  
  312.  
  313. #info {
  314. text-align:left;
  315. margin-top:10px;
  316. text-transform:uppercase;
  317. font-size:8px;
  318. font-style:none;
  319. border-top:1px solid {color:Line}
  320. }
  321.  
  322. /* --- POST TAGS---*/
  323.  
  324.  
  325. #tags {
  326. font-family:cambria;
  327. letter-spacing:0px;
  328. text-transform:lowercase;
  329. font-size:10px;
  330. font-style:italic;
  331. margin-top:4px;
  332. text-align:left;
  333. }
  334.  
  335. #tags
  336. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  337. -webkit-transition: all 0.6s ease-in-out;
  338. -moz-transition: all 0.6s ease-in-out;
  339. -o-transition: all 0.6s ease-in-out;
  340. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  341.  
  342.  
  343. /* --- QUESTIONS ---*/
  344.  
  345. #asker {
  346. padding:5px;
  347. font-family:cambria;
  348. letter-spacing:1px;
  349. text-align:left;
  350. font-style:italic;
  351. margin-left:10px;
  352. border-left:3px #eee solid;
  353. background-color:{color:background}
  354. }
  355.  
  356.  
  357. #s-m-t-tooltip {
  358.  
  359. max-width:300px;
  360.  
  361. padding:3px 4px 5px 4px;
  362.  
  363. margin:20px 0px 0px 20px;
  364.  
  365. background-color:#000; /* change the background color */
  366.  
  367. border:1px solid #ddd; /* change the border color */
  368.  
  369. font-family:calibri; /* change the font */
  370.  
  371. font-size:9px; /* change the font size */
  372.  
  373. letter-spacing:2px; /* change the letter spacing */
  374.  
  375. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  376.  
  377. color:#fff; /* change the text color */
  378.  
  379. z-index:999999999999999999999999999999999999;
  380.  
  381. }
  382. {CustomCSS}</style></head><body>
  383.  
  384.  
  385.  
  386. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  387.  
  388. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  389.  
  390. <script>
  391.  
  392. (function($){
  393.  
  394. $(document).ready(function(){
  395.  
  396. $("a[title]").style_my_tooltips({
  397.  
  398. tip_follows_cursor:true,
  399.  
  400. tip_delay_time:90,
  401.  
  402. tip_fade_speed:600,
  403.  
  404. attribute:"title"
  405.  
  406. });
  407.  
  408. });
  409.  
  410. })(jQuery);
  411.  
  412. </script>
  413.  
  414.  
  415. <div id="words">
  416. <h1><big><big><big>updates</big></big></big></h1><br>
  417. <div style="font-style:normal;font-size:9px;">
  418. <center>this<br>
  419. is<br>
  420. your<br>
  421. updates<br>
  422. tab
  423. <br></div>
  424. <br><br><br>
  425. <font face="meem" size="4">I </font><i> wish</i> <b>I didn't</b> <i>kiss the mirror<br>when I'm on my </i><b> own.</b>;
  426. <br>
  427. </div>
  428.  
  429. <div id="sidebar">
  430. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  431.  
  432. <div id="description">
  433. {Description}
  434. </div>
  435.  
  436. <div id="teenidle"><img src="http://31.media.tumblr.com/46510528f5f0917c431dfd7fbd98ba75/tumblr_mrryfydaso1r6mvzao1_500.png"></div>
  437.  
  438.  
  439. <div class="links">
  440. <a title="{Text:Link 1 Text}" href="{Text:Link 1}"><img src="http://media.tumblr.com/c8053ff106ccb8c7226922646e2d6af1/tumblr_inline_mrrz43Buex1qz4rgp.png"></a>
  441. <a title="{Text:Link 2 Text}"href="{Text:Link 2}"><img src="http://media.tumblr.com/c8053ff106ccb8c7226922646e2d6af1/tumblr_inline_mrrz43Buex1qz4rgp.png"></a>
  442. <a title="{Text:Link 3 Text}"href="{Text:Link 3}"><img src="http://media.tumblr.com/c8053ff106ccb8c7226922646e2d6af1/tumblr_inline_mrrz43Buex1qz4rgp.png"></a>
  443. <a title="{Text:Link 4 Text}"href="{Text:Link 4}"><img src="http://media.tumblr.com/c8053ff106ccb8c7226922646e2d6af1/tumblr_inline_mrrz43Buex1qz4rgp.png"></a>
  444. <a title="{Text:Link 5 Text}"href="{Text:Link 5}"><img src="http://media.tumblr.com/c8053ff106ccb8c7226922646e2d6af1/tumblr_inline_mrrz43Buex1qz4rgp.png"></a>
  445. </div>
  446. </div>
  447.  
  448.  
  449. {block:Pagination}<div id="pagination">
  450. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  451. {block:JumpPagination length="2"}
  452. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  453. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  454. {/block:JumpPagination}
  455. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  456. </div>{/block:Pagination}
  457.  
  458. </div>
  459.  
  460. <div id="entries">{block:Posts}<div id="post">
  461.  
  462. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  463.  
  464. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  465.  
  466. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  467.  
  468. {block:Quote}{Quote}{/block:Quote}
  469.  
  470. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  471.  
  472. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  473.  
  474. {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>
  475. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  476. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  477. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  478. {/block:Audio}
  479.  
  480. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  481.  
  482. {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}
  483.  
  484. <div id="info">
  485. <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>
  486. {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>
  487. {/block:Posts}
  488. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  489. {/block:Posts}</div></div></div>
  490.  
  491.  
  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:-0px; font-size:5px; letter-spacing:1px; font-family:cambria;"><a href="http://ashtonirwns.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