Advertisement
stopsniall

ashtonirwnstheme winter

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