beliebed

I Don't Wanna Be Your Hero

May 18th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.85 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 arcticmonkeyz!
  6. Hi, thank you so much for using one of my themes. You can change everything just make sure the credits stay intact. If you have any questions don't be afraid to send me a message. Stay amazing xo
  7.  
  8. -->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="image:sidebar" content="#A4A4A4"/>
  20. <meta name="image:sidebar 2" content=""/>
  21. <meta name="image:sidebar 3" content=""/>
  22. <meta name="image:sidebar 4" content=""/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Sidebar" 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="if:Show Link 1" content="1" />
  39. <meta name="if:Show Link 2" content="1" />
  40. <meta name="color:scrollbarbg" content="ffffff"/>
  41.  
  42.  
  43. <style type="text/css">
  44. #bite
  45. #bite a{
  46. display:block
  47. }
  48. #bite .death {
  49. margin-top:0px;filter: alpha(opacity = 0);
  50. opacity:0;-webkit-transition: all 0.5s ease-out;
  51. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  52. }
  53.  
  54. #bite:hover .death {
  55. margin-top:4px;
  56. -webkit-transition: all 0.8s ease-out;
  57. -moz-transition: all 0.8s ease-out;
  58. transition: all 0.8s ease-out;
  59. filter: alpha(opacity = 100);
  60. filter: alpha(opacity = 100);
  61. opacity:100;
  62. }
  63.  
  64.  
  65. /* --- SCROLLBAR ---*/
  66.  
  67.  ::-webkit-scrollbar {
  68. width: 5px;height: 5px;}
  69. ::-webkit-scrollbar-button:start:decrement,
  70. ::-webkit-scrollbar-button:end:increment {
  71. height: 6px;display: block;background-color: {color:white};}
  72. ::-webkit-scrollbar-track-piece {
  73. background-color: {color:scrollbarbg};}
  74. ::-webkit-scrollbar-thumb:vertical {
  75. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  76.  
  77.  
  78. /* --- BODY ---*/
  79.  
  80. body {
  81.     background:{color:background};
  82.     margin:0px;
  83.     color:{color:text};
  84.     font-family:cambria;
  85.     font-size:9px;
  86.     line-height:100%;
  87. }
  88.  
  89. a {
  90.     text-decoration:none;
  91.     outline:none;
  92.     -moz-outline-style:none;
  93.     color:{color:link};
  94. }
  95.  
  96. img {
  97.     border:none;
  98. }
  99.  
  100. blockquote {
  101.     padding-left:5px;
  102.     border-left:2px solid;
  103. }
  104.    
  105. blockquote blockquote {
  106.     padding-left:5px;
  107.     border-left:2px solid;
  108. }
  109.  
  110. h1 {
  111.     font-size:9px;
  112.     text-transform:uppercase;
  113. }
  114.  
  115. a:hover {
  116.     opacity:10;
  117.     color:{color:hover};
  118.      -webkit-transition: all 0.7s ease;
  119.     -moz-transition: all 0.7s ease;
  120.     -o-transition: all 0.7s ease
  121. }
  122.  
  123. #frame {
  124. position:background;
  125. margin-top:-70px;
  126. margin-left:-80px;
  127. }
  128.  
  129. #frame img {
  130. width:350px;
  131. height:280px;
  132.  
  133. }
  134.  
  135. /* --- POST ENTRIES ---*/
  136.  
  137.  
  138. #entries {
  139.     padding:10px;
  140.     width:500px;
  141.     margin-left:500px;
  142.     margin-top:50px;
  143.     font-size:11px;
  144. }
  145.  
  146. /* --- BODY: POSTS ---*/
  147.  
  148.  
  149. #post {
  150.     width:500px;
  151.     padding-bottom:20px;
  152.     padding:10px;
  153.     margin-top:15px;
  154.     margin-left:120px;
  155.     background-color:{color:Post};
  156. }
  157.  
  158. /* --- SIDEBAR IMAGE ---*/
  159.  
  160.  
  161. #sidebar {
  162.     width:90px;
  163.     position:fixed;
  164.     margin-left:165px;
  165.     margin-top:199px;
  166.     opacity:.80;
  167.     background-color:{color:gray};
  168. }
  169.  
  170. #sidebarimage {
  171.     position:fixed;
  172.     margin-top: -70px;
  173.     margin-left:-89px;
  174.     width 90px;
  175. }
  176.  
  177. #sidebarimage img {
  178.     position:fixed;
  179.     width:100px;
  180.     border:solid 3px;
  181.     border-radius:500px;
  182.     padding:0px;
  183.     border-color: {color:gray};
  184.     background-color:{color:Sidebar};
  185. }
  186.  
  187. #sidebarimage2 {
  188.     width 90px;
  189.     position:fixed;
  190. }
  191.  
  192. #sidebarimage2 img {
  193.     margin-left:-89px;
  194.     margin-top:115px;
  195.     width:100px;
  196.     border:solid 3px;
  197.     border-radius:500px;
  198.     padding:0px;
  199.     border-color: {color:gray};
  200.     background-color:{color:Sidebar};
  201.  
  202. }
  203.  
  204. #sidebarimage3 {
  205.     width 90px;
  206.     position:fixed;
  207. }
  208.  
  209. #sidebarimage3 img {
  210.     margin-left:109px;
  211.     margin-top:115px;
  212.     width:100px;
  213.     border:solid 3px;
  214.     border-radius:500px;
  215.     padding:0px;
  216.     border-color: {color:gray};
  217.     background-color:{color:Sidebar};
  218.  
  219. }
  220.  
  221. #sidebarimage4 {
  222.     width 90px;
  223.     position:fixed;
  224. }
  225.  
  226. #sidebarimage4 img {
  227.     margin-left:109px;
  228.     margin-top:-70px;
  229.     width:100px;
  230.     border:solid 3px;
  231.     border-radius:500px;
  232.     padding:0px;
  233.     border-color: {color:gray};
  234.     background-color:{color:Sidebar};
  235.  
  236. }
  237. /* --- SIDEBAR LINKS ---*/
  238.  
  239. .links {
  240.     width:150px;
  241.     height:100px;
  242.     padding:10px;
  243.     font-size:9px;
  244.     font-family:cambria italic;
  245.     text-align:center;
  246.     margin-top:-200px;
  247.     margin-left:-17px;
  248.     text-align:center;
  249.     text-transform:lowercase;
  250.     word-spacing:1px;
  251.     position:fixed;
  252.     padding-bottom:8px;
  253.     border:solid 0px;
  254.     padding:5px;
  255.     border-color: {color:black};
  256.  
  257. }
  258.  
  259. .links a {
  260.     font-size: 13px;
  261.     background-color:#;
  262. }
  263.  
  264. .links a:hover {
  265.    color:{color:Hover}
  266. }  
  267.  
  268.  
  269. /* --- DESCRIPTION ---*/
  270.  
  271.    
  272.     #description {
  273.     position:fixed;
  274.     font-family:cambria italic;
  275.     line-height:110%;
  276.     font-size:11px;
  277.     font-style:;
  278.     width:125px;
  279.     margin-top:45px;
  280.     padding:8px;
  281.     margin-left:1px;
  282.     border:solid 0px;
  283.     padding:2px;
  284.     border-color: {color:black};
  285.     background-color:;
  286.     text-align:center;
  287.     color:{color:text};
  288.     }
  289.    
  290. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  291. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  292.  
  293. /* --- PAGINATION---*/
  294.  
  295.  
  296. #pagination {
  297.     width:100px;
  298.     font-size:7px;
  299.     text-align:center;
  300.     margin-left:10px;
  301.     margin-top:-80px;
  302.     position:fixed;
  303.     font-family:consolas;
  304.     letter-spacing:0px;
  305. }
  306.  
  307.  
  308. /* --- POST INFO ---*/
  309.  
  310.  
  311. #info {
  312.     text-align:left;
  313.     margin-top:10px;
  314.     text-transform:uppercase;
  315.     font-size:8px;
  316.     font-style:none;
  317.     border-top:1px solid {color:Line}
  318. }
  319.  
  320. /* --- POST TAGS---*/
  321.  
  322.  
  323. #tags {
  324.     font-family:cambria;
  325.     letter-spacing:0px;
  326.     text-transform:lowercase;
  327.     font-size:10px;
  328.     font-style:italic;
  329.     margin-top:4px;
  330.     text-align:left;
  331. }
  332.    
  333. #tags
  334. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  335.     -webkit-transition: all 0.6s ease-in-out;
  336.     -moz-transition: all 0.6s ease-in-out;
  337.     -o-transition: all 0.6s ease-in-out;
  338.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  339.  
  340.  
  341. /* --- QUESTIONS ---*/
  342.  
  343. #asker {
  344.     padding:5px;
  345.     font-family:cambria;
  346.     letter-spacing:1px;
  347.     text-align:left;
  348.     font-style:italic;
  349.     margin-left:10px;
  350.     border-left:3px #eee solid;
  351.     background-color:{color:background}
  352. }
  353.  
  354. {CustomCSS}</style></head><body>
  355.  
  356. <div id="sidebar">
  357. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  358. <div id="sidebarimage2"><img src="{image:sidebar 2}"></div>
  359. <div id="sidebarimage3"><img src="{image:sidebar 3}"></div>
  360. <div id="sidebarimage4"><img src="{image:sidebar 4}"></div>
  361.  
  362.  
  363. <div id="description">
  364. {Description}
  365. </div>
  366.  
  367. <div id="frame"><img src="http://www.thesweetdreamery.com/hidden/gallery/albums/userpics/10001/framegrey4.png"></div>
  368.  
  369. <div class="links">
  370. <a href="/">MAIN</a>
  371. <a href="/ask">MSSG</a>
  372. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  373. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  374. </div>
  375.  
  376.  
  377. {block:Pagination}<div id="pagination">
  378. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  379. {block:JumpPagination length="5"}
  380. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  381. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  382. {/block:JumpPagination}
  383. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  384. </div>{/block:Pagination}
  385.  
  386.  
  387. </div>
  388.  
  389. <div id="entries">{block:Posts}<div id="post">
  390.  
  391. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  392.  
  393. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  394.  
  395. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  396.  
  397. {block:Quote}{Quote}{/block:Quote}
  398.  
  399. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  400.  
  401. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  402.  
  403. {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>
  404. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  405. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  406. {/block:ExternalAudio}<br><b>Dancers:</b> {PlayCount} listeners
  407. {/block:Audio}
  408.  
  409. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  410.  
  411. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} told: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  412.  
  413. <div id="info">
  414. <br>shared <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">source <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  415. {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>
  416. {/block:Posts}
  417. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  418. {/block:Posts}</div></div></div>
  419.  
  420.  
  421.  
  422.  
  423.  
  424. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:2px; font-family:cambria;"><a href=""><a href="http://artcicmonkeyz.tumblr.com/">© arcticmonkeyz</a></center></div>
  425.  
  426.    
  427. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment