Advertisement
almighty-bini

38

Apr 20th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.50 KB | None | 0 0
  1. <!--
  2. THIS THEME (38 curiosity) WAS CREATED ON 13.04.14 BY almighty-bini
  3. LAST UPDATE: 16.04.14
  4.  
  5. DO NOT REMOVE THE CREDITS!
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta name="color:background" content="#fafafa" />
  20. <meta name="color:post" content="#ffffff" />
  21. <meta name="color:text" content="#000000" />
  22. <meta name="color:link" content="#cc93ef" />
  23. <meta name="color:link hover" content="#7f32b8" />
  24. <meta name="color:topbar" content="#be78e8" />
  25. <meta name="color:topbar text" content="#ffffff" />
  26. <meta name="color:blockquote" content="#ffefff" />
  27. <meta name="color:list" content="#ffefff" />
  28. <meta name="color:title" content="#ffefff" />
  29.  
  30. <meta name="if:250" content="0" />
  31. <meta name="if:400" content="1" />
  32. <meta name="if:500" content="0" />
  33.  
  34. <meta name="if:Sidebar Left" content="0" />
  35. <meta name="if:Sidebar Right" content="0" />
  36. <meta name="if:Topbar" content="0" />
  37. <meta name="if:Background" content="0" />
  38. <meta name="if:Caption" content="1" />
  39. <meta name="if:Tags" content="1" />
  40.  
  41. <meta name="image:Background" content="" />
  42. <meta name="image:Sidebar Left" content="" />
  43. <meta name="image:Sidebar Right" content="" />
  44.  
  45. <meta name="text:quote" content="" />
  46. <meta name="text:Link1 Title" content="" />
  47. <meta name="text:Link1" content="" />
  48. <meta name="text:Link2 Title" content="" />
  49. <meta name="text:Link2" content="" />
  50. <meta name="text:Link3 Title" content="" />
  51. <meta name="text:Link3" content="" />
  52.  
  53. <!-- style my tooltips -->
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  55. <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  56.  
  57. <style type="text/css">
  58.  
  59. iframe#tumblr_controls {
  60.     position: fixed !important;
  61.     opacity: 0.4;
  62.     z-index: 990;
  63.    
  64.     white-space:nowrap;
  65.     -webkit-filter: invert(100%);
  66.     -moz-filter: invert(100%);
  67.     -o-filter: invert(100%);
  68.     -ms-filter: invert(100%);
  69.     filter: invert(100%);
  70.    
  71.     -webkit-transition: all 0.3s linear;
  72.     -moz-transition: all 0.3s linear;
  73.     -ms-transition: all 0.3s linear;
  74.     -o-transition: all 0.3s linear;
  75.     transition: all 0.3s linear;}
  76. iframe#tumblr_controls:hover {opacity: 1;}
  77.  
  78. body {
  79.     font-family: "consolas";
  80.     font-size: 11px;
  81.     word-wrap: break-word;
  82.     color: {color:text};
  83.     background: {color:background};
  84.     {block:IfBackground}background: url("{image:background}") top left fixed repeat;{/block:IfBackground}}
  85.    
  86. blockquote {
  87.     padding: 3px 5px;
  88.     margin: 0px;
  89.     background: {color:blockquote};}
  90.    
  91. ul, ol {
  92.     list-style-type: none;
  93.     background: {color:list};
  94.     margin: 0px;
  95.     padding: 3px 5px;}
  96.  
  97. a {text-decoration: none; color: {color:link};}
  98. a:hover {color: {color:link hover};}
  99.  
  100. pre {font-family: "consolas"; font-size: 10px; font-style: oblique;}
  101.  
  102. #content {
  103.     z-index: 200;
  104.     margin: auto;
  105.     top: 120px;
  106.     position: relative;
  107.     padding-bottom: 50px;
  108.     {block:If250}width:310px;{/block:If250}
  109.     {block:If400}width:460px;{/block:If400}
  110.     {block:If500}width:560px;{/block:If500}
  111.     {block:PermalinkPage}width: 560px;{/block:PermalinkPage}}
  112.    
  113. .posts {
  114.     padding: 30px;
  115.     text-align: center;
  116.     overflow: hidden;
  117.     background: {color:post};
  118.     margin: 0px 0px 50px 0px;
  119.     {block:If250}width:250px;{/block:If250}
  120.     {block:If400}width:400px;{/block:If400}
  121.     {block:If500}width:500px;{/block:If500}
  122.     {block:PermalinkPage}width: 500px;{/block:PermalinkPage}}
  123. .posts a:hover {text-decoration: underline;}
  124. .posts img {max-width: 100%;}
  125.  
  126. /* sidebar */
  127.  
  128. #sidebar_left, #sidebar_right {
  129.     top: 128px;
  130.     z-index: 800;
  131.     position: fixed;}
  132.  
  133. #description, #navigation, #img_left, #img_right {
  134.     background: {color:post};
  135.     padding: 10px;
  136.     width: 120px;
  137.     margin-bottom: 25px;}
  138.  
  139. #img_left img, #img_right img {width: 120px; height: 120px;}
  140. #img_left {
  141.     {block:IfNotSidebarLeft}display: none;{/block:IfNotSidebarLeft}}
  142. #img_right {
  143.     {block:IfNotSidebarRight}display: none;{/block:IfNotSidebarRight}}
  144.    
  145. #sidebar_left {margin-left: -190px; text-align: right;}
  146.    
  147. #sidebar_right {
  148.     text-align: left;
  149.     {block:If250}margin-left: 360px;{/block:If250}
  150.     {block:If400}margin-left: 510px;{/block:If400}
  151.     {block:If500}margin-left: 610px;{/block:If500}
  152.     {block:PermalinkPage}margin-left: 610px;{/block:PermalinkPage}}
  153.    
  154. #topbar {
  155.     {block:IfNotTopbar}display: none;{/block:IfNotTopbar}
  156.     font-size: 14px;
  157.     font-style: italic;
  158.     padding: 40px;
  159.     text-align: center;
  160.     overflow: hidden;
  161.     background: {color:topbar};
  162.     color: {color:topbar text};
  163.     margin: 0px 0px 50px 0px;}
  164.    
  165. #navigation {}
  166. .nav {
  167.     color: {color:text};
  168.     border-bottom: 1px solid {color:text};
  169.     width: 108px;
  170.     padding: 2px 5px;
  171.     margin-bottom: 3px;
  172.  
  173.     -webkit-transition: all 0.3s linear;
  174.     -moz-transition: all 0.3s linear;
  175.     -ms-transition: all 0.3s linear;
  176.     -o-transition: all 0.3s linear;
  177.     transition: all 0.3s linear;}
  178.    
  179. .nav:hover {
  180.     padding-left: 30px;
  181.     width: 83px;
  182.     background: transparent;
  183.     border-bottom: 1px solid transparent;}
  184.    
  185. i .nav {
  186.     font-style: normal;
  187.     background: {color:topbar};
  188.     color: {color:topbar text};
  189.     border: 1px solid {color:topbar};}
  190.    
  191. i .nav:hover {
  192.     color: {color:text};
  193.     background: transparent;
  194.     border: 1px solid transparent;
  195.     border-bottom: 1px solid {color:topbar};}
  196.    
  197. #pagination {{block:PermalinkPage}display: none;{/block:PermalinkPage}}
  198.  
  199. .page {
  200.     color: {color:link};
  201.     width: 20px;
  202.     padding: 5px 0px;
  203.     text-align: center;
  204.     background: {color:post};
  205.     float: left;
  206.     margin: 0px 3px;}
  207. a .page {color: {color:text};}
  208.    
  209. #permalink {
  210.     overflow: hidden;
  211.     margin-top: 15px;
  212.     {block:PermalinkPage}display: none;{/block:PermalinkPage}}
  213.  
  214. .tags {
  215.     margin-top: 10px;
  216.     height: 0px;
  217.     overflow: hidden;
  218.     {block:IfNotTags}display: none;{/block:IfNotTags}
  219.     {block:PermalinkPage}display: none;{/block:PermalinkPage}
  220.    
  221.     -webkit-transition: all 0.3s linear;
  222.     -moz-transition: all 0.3s linear;
  223.     -ms-transition: all 0.3s linear;
  224.     -o-transition: all 0.3s linear;
  225.     transition: all 0.3s linear;}
  226. .posts:hover .tags {height: 13px;}
  227. .tags a {color: {color:text};}
  228.  
  229. .posts h3 {
  230.     background: {color:title};
  231.     padding: 10px;
  232.     color: {color:link};
  233.     font-size: 14px;
  234.     font-weight: bold;
  235.     margin: 0px;}
  236.  
  237. .chat1 .chat2 {margin-bottom: 5px;}
  238. .chat2.odd {}
  239.  
  240. #quote {
  241.     padding: 10px;
  242.     font-size: 14px;
  243.     font-style: italic;
  244.     margin-bottom: 5px;}
  245.  
  246. #albumart {
  247.     width: 60px;
  248.     height: 60px;
  249.     background: {color:background};
  250.     float: left;}
  251.    
  252. #albumart img {
  253.     width: 60px;
  254.     height: 60px;
  255.     margin: 0px;}
  256.  
  257. .playerbuttonbg {
  258.     float: left;
  259.     background: black;
  260.     width: 39px;
  261.     height: 39px;
  262.     padding: 11px 0px 0px 11px;
  263.     overflow: hidden;
  264.     border: 5px solid black;}
  265.  
  266. .newplayerbutton {
  267.     position: relative;
  268.     width: 27px;
  269.     height: 27px;
  270.     overflow: hidden;}
  271.  
  272. #audioinfo {
  273.     color: {color:topbar text};
  274.     background: {color:topbar};
  275.     height: 60px;
  276.     overflow: auto;
  277.     text-align: left;}
  278.  
  279. #audioinfo::-webkit-scrollbar {
  280.     background: transparent; width: 2px; height: 2px;}  
  281. #audioinfo::-webkit-scrollbar-thumb {background: {color:topbar text};}
  282.  
  283. .question {background: {color:background}; padding: 10px;}
  284. .question a {color: {color:text};}
  285.  
  286. #info {margin: 10px 0px; min-height: 25px;}
  287. #info a {color: {color:text};}
  288.  
  289. #info_left {
  290.     width: 50%;
  291.     float: left;
  292.     height: 25px;
  293.     text-align: left;}
  294.  
  295. #info_right {
  296.     width: 50%;
  297.     float: right;
  298.     display: block;
  299.     height: 25px;
  300.     text-align: right;}
  301.  
  302. ol.notes {
  303.     background: {color:post};
  304.     text-align: center;
  305.     list-style-type: none;}
  306. li.note {margin-bottom: 3px;}
  307. img.avatar {display: none;}
  308.  
  309. #postnotes {margin-top: 20px;}
  310. #postnotes a {color: {color:text};}
  311. #postnotes blockquote {
  312.     margin-top: 2px;
  313.     margin-left: 10px;
  314.     border-left: 1px solid {color:link hover};
  315.     border-right: 1px solid {color:link hover};}
  316.  
  317. .caption {
  318.     z-index: 500;
  319.     margin-top: -4px;
  320.     {block:IfNotCaption}{block:IndexPage}display: none;{/block:IndexPage}{/block:IfNotCaption}}
  321.  
  322. #s-m-t-tooltip {
  323.     z-index: 9999;
  324.     max-width: 160px;
  325.     display: block;
  326.     padding: 3px 5px;
  327.     margin: 0px 20px;
  328.     background: {color:post};
  329.     font-size: 9px;
  330.     text-transform: uppercase;}
  331.    
  332. {CustomCSS}
  333.  
  334. </style>
  335.  
  336. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  337.  
  338. </head>
  339. <body>
  340.  
  341. <div id="content">
  342.  
  343. <div id="sidebar_left">
  344.     <div id="img_left"><img src="{image:Sidebar Left}"></div>
  345.     <div id="description">{Description}</div>
  346.     {block:Pagination}<div id"pagination">{block:PreviousPage}<a href="{PreviousPage}"><div class="page" style="width: 5px; margin-left: 0px; padding: 5px;"><</div></a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<div class="page">{PageNumber}</div>{/block:CurrentPage}{block:JumpPage}<a href="{URL}"><div class="page">{PageNumber}</div></a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}" title="page {CurrentPage} of {TotalPages}"><div class="page" style="width: 5px; margin-right: 0px; padding: 5px;">></div></a>{/block:NextPage}</div>{/block:Pagination}
  347. </div><!--sidebar_left-->
  348.    
  349. <div id="sidebar_right">
  350.     <div id="img_right"><img src="{image:Sidebar Right}"></div>
  351.         <div id="navigation">
  352.             <a href="/"><i><div class="nav">home</div></i></a>
  353.             <a href="/ask"><div class="nav">ask</div></a>
  354.             <a href="/archive"><div class="nav">past</div></a>
  355.             {block:IfLink1Title}<a href="{text:Link1}"><div class="nav">{text:Link1 Title}</div></a>{/block:IfLink1Title}
  356.             {block:IfLink2Title}<a href="{text:Link2}"><div class="nav">{text:Link2 Title}</div></a>{/block:IfLink2Title}
  357.             {block:IfLink3Title}<a href="{text:Link3}"><div class="nav">{text:Link3 Title}</div></a>{/block:IfLink3Title}
  358.             <a href="http://almighty-bini.tumblr.com/" title="38 curiosity by almighty-bini"><div class="nav">theme</div></a>
  359.         </div><!--navigation-->
  360.     </div>
  361.  
  362. <div id="topbar">{text:quote}</div>
  363.  
  364. {block:Posts}
  365. <div id="out">
  366. <div class="posts">
  367.  
  368. <!--text-->{block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
  369.            
  370. <!--photo-->{block:Photo}<center>{block:HighRes}<a href="{PhotoURL-HighRes}" title="high resolution">{/block:HighRes}<img src="{PhotoURL-500}">{block:HighRes}</a>{/block:HighRes}</center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  371.  
  372. <!--photoset-->{block:Photoset}<center>{block:IndexPage}{block:If250}{Photoset-250}{/block:If250}{block:If400}{Photoset-400}{/block:If400}{block:If500}{Photoset-500}{/block:If500}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  373.  
  374. <!--quote-->{block:Quote}<div id="quote">{Quote}</div>{block:Source}&mdash; {Source} &mdash;{/block:Source}<br>{/block:Quote}
  375.  
  376. <!--video-->{block:Video}<center>{block:IndexPage}{block:If250}{VideoEmbed-250}{/block:If250}{block:If400}{VideoEmbed-400}{/block:If400}{block:If500}{VideoEmbed-500}{/block:If500}{/block:IndexPage}{block:PermalinkPage}{VideoEmbed-500}{/block:PermalinkPage}</center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  377.  
  378. <!--link-->{block:Link}<a href="{URL}" {Target}><h3>{Name}</h3></a>{block:Description}{Description}{/block:Description}{/block:Link}
  379.  
  380. <!--chat-->{block:Chat}{block:Title}<h3>{Title}</h3>{/block:Title}<div class="chat1">{block:Lines}<div class="chat2 {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div><!--chat2-->{/block:Lines}</div>{/block:Chat}
  381.  
  382. <!--audio-->{block:Audio}{block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}{block:AudioPlayer}<div class="playerbuttonbg"><div class="newplayerbutton">{AudioPlayerBlack}</div></div>{/block:AudioPlayer}<div id="audioinfo"><table style="height: 60px;"><tr><td style="vertical-align:middle;">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist} - {Artist}{/block:Artist}<!--{block:Album}({Album}){/block:Album}-->{block:ExternalAudio} <a href="{ExternalAudioURL}" title="DL">&#8594;</a>{/block:ExternalAudio}{block:PlayCount}<br>plays: {FormattedPlayCount} ♫{/block:PlayCount}</td></tr></table></div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  383.  
  384. <!--answer-->{block:Answer}<div class="question">{Question} &mdash; <b>{Asker}</b></div>{block:Answerer}<br>{Answerer}:<blockquote>{Answer}</blockquote>{/block:Answerer}{Replies}{/block:Answer}
  385.  
  386. <div id="permalink"><a href="{Permalink}" title="{DayOfMonthWithZero} {ShortMonth} {Year}, {24HourWithZero}:{Minutes}">{NoteCountWithLabel} &middot; {TimeAgo}</a></div>
  387.  
  388. {block:HasTags}<div class="tags"><img src="https://31.media.tumblr.com/e1816ada8a224ca33eaaa2b95d439999/tumblr_inline_n2u3f1NTfV1qdbpka.png"> {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}
  389.  
  390. {block:PermalinkPage}
  391. <div id="info">
  392. {block:Date}<div id="info_left">{NoteCountWithLabel} &middot; {TimeAgo}<br>{DayOfMonthWithZero} {Month} {Year} &middot; {24HourWithZero}:{Minutes}</div>{/block:Date}
  393. <div id="info_right">{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>src <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{ContentSource}"><!--{SourceLink}--></a>{/block:ContentSource}</div>
  394. {block:HasTags}<img src="https://31.media.tumblr.com/e1816ada8a224ca33eaaa2b95d439999/tumblr_inline_n2u3f1NTfV1qdbpka.png"> {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}
  395. </div><!--info-->
  396. <div id="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  397. {/block:PermalinkPage}
  398.  
  399. </div><!--posts-->
  400. </div><!--out-->
  401. {/block:Posts}
  402. </div><!--content-->
  403.  
  404. </body>
  405. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement