Advertisement
stopsniall

ashtonirwnstheme10 zayn

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