Advertisement
stopsniall

ashtonirwnstheme15

Sep 13th, 2013
614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. z
  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. <style type="text/css">
  49.  
  50. @font-face{font-family:Just Realize;src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  51.  
  52. /* --- SCROLLBAR ---*/
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#d6d5d5;}
  55. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  56. ::-webkit-scrollbar {background-color:#d6d5d5;height:7px;width:12px;border:5px solid #fff;}
  57. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:#d6d5d5;display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  58. }
  59.  
  60.  
  61. /* --- BODY ---*/
  62.  
  63. body {
  64. background:{color:background};
  65. margin:0px;
  66. color:{color:text};
  67. font-family:Calibri;
  68. font-size:9px;
  69. line-height:100%;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. h1 {
  94. font-size:9px;
  95. text-transform:uppercase;
  96. }
  97.  
  98. a:hover {
  99. opacity:10;
  100. color:{color:hover};
  101. -webkit-transition: all 0.7s ease;
  102. -moz-transition: all 0.7s ease;
  103. -o-transition: all 0.7s ease
  104. }
  105.  
  106. #circle {
  107. position:fixed;
  108. margin-top:-182px;
  109. margin-left:-19px;
  110. }
  111.  
  112. #circle img {
  113. width:200px;
  114. height:200px;
  115. }
  116.  
  117. /* --- POST ENTRIES ---*/
  118.  
  119.  
  120. #entries {
  121. padding:10px;
  122. width:500px;
  123. margin-left:450px;
  124. margin-top:0px;
  125. font-size:10px;
  126. }
  127.  
  128. /* --- BODY: POSTS ---*/
  129.  
  130.  
  131. #post {
  132. width:500px;
  133. padding-bottom:20px;
  134. padding:10px;
  135. margin-top:15px;
  136. background-color:{color:Post};
  137. }
  138.  
  139. /* --- SIDEBAR IMAGE ---*/
  140.  
  141.  
  142. #sidebar {
  143. width:100px;
  144. position:fixed;
  145. margin-left:150px;
  146. margin-top:150px;
  147. opacity:.80;
  148. background-color:{color:Sidebar};
  149. }
  150.  
  151. #sidebarimage {
  152. width 100px;
  153. }
  154.  
  155. #sidebarimage img {
  156. width:150px;
  157. height:150px;
  158. border-radius:100px;
  159. border:solid 1px;
  160. padding:6px;
  161. border-color:#fff;
  162. background-color:{color:Sidebar};
  163. }
  164.  
  165. #sidebar:hover #description {
  166.  
  167. opacity:.8;
  168. -webkit-transition: all 0.5s ease-out;
  169. -moz-transition: all 0.5s ease-out;
  170. transition: all 0.5s ease-out;
  171.  
  172. }
  173.  
  174. /* --- SIDEBAR LINKS ---*/
  175.  
  176. #link1 {
  177. position:fixed;
  178. margin-top:-20px;
  179. margin-left:-60px;
  180. }
  181.  
  182. #link1 img {
  183. width:70px;
  184. height:240px;
  185. }
  186. #link1 a:hover {
  187. opacity:.5;
  188. webkit-transition: all .5s ease-in-out;
  189. -moz-transition: all .5s ease-in-out;
  190. -o-transition: all .5s ease-in-out;
  191. }
  192.  
  193. #link2 {
  194. position:fixed;
  195. margin-top:2px;
  196. margin-left:-5px;
  197. }
  198.  
  199. #link2 img {
  200. width:40px;
  201. height:140px;
  202. }
  203. #link2 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. #link3 {
  211. position:fixed;
  212. margin-top:15px;
  213. margin-left:15px;
  214. }
  215.  
  216. #link3 img {
  217. width:50px;
  218. height:260px;
  219. }
  220. #link3 a:hover {
  221. opacity:.5;
  222. webkit-transition: all .5s ease-in-out;
  223. -moz-transition: all .5s ease-in-out;
  224. -o-transition: all .5s ease-in-out;
  225. }
  226.  
  227. #link4 {
  228. position:fixed;
  229. margin-top:15px;
  230. margin-left:70px;
  231. }
  232.  
  233. #link4 img {
  234. width:40px;
  235. height:200px;
  236. }
  237. #link4 a:hover {
  238. opacity:.5;
  239. webkit-transition: all .5s ease-in-out;
  240. -moz-transition: all .5s ease-in-out;
  241. -o-transition: all .5s ease-in-out;
  242. }
  243.  
  244. #link5 {
  245. position:fixed;
  246. margin-top:0px;
  247. margin-left:115px;
  248. }
  249.  
  250. #link5 img {
  251. width:40px;
  252. height:300px;
  253. }
  254. #link5 a:hover {
  255. opacity:.5;
  256. webkit-transition: all .5s ease-in-out;
  257. -moz-transition: all .5s ease-in-out;
  258. -o-transition: all .5s ease-in-out;
  259. }
  260.  
  261. #link6 {
  262. position:fixed;
  263. margin-top:-17px;
  264. margin-left:140px;
  265. }
  266.  
  267. #link6 img {
  268. width:45px;
  269. height:180px;
  270. }
  271. #link6 a:hover {
  272. opacity:.5;
  273. webkit-transition: all .5s ease-in-out;
  274. -moz-transition: all .5s ease-in-out;
  275. -o-transition: all .5s ease-in-out;
  276. }
  277.  
  278. /* --- DESCRIPTION ---*/
  279.  
  280. #description {
  281. position:fixed;
  282. border-radius:100px;
  283. font-family:cambria;
  284. line-height:90%;
  285. font-size:12px;
  286. font-style:;
  287. opacity:0;
  288. width:150px;
  289. height:150px;
  290. margin-top:-158px;
  291. padding:8px;
  292. margin-left:-3px;
  293. text-align:center;
  294. background:#fff;
  295. color:#000;
  296. -webkit-transition: all 0.8s ease-out;
  297. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  298. }
  299. /* --- PAGINATION---*/
  300.  
  301.  
  302. #pagination {
  303. width:150px;
  304. height:15px;
  305. font-size:50px;
  306. text-align:center;
  307. margin-left:950px;
  308. padding-top:5px;
  309. opacity:1;
  310. margin-top:0px;
  311. position:fixed;
  312. font-family:just realize;
  313. letter-spacing:0px;
  314. background-color:;
  315. color:#000;
  316. }
  317.  
  318. /* --- POST INFO ---*/
  319.  
  320.  
  321. #info {
  322. text-align:left;
  323. margin-top:10px;
  324. text-transform:uppercase;
  325. font-size:8px;
  326. font-style:none;
  327. border-top:1px solid {color:Line}
  328. }
  329.  
  330. /* --- POST TAGS---*/
  331.  
  332.  
  333. #tags {
  334. font-family:cambria;
  335. letter-spacing:0px;
  336. text-transform:lowercase;
  337. font-size:10px;
  338. font-style:italic;
  339. margin-top:4px;
  340. text-align:left;
  341. }
  342.  
  343. #tags
  344. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  345. -webkit-transition: all 0.6s ease-in-out;
  346. -moz-transition: all 0.6s ease-in-out;
  347. -o-transition: all 0.6s ease-in-out;
  348. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  349.  
  350.  
  351. /* --- QUESTIONS ---*/
  352.  
  353. #asker {
  354. padding:5px;
  355. font-family:cambria;
  356. letter-spacing:1px;
  357. text-align:left;
  358. font-style:italic;
  359. margin-left:10px;
  360. border-left:3px #eee solid;
  361. background-color:{color:background}
  362. }
  363.  
  364. #s-m-t-tooltip {
  365. max-width:300px;
  366. padding:3px 4px 5px 4px;
  367. margin:20px 0px 0px 20px;
  368. background-color:#000; /* change the background color */
  369. border:1px solid #ddd; /* change the border color */
  370. font-family:calibri; /* change the font */
  371. font-size:9px; /* change the font size */
  372. letter-spacing:2px; /* change the letter spacing */
  373. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  374. color:#fff; /* change the text color */
  375. z-index:999999999999999999999999999999999999;
  376.  
  377. }
  378.  
  379. {CustomCSS}</style></head><body>
  380.  
  381. <div id="sidebar">
  382. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  383.  
  384.  
  385. <div id="description">
  386. {Description}
  387. </div>
  388.  
  389. <div id="circle"><img src="http://25.media.tumblr.com/06b6a1780dc9d8bf3c7fc8be9c07297c/tumblr_mt3ff1VhvL1r6mvzao1_400.png"></div>
  390.  
  391. <div id="link1">
  392. <a title="{Text:Link 1 Text}" href="{Text:Link 1}"><img src="http://25.media.tumblr.com/282a93c836db44c0eb6b87de9d5f89b5/tumblr_mt3f4mXtrv1r6mvzao1_250.png"></a></div>
  393. <div id="link2">
  394. <a title="{Text:Link 2 Text}"href="{Text:Link 2}"><img src="http://25.media.tumblr.com/2391ceac461ada9adc49d6b9ce1d5cb2/tumblr_mt3f4mXtrv1r6mvzao3_250.png"></a></div>
  395. <div id="link3">
  396. <a title="{Text:Link 3 Text}"href="{Text:Link 3}"><img src="http://25.media.tumblr.com/8d0412a06eb41f41cb76f41299ae6892/tumblr_mt3f4mXtrv1r6mvzao6_250.png"></a></div>
  397. <div id="link4">
  398. <a title="{Text:Link 4 Text}"href="{Text:Link 4}"><img src="http://25.media.tumblr.com/35cd67fc824f9fb99ec38bfffa2dede2/tumblr_mt3f4mXtrv1r6mvzao4_250.png"></a></div>
  399. <div id="link5">
  400. <a title="{Text:Link 5 Text}"href="{Text:Link 5}"><img src="http://31.media.tumblr.com/b94557da099a211ecf52c7d131786e3e/tumblr_mt3f4mXtrv1r6mvzao5_400.png"></a></div>
  401. <div id="link6">
  402. <a title="{Text:Link 6 Text}"href="{Text:Link 6}"><img src="http://31.media.tumblr.com/0f47bd38567260c6b91e3c15d0a01351/tumblr_mt3f4mXtrv1r6mvzao7_250.png"></a></div>
  403.  
  404. {block:Pagination}<div id="pagination">
  405. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  406. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  407. </div>{/block:Pagination}
  408. </div>
  409. </div>
  410.  
  411. <div id="entries">{block:Posts}<div id="post">
  412.  
  413. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  414.  
  415. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  416.  
  417. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  418.  
  419. {block:Quote}{Quote}{/block:Quote}
  420.  
  421. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  422.  
  423. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  424.  
  425. {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>
  426. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  427. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  428. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  429. {/block:Audio}
  430.  
  431. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  432.  
  433. {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}
  434.  
  435. <div id="info">
  436. <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>
  437. {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>
  438. {/block:Posts}
  439. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  440. {/block:Posts}</div></div></div>
  441.  
  442.  
  443.  
  444. <!--
  445. DONT REMOVE OR I WILL MURDER YOU
  446. -->
  447.  
  448.  
  449.  
  450. <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>
  451.  
  452.  
  453. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement