Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--------------------------------->
- <!--------------[EDEN]------------->
- <!----THEME BY FOLKLORE THEMES----->
- <!------------FEB 2017------------->
- <!--DO NOT STEAL OR REMOVE CREDIT-->
- <!--------------------------------->
- <!--------------------------------->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:background" content="#ddf2e8"/>
- <meta name="color:post background" content="#ffffff"/>
- <meta name="color:info border" content="#f6f6f6"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:link" content="#78c9a1"/>
- <meta name="color:link hover" content="#ddf2e8"/>
- <meta name="color:blockquote" content="#ddf2e8"/>
- <meta name="color:scrollbar" content="#8c9a1"/>
- <meta name="if:show tags" content="1"/>
- <meta name="image:icon" content=""/>
- <meta name="text:Tab 1" content="info" />
- <meta name="text:Tab 2" content="links" />
- <link href="https://fonts.googleapis.com/css?family=Ek+Mukta" rel="stylesheet">
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar}; /*scrollbar's slider color*/
- height:100px;
- -moz-border-radius: 0px; /*these make bar rounded*/
- border-radius: 0px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#fff; /*scrollbar's slider color*/
- height:100px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:5px; /*width of slider*/
- background-color:#fff; /*scrollbar's main color*/
- }
- blockquote {
- padding-left:10px;
- border-left:3px solid {color:blockquote};
- margin-left:7px;
- }
- ul {
- list-style:none;
- text-align:left;
- padding-left:0;
- }
- li {
- position:relative;
- padding-left:30px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:'Ek Mukta';
- font-size:13px;
- margin:0;
- text-align:justify;
- line-height:16px;
- }
- a {
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- img {
- opacity:1;
- border:none;
- text-decoration:none;
- }
- small {
- font-size:12px;
- }
- big {
- font-size:14px;
- }
- #title {font-size:14px;
- line-height:18px;
- margin-bottom:10px;
- font-weight:bold;
- text-transform:none;
- text-align:left;
- }
- /**sidebar or header stuff here**/
- #bj{
- width:500px;
- height:180px;
- background-color:{color:post background};
- margin:50px auto -20px auto;
- padding:18px;
- }
- .tabs {
- width:100%;
- display:inline-block;
- }
- /*----- Tab Links -----*/
- /* Clearfix */
- .tab-links:after {
- display:block;
- clear:both;
- content:'';
- }
- .tab-links li {
- margin-top:18px;
- float:left;
- display:inline-block;
- list-style:none;
- margin-left:-48px;
- }
- .tab-links a {
- width:45px;
- height:40px;
- padding:5px;
- margin-right:55px;
- text-align:center;
- display:inline-block;
- color:;
- transition:all linear 0.15s;
- border-bottom:1px solid transparent;
- border-top:1px solid transparent;
- background-color:{color:post background};
- text-transform:uppercase;
- color:{color:link};
- line-height:40px;
- }
- .tab-links a:hover {
- text-decoration:none;
- color:{color:Link};
- background-color:{color:post Background};
- }
- li.active a, li.active a:hover {
- color:{color:Link};
- border-bottom:1px solid {color:link};
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- /*----- Content of Tabs -----*/
- .tab-content {
- }
- .tab {
- display:none;
- }
- .tab.active {
- display:block;
- }
- /**tab content**/
- /**index tab**/
- #icon {
- width:130px;
- height:130px;
- border:2px solid {color:info border};
- padding:15px;
- margin-top:10px;
- float:left;
- }
- #bjind{
- float: right;
- border:2px solid {color:info border};
- width:295px;
- height:130px;
- margin-top:10px;
- padding:15px;
- }
- #tit{
- font-size:22px;
- font-style:italic;
- padding:10px;
- line-height:24px;
- text-align:center;
- width:280px;
- margin-top:10px;
- }
- #desc{
- padding:10px;
- text-align:center;
- width:280px;
- font-size:14px;
- }
- /**info tab**/
- .tbcontent{
- width:470px;
- height:130px;
- padding:15px;
- border:2px solid {color:info border};
- margin:10px auto 4px auto;
- }
- .tbtitles{
- font-size:18px;
- font-style:italic;
- margin-top:-5px;
- text-align:center;
- color:{color:link};
- }
- #wrapper {
- width:550px;
- margin:150px auto 0 auto;
- position:relative;
- }
- #posts {
- width:500px;
- margin:0px auto 100px auto;
- background-color:{color:post background};
- padding:18px;
- position:relative;
- }
- #posts img {
- max-width:500px;
- }
- #posts img, #posts li, #posts blockquote {
- max-width: 100%;
- }
- .caption {
- font-size:13px;
- }
- /*quote*/
- .qut {
- font-size:14px;
- font-style:italic;
- text-align:center;
- }
- .src {
- text-align:right;
- margin-top:-7px;
- font-size:12px;
- }
- .qtmrk1 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-bottom:4px;
- }
- .qtmrk2 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-top:8px;
- }
- /*asks*/
- .asker{
- text-transform:lowercase;
- font-size:14px;
- font-style:italic;
- margin-bottom:3px;
- }
- .qst{
- background-color:{color:info border};
- margin:10px;
- margin-bottom:0px;
- text-align:justify;
- padding:20px;
- font-size:14px;
- }
- .answr{
- text-align:justify;
- padding:28px 20px 20px 20px;
- background-color:{color:info border};
- margin:-28px 10px 10px 10px;
- font-size:14px;
- }
- #triangle-down {
- width: 0;
- height: 0;
- border-left: 20px solid transparent;
- border-right:20px solid transparent;
- border-top: 18px solid {color:info border};
- margin:0 auto;
- }
- #triangle-down2 {
- width: 0;
- height: 0;
- border-left: 20px solid transparent;
- border-right:20px solid transparent;
- border-top: 18px solid {color:post background};
- margin:10px auto;
- z-index:999;
- position:relative
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {
- padding:0px 0;
- }
- .label {
- font-weight:bold;
- }
- #info {
- font-size:12px;
- text-align:center;
- margin-top:12px;
- text-transform:uppercase;
- border:2px solid {color:info border};
- padding:10px;
- }
- #info a {
- margin-right:0px;
- }
- {block:IfShowTags}
- .tags {
- font-size:12px;
- text-transform:none;
- margin-top:5px;
- }
- {/block:IfShowTags}
- {block:IfNotShowTags}
- .tags{
- display:none;
- }
- {/block:IfNotShowTags}
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:500px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;
- }
- .pagenotes li {
- list-style-type:none;
- padding:2px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- .pagination{
- text-align:center;
- margin:30px auto;
- }
- .pagination a{
- background-color:{color:Post background};
- width:100px;
- text-align:center;
- font-size:13px;
- margin:0px 10px;
- padding:8px 12px;
- }
- #cred{
- position:fixed;
- bottom:5px;
- right:3px;
- }
- #cred a{
- color:{color:Link};
- text-align:center;
- padding:3px 7px;
- }
- #cred a:hover{
- color:{color:Link Hover};
- }
- </style>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- $('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- // Show/Hide Tabs
- $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
- // Change/remove current tab to active
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#filterOptions li a').click(function() {
- // fetch the class of the clicked item
- var ourClass = $(this).attr('class');
- // reset the active class on all the buttons
- $('#filterOptions li').removeClass('active');
- // update the active state on our clicked button
- $(this).parent().addClass('active');
- if(ourClass == 'all') {
- // show all our items
- $('#ourHolder').children('div.item').show();
- }
- else {
- // hide all elements that don't share ourClass
- $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
- // show all elements that do share ourClass
- $('#ourHolder').children('div.' + ourClass).show();
- }
- return false;
- });
- });
- </script>
- </head>
- <body>
- <div id="bj">
- <div class="tabs">
- <div id="tab1" class="tab active">
- <div class="tab-content">
- <img id="icon" src="{image:icon}"/>
- <div id="bjind">
- <div id="tit"><a href="/">{Title}</a></div>
- <div id="desc">{Description}</div>
- </div>
- </div>
- </div>
- <div id="tab2" class="tab">
- <div class="tab-content">
- <div class="tbcontent">
- <p class="tbtitles">{text:Tab 1}</p>
- <p class="tbcntt" style="margin-top:-5px;padding:0 5px;height:110px;overflow:auto;">
- <!--here s where you input your info section for the tabs. normal formatting with bolding and italic works, as well as <br> for starting a new paragraph. the box will automatically use a scrollbar if there's too much to fit, so don't worry about length!-->
- <b>here is where you can put some info about yourself.</b> lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- </p>
- </div>
- </div>
- </div>
- <div id="tab3" class="tab">
- <div class="tab-content">
- <div class="tbcontent">
- <p class="tbtitles">{text:Tab 2}</p>
- <p class="tbcntt" style="text-align:center;font-size:14px;height:100px;overflow:auto;">
- <!--here is where you put your links. just replace the / in the first bracket with the url you want, and replace "link" with what you want the link to say. use <br> if you want to start new lines. again this box will automatically create a scrollbar if necessary.
- note: if the page you're linking to IS a part of your blog, such as a tags page, you can simply put "/tagged/whatever" in the url section. if the page you're linking to is NOT a part of your blog, you must put the entire url.
- -->
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </p>
- </div>
- </div>
- </div>
- <div id="tab4" class="tab">
- <div class="tab-content">
- <div class="tbcontent" style="border:none;">
- <p><iframe frameborder="0" scrolling="yes" width="490" height="62" style="margin:-40px 15px -14px -10px;" src="http://www.tumblr.com/ask_form/folklorethemes-19.tumblr.com" style="background-color:transparent; overflow:auto;" id="ask_form"></iframe></p>
- </div>
- </div>
- </div>
- </div>
- <div class="tabs">
- <ul class="tab-links">
- <li class="active" >
- <a href="#tab1">index</a></li>
- <li><a href="#tab2">{text:Tab 1}</a></li>
- <li><a href="#tab3">{text:Tab 2}</a></li>
- <li><a href="#tab4">inbox</a></li>
- </ul>
- </div>
- </div>
- <div id="wrapper">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div class="qut"><div class="qtmrk1">“</div>{Quote}<div class="qtmrk2">”</div></div>
- {block:Source}<div class="src"><br>— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:link}
- <div id="title"><a href="{URL}"><i class="fa fa-link"></i> {Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:link}
- {block:Chat}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {/block:Text}
- {block:lines}
- {block:label}
- <br><b>{label}</b>
- {/block:label}
- {line}
- {/block:lines}
- {/block:Chat}
- {block:Photo}
- {linkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{linkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- <div class="video">{Video-500}</div>
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
- {/block:Audio}
- {block:Answer}
- <div class="qst">
- <div class="asker">{Asker} asked: </div>{Question}</div>
- <div id="triangle-down"></div>
- <div id="triangle-down2"></div>
- <div class="answr">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
- {block:Date}
- <div id="info">
- <a href="{Permalink}" >{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
- {block:NoteCount} <span style="font-weight:bold;color:{color:link}">·</span> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div class="pagination" >
- {block:PreviousPage}<a href="{PreviousPage}"> BACK</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
- </div>
- </div>
- <div id="cred"><a href="http://folklorethemes.tumblr.com">flt.</a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment