Advertisement
gigathemes

Theme #11 by GIGATHEMES

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