Advertisement
gigathemes

Theme #2 by GIGATHEMES

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