Advertisement
beliebed

#18 Worst Case Scenario Theme

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