Advertisement
beliebed

#22 Flower Power Theme

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