Advertisement
gigathemes

Theme #10 by GIGATHEMES

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