Advertisement
gigathemes

Theme #9 by GIGATHEMES

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