Advertisement
stopsniall

ashtonirwnstheme7

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