Advertisement
beliebed

#25 You Should Know Theme

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