Advertisement
gigathemes

Theme #5 by GIGATHEMES

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