Advertisement
beliebed

#37 Seventeen

Aug 27th, 2014
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.26 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. #tree {
  124. position:fixed;
  125. margin-top:-755px;
  126. margin-left:500px;
  127. }
  128.  
  129. #tree img {
  130. width:14px;
  131. height:4000px;
  132.  
  133. }
  134.  
  135. #arrow {
  136. position:fixed;
  137. margin-top:108px;
  138. margin-left:480px;
  139. }
  140.  
  141. #arrow img {
  142. width:55px;
  143. height:51px;
  144. }
  145.  
  146. /* --- POST ENTRIES ---*/
  147.  
  148.  
  149. #entries {
  150.     padding:10px;
  151.     width:500px;
  152.     margin-left:600px;
  153.     margin-top:50px;
  154.     font-size:11px;
  155. }
  156.  
  157. /* --- BODY: POSTS ---*/
  158.  
  159.  
  160. #post {
  161.     width:500px;
  162.     padding-bottom:20px;
  163.     padding:10px;
  164.     margin-top:15px;
  165.     background-color:{color:Post};
  166. }
  167.  
  168. /* --- SIDEBAR IMAGE ---*/
  169.  
  170.  
  171. #sidebar {
  172.     width:90px;
  173.     position:fixed;
  174.     margin-left:50px;
  175.     margin-top:220px;
  176.     opacity:.80;
  177.     background-color:{color:gray};
  178. }
  179.  
  180. #sidebarimage {
  181.     position:fixed;
  182.     margin-top:5px;
  183.     margin-left:90px;
  184.     width 120px;
  185. }
  186.  
  187. #sidebarimage img {
  188.     position:fixed;
  189.     width:220px;
  190.     height:220px;
  191.     border:solid 0px;
  192.     padding:2px;
  193.     border-color: {color:gray};
  194.     background-color:{color:Sidebar};
  195.  
  196. }
  197. /* --- SIDEBAR LINKS ---*/
  198.  
  199. .links {
  200.     width:80px;
  201.     height:4px;
  202.     padding: 9px;
  203.     font-size:9px;
  204.     font-family:'cambria ';
  205.     text-align:center;
  206.     margin-top:9px;
  207.     margin-left:-5px;
  208.     text-align:right;
  209.     text-transform:uppercase;
  210.     word-spacing:9px;
  211.     position:fixed;
  212.     padding-bottom:5px;
  213. }
  214.  
  215. .links a {
  216.     font-size: 10px;
  217.     display:block;
  218.     line-height:39px;
  219. }
  220.  
  221. .links a:hover{
  222.  
  223.     color:;
  224.  
  225.  
  226.      margin-right:25px;
  227.  
  228.     font-style:cambria;
  229.    
  230.     background-color:#;
  231.  
  232.     -moz-transition-duration:.5s;
  233.  
  234.     -webkit-transition-duration:1.0s;
  235.  
  236.     -o-transition-duration:.5s;
  237.  
  238.     }
  239.  
  240.  
  241. /* --- DESCRIPTION ---*/
  242.  
  243. #description {
  244.     position:fixed;
  245.     font-family:cambria italic;
  246.     line-height:100%;
  247.     font-size:10px;
  248.     font-style:;
  249.     width:220px;
  250.     margin-top:225px;
  251.     text-transform:lowercase;
  252.     padding:8px;
  253.     word-spacing:9px;
  254.     margin-left:83px;
  255.     text-align:center;
  256.     color:{color:sidebartext};
  257.     background-color:#;
  258.     </div></div>
  259.     }
  260.    
  261. #description a:hover{
  262.  
  263.     color:;
  264.    
  265.  
  266.     margin-left:100px;
  267.  
  268.     font-style:italic;
  269.  
  270.     -moz-transition-duration:2.5s;
  271.  
  272.     -webkit-transition-duration:2.5s;
  273.  
  274.     -o-transition-duration:2.5s;
  275.  
  276.     }
  277.    
  278.  
  279.  
  280. /* --- PAGINATION---*/
  281.  
  282.  
  283. #pagination {
  284.     width:100px;
  285.     font-size:20px;
  286.     text-align:center;
  287.     background-color:#;
  288.     margin-left:386px;
  289.     margin-top:122px;
  290.     position:fixed;
  291.     font-family:cambria;
  292.     text-transform:uppercase;
  293.     letter-spacing:0px;
  294.     font-style:none;
  295.     background-color:#;
  296.     height:10px;
  297.     padding:8px;
  298. }
  299.  
  300. #pagination a {color:{color:links}; -moz-transition-duration:1s;
  301. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  302.  
  303. /* --- POST INFO ---*/
  304.  
  305.  
  306. #info {
  307.     text-align:left;
  308.     font-family:cambria italic;
  309.     margin-top:10px;
  310.     text-transform:lowercase;
  311.     font-size:10px;
  312.     font-style:bold;
  313.     border-top:1px solid {color:Line}
  314. }
  315.  
  316. /* --- POST TAGS---*/
  317.  
  318.  
  319. #tags {
  320.     font-family:cambria;
  321.     letter-spacing:0px;
  322.     text-transform:lowercase;
  323.     font-size:9px;
  324.     font-style:;
  325.     margin-top:4px;
  326.     text-align:left;
  327. }
  328.    
  329. #tags
  330. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  331.     -webkit-transition: all 0.6s ease-in-out;
  332.     -moz-transition: all 0.6s ease-in-out;
  333.     -o-transition: all 0.6s ease-in-out;
  334.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  335.  
  336.  
  337. /* --- QUESTIONS ---*/
  338.  
  339. #asker {
  340.     padding:5px;
  341.     font-family:cambria;
  342.     letter-spacing:1px;
  343.     text-align:left;
  344.     font-style:italic;
  345.     margin-left:10px;
  346.     border-left:3px #eee solid;
  347.     background-color:{color:background}
  348. }
  349.  
  350. {CustomCSS}</style></head><body>
  351.  
  352. <div id="sidebar">
  353. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  354.  
  355.  
  356. <div id="description">
  357. {Description}
  358. </div>
  359.  
  360. <div id="tree"><img src="http://etc-mysitemyway.s3.amazonaws.com/icons/legacy-previews/icons-256/3d-transparent-glass-icons-alphanumeric/068128-3d-transparent-glass-icon-alphanumeric-vertical-line.png"></div>
  361.  
  362. <div id="arrow"><img src="http://images.youthondrugs.com/arrow-down-doodle.gif"></div>
  363.  
  364. <div class="links">
  365. <a href="/">  home</a>
  366. <a href="/ask">  message</a>
  367. {block:IfShowLink1}<a href="{text:Link 1}">  {text:Link 1 Text}</a>{/block:IfShowLink1}
  368. {block:IfShowLink2}<a href="{text:Link 2}">  {text:Link 2 Text}</a>{/block:IfShowLink2}
  369. {block:IfShowLink3}<a href="{text:Link 3}"> {text:Link 3 Text}</a>{/block:IfShowLink3}
  370. </div>
  371.  
  372.  
  373.  <div id="pagination">
  374. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}  {block:NextPage}<a href="{NextPage}">old</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  375. </div></div></div>
  376.  
  377. </div>
  378.  
  379. <div id="entries">{block:Posts}<div id="post">
  380.  
  381. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  382.  
  383. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  384.  
  385. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  386.  
  387. {block:Quote}{Quote}{/block:Quote}
  388.  
  389. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  390.  
  391. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  392.  
  393. {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>
  394. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  395. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  396. {/block:ExternalAudio}<br><b>Dancers:</b> {PlayCount} listeners
  397. {/block:Audio}
  398.  
  399. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  400.  
  401. {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}
  402.  
  403. <div id="info">
  404. <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>
  405. {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>
  406. {/block:Posts}
  407. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  408. {/block:Posts}</div></div></div>
  409.  
  410.  
  411.  
  412.  
  413.  
  414. <div style="position:fixed;bottom:3px; text-transform:uppercase; right:3px; font-size:10px; letter-spacing:2px; font-family:cambria;"><a href=""><a href="http://artcicmonkeyz.tumblr.com/">© artcicmonkeyz</a></center></div>
  415.  
  416.    
  417. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement