Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- © Clerihew Themes 2019
- Do not use without reading terms of use.
- Contact me at clerihew.tumblr.com if you have problems with any
- un-heavily edited code or if you have questions on how to use this theme.
- -->
- <link rel="shortcut icon" href="{Favicon}"/>
- <title>{Title}</title>
- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <style>
- /* page background, font, text color */
- body {
- background-color: #e2e2e2;
- font-family: "Source Sans Pro", sans-serif;
- color: #444;
- }
- /* tooltips */
- #s-m-t-tooltip {
- font-size:8px;
- color:#000;
- background-color:#fff;
- letter-spacing:2px;
- min-width:50px;
- max-width:200px;
- overflow:auto;
- text-transform:uppercase;
- font-style:italic;
- display: none;
- position: absolute;
- z-index: 999999999999;
- padding:5px;
- margin:30px 0 15px 10px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .sidebar {
- max-width: 250px;
- height: auto;
- position: fixed;
- top: 25%;
- left: 15%;
- }
- /* icon border */
- .sidebar img {
- margin-bottom: 0px;
- border: 2px solid #444;
- border-radius: 100px;
- }
- .sidebar h3 {
- margin-top: 5px;
- margin-bottom: 0px;
- }
- /* sidebar links background */
- .sidebar .links {
- background-color: #ccc;
- padding: 5px;
- margin-top: 5px;
- border-radius: 10px;
- }
- /* sidebar links color, underline color */
- .sidebar a:link, a:visited {
- display: inline-block;
- font-size: 12px;
- margin: 5px;
- color: #444;
- text-decoration: underline #109add;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- -webkit-tranition: color 1s;
- transition: color 1s;
- }
- /* sidebar links hover */
- .sidebar a:hover {
- color: #109add;
- }
- .main {
- margin: 100px 100px 100px 35%;
- column-count: 2;
- column-gap: -40px;
- }
- .main .flip-card {
- display: inline-block;
- padding-bottom: 50px;
- padding-left: 50px;
- padding-right: 50px;
- background-color: transparent;
- width: 250px;
- height: 250px;
- perspective: 1000px;
- }
- .main .flip-card-inner {
- position: relative;
- width: 100%;
- height: 100%;
- text-align: center;
- transition: transform 1s;
- transform-style: preserve-3d;
- }
- .main .flip-card:hover .flip-card-inner {
- transform: rotateY(180deg);
- }
- .main .flip-card-front, .flip-card-back {
- position: absolute;
- width: 100%;
- height: 100%;
- backface-visibility: hidden;
- }
- /* front background color, border, text color */
- .main .flip-card-front {
- text-align: center;
- background-color: #e2e2e2;
- color: #444;
- border: 1px solid #000;
- border-radius: 10px;
- }
- .main .flip-card-front h3 {
- position: relative;
- margin-top: 50%;
- top: -20px;
- font-size: 40px;
- }
- /* back background color */
- .main .flip-card-back {
- border-radius: 10px;
- background-color: #e2e2e2;
- border: 1px solid #444;
- transform: rotateY(180deg);
- }
- /* back link color, font size */
- .main .flip-card-back a {
- font-size: 12px;
- width: 90px;
- display: inline-block;
- margin: 15px 15px;
- color: #444;
- text-decoration: underline #109add;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- -webkit-tranition: color 1s;
- transition: color 1s;
- }
- /* back link hover color */
- .main .flip-card-back a:hover {
- color: #109add;
- text-decoration: underline #109add;
- }
- /* DO NOT TOUCH THIS */
- .credit a {
- position: fixed;
- bottom: 15px;
- right: 15px;
- font-size: 8px;
- padding: 3px;
- text-decoration: none;
- color: black;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- }
- .credit a:hover {
- color: #548773;
- }
- /* thanks @shythemes */
- ::-webkit-scrollbar {
- width: 17px;
- height: 17px;
- }
- /* scrollbar background */
- ::-webkit-scrollbar {
- background-color: #e2e2e2;
- }
- ::-webkit-scrollbar-track {
- border: 8px solid #e2e2e2; /* background color */
- background-color: #fff; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border: 8px solid #e2e2e2; /* background color */
- background-color: #444; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- /* creds to @cyantists */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.6;
- /* delete invert(1) from here */
- 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%);
- /* to here if your blog has a dark background */
- 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.8!important;}
- </style>
- </head>
- <body>
- <div class="sidebar">
- <img src="{PortraitURL-64}">
- <h3><i>{Title}</i></h3>
- <div class="links">
- <div align="center">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/submit">submit</a>
- </div>
- </div>
- </div>
- <div class="main">
- <!-- flip card 1 -->
- <div class="flip-card">
- <div class="flip-card-inner">
- <div class="flip-card-front">
- <h3>Movies</h3>
- </div>
- <div class="flip-card-back">
- <!-- this is a tag. put the tag behind the "/" and it will take the user to that page. a hyphen must be used for all tags with spaces. for example, putting "/tagged/star-wars" will redirect a user to a page with all of your posts that are tagged star wars. copy and paste to add a new section. (try not to add a lot of tags, otherwise it will spill out of the body) -->
- <a href="/">aquaman</a>
- <a href="/">the hateful eight</a>
- <a href="/">lady bird</a>
- <a href="/">fantastic four</a>
- <a href="/">the omen</a>
- <a href="/">pan's labyrinth</a>
- <a href="/">bruno and boots</a>
- <a href="/">the godfather</a>
- <a href="/">star wars</a>
- <a href="/">indiana jones</a>
- </div>
- </div>
- </div>
- <!-- flip card 2-->
- <div class="flip-card">
- <div class="flip-card-inner">
- <div class="flip-card-front">
- <h3>Video Games</h3>
- </div>
- <div class="flip-card-back">
- <a href="/">legend of zelda</a>
- <a href="/">mario odyssey</a>
- <a href="/">odyssey</a>
- <a href="/">red dead redemption</a>
- <a href="/">wolfenstein</a>
- <a href="/">overwatch</a>
- <a href="/">undertale</a>
- <a href="/">hitman</a>
- <a href="/">gta v</a>
- <a href="/">spiderman ps4</a>
- </div>
- </div>
- </div>
- <!-- flip card 3 -->
- <div class="flip-card">
- <div class="flip-card-inner">
- <div class="flip-card-front">
- <h3>Comics</h3>
- </div>
- <div class="flip-card-back">
- <a href="/">x-23</a>
- <a href="/">fantastic four</a>
- <a href="/">superior spider-man arc</a>
- <a href="/">miles morales</a>
- <a href="/">ms. marvel</a>
- <a href="/">lockjaw</a>
- <a href="/">snotgirl</a>
- <a href="/">heavy vinyl</a>
- <a href="/">return of superman</a>
- <a href="/">spider-man/black cat</a>
- </div>
- </div>
- </div>
- <!-- flip card 4 -->
- <div class="flip-card">
- <div class="flip-card-inner">
- <div class="flip-card-front">
- <h3>Travel</h3>
- </div>
- <div class="flip-card-back">
- <a href="/">los angeles</a>
- <a href="/">new york</a>
- <a href="/">toronto</a>
- <a href="/">mexico city</a>
- <a href="/">madrid</a>
- <a href="/">athens</a>
- <a href="/">phuket</a>
- <a href="/">sydney</a>
- <a href="/">london</a>
- <a href="/">rome</a>
- </div>
- </div>
- </div>
- <!-- flip card 5 -->
- <div class="flip-card">
- <div class="flip-card-inner">
- <div class="flip-card-front">
- <h3>Music</h3>
- </div>
- <div class="flip-card-back">
- <a href="/">5sos</a>
- <a href="/">hozier</a>
- <a href="/">peach pit</a>
- <a href="/">boy pablo</a>
- <a href="/">one direction</a>
- <a href="/">harry styles</a>
- <a href="/">peachy!</a>
- <a href="/">cuco</a>
- <a href="/">lany</a>
- <a href="/">taylor swift</a>
- </div>
- </div>
- </div>
- <!-- flip card 6 -->
- <div class="flip-card">
- <div class="flip-card-inner">
- <div class="flip-card-front">
- <h3>Misc</h3>
- </div>
- <div class="flip-card-back">
- <a href="/">dnd</a>
- <a href="/">figure skating</a>
- <a href="/">me</a>
- <a href="/">food</a>
- <a href="/">wishlist</a>
- <a href="/">fashion</a>
- <a href="/">words</a>
- <a href="/">art</a>
- <a href="/">literature</a>
- </div>
- </div>
- </div>
- <!-- copy and paste as needed, the page will scroll -->
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/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:0,
- tip_fade_speed:0
- }
- );
- });
- })(jQuery);
- </script>
- <div class="credit">
- <a href="https://clerihew.tumblr.com/" title="theme by clerihew"><span class="th th-aloe-vera"></span></a>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment