Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-- THEME BY @LEEJORDAN / @VENUSTHMS
- do not remove the credit
- -------------------------------------------------------------------------
- - terms of use: venusthms.tumblr.com/terms
- - message me if you got any problems or questions about the code
- - you'll find instructions about customization through out the code
- - icon font https://honeybee.suiomi.com/
- - vertical carousel tutorial https://yeolithm.com/carousel/tutorial
- - DON'T WORRY THAT THE CODE LOOKS WEIRD ON THE CUSTOMIZATION PAGE ;
- it will look fine on the actual page
- ---------------------------------------------------------------------->
- <title>explore</title><link rel="shortcut icon" href="{Favicon}"> <!-- change tab title here -->
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Karla|Lora|Quicksand|Raleway" rel="stylesheet"><link rel="stylesheet" type="text/css" href="//venusthms.github.io/pages/hydra/style.css">
- <style type="text/css">
- /***** scrollbar ******/
- ::-webkit-scrollbar {
- width:5px;
- height:17px;
- background-color: #fff;
- }
- ::-webkit-scrollbar-track {
- background-color: #fff;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #f6f6f6;
- min-height:24px;
- min-width:24px;
- }
- /***** selection ******/
- ::selection {
- background: #f6f6f6;
- color: #000;
- }
- ::-moz-selection {
- background: #f6f6f6;
- color: #000;
- }
- /***** cursors ******/
- a {
- cursor: help;
- }
- [class^="label_"] {
- cursor: pointer;
- }
- /***** tumblr controls ******/
- /* (by @cyantists) */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4;
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;}
- /***** general ******/
- body {
- background: #fff;
- font-family: 'karla';
- text-align: center;
- font-size: 14px;
- color: #444;
- }
- /***** accent colour ******/
- #button_a:checked ~ #navigation .label_a,
- #button_b:checked ~ #navigation .label_b,
- #button_c:checked ~ #navigation .label_c,
- #button_d:checked ~ #navigation .label_d,
- .bg > span,
- .panel_c a::after,
- .panel_b a::after,
- .panel_a a::after {
- background: #eda7bc;
- }
- .text i, a, .back:hover {
- color: #eda7bc;
- }
- /***** container ******/
- #carousel {
- width: 600px;
- height: 400px;
- background-color: #fff; /*container background*/
- border-radius: 5px;
- }
- /***** buttons ******/
- [class^="label_"] {
- color: #aaa;
- background-color: #f6f6f6; /*buttons background*/
- border-radius: 10px;
- }
- [class^="label_"]:hover {/*button hover*/
- color: #444;
- background-color: #ffeed9;
- }
- #button_a:checked ~ #navigation .label_a,
- #button_b:checked ~ #navigation .label_b,
- #button_c:checked ~ #navigation .label_c,
- #button_d:checked ~ #navigation .label_d {/*button checked*/
- cursor: default;
- color: #fff;
- }
- /* delete this if you don't want the line between the buttons */
- .line {
- position: absolute;
- display: inline-block;
- height: 70%;
- z-index: -1;
- top: 25px;
- bottom: 0;
- left: 50%;
- border-left: 1px dashed #ccc;
- }
- {block:Following}
- .line {
- height: 80%;
- }
- {/block:Following}
- /* delete until here */
- /***** about section ******/
- .text {
- text-align: justify;
- }
- .panel_a img { /*icon*/
- width: 45px;
- height:45;
- border-radius: 10px;
- }
- .speech-bubble {/*speech bubble*/
- position: relative;
- padding: 10px;
- width: 88%;
- margin-left: 60px;
- height: 45px;
- background: #f6f6f6; /*speech bubble colour*/
- border-radius: 10px;
- }
- .speech-bubble:after {
- content: '';
- position: absolute;
- left: 0;
- top: 50%;
- width: 0;
- height: 0;
- border: 8px solid transparent;
- border-left: 0;
- border-right-color: #f6f6f6; /*speech bubble colour*/
- margin-top: -8px;
- margin-left: -8px;
- }
- .bg {
- background: #f6f6f6; /*progress bar background*/
- }
- /***** faq section ******/
- .panel_b .a, .panel_b .q {
- text-align: justify;
- }
- .panel_b .q:before { /*icon before question*/
- content:'\eb31';
- font-family:'honeybee';
- }
- .panel_b .a:before {/*icon before answer*/
- content:'\ea13';
- font-family:'honeybee';
- }
- /***** tag section ******/
- .panel_c {
- text-align: left;
- }
- /* delete this if you don't want the hover effect on links*/
- .panel_a a::after, .panel_b a::after, .panel_c a::after {
- content: '';
- display: block;
- width: 0;
- height: 1px;
- transition: width .3s;
- }
- .panel_a a:hover::after, .panel_b a:hover::after, .panel_c a:hover::after {
- width: 100%;
- //transition: width .3s;
- }
- /* delete until here */
- /* delete this if you don't want the hashtag infront of the tags */
- .panel_c a:before {
- content: '#';
- margin-right: 2px;
- }
- /* delete until here */
- /***** blogroll section ******/
- .panel_d img {
- width: 50px;
- height: 50px;
- border-radius: 10px;
- }
- .panel_d img:hover {
- border-radius: 50%;
- -webkit-transform: rotate(360deg);transform: rotate(360deg)
- }
- </style>
- </head>
- <body>
- <!--- return button --->
- <a class="back" href="/"><span class="th th-backward-arrow"></span>return</a>
- <!--- radio inputs: don't touch --->
- <div id="container">
- <input hidden type="radio" name="carousel-control" id="button_a" checked/>
- <input hidden type="radio" name="carousel-control" id="button_b"/>
- <input hidden type="radio" name="carousel-control" id="button_c"/>
- {block:Following}<input hidden type="radio" name="carousel-control" id="button_d"/>{/block:Following}
- <!--- navigation starts ;
- find more icons at https://honeybee.suiomi.com/ --->
- <div id="navigation"><div class="line"></div>
- <label for="button_a" class="label_a" title="about"> <span class="th th-users-o" aria-hidden="true"></span></label><!--- about button --->
- <label for="button_b" class="label_b" title="faq"> <span class="th th-envelope-o" aria-hidden="true"></span> </label><!--- faq button --->
- <label for="button_c" class="label_c" title="tags"> <span class="th th-bookmark-1-o" aria-hidden="true"></span> </label><!--- tags button --->
- {block:Following}<label for="button_d" class="label_d" title="blogroll"> <span class="th th-app-o" aria-hidden="true"></span> </label>{/block:Following}<!--- blogroll button: this won't appear on sideblogs --->
- </div>
- <!--- navigation ends --->
- <div id="carousel">
- <div class="p-wrapper">
- <!--- NOTE: search for 'about section', 'faq section', 'tags section'
- 'blogroll section' to edit the sections --->
- <!--- about section starts --->
- <section class="panel_a">
- <!--- icon + speechbuble --->
- <img class="icon" src="{PortraitURL-64}"></img><!--- replace {PortraitURL-64} with an image ulr if you don't want your icon there--->
- <div class="speech-bubble">
- <p>some text here. don't make it longer than one line.</p>
- </div>
- <!--- text --->
- <p class="text">more text here. set accents wit <i>this</i></p>
- <!--- progress bars: change 25% to the percentage you want --->
- <div class="progress">
- <h4>project</h4>
- <div class="bg"><span style="width: 25%"></span></div>
- </div>
- <!--- copy & paste as needed --->
- </section>
- <!--- about section ends --->
- <!--- faq section starts --->
- <section class="panel_b">
- <!--- question + answer template --->
- <p class="q">where can I get the code for this page?</p>
- <p class="a">you can get it here.</p>
- <!--- copy & paste as needed --->
- <!--- ask box: don't edit --->
- <iframe frameborder="0" scrolling="no" width="100%" height="190" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
- </section>
- <!--- faq section ends --->
- <!--- tags section starts --->
- <section class="panel_c">
- <!--- tag section template --->
- <h4>title</h4>
- <a href="/">tag</a> <a href="/">tag</a>
- <!--- copy & paste as needed --->
- </section>
- <!--- tags section ends --->
- <!--- blogroll section starts
- you do not need to edit this
- this will not show up on sideblogs --->
- {block:Following}<section class="panel_d">
- {block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src='{FollowedPortraitURL-64}' /></a>{block:Followed}
- </section>{/block:Following}
- <!--- blogroll section ends --->
- </div>
- </div>
- <!----- DO NOT EDIT AFTER THIS POINT ---->
- </div>
- <div class="vt"><a href="https://venusthms.tumblr.com/" title="venusthms"><img src="https://i.imgur.com/PxFLRpM.png"></img></a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment