Advertisement
stopsniall

ashtonirwnstheme winter2

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