Advertisement
beliebed

#12 Never Say Never Theme

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