Advertisement
beliebed

#41 IS THIS WHAT YOU WANT?

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