Advertisement
beliebed

#39 BLURRYFACE

May 19th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.77 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="color:Text" content="#a8a8a8"/>
  20. <meta name="color:Link" content="#b8b8b8"/>
  21. <meta name="color:Tags" content="f0f0f0"/>
  22. <meta name="color:Hover" content="#f2f2f2"/>
  23. <meta name="color:Line" content="#f2f2f2"/>
  24. <meta name="color:Border" content="#e4e4e4"/>
  25. <meta name="color:Post" content="#ffffff"/>
  26. <meta name="color:sidebartext" content="#ffffff"/>
  27. <meta name="color:Answer" content="#f8f8f8"/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:bg" content=""/>
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 3 Text" content="" />
  36. <meta name="if:Show Link 1" content="1" />
  37. <meta name="if:Show Link 2" content="1" />
  38. <meta name="if:Show Link 3" content="1" />
  39. <meta name="color:scrollbarbg" content="ffffff"/>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. #bite
  45. #bite a{
  46. display:block
  47. }
  48. #bite .death {
  49. margin-right: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-left:0px;
  56.  
  57. -webkit-transition: all 0.8s ease-out;
  58. -moz-transition: all 0.8s ease-out;
  59. transition: all 0.8s ease-out;
  60. filter: alpha(opacity = 100);
  61. filter: alpha(opacity = 100);
  62. opacity:8;
  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. #quote {
  124. position:fixed;
  125. margin-top:400px;
  126. margin-left:12px;
  127. }
  128.  
  129. #quote img {
  130. width:400px;
  131. height:400px;
  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:12px;
  144. }
  145.  
  146. /* --- BODY: POSTS ---*/
  147.  
  148.  
  149. #post {
  150.     width:500px;
  151.     padding-bottom:20px;
  152.     font-family:'NSimSun Bold';
  153.     font-size:15px;
  154.     padding:10px;
  155.     margin-top:16px;
  156.     background-color:{color:Post};
  157. }
  158.  
  159. /* --- SIDEBAR IMAGE ---*/
  160.  
  161.  
  162. #sidebar {
  163.     width:90px;
  164.     position:fixed;
  165.     margin-left:40px;
  166.     margin-top:180px;
  167.    
  168.     opacity:.80;
  169.     background-color:{color:gray};
  170. }
  171.  
  172. #sidebarimage {
  173.     position:fixed;
  174.     margin-top:0px;
  175.     margin-left:50px;
  176.     width:120px;
  177.    
  178. }
  179.  
  180. #sidebarimage img {
  181.     position:fixed;
  182.     width:250px;
  183.     height:150px;
  184.     border:solid 0px;
  185.     padding:2px;
  186.     border-color: {color:gray};
  187.     background-color:{color:Sidebar};
  188.  
  189. }
  190. /* --- SIDEBAR LINKS ---*/
  191.  
  192. .links {
  193.     width:250px;
  194.     height:4px;
  195.     padding: 9px;
  196.     font-size:9px;
  197.     font-family:'Autumn';
  198.     text-align:center;
  199.     margin-top:0px;
  200.     margin-left:305px;
  201.     text-align:left;
  202.     text-transform:uppercase;
  203.     word-spacing:10px;
  204.     position:fixed;
  205.     padding-bottom:5px;
  206. }
  207.  
  208. .links a {
  209.     font-size: 12px;
  210.     display:block;
  211.     line-height:27px;
  212. }
  213.  
  214. .links a:hover{
  215.  
  216.  
  217.  
  218.     }
  219.  
  220.  
  221. /* --- DESCRIPTION ---*/
  222.  
  223. #description {
  224.     position:fixed;
  225.     font-family:Angsana New;
  226.     line-height:100%;
  227.     font-size:15px;
  228.     font-style:;
  229.     width:254px;
  230.     margin-top:145px;
  231.     text-transform:uppercase;
  232.     padding:8px;
  233.     margin-left:43px;
  234.     text-align:center;
  235.     color:{color:sidebartext};
  236.     background-color:;
  237.     </div></div>
  238.     }
  239.    
  240. #description a:hover{
  241.  
  242.     color:;
  243.    
  244.  
  245.     margin-left:100px;
  246.  
  247.     font-style:italic;
  248.  
  249.     -moz-transition-duration:2.5s;
  250.  
  251.     -webkit-transition-duration:2.5s;
  252.  
  253.     -o-transition-duration:2.5s;
  254.  
  255.     }
  256.    
  257.  
  258.  
  259. /* --- PAGINATION---*/
  260.  
  261.  
  262. #pagination {
  263.     width:100px;
  264.     font-size:16px;
  265.     text-align:center;
  266.     background-color:#;
  267.     margin-left:200px;
  268.     margin-top:-25px;
  269.     position:fixed;
  270.     font-family:Autumn;
  271.     text-transform:uppercase;
  272.     letter-spacing:0px;
  273.     font-style:none;
  274.     height:10px;
  275.     padding:8px;
  276.     background-color: ;
  277. }
  278.  
  279. #pagination a {color:{color:links}; -moz-transition-duration:1s;
  280. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  281.  
  282. /* --- POST INFO ---*/
  283.  
  284.  
  285. #info {
  286.     text-align:center;
  287.     margin-top:10px;
  288.     text-transform:uppercase;
  289.     font-size:9px;
  290.     font-style:Angsana New bold;
  291.     border-top:1px solid {color:Line}
  292. }
  293.  
  294. /* --- POST TAGS---*/
  295.  
  296.  
  297. #tags {
  298.     font-family:Angsana New;
  299.     letter-spacing:0px;
  300.     text-transform:uppercase;
  301.     font-size:15px;
  302.     font-style:Angsana New;
  303.     margin-top:4px;
  304.     text-align:center;
  305. }
  306.    
  307. #tags
  308. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  309.     -webkit-transition: all 0.6s ease-in-out;
  310.     -moz-transition: all 0.6s ease-in-out;
  311.     -o-transition: all 0.6s ease-in-out;
  312.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  313.  
  314.  
  315. /* --- QUESTIONS ---*/
  316.  
  317. #asker {
  318.     padding:5px;
  319.     font-family:Angsana New;
  320.     letter-spacing:1px;
  321.     text-align:left;
  322.     font-style:Angsana New;
  323.     margin-left:10px;
  324.     border-left:3px #eee solid;
  325.     background-color:{color:background}
  326. }
  327.  
  328. {CustomCSS}</style></head><body>
  329.  
  330. <div id="sidebar">
  331. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  332.  
  333.  
  334. <div id="description">
  335. {Description}
  336. </div>
  337.  
  338. <div id="quote"><img src="http://data1.whicdn.com/images/148741631/large.jpg"></div>
  339.  
  340. <div class="links">
  341. <a href="/"> H O M E</a>
  342. <a href="/ask"> M A I L</a>
  343. {block:IfShowLink1}<a href="{text:Link 1}"> {text:Link 1 Text}</a>{/block:IfShowLink1}
  344. {block:IfShowLink2}<a href="{text:Link 2}"> {text:Link 2 Text}</a>{/block:IfShowLink2}
  345. {block:IfShowLink3}<a href="{text:Link 3}"> {text:Link 3 Text}</a>{/block:IfShowLink3}
  346. </div>
  347.  
  348.  
  349.  <div id="pagination">
  350. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">FORTH</a>{/block:PreviousPage}  {block:NextPage}<a href="{NextPage}">BACK</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  351. </div></div></div>
  352.  
  353. </div>
  354.  
  355. <div id="entries">{block:Posts}<div id="post">
  356.  
  357. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  358.  
  359. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  360.  
  361. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  362.  
  363. {block:Quote}{Quote}{/block:Quote}
  364.  
  365. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  366.  
  367. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  368.  
  369. {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>
  370. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  371. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  372. {/block:ExternalAudio}<br><b>Dancers:</b> {PlayCount} listeners
  373. {/block:Audio}
  374.  
  375. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  376.  
  377. {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}
  378.  
  379. <div id="info">
  380. <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>
  381. {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>
  382. {/block:Posts}
  383. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  384. {/block:Posts}</div></div></div>
  385.  
  386.  
  387.  
  388.  
  389.  
  390. <div style="position:fixed;bottom:3px; right:3px; font-size:11px; letter-spacing:2px; font-family:Autumn;"><a href=""><a href="http://artcicmonkeyz.tumblr.com/">© ARTCICMONKEYZ</a></center></div>
  391.  
  392.    
  393. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement