Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- MEDIA II - TABBED VERSION
- by alydae
- released: february 23, 2020
- last updated: november 19, 2024
- - do not steal any part of this code
- - do not even TOUCH the credit
- - direct questions to enchantedthemes.tumblr.com
- this version does not have filters or the option to have multiple images in one. do NOT ask me to add them. I will update the code if those features become available.
- thank you for using!!!
- -->
- <title>headers</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!-- scripts - DO NOT TOUCH -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <!-- custom font -->
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href=“//use.fontawesome.com/releases/v6.5.1/css/all.css” rel=“stylesheet”>
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css"/>
- <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick-theme.css"/>
- <style type="text/css">
- @keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-moz-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-webkit-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-ms-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-o-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- /*-- selection --*/
- ::-moz-selection { background:var(--accent); color:var(--title); }
- ::selection { background:var(--accent); color:var(--title); }
- /*-- scrollbar --*/
- ::-webkit-scrollbar {
- width:1px;
- height:2px;
- }
- ::-webkit-scrollbar-thumb { background-color:var(--text); }
- /*-- tooltips --*/
- #s-m-t-tooltip {
- color:var(--text);
- background-color:var(--accent);
- font-size:calc(var(--font-size) - 2px);
- font-family:'Open Sans', helvetica, sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- position:absolute;
- padding:0px 5px 0px 5px;
- margin-top:30px;
- border:1px solid var(--borders);
- z-index:9999;
- }
- /*-- tumblr controls --*/
- .tmblr-iframe, .iframe-controls–desktop {
- display:none!important;
- }
- /*-- common --*/
- a, a:hover, .more, .media:hover .more {
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- /*-- change all variables here --*/
- :root {
- --background:#fff;
- --accent:#fafafa;
- --text:#666;
- --links:#444;
- --links-hover:#bad1e7;
- --title:#222;
- --borders:#eee;
- --tab:186, 209, 231; /* put the colour from links hover into google for this value */
- --tab-label:#fff; /* tab text colour on hover */
- --font-size:10px;
- }
- /*-- general customisation --*/
- body {
- color:var(--text);
- background:var(--background);
- font-style:normal;
- font-family:'Open Sans', helvetica, sans-serif;
- font-size:var(--font-size);
- font-weight:400;
- text-decoration:none;
- line-height:180%;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- font-smoothing: antialiased;
- -webkit-animation: fadein 1.5s;
- -moz-animation: fadein 1.5s;
- -o-animation: fadein 1.5s;
- animation: fadein 1.5s;
- }
- a { text-decoration:none; color:var(--links); }
- a:hover, li.active a { color:var(--links-hover); cursor:pointer; }
- b, strong { font-weight:600; color:var(--title); }
- i, em { font-style:italic; }
- /*-- container --*/
- #all {
- margin:230px auto 50px;
- width:calc(325px * 3 + 50px * 2);
- /* ((image width * how many + margin-left+margin-right * how many-1)*/
- }
- /*-- header --*/
- header {
- top:0;
- left:50%;
- transform:translateX(-50%);
- padding:100px 30px 30px 30px;
- position:fixed;
- width:calc(325px * 3 + 50px * 2);
- height:auto;
- background:var(--background);
- z-index:99;
- }
- .icon { float:left; margin-right:15px; }
- .icon img {
- width:30px;
- height:30px;
- border-radius:100%;
- padding:3px;
- border:1px solid var(--borders);
- }
- .title {
- font-size:calc(var(--font-size) + 4px);
- font-weight:bold;
- letter-spacing:2px;
- line-height:38px;
- text-transform:uppercase;
- color:var(--title);
- width:calc(325px * 3 + 50px * 2);
- }
- .desc {
- margin-left:220px;
- margin-top:20px;
- height:36px;
- overflow-y:scroll;
- /* add display:none if you don't want the description */
- }
- .requests {
- float:right;
- font-size:12px;
- font-weight:700;
- text-transform:uppercase;
- padding:5px 12px;
- color:var(--links-hover);
- border:1px solid var(--links-hover);
- border-radius:5px;
- }
- .links {
- margin-top:20px;
- margin-left:-45px;
- width:180px; /* increase this value to widen */
- column-count:2; /* increase this if you want more columns */
- font-style:italic;
- float:left;
- /* delete column-count:2; and width:180px; if you don't have the description */
- }
- .links a {
- display:block; /* change to display:inline; if you don't have the description */
- margin-right:10px;
- }
- .links i { margin-right:7px; }
- /*-- media --*/
- #main {
- width:calc(325px * 3 + 50px * 3);
- /* (image width * how many + margin-left+margin-right * how many) */
- height:auto;
- margin-left:-25px;
- margin-top:30px;
- }
- .media {
- float:left;
- margin-left:25px;
- margin-right:25px;
- margin-bottom:50px;
- height:auto;
- width:325px; /* image width */
- }
- .media img {
- height:auto;
- width:325px; /* image width */
- }
- .more {
- float:left;
- position:absolute;
- margin:10px;
- text-align:center;
- font-style:italic;
- font-weight:600;
- text-transform:uppercase;
- letter-spacing:0.5px;
- padding:2px 5px;
- background:var(--background);
- border:1px solid var(--borders);
- opacity:0;
- border-radius:5px;
- z-index:9;
- }
- .media:hover .more { opacity:0.9; }
- .subtitle {
- letter-spacing:1px;
- font-weight:bold;
- font-size:11px;
- line-height:180%;
- text-align:center;
- text-transform:uppercase;
- }
- /*----- tabs -----*/
- .tabs { width:100%; display:inline-block; }
- .tab-links {
- margin:-6px 0px 0px -40px;
- width:calc(325px * 3 + 50px * 2 + 1px);
- position:fixed;
- z-index:999;
- }
- .tab-links:after { display:block; clear:both; content:''; }
- .tab-links li { display:inline; list-style:none; }
- .tab-links a {
- width:33.3%; /* change this value to 100% divided by the number of tabs you want in a row */
- box-sizing:border-box;
- margin:0!important;
- padding:7px 15px;
- display:inline-block;
- letter-spacing:1.5px;
- font-weight:bold;
- font-size:calc(var(--font-size) + 2px);
- line-height:180%;
- text-align:center;
- text-transform:uppercase;
- font-family:'Open Sans', helvetica, sans-serif;
- color:var(--title);
- background:var(--accent);
- border:1px solid var(--borders);
- }
- .tab-links a:hover, li.active a:hover {
- background:rgba(var(--tab), 0.4);
- color:var(--tab-label);
- text-decoration:none;
- }
- .tab { display:none; }
- .tab.active { display:block; }
- .tab-content { margin-top:75px; }
- /*-- credit - DO NOT TOUCH --*/
- .credit a {
- font-size:10px;
- bottom:15px;
- right:20px;
- position:fixed;
- text-transform:uppercase;
- z-index:99999;
- }
- </style>
- </head>
- <body>
- <header>
- <!-- the default is your icon. if you want to change it, remove {PortraitURL-128} and replace it with the image url of the one you want. -->
- <div class="icon"><img src="{PortraitURL-128}"/></div>
- <!-- optional requests status box! if you don't want it just delete it. -->
- <div class="requests">requests status</div>
- <div class="title">headers</div><!-- title -->
- <div class="links">
- <!-- these are your header links. the maximum is two rows. to change the icon, go to https://fontawesome.com/icons. -->
- <a href="/"><i class="fas fa-home fa-fw"></i>home</a>
- <a href="/ask"><i class="fas fa-envelope fa-fw"></i>ask</a></a>
- <a href="/"><i class="fas fa-bars fa-fw"></i>link</a>
- <a href="/"><i class="fas fa-tag fa-fw"></i>link</a>
- </div>
- <!-- it will automatically scroll -->
- <div class="desc">
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus non ligula lorem. Donec non purus mi. Sed iaculis ex at odio vehicula, ac hendrerit augue semper. Proin mi massa, egestas in consectetur sed, malesuada nec dolor. Pellentesque viverra mollis libero, accumsan facilisis orci. Cras porttitor feugiat libero quis elementum.
- </div>
- </header>
- <div id="all">
- <!-- HOW TO ADD NEW TABS
- 1. add this template under the last <li> in <ul class="tab-links">
- <li><a href="#tab4">title</a></li>
- change #tab4 to whatever tab number it is.
- 2. copy this template. make sure the tab number matches.
- <div id="tab4" class="tab">
- <div id="main">
- <div class="media">
- <div class="more">optional text on hover</div>
- <img src="">
- </div>
- </div>
- </div>
- -->
- <div class="tabs">
- <ul class="tab-links">
- <li class="active"><a href="#tab1">tab one</a></li>
- <li><a href="#tab2">tab two</a></li>
- <li><a href="#tab3">tab three</a></li>
- </ul>
- <!-- TEMPLATES FOR MORE BOXES
- <div class="media">
- <div class="more">optional text on hover</div>
- <img src="">
- </div>
- to add a link to each picture:
- <a href=""><img src=""></a>
- if you do not want the text on hover, just delete this line.
- <div class="more">optional text on hover</div>
- if you want text under the headers (keep it short!), add this line under the last <img src="">
- <div class="subtitle">subtitle</div>
- -->
- <div class="tab-content">
- <div id="tab1" class="tab active">
- <div id="main">
- <div class="media">
- <div class="more">optional text on hover</div>
- <img src="">
- </div>
- </div>
- </div><!-- end tab 1 -->
- <div id="tab2" class="tab">
- <div id="main">
- <div class="media">
- <div class="more">optional text on hover</div>
- <img src="">
- </div>
- <div class="media">
- <div class="more">optional text on hover</div>
- <a href=""><img src=""></a>
- </div>
- </div>
- </div><!-- end tab 2 -->
- <div id="tab3" class="tab">
- <div id="main">
- <div class="media">
- <div class="more">optional text on hover</div>
- <img src="">
- </div>
- <div class="media">
- <div class="more">optional text on hover</div>
- <a href=""><img src=""></a>
- </div>
- <div class="media">
- <div class="more">optional text on hover</div>
- <img src="">
- </div>
- </div>
- </div><!-- end tab 3 -->
- </div><!-- end tabs-content -->
- </div><!-- end tabs -->
- </div><!-- end all -->
- <!-- credit - DO NOT TOUCH -->
- <div class="credit">
- <a href="https://enchantedthemes.tumblr.com" title="alydae">A.</a>
- </div>
- </body>
- <!-- scripts - DO NOT TOUCH -->
- <script>
- jQuery(document).ready(function() {
- jQuery('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = jQuery(this).attr('href');
- jQuery('.tabs ' + currentAttrValue).show().siblings().hide();
- jQuery(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement