Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title> <!--- AUTOMATICALLY SHOWS YOUR BLOG TITLE. IF YOU WISH TO HAVE SOMETHING DIFFERENT, TAKE OUT {Title} AND REPLACE IT WITH YOUR DESIRED PAGE TITLE. --->
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <link href="https://fonts.googleapis.com/css?family=ABeeZee|Biryani|Comfortaa|Karla|M+PLUS+Rounded+1c|Quicksand|Ubuntu|Varela+Round" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Raleway:400" rel="stylesheet">
- <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
- <script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
- <script type="text/javascript" charset="utf-8">$(document).ready(function(){
- var $grid = $("#contain_mason").masonry({
- itemSelector: ".main_entry",
- initLayout: 1
- });
- $grid.on("layoutComplete", function(o, r) {
- console.log(r.length)
- }), $grid.masonry({
- fitWidth: 1,
- horizontalOrder: 1,
- gutter: 0,
- resize: 1
- }), $grid.imagesLoaded().progress(function() {
- $grid.masonry("layout")
- });
- });</script>
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- body {
- background-color:#f8f8f8;
- color:#5a5a5a;
- font-family:karla;
- /* pre-loaded fonts that are used in my themes are below if you wish to change it! */
- font-size:10px;
- line-height:16px;
- letter-spacing:.25px; /* change to zero for no letter spacing */
- }
- /* PRE-LOADED GOOGLE FONTS:
- - ABeeZee
- - Biryani
- - Comfortaa
- - Karla
- - M PLUS Rounded 1c
- - Quicksand
- - Ubuntu
- - Varela Round
- */
- a {
- text-decoration:none;
- color:#313131;
- }
- a:hover {
- color:#5a5a5a;
- }
- b,strong {
- color:#dbb1db;
- }
- i,em {
- color:#baded1;
- }
- ::-webkit-scrollbar {
- width: 5px;
- background: #f3f3f3;
- }
- ::-webkit-scrollbar-track {
- background:#f8f8f8;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#e5c4c4;
- }
- #s-m-t-tooltip { /* TOOLTIPS AKA TITLES FOUND WHEN HOVERING */
- background-color:#f8f8f8;
- color:#e5c4c4;
- font-weight:bold;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:2px;
- padding:10px 15px 10px 15px;
- margin:20px 0px 0px 20px;
- z-index:9999999999999999999999;
- border:1px solid #e7e7e7;
- }
- #contain {
- width:895px;
- margin:100px auto;
- padding-bottom:50px;
- text-align:center;
- }
- #contain_mason {
- text-align:center;
- width:895px;
- }
- .main_entry {
- margin-right:15px;
- margin-bottom:20px;
- border-radius:6px;
- float:left;
- width:220px;
- padding:15px;
- background-color:#fbfbfb;
- border:1px solid #e7e7e7;
- }
- .header {
- display:block;
- text-align:center;
- font-size:16px;
- letter-spacing:-.5px;
- text-transform:lowercase;
- font-family: quicksand;
- color:#5a5a5a;
- margin-top:10px;
- margin-bottom:5px;
- padding-bottom:3px;
- border-bottom:1px solid #e7e7e7;
- }
- .count {
- text-align:right;
- font-family:karla;
- font-size:8px;
- letter-spacing:1.25px;
- text-transform:uppercase;
- display:block;
- padding:5px;
- -webkit-transition: -webkit-transform .8s ease-in-out;
- transition: .8s ease-in-out;
- }
- .count number {
- color:#fbe0e0;
- margin-right:5px;
- font-size:12px;
- float:left;
- -webkit-transition: -webkit-transform .8s ease-in-out;
- transition: .8s ease-in-out;
- }
- .count number:hover {
- color:#fbe0e0;
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- #bottom {
- bottom:-1px;
- left:-1px;
- right:-1px;
- position:fixed;
- display:block;
- text-align:center;
- font-size:11px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:bold;
- border-top:;
- color:#f1bb87;
- padding:15px;
- height:45px;
- line-height:45px;
- background-color:#fbfbfb;
- border:1px solid #e7e7e7;
- }
- #bottom_navigation {
- margin-top:5px;
- margin-left:10px;
- float:left;
- font-size:16px;
- color:#dbb1db;
- display:inline-block;
- }
- #bottom_navigation a {
- color:#dbb1db;
- margin-right:15px;
- }
- #bottom_credit {
- margin-top:5px;
- float:right;
- font-size:20px;
- color:#e5c4c4;
- display:inline-block;
- }
- #bottom_credit a {
- color:#e5c4c4;
- margin-right:15px;
- }
- .clearfix:before,.clearfix:after{content:'';display:table;}
- .clearfix:after{clear:both;}
- .clearfix{zoom:1;}
- </style>
- </head>
- <body>
- <div id="contain">
- <div id="contain_mason">
- <!--- START OF NON-BINARY COUNT --->
- <div class="main_entry">
- <div class="header">
- non-binary applications <!-- header -->
- </div>
- <div class="count">
- <number>.004</number> FACECLAIM. <!-- count and fc -->
- </div>
- <div class="count">
- <number>.001</number> FACECLAIM. <!-- count and fc -->
- </div>
- <div class="count">
- <number>.003</number> FACECLAIM. <!-- count and fc -->
- </div>
- <div class="count">
- <number>.002</number> FACECLAIM. <!-- count and fc -->
- </div>
- </div>
- <!--- END OF NON-BINARY COUNT --->
- <!--- START OF FEMALE COUNT --->
- <div class="main_entry">
- <div class="header">
- female applications <!-- header -->
- </div>
- <div class="count">
- <number>.003</number> FACECLAIM. <!-- count and fc -->
- </div>
- <div class="count">
- <number>.002</number> FACECLAIM. <!-- count and fc -->
- </div>
- <div class="count">
- <number>.001</number> FACECLAIM. <!-- count and fc -->
- </div>
- <div class="count">
- <number>.002</number> FACECLAIM. <!-- count and fc -->
- </div>
- </div>
- <!--- END OF FEMALE COUNT --->
- <!--- START OF MALE COUNT --->
- <div class="main_entry">
- <div class="header">
- male applications <!-- header -->
- </div>
- <div class="count">
- <number>.001</number> FACECLAIM. <!-- count and fc -->
- </div>
- <div class="count">
- <number>.002</number> FACECLAIM. <!-- count and fc -->
- </div>
- <div class="count">
- <number>.001</number> FACECLAIM. <!-- count and fc -->
- </div>
- <div class="count">
- <number>.006</number> FACECLAIM. <!-- count and fc -->
- </div>
- </div>
- <!--- END OF MALE COUNT --->
- </div></div>
- <div id="bottom">
- <div id="bottom_navigation">
- <a href="/" title="INDEX"><span class="th th-home-o"></span></a>
- <a href="/ask" title="MESSAGE"><span class="th th-chat-bubbles"></span></a>
- <a href="/archive" title="ARCHIVE"><span class="th th-calendar-1-o"></span></a>
- <a href="/" title="BIOGRAPHY"><span class="th th-star-o"></span></a>
- </div>
- <div id="bottom_credit">
- <a href="https://scftlcves.tumblr.com" title="THEME CREDIT"><span class="th th-heart-1-o"></span></a>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment