Advertisement
stopsniall

ashtonirwnstheme 12.3

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