Advertisement
gigathemes

Theme #8 by GIGATHEMES

Apr 25th, 2015
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.96 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.                      [ T H E M E  # 8  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:Sidebar Image" content="" />
  17. <meta name="image:Bottom Image" content="" />
  18.  
  19. <meta name="color:Background" content="#fff" />
  20. <meta name="color:Sidebar Background" content="#fff" />
  21. <meta name="color:Post Background" contet="#fff" />
  22. <meta name="color:Title" content="#000" />
  23. <meta name="color:Title Hover" content="#000" />
  24. <meta name="color:Links" content="#000" />
  25. <meta name="color:Links Hover" content="#000" />
  26.  
  27. <meta name="font:Body Font" content="Futura" />
  28. <meta name="font:Title Font" content="Quadrat"/>
  29.  
  30. <meta name="text:Sidebar Image Max Width" content="500" />
  31. <meta name="text:Sidebar Image Max Height" content="200" />
  32. <meta name="text:Title Font Size" content="20" />
  33. <meta name="text:Bottom Image Size" content="150" />
  34.  
  35. <meta name="text:Link 1" content="link 1" />
  36. <meta name="text:Link 1 url" content="/" />
  37. <meta name="text:Link 2" content="link 2" />
  38. <meta name="text:Link 2 url" content="/" />
  39. <meta name="text:Link 3" content="link 3" />
  40. <meta name="text:Link 3 url" content="/" />
  41. <meta name="text:Link 4" content="link 4" />
  42. <meta name="text:Link 4 url" content="/" />
  43. <meta name="text:Link 5" content="link 5" />
  44. <meta name="text:Link 5 url" content="/" />
  45. <meta name="text:Link 6" content="link 6" />
  46. <meta name="text:Link 6 url" content="/" />
  47.  
  48. <meta name="text:Update 1" content="update 1" />
  49. <meta name="text:Update 1 Content" content="about" />
  50. <meta name="text:Update 2" content="update 2" />
  51. <meta name="text:Update 2 Content" content="updates" />
  52.  
  53. <meta name="" content="" />
  54.  
  55. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  56. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  57. <link rel="shortcut icon" href="{Favicon}" />
  58.  
  59. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
  60. <script>
  61.     $(document).ready(function() {
  62.         $("#update1").click(function(){
  63.             $("#lupdate").toggleClass('hide');
  64.         });
  65.         $("#update2").click(function(){
  66.             $("#rupdate").toggleClass('hide');
  67.         });
  68.     });
  69. </script>
  70.  
  71. <!-- CSS ----------------------------------------------------------->
  72. <style type="text/css">
  73.  
  74. /*iframe#tumblr_controls {} */
  75.  
  76. body {
  77.     background-color: {color:Background};
  78.     font-family: {font:Body Font};
  79.     margin: 0px;
  80.     padding: 0px;
  81. }
  82.  
  83. /** SIDEBAR CSS *****************************************************/
  84.  
  85. #sidebar {
  86.     width: 35%;
  87.     height: 100%;
  88.     position: fixed;
  89.     background-color: {color:Header Background};
  90.     font-size: 13px;
  91.     left: 20px;
  92. }
  93.  
  94. #top {
  95.     height: 25%;
  96.     width: 100%;
  97.     margin-top: auto;
  98. }
  99.  
  100. #top a {
  101.     text-decoration: none;
  102.     color: {color:Links};
  103. }
  104.  
  105. #top a:hover {
  106.     color: {color:Links Hover};
  107. }
  108.  
  109. #middle {
  110.     position: relative;
  111.     background-image: url({image:Sidebar Image});
  112.     background-size: cover;
  113.     margin-left: auto;
  114.     margin-right: auto;
  115.     width: 100%;
  116.     height: 34%;
  117.     max-width: {text:Sidebar Image Max Width}px;
  118.     max-height: {text:Sidebar Image Max Height}px;
  119. }
  120.  
  121. #bottom {
  122.     height: 33%;
  123.     width: 100%;
  124. }
  125.  
  126. .links {
  127.     list-style-type: none;
  128.     text-align: center;
  129.     padding: 0;
  130.     color: {color:Links};
  131. }
  132.  
  133. .links li:hover {
  134.     color: {color:Links Hover};
  135. }
  136.  
  137. .links a {
  138.     text-decoration: none;
  139.     color: {color:Links};
  140. }
  141.  
  142. .links a:hover {
  143.     color: {color:Links Hover};
  144. }
  145.  
  146. #title {
  147.     text-align: center;
  148.     font-family: {font:Title Font};  
  149.     text-transform: uppercase;
  150.     font-weight: bold;
  151.     font-size: {text:Title Font Size}px;
  152.     overflow: hidden;
  153. }
  154.  
  155. #title a {
  156.     color: {color:Title};
  157.     text-decoration: none;
  158.     opacity: 0.8;
  159. }
  160.  
  161. #title a:hover {
  162.     color: {color:Title Hover};
  163.     opacity: 0.9;
  164. }
  165.  
  166. #description {
  167.     text-align: center;
  168.     font-family: {font:Body Font};
  169.     background: rgba(255,255,255,0.8);
  170. }
  171.  
  172. #description a {
  173.     color: {color:Links};
  174.     text-decoration: none;
  175.     opacity: 0.8;
  176. }
  177.  
  178. #description a:hover {
  179.     opacity: 0.9;
  180.     color: {color:Links Hover};
  181.    
  182. }
  183.  
  184. #lrow {
  185.     width: 50%;
  186.     float: left;
  187. }
  188.  
  189. #rrow {
  190.     width: 50%;
  191.     float: right;
  192. }
  193.  
  194. #mupdate {
  195.     position: relative;
  196.     width: 20%;
  197.     margin-left: auto;
  198.     margin-right: auto;
  199.     top: 20%;
  200. }
  201.  
  202. #lupdate {
  203.     position: relative;
  204.     margin-left: 10px;
  205.     top: 50%;
  206.     -webkit-transform: translateY(-50%);
  207.     -ms-transform: translateY(-50%);
  208.     transform: translateY(-50%);
  209.     margin-bottom: auto;
  210.     padding: 3px;
  211.     width:33%;
  212.     float: left;
  213.     border: 1px solid {color:Links};
  214.     color: {color:Links};
  215.     font-size: 10px;
  216.     text-align: center;
  217.     -webkit-transition: opacity 0.3s ease-in-out;
  218.     -moz-transition: opacity 0.3s ease-in-out;
  219.     -o-transition: opacity 0.3s ease-in-out;
  220.     -ms-transition: opacity 0.3s ease-in-out;
  221.     transition: opacity 0.3s ease-in-out;
  222. }
  223.  
  224. #lupdate>a {
  225.     text-decoration:none;
  226.     color: {color:Links};
  227. }
  228.  
  229. #lupdate>a:hover {
  230.     color: {color:Links Hover};
  231. }
  232.  
  233. #rupdate {
  234.     position: relative;
  235.     margin-right: 10px;
  236.     top: 50%;
  237.     -webkit-transform: translateY(-50%);
  238.     -ms-transform: translateY(-50%);
  239.     transform: translateY(-50%);
  240.     padding: 3px;
  241.     width: 33%;
  242.     float: right;
  243.     border: 1px solid {color:Links};
  244.     color: {color:Links};
  245.     font-size:10px;
  246.     text-align:center;
  247.     -webkit-transition: opacity 0.3s ease-in-out;
  248.     -moz-transition: opacity 0.3s ease-in-out;
  249.     -o-transition: opacity 0.3s ease-in-out;
  250.     -ms-transition: opacity 0.3s ease-in-out;
  251.     transition: opacity 0.3s ease-in-out;
  252. }
  253.  
  254. #rupdate>a {
  255.     text-decoration:none;
  256.     color: {color:Links};
  257. }
  258.  
  259. #rupdate>a:hover {
  260.     color: {color:Links Hover};
  261. }
  262.  
  263. .hide {
  264.     opacity: 0;
  265. }
  266.  
  267. /** POSTS CSS ****************************************************/
  268.  
  269. #content {
  270.     width: 560px;
  271.     margin-left: 40%;
  272.     margin-top: 0px;
  273.     margin-bottom: 60px;
  274.     padding: 20px 0;
  275.     color: black;
  276. }
  277.  
  278. #content a {
  279.       color: {color:Links};
  280.       text-decoration: none;
  281. }
  282.  
  283. #content a:hover {
  284.       color: {color:Links Hover};
  285. }
  286.  
  287. img {
  288.     border: 0;
  289.     max-width: 100%;
  290. }
  291.  
  292. #content #posts {
  293.     background-color: {color:Post Background};
  294.     width: 500px;
  295.     margin: 0 auto 50px;
  296.     padding: 10px;
  297. }
  298.  
  299. #content #posts .title {
  300.     font-size: 13px;
  301. }
  302.  
  303. #content #posts .text {
  304.     font-size: 11px;
  305. }
  306.  
  307. #content #posts #info {
  308.     margin-top: 5px;
  309.     font-size: 9px;
  310.     line-height: 70%;
  311.     text-align: right;
  312.     border-top: 1px solid {color:Links};
  313. }
  314.  
  315. #content #posts #permalink {
  316.     margin-top: 5px;
  317. }
  318.  
  319. #content #posts #tags {
  320.     margin-top: 5px;
  321. }
  322.  
  323.  
  324. ol.notes li {
  325.     list-style-type: none;
  326.     margin: 0;
  327.     padding: 0;
  328.     font-size: 10px;
  329. }
  330.  
  331. /** BOTTOM IMAGE CSS ***********************************************/
  332.  
  333. #bimage {
  334.     width: {text:Bottom Image Size}px;
  335.     right: 0px;
  336.     bottom: 0px;
  337.     position: fixed;
  338. }
  339.  
  340. #credit {
  341.     position: fixed;
  342.     right: 2px;
  343.     bottom: 0px;
  344. }
  345.  
  346. #creditlogo {
  347.     width: 20px;
  348. }
  349.  
  350.  
  351. {CustomCSS}</style>
  352.  
  353. </head>
  354.  
  355. <!-- BODY ---------------------------------------------------------->
  356. <body>
  357.  
  358. <!-- SIDEBAR -------------------------------------------------------->
  359. <div id="sidebar">
  360.    
  361.     <div id="top">
  362.         <div class="hide" id="lupdate">
  363.             <br>
  364.              {text:Update 1 Content}
  365.              <br><br>
  366.         </div>
  367.        
  368.         <div class="hide" id="rupdate">
  369.             <br>
  370.             {text:Update 2 Content}
  371.             <br><br>
  372.         </div>
  373.        
  374.         <div id="mupdate">
  375.             <ul class="links">
  376.                 <br><br>
  377.                 <li id="update1">{text:Update 1}</li>
  378.                 <li><br></li>
  379.                 <li id="update2">{text:Update 2}</li>
  380.             </ul>
  381.         </div>
  382.        
  383.     </div>
  384.    
  385.     <div id="middle">
  386.         <br><br><br><br><div id="title"><a href="/">{Title}</a></div>
  387.         <br><div id="description">{Description}</div>
  388.     </div>
  389.  
  390.     <div id="bottom">
  391.         <ul class="links" id="lrow">
  392.             <br>
  393.             <li>{block:PreviousPage}<a href="{PreviousPage}">- </a>{/block:PreviousPage}<br><br></li>
  394.             <li><a href="{text:Link 1 url}">{text:Link 1}</a><br><br></li>
  395.             <li><a href="{text:Link 3 url}">{text:Link 3}</a><br><br></li>
  396.             <li><a href="{text:Link 5 url}">{text:Link 5}</a></li>
  397.            
  398.         </ul>
  399.         <ul class="links" id="rrow">
  400.             <br>
  401.             <li>{block:NextPage}<a href="{NextPage}"> +</a>{/block:NextPage}<br><br></li>
  402.             <li><a href="{text:Link 2 url}">{text:Link 2}</a><br><br></li>
  403.             <li><a href="{text:Link 4 url}">{text:Link 4}</a><br><br></li>
  404.             <li><a href="{text:Link 6 url}">{text:Link 6}</a></li>
  405.         </ul>
  406.     </div>
  407.  
  408. </div>
  409.    
  410. <!-- POSTS --------------------------------------------------------->
  411.  
  412. <div id="content">
  413. {block:Posts}
  414.  
  415. {block:ContentSource}
  416. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  417. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  418. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  419.  
  420. <div id="posts">
  421.  
  422. {block:Photo}
  423. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  424. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  425. {/block:Photo}
  426.  
  427. {block:Photoset}
  428. {Photoset-500}
  429. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  430. {/block:Photoset}
  431.  
  432. {block:Video}
  433. {Video-500}
  434. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  435. {/block:Video}
  436.  
  437. {block:Audio}
  438. {AudioPlayerBlack}
  439. <div class="text">~ {PlayCountWithLabel}</div>
  440. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  441. {/block:Audio}
  442.  
  443. {block:Quote}
  444. <div class="title">“{Quote}”</div>
  445. {block:Source}<div class="text"><br>~ {Source}</div>{/block:Source}
  446. {/block:Quote}
  447.  
  448. {block:Text}
  449. {block:Title}<div class="title">{Title}</div>{/block:Title}
  450. <div class="text">{Body}</div>
  451. {/block:Text}
  452.  
  453. {block:Answer}
  454. <div class="title">{Question}</div>
  455. <div class="text">~ {Asker}</div>
  456. <div class="text">{Answer}</div>
  457. {/block:Answer}
  458.  
  459. {block:Chat}
  460. {block:Title}<div class="title">{Title}</div>{/block:Title}
  461. <div class="text">
  462. {block:Lines}
  463. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  464. {/block:Lines}
  465. </div>
  466. {/block:Chat}
  467.  
  468. {block:Link}
  469. <div class="title"><a href="{URL}">{Name}</a></div>
  470. {block:Description}
  471. <div class="text">{Description}</div>
  472. {/block:Description}
  473. {/block:Link}
  474.  
  475.  
  476. <div id="info">
  477.  
  478. <div id="permalink">
  479. <a href="{Permalink}">
  480. {block:Date}{Month} {DayOfMonthWithZero} at {12Hour}:{Minutes} {AmPm}{/block:Date}
  481. {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  482. </a>
  483. </div>
  484.  
  485. <div id="source">{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  486. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
  487.  
  488. {block:HasTags}<div id="tags">
  489. {block:Tags}
  490. <a href="{TagURL}">#{Tag} </a>
  491. {/block:Tags}
  492. </div>
  493. {/block:HasTags}
  494.  
  495. </div> <!-- !info -->
  496.  
  497. </div> <!-- !posts -->
  498.  
  499. {/block:Posts}
  500.  
  501. {block:PostNotes}
  502. <div id="allnotes">{PostNotes}</div>
  503. {/block:PostNotes}
  504.  
  505. </div> <!-- !content -->
  506.  
  507. <!-- BOTTOM PIC ----------------------------------------------------->
  508. <div id="bimage">
  509.     <img src={image:Bottom Image} />
  510. </div>
  511.  
  512. <div id="credit">
  513. <a href="http://gigatheme8.tumblr.com">
  514.     <img src="http://68.media.tumblr.com/8bfd1d5d5bde1794102425cf0f13eea9/tumblr_nk3b78X9lq1sy4yqbo1_75sq.png" id="creditlogo">
  515. </a>
  516. </div>
  517.  
  518.     </body>
  519. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement