Advertisement
beliebed

#10 The Magic Is There Theme

Jul 23rd, 2013
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.23 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:-340px;
  105. margin-left:-152px;
  106. }
  107.  
  108. #tree img {
  109. width:0px;
  110. height:0px;
  111.  
  112. }
  113.  
  114. /* --- POST ENTRIES ---*/
  115.  
  116.  
  117. #entries {
  118.     padding:10px;
  119.     width:500px;
  120.     margin-left:500px;
  121.     margin-top:50px;
  122.     font-size:11px;
  123. }
  124.  
  125. /* --- BODY: POSTS ---*/
  126.  
  127.  
  128. #post {
  129.     width:500px;
  130.     padding-bottom:20px;
  131.     padding:10px;
  132.     margin-top:15px;
  133.     background-color:{color:Post};
  134. }
  135.  
  136. /* --- SIDEBAR IMAGE ---*/
  137.  
  138.  
  139. #sidebar {
  140.     width:90px;
  141.     position:fixed;
  142.     margin-left:145px;
  143.     margin-top:170px;
  144.     opacity:.80;
  145.     background-color:{color:gray};
  146. }
  147.  
  148. #sidebarimage {
  149.     position:fixed;
  150.     margin-top:5px;
  151.     margin-left:-50px;
  152.     width 90px;
  153. }
  154.  
  155. #sidebarimage img {
  156.     position:fixed;
  157.     width:90px;
  158.     border:solid 0px;
  159.     padding:2px;
  160.     border-color: {color:gray};
  161.     background-color:{color:Sidebar};
  162. }
  163.  
  164. #sidebarimage2 {
  165.     width 90px;
  166.     position:fixed;
  167. }
  168.  
  169. #sidebarimage2 img {
  170.     margin-left:66px;
  171.     margin-top:5px;
  172.     width:90px;
  173.     border:solid 0px;
  174.     padding:2px;
  175.     border-color: {color:gray};
  176.     background-color:{color:Sidebar};
  177. }
  178. /* --- SIDEBAR LINKS ---*/
  179.  
  180. .links {
  181.     width:250px;
  182.     height:4px;
  183.     padding: 9px;
  184.     font-size:7px;
  185.     font-family:'cambria italic';
  186.     text-align:center;
  187.     margin-top:-20px;
  188.     margin-left:-78px;
  189.     text-align:center;
  190.     text-transform:uppercase;
  191.     word-spacing:5px;
  192.     position:fixed;
  193.     padding-bottom:5px;
  194. }
  195.  
  196. .links a {
  197.     font-size: 10px;
  198. }
  199.  
  200. .links a:hover {
  201.    color:{color:Hover}
  202. }  
  203.  
  204.  
  205. /* --- DESCRIPTION ---*/
  206.  
  207. #description {
  208.     position:fixed;
  209.     font-family:cambria;
  210.     line-height:100%;
  211.     font-size:9px;
  212.     font-style:;
  213.     width:150px;
  214.     margin-top:105px;
  215.     padding:8px;
  216.     margin-left:-27px;
  217.     text-align:center;
  218.     color:{color:text};
  219.     }
  220.    
  221. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  222. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  223.  
  224. /* --- PAGINATION---*/
  225.  
  226.  
  227. #pagination {
  228.     width:100px;
  229.     font-size:8px;
  230.     text-align:center;
  231.     margin-left:2px;
  232.     margin-top:165px;
  233.     position:fixed;
  234.     font-family:consolas;
  235.     letter-spacing:0px;
  236. }
  237.  
  238. /* --- POST INFO ---*/
  239.  
  240.  
  241. #info {
  242.     text-align:left;
  243.     margin-top:10px;
  244.     text-transform:uppercase;
  245.     font-size:8px;
  246.     font-style:none;
  247.     border-top:1px solid {color:Line}
  248. }
  249.  
  250. /* --- POST TAGS---*/
  251.  
  252.  
  253. #tags {
  254.     font-family:cambria;
  255.     letter-spacing:0px;
  256.     text-transform:lowercase;
  257.     font-size:10px;
  258.     font-style:italic;
  259.     margin-top:4px;
  260.     text-align:left;
  261. }
  262.    
  263. #tags
  264. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  265.     -webkit-transition: all 0.6s ease-in-out;
  266.     -moz-transition: all 0.6s ease-in-out;
  267.     -o-transition: all 0.6s ease-in-out;
  268.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  269.  
  270.  
  271. /* --- QUESTIONS ---*/
  272.  
  273. #asker {
  274.     padding:5px;
  275.     font-family:cambria;
  276.     letter-spacing:1px;
  277.     text-align:left;
  278.     font-style:italic;
  279.     margin-left:10px;
  280.     border-left:3px #eee solid;
  281.     background-color:{color:background}
  282. }
  283.  
  284. {CustomCSS}</style></head><body>
  285.  
  286. <div id="sidebar">
  287. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  288. <div id="sidebarimage2"><img src="{image:sidebar 2}"></div>
  289.  
  290.  
  291. <div id="description">
  292. {Description}
  293. </div>
  294.  
  295. <div id="tree"><img src=""></div>
  296.  
  297. <div class="links">
  298. <a href="/">home</a>
  299. <a href="/ask">message</a>
  300. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  301. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  302. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  303. </div>
  304.  
  305.  
  306. {block:Pagination}<div id="pagination">
  307. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  308. {block:JumpPagination length="5"}
  309. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  310. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  311. {/block:JumpPagination}
  312. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  313. </div>{/block:Pagination}
  314.  
  315. </div>
  316.  
  317. <div id="entries">{block:Posts}<div id="post">
  318.  
  319. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  320.  
  321. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  322.  
  323. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  324.  
  325. {block:Quote}{Quote}{/block:Quote}
  326.  
  327. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  328.  
  329. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  330.  
  331. {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>
  332. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  333. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  334. {/block:ExternalAudio}<br><b>Dancers:</b> {PlayCount} listeners
  335. {/block:Audio}
  336.  
  337. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  338.  
  339. {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}
  340.  
  341. <div id="info">
  342. <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>
  343. {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>
  344. {/block:Posts}
  345. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  346. {/block:Posts}</div></div></div>
  347.  
  348.  
  349.  
  350.  
  351.  
  352. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:2px; font-family:cambria;"><a href="http://stopsniall.tumblr.com/"><a href="http://beliebed.tumblr.com/">© BELIEBED</a></center></div>
  353.  
  354.    
  355. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement