Advertisement
gigathemes

Theme #6 by GIGATHEMES

Mar 26th, 2015
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.62 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.                      [ T H E M E  # 6  B Y  G I G A T H E M E S ]
  5.                            [ GIGATHEMES.TUMBLR.COM ]
  6.  
  7.  
  8. -->
  9.  
  10.  
  11. <!DOCTYPE html>
  12. <html>
  13. <head>
  14.  
  15. <!-- META TAGS ------------------------------------------------------>
  16. <meta name="image:Background 1" content="" />
  17. <meta name="image:Background 2" content="" />
  18.  
  19. <meta name="text:Link 1" content="home" />
  20. <meta name="text:Link 1 URL" content="/" />
  21. <meta name="text:Link 2" content="ask" />
  22. <meta name="text:Link 2 URL" content="/ask" />
  23. <meta name="text:Link 3" content="link" />
  24. <meta name="text:Link 3 URL" content="/" />
  25. <meta name="text:Link 4" content="link" />
  26. <meta name="text:Link 4 URL" content="/" />
  27. <meta name="text:Link 5" content="link" />
  28. <meta name="text:Link 5 URL" content="/" />
  29. <meta name="text:Link 6" content="link" />
  30. <meta name="text:Link 6 URL" content="/" />
  31.  
  32. <meta name="if:Show Link 1" content="1" />
  33. <meta name="if:Show Link 2" content="1" />
  34. <meta name="if:Show Link 3" content="1" />
  35. <meta name="if:Show Link 4" content="1" />
  36. <meta name="if:Show Link 5" content="1" />
  37. <meta name="if:Show Link 6" content="1" />
  38.  
  39. <meta name="color:Links" content="#bebebe" />
  40. <meta name="color:Links Hover" content="#9f9f9f" />
  41. <meta name="color:Text" content="#e2e2e2" />
  42.  
  43. <meta name="" content="" />
  44.  
  45.  
  46. <title>{Title} {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48. <link rel="shortcut icon" href="{Favicon}" />
  49.  
  50. <!-- FONTS --------------------------------------------------------->
  51. <link href='http://fonts.googleapis.com/css?family=Syncopate' rel='stylesheet' type='text/css'>
  52.  
  53. <!-- SCRIPTS ------------------------------------------------------->
  54. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
  55.  
  56. <!-- CSS ----------------------------------------------------------->
  57. <style type="text/css">
  58.  
  59. /** iframe#tumblr_controls {} **/
  60.  
  61. body {
  62.     margin:0px;
  63.     padding:0px;
  64.     color: {color:Text};
  65.     font-family: Calibri, sans-serif;
  66. }
  67.  
  68. /** BACKGROUND CSS ***********************************************/
  69.  
  70. #background {
  71.     position: relative;
  72. }
  73.  
  74. #back1 {
  75.     position: fixed;
  76. }
  77.  
  78. #back2 {
  79.     position: fixed;
  80.     opacity: 0;
  81.     -webkit-transition:opacity 3s linear;
  82.     -webkit-transition:all 3s ease-in-out;
  83.     -moz-transition:all 3s ease-in-out;
  84.     transition: all 3s ease-in-out;
  85. }
  86.  
  87. #back2:hover {
  88.     opacity: 1;
  89. }
  90.  
  91. #header {
  92.     width: 520px;
  93.     text-align: center;
  94.     background: rgba(0,0,0,0.7);
  95.     margin: -150px 10px 50px;
  96.     position: fixed;
  97. }
  98.  
  99. #title {
  100.     padding: 10px;
  101.     font-family: 'Syncopate', sans-serif;
  102.     font-size: 20px;
  103. }
  104.  
  105. #links {
  106.     margin-left: auto;
  107.     margin-right: auto;
  108.     table-layout: fixed;
  109.     padding-bottom: 10px;
  110. }
  111.  
  112. #links td {
  113.     padding-left: 5px;
  114.     padding-right: 5px;
  115. }
  116.  
  117. #links td a {
  118.     text-decoration: none;
  119.     color: {color:Links};
  120. }
  121.  
  122. #links td a:hover {
  123.     color: {color:Links Hover};
  124. }
  125.  
  126. #credit {
  127.     position: fixed;
  128.     right: 2px;
  129.     bottom: 0px;
  130. }
  131.  
  132. #creditlogo {
  133.     width: 20px;
  134. }
  135.  
  136. /** POSTS CSS ****************************************************/
  137.  
  138. #content {
  139.     position: relative;
  140.     padding-top: 150px;
  141.     background: rgba(0,0,0,0.3);
  142.     width: 540px;
  143.     margin-left: auto;
  144.     margin-right: auto;
  145.     height: 100%;
  146. }
  147.  
  148. #content a {
  149.       color: {color:Links};
  150.       text-decoration: none;
  151. }
  152.  
  153. #content a:hover {
  154.       color: {color:Links Hover};
  155. }
  156.  
  157. img {
  158.     border: 0;
  159.     max-width: 100%;
  160. }
  161.  
  162. #content #posts {
  163.     background: rgba(0,0,0,0.5);
  164.     width: 500px;
  165.     margin: 0 auto 50px;
  166.     padding: 10px;
  167. }
  168.  
  169. #content #posts .title {
  170.     font-size: 13px;
  171. }
  172.  
  173. #content #posts .text {
  174.     font-size: 11px;
  175. }
  176.  
  177. #content #posts #info {
  178.     margin-top: 5px;
  179.     font-size: 9px;
  180.     line-height: 70%;
  181.     text-align: right;
  182.     border-top: 1px solid {color:Links};
  183. }
  184.  
  185. #content #posts #permalink {
  186.     margin-top: 5px;
  187. }
  188.  
  189. #content #posts #tags {
  190.     margin-top: 5px;
  191. }
  192.  
  193. ol.notes li {
  194.     list-style-type: none;
  195.     margin: 0;
  196.     padding: 0;
  197.     font-size: 10px;
  198. }
  199.  
  200.  
  201. {CustomCSS}</style>
  202.  
  203. </head>
  204.  
  205. <!-- BODY ---------------------------------------------------------->
  206. <body>
  207.  
  208.  
  209.  
  210. <!-- BACKGROUND ---------------------------------------------------->
  211. <div id="background">
  212.     <div id="back1"> <img src="{image:Background 1}"> </div>
  213.     <div id="back2"> <img src="{image:Background 2}"> </div>
  214.    
  215.     <div id="content">
  216.    
  217.     <div id="header">
  218.         <div id="title">{Title}</div>
  219.         <div id="description">{Description}</div>
  220.         <table id="links">
  221.         <tr>
  222.             {block:PreviousPage}<td><a href="{PreviousPage}">  -  </a></td>{/block:PreviousPage}
  223.             {block:IfShowLink1}<td><a href="{text:Link 1 URL}">{text:Link 1}</a></td>{/block:IfShowLink1}
  224.             {block:IfShowLink2}<td><a href="{text:Link 2 URL}">{text:Link 2}</a></td>{/block:IfShowLink2}
  225.             {block:IfShowLink3}<td><a href="{text:Link 3 URL}">{text:Link 3}</a></td>{/block:IfShowLink3}
  226.             {block:IfShowLink4}<td><a href="{text:Link 4 URL}">{text:Link 4}</a></td>{/block:IfShowLink4}
  227.             {block:IfShowLink5}<td><a href="{text:Link 5 URL}">{text:Link 5}</a></td>{/block:IfShowLink5}
  228.             {block:IfShowLink6}<td><a href="{text:Link 6 URL}">{text:Link 6}</a></td>{/block:IfShowLink6}
  229.             {block:NextPage}<td><a href="{NextPage}">  +  </a></td>{/block:NextPage}
  230.         </tr>
  231.         </table>
  232.     </div>
  233.    
  234. <!-- POSTS --------------------------------------------------------->
  235.     {block:Posts}
  236.  
  237.     {block:ContentSource}
  238.     <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  239.    {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  240.     {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  241.    
  242.     <div id="posts">
  243.      
  244.     {block:Photo}
  245.     {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  246.     {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  247.     {/block:Photo}
  248.      
  249.     {block:Photoset}
  250.     {Photoset-500}
  251.     {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  252.     {/block:Photoset}
  253.      
  254.     {block:Video}
  255.     {Video-500}
  256.     {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  257.     {/block:Video}
  258.      
  259.     {block:Audio}
  260.     {AudioPlayerBlack}
  261.     <div class="text">~ {PlayCountWithLabel}</div>
  262.     {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  263.     {/block:Audio}
  264.      
  265.     {block:Quote}
  266.     <div class="title">“{Quote}”</div>
  267.     {block:Source}<div class="text"><br>~ {Source}</div>{/block:Source}
  268.     {/block:Quote}
  269.      
  270.     {block:Text}
  271.     {block:Title}<div class="title">{Title}</div>{/block:Title}
  272.     <div class="text">{Body}</div>
  273.     {/block:Text}
  274.      
  275.     {block:Answer}
  276.     <div class="title">{Question}</div>
  277.     <div class="text">~ {Asker}</div>
  278.     <div class="text">{Answer}</div>
  279.     {/block:Answer}
  280.      
  281.     {block:Chat}
  282.     {block:Title}<div class="title">{Title}</div>{/block:Title}
  283.     <div class="text">
  284.     {block:Lines}
  285.     {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  286.     {/block:Lines}
  287.     </div>
  288.     {/block:Chat}
  289.      
  290.     {block:Link}
  291.     <div class="title"><a href="{URL}">{Name}</a></div>
  292.     {block:Description}
  293.     <div class="text">{Description}</div>
  294.     {/block:Description}
  295.     {/block:Link}
  296.      
  297.      
  298.     <div id="info">
  299.    
  300.     <div id="source">{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  301.    title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
  302.    
  303.     <div id="permalink">
  304.     <a href="{Permalink}">
  305.     {block:Date}{Month} {DayOfMonthWithZero} at {12Hour}:{Minutes} {AmPm}{/block:Date}
  306.     {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  307.     </a>
  308.     </div>
  309.    
  310.     {block:HasTags}<div id="tags">
  311.     {block:Tags}
  312.     <a href="{TagURL}">#{Tag} </a>
  313.     {/block:Tags}
  314.     </div>
  315.     {/block:HasTags}
  316.    
  317.     </div> <!-- !info -->
  318.  
  319. </div> <!-- !posts -->
  320.  
  321. {/block:Posts}
  322.  
  323. {block:PostNotes}
  324. <div id="allnotes">{PostNotes}</div>
  325. {/block:PostNotes}
  326.  
  327.        
  328.     </div>
  329. </div>  
  330.  
  331.  <!-- !BACKGROUND -->
  332.    
  333.  
  334. <div id="credit">
  335. <a href="http://gigatheme6.tumblr.com">
  336.     <img src="http://68.media.tumblr.com/8bfd1d5d5bde1794102425cf0f13eea9/tumblr_nk3b78X9lq1sy4yqbo1_75sq.png" id="creditlogo">
  337. </a>
  338. </div>
  339.  
  340.  
  341.     </body>
  342. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement