Advertisement
beliebed

#17 Ready For The Weekend Theme

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