Advertisement
beliebed

#19 Men In Black Theme

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