Advertisement
stopsniall

ashtonirwnstheme 27 v.2

Feb 22nd, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.40 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. theme 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="color:Sidebar" content="#ffffff"/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Tags" content="f0f0f0"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="color:Line" content="#f2f2f2"/>
  28. <meta name="color:Border" content="#e4e4e4"/>
  29. <meta name="color:Post" content="#ffffff"/>
  30. <meta name="color:Answer" content="#f8f8f8"/>
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:bg" content=""/>
  33. <meta name="text:Link 1" content="/" />
  34. <meta name="text:Link 1 Text" content="" />
  35. <meta name="text:Link 2" content="/" />
  36. <meta name="text:Link 2 Text" content="" />
  37. <meta name="text:Link 3" content="/" />
  38. <meta name="text:Link 3 Text" content="" />
  39. <meta name="text:Link 4" content="/" />
  40. <meta name="text:Link 4 Text" content="" />
  41. <meta name="text:Link 5" content="/" />
  42. <meta name="text:Link 5 Text" content="" />
  43. <meta name="text:Link 6" content="/" />
  44. <meta name="text:Link 6 Text" content="" />
  45. <meta name="color:scrollbarbg" content="ffffff"/>
  46.  
  47.  
  48.  
  49.  
  50.  
  51. <!-- start of script tooltip -->
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53.  
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55.  
  56. <script>
  57.  
  58. (function($){
  59.  
  60. $(document).ready(function(){
  61.  
  62. $("a[title]").style_my_tooltips({
  63.  
  64. tip_follows_cursor:true,
  65.  
  66. tip_delay_time:90,
  67.  
  68. tip_fade_speed:600,
  69.  
  70. attribute:"title"
  71.  
  72. });
  73.  
  74. });
  75.  
  76. })(jQuery);
  77.  
  78. </script>
  79.  
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. /* --- SCROLLBAR ---*/
  85.  
  86. ::-webkit-scrollbar {
  87. width: 5px;height: 5px;}
  88. ::-webkit-scrollbar-button:start:decrement,
  89. ::-webkit-scrollbar-button:end:increment {
  90. height: 6px;display: block;background-color: {color:white};}
  91. ::-webkit-scrollbar-track-piece {
  92. background-color: {color:scrollbarbg};}
  93. ::-webkit-scrollbar-thumb:vertical {
  94. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  95.  
  96.  
  97. /* --- BODY ---*/
  98.  
  99. body {
  100. background:{color:background};
  101. margin:0px;
  102. color:{color:text};
  103. font-family:Calibri;
  104. font-size:9px;
  105. line-height:100%;
  106. }
  107.  
  108. a {
  109. text-decoration:none;
  110. outline:none;
  111. -moz-outline-style:none;
  112. color:{color:link};
  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.  
  134. a:hover {
  135. opacity:10;
  136. color:{color:hover};
  137. -webkit-transition: all 0.7s ease;
  138. -moz-transition: all 0.7s ease;
  139. -o-transition: all 0.7s ease
  140. }
  141.  
  142. /* --- POST ENTRIES ---*/
  143.  
  144.  
  145. #entries {
  146. padding:10px;
  147. width:400px;
  148. margin-left:500px;
  149. margin-top:0px;
  150. font-size:10px;
  151. }
  152.  
  153. /* --- BODY: POSTS ---*/
  154.  
  155.  
  156. #post {
  157. width:400px;
  158. padding-bottom:20px;
  159. padding:10px;
  160. margin-top:15px;
  161. background-color:{color:Post};
  162. }
  163.  
  164. /* --- SIDEBAR IMAGE ---*/
  165.  
  166.  
  167. #sidebar {
  168. width:100px;
  169. position:fixed;
  170. margin-left:250px;
  171. margin-top:300px;
  172. opacity:.9;
  173. background-color:{color:Sidebar};
  174. z-index:1;
  175. }
  176.  
  177. #sidebarimage img {
  178. width:200px;
  179. height:100px;
  180. z-index:1;
  181. border-color: {color:border};
  182. background-color:{color:Sidebar};
  183. }
  184.  
  185.  
  186. /* --- SIDEBAR LINKS ---*/
  187.  
  188.  
  189. #link1 {
  190. position:fixed;
  191. margin-top:-200px;
  192. margin-left:0px;
  193. z-index:0;
  194. opacity:1;
  195. -webkit-transition: all 0.5s ease-out;
  196. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  197. }
  198.  
  199. #link1 img {
  200. width:30px;
  201. height:100px;
  202. }
  203. #link1 a:hover {
  204. opacity:.5;
  205. webkit-transition: all .5s ease-in-out;
  206. -moz-transition: all .5s ease-in-out;
  207. -o-transition: all .5s ease-in-out;
  208. }
  209.  
  210. #link2 {
  211. position:fixed;
  212. margin-top:-200px;
  213. margin-left:30px;
  214. z-index:0;
  215. opacity:1;
  216. -webkit-transition: all 0.5s ease-out;
  217. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  218. }
  219.  
  220. #link2 img {
  221. width:30px;
  222. height:100px;
  223. }
  224. #link2 a:hover {
  225. opacity:.5;
  226. webkit-transition: all .5s ease-in-out;
  227. -moz-transition: all .5s ease-in-out;
  228. -o-transition: all .5s ease-in-out;
  229. }
  230.  
  231. #link3 {
  232. position:fixed;
  233. margin-top:-200px;
  234. margin-left:58px;
  235. z-index:0;
  236. opacity:1;
  237. -webkit-transition: all 0.5s ease-out;
  238. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  239. }
  240.  
  241. #link3 img {
  242. width:30px;
  243. height:100px;
  244. }
  245. #link3 a:hover {
  246. opacity:.5;
  247. webkit-transition: all .5s ease-in-out;
  248. -moz-transition: all .5s ease-in-out;
  249. -o-transition: all .5s ease-in-out;
  250. }
  251.  
  252. #link4 {
  253. position:fixed;
  254. margin-top:-200px;
  255. margin-left:88px;
  256. z-index:0;
  257. opacity:1;
  258. -webkit-transition: all 0.5s ease-out;
  259. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  260. }
  261.  
  262. #link4 img {
  263. width:30px;
  264. height:100px;
  265. }
  266. #link4 a:hover {
  267. opacity:.5;
  268. webkit-transition: all .5s ease-in-out;
  269. -moz-transition: all .5s ease-in-out;
  270. -o-transition: all .5s ease-in-out;
  271. }
  272.  
  273. #link5 {
  274. position:fixed;
  275. margin-top:-200px;
  276. margin-left:118px;
  277. z-index:0;
  278. opacity:1;
  279. -webkit-transition: all 0.5s ease-out;
  280. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  281. }
  282.  
  283. #link5 img {
  284. width:30px;
  285. height:100px;
  286. }
  287. #link5 a:hover {
  288. opacity:.5;
  289. webkit-transition: all .5s ease-in-out;
  290. -moz-transition: all .5s ease-in-out;
  291. -o-transition: all .5s ease-in-out;
  292. }
  293.  
  294. #link6 {
  295. position:fixed;
  296. margin-top:-190px;
  297. margin-left:148px;
  298. z-index:0;
  299. opacity:1;
  300. -webkit-transition: all 0.5s ease-out;
  301. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  302. }
  303.  
  304. #link6 img {
  305. width:53px;
  306. height:90px;
  307. }
  308. #link6 a:hover {
  309. opacity:.5;
  310. webkit-transition: all .5s ease-in-out;
  311. -moz-transition: all .5s ease-in-out;
  312. -o-transition: all .5s ease-in-out;
  313. }
  314.  
  315.  
  316. /* --- DESCRIPTION ---*/
  317.  
  318. #description {
  319. position:fixed;
  320. font-family:calibri;
  321. line-height:80%;
  322. font-size:11px;
  323. font-style:italic;
  324. width:200px;
  325. margin-top:5px;
  326. margin-left:0px;
  327. text-align:justify;
  328. color:{color:text};
  329. }
  330.  
  331.  
  332. #description:first-letter {
  333. font-family:times;
  334. font-size:28px;
  335. font-style:normal;
  336. line-height:19px;
  337. text-transform:uppercase;
  338. text-align:left;
  339. width:20px;
  340. height:20px;
  341. padding:6px;
  342. margin-right:3px;
  343. border:double;
  344. border-color:#fff;
  345. float:left;
  346. background-color:#EEDD82;
  347. color:#fff;
  348. }
  349.  
  350.  
  351. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  352. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  353.  
  354. /* --- PAGINATION---*/
  355.  
  356.  
  357. #pagination {
  358. width:200px;
  359. height:15px;
  360. font-size:12px;
  361. text-align:center;
  362. opacity:1;
  363. padding-top:5px;
  364. word-spacing: 2px;
  365. margin-top:100px;
  366. margin-left:0px;
  367. font-style:italic;
  368. position:fixed;
  369. font-family:cambria;
  370. letter-spacing:0px;
  371. background-color:;
  372. }
  373.  
  374. /* --- POST INFO ---*/
  375.  
  376.  
  377. #info {
  378. text-align:left;
  379. margin-top:10px;
  380. text-transform:uppercase;
  381. font-size:8px;
  382. font-style:none;
  383. border-top:1px solid {color:Line}
  384. }
  385.  
  386. /* --- POST TAGS---*/
  387.  
  388.  
  389. #tags {
  390. font-family:cambria;
  391. letter-spacing:0px;
  392. text-transform:lowercase;
  393. font-size:10px;
  394. font-style:italic;
  395. margin-top:4px;
  396. text-align:left;
  397. }
  398.  
  399. #tags
  400. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  401. -webkit-transition: all 0.6s ease-in-out;
  402. -moz-transition: all 0.6s ease-in-out;
  403. -o-transition: all 0.6s ease-in-out;
  404. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  405.  
  406.  
  407. /* --- QUESTIONS ---*/
  408.  
  409. #asker {
  410. padding:5px;
  411. font-family:cambria;
  412. letter-spacing:1px;
  413. text-align:left;
  414. font-style:italic;
  415. margin-left:10px;
  416. border-left:3px #eee solid;
  417. background-color:{color:background}
  418. }
  419.  
  420. #s-m-t-tooltip {-webkit-animation: Beeh 500ms;
  421. max-width:300px; /* largura máxima */
  422. background-color:#fff; /* background */
  423. border:1px solid #e7e9ea; /* cor e espessura da borda */
  424. font-family:'calibri'; /* fonte */
  425. font-size:10px; /* tamanho */
  426. color:#aaaaaa; /* cor */
  427. letter-spacing:1px; /* espaçamento */
  428. text-transform:lowercase; /* uppercase(maiúscula), lowercase(minúscula) ou none(nenhum) */
  429. padding:3px 4px 3px 4px; /* tamanho do padding */
  430. margin:20px 0px 0px 20px; /* tamanho da margem */
  431. z-index:99999999999; /* deixa acima de tudo, não mexa */}
  432. @-webkit-keyframes Beeh {
  433. 0% {-webkit-transform: scale(.4);}
  434. 50% {-webkit-transform: scale(1.04);}
  435. 70% {-webkit-transform: scale(.9);}
  436. 100% {-webkit-transform: scale(1);}}
  437.  
  438.  
  439.  
  440.  
  441. {CustomCSS}</style></head><body>
  442.  
  443. <div id="sidebar">
  444. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  445.  
  446.  
  447. <div id="description">
  448. {Description}
  449. </div>
  450.  
  451.  
  452. <div id="link1">
  453. <a title="{Text:Link 1 Text}" href="{Text:Link 1}"><img src="https://31.media.tumblr.com/63d079d220b0c35c0759238f880c0da6/tumblr_inline_n12yghCbgY1r37k2u.png"></a></div>
  454.  
  455. <div id="link2">
  456. <a title="{Text:Link 2 Text}"href="{Text:Link 2}"><img src="https://31.media.tumblr.com/87254e23dc274205bff1edc56e521cf7/tumblr_inline_n12ygkcYbT1r37k2u.png"></a></div>
  457.  
  458. <div id="link3">
  459. <a title="{Text:Link 3 Text}"href="{Text:Link 3}"><img src="https://31.media.tumblr.com/0c3079885d573394274cd921793b9ff3/tumblr_inline_n12ygoLy8o1r37k2u.png"></a></div>
  460.  
  461. <div id="link4">
  462. <a title="{Text:Link 4 Text}"href="{Text:Link 4}"><img src="https://31.media.tumblr.com/41c8b12adfb7f39ee42ea9914777a6f8/tumblr_inline_n12ygsGLo91r37k2u.png"></a></div>
  463.  
  464. <div id="link5">
  465. <a title="{Text:Link 5 Text}"href="{Text:Link 5}"><img src="https://31.media.tumblr.com/2ce13a276838db17542d5c470ff1ba5d/tumblr_inline_n12ygvZQ851r37k2u.png"></a></div>
  466.  
  467. <div id="link6">
  468. <a title="{Text:Link 6 Text}"href="{Text:Link 6}"><img src="https://31.media.tumblr.com/492b3227b1d2e918a966f265020d7a0f/tumblr_inline_n12ygzJgfw1r37k2u.png"></a></div>
  469.  
  470.  
  471.  
  472. {block:Pagination}<div id="pagination">
  473. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  474. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  475. </div>{/block:Pagination}
  476. </div>
  477. </div>
  478.  
  479. <div id="entries">{block:Posts}<div id="post">
  480.  
  481. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  482.  
  483. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  484.  
  485. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  486.  
  487. {block:Quote}{Quote}{/block:Quote}
  488.  
  489. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  490.  
  491. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  492.  
  493. {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>
  494. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  495. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  496. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  497. {/block:Audio}
  498.  
  499. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  500.  
  501. {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}
  502.  
  503. <div id="info">
  504. <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>
  505. {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>
  506. {/block:Posts}
  507. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  508. {/block:Posts}</div></div></div>
  509.  
  510.  
  511.  
  512. <!--
  513. DONT REMOVE THE CREDIT OR I WILL FIND YOU
  514. AND EAT YOUR FAMILY IN FRONT OF YOU I S2G
  515. -->
  516.  
  517. <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>
  518.  
  519.  
  520. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement