Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Abhaya Libre|Playfair+Display|Raleway|ABeeZee" rel="stylesheet">
- <head>
- <!---- it will automatically show your blog title ---->
- <title>{Title}</title>
- <!---- if you want to change the title of the page
- then take out {title} and put whatever you want to
- show up instead of your blog title! ---->
- <link rel="shortcut icon" href="{Favicon}">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /* if you want to remove the rounded borders then search for
- border-radius and either remove it or set the pixels to 0 */
- /* accent colors you will see when you upload the page will be
- #b5767a (pinkish color) and #6fb6e3 (blueish color for italics).
- if you want to change the colors for how i have them then search
- for those and you should be good! if you plan on having a dark
- color scheme then my suggestion is to go through each color &
- change them one-by-one so you know how the contrast will be! */
- ::-webkit-scrollbar-thumb {
- background-color:#e7e7e7;
- }
- ::-webkit-scrollbar-track {
- background-color:#b5767a;
- }
- ::-webkit-scrollbar {
- height:2px;
- width:2px;
- }
- ul {
- list-style-type: circle;
- padding-left:24px;
- line-height:13px;
- }
- li {
- padding-left: 0px;
- margin-bottom: 0px;
- list-style: none;
- }
- li:before {
- color: #b5767a;
- content: "\e3fc";
- font-family: 'honeybee';
- font-size:6px;
- display: inline-block;
- margin-left: -2.5em;
- width: 2.5em;
- }
- /* my suggestion is not to change the font size
- or the font family unless you have html/css knowledge */
- body {
- font-family: ABeeZee;
- font-size: 9px;
- line-height:15px;
- color:#707070; /* text color */
- background-color:#f0f0f0; /*background color */
- }
- a {
- text-decoration: none;
- color: #949494;
- }
- u {
- background-color:#b5767a;
- color:#f0f0f0;
- text-decoration:none;
- text-transform:uppercase;
- letter-spacing:1.5px;
- font-size:7px;
- padding:3px 3px 3px 5px;
- }
- b, strong {
- color:#b5767a;
- font-weight:300;
- }
- i,em {
- color:#6fb6e3;
- }
- h1,h2 {
- line-height:32px;
- font-size:12px;
- color:#b5767a;
- text-align:left;
- font-weight:300;
- text-transform:lowercase;
- }
- #contain {
- margin:60px auto;
- width:1030px;
- }
- #full {
- margin-right:15px;
- margin-bottom:15px;
- display:inline-block;
- width:485px;
- height:373px;
- padding:5px;
- border-radius:3px;
- background-color:#f5f5f5;
- border:1px solid #e7e7e7;
- }
- .leftim {
- margin-top:0px;
- text-align:center;
- padding:10px;
- width:200px;
- height:350px;
- border-radius:3px;
- display:inline-block;
- float:left;
- }
- .leftim img {
- border-radius:3px;
- text-align:center;
- width:200px;
- height:350px;
- }
- .thm {
- display:inline-block;
- width:235px;
- font-size:9px;
- font-weight:300;
- margin-top:10px;
- margin-right:15px;
- margin-left:15px;
- }
- .initial {
- background-color:#b5767a;
- float:left;
- font-size:16px;
- font-weight:300;
- text-transform:uppercase;
- color:#f8f8f8;
- letter-spacing:1px;
- display:inline-block;
- text-align:center;
- padding:10px;
- height:25px;
- width:25px;
- line-height:25px;
- margin-right:18px;
- font-family:Playfair Display;
- border-radius:3px;
- }
- .deets {
- padding-right:5px;
- margin-bottom:10px;
- line-height:14px;
- display:inline-block;
- height:168px;
- margin-top:0px;
- width:240px;
- overflow:auto;
- text-align:justify;
- }
- .add:before{
- content:'\e493';
- font-family:'honeybee';
- color:#b5767a;
- font-size:5px;
- margin-right:10px;
- }
- .add {
- margin-top:10px;
- margin-left:10px;
- width:235px;
- font-size:9px;
- border-bottom:1px solid #e7e7e7;
- line-height:25px;
- display:inline-block;
- }
- .addback {
- margin-left:-10px;
- margin-top:-10px;
- margin-right:-5px;
- display:block;
- }
- .usernav {
- margin-bottom:10px;
- margin-top:10px;
- display:inline-block;
- text-align:center;
- }
- .usernav a {
- color:#b5767a;
- margin-left:15px;
- margin-right:15px;
- font-size:14px;
- }
- #bottombar {
- position:fixed;
- bottom:-1px;
- left:-1px;
- right:-1px;
- display:block;
- height:60px;
- line-height:60px;
- background-color:#f5f5f5;
- border:1px solid #e7e7e7;
- }
- .title {
- font-family:Playfair Display;
- color:#b5767a;
- font-size:16px;
- margin-left:25px;
- float:left;
- letter-spacing:0px;
- font-weight:300;
- display:inline-block;
- text-transform:uppercase;
- }
- .nav {
- display:inline-block;
- float:right;
- margin-right:25px;
- }
- .nav a {
- background-color:#b5767a;
- font-size:7px;
- font-weight:300;
- height:10px;
- line-height:10px;
- text-transform:uppercase;
- color:#f8f8f8;
- letter-spacing:2px;
- display:inline-block;
- text-align:center;
- padding:5px 5px 5px 5px;
- margin-left:2px;
- font-family:ABeeZee;
- border-radius:3px;
- }
- #credit {
- font-size:12px;
- position:fixed;
- bottom:85px;
- right:25px;
- padding:8px;
- border-radius:3px;
- color:#b5767a;
- background-color:#f3f3f3;
- border:1px solid #e7e7e7;
- }
- #credit a {
- color:#b5767a;
- }
- </style>
- </head>
- <body>
- <div id="contain">
- <!---- start of box 1 ---->
- <div id="full">
- <div class="leftim"><img src="https://via.placeholder.com/200x350"></div>
- <div class="thm">
- <div class="deets"><div class="initial">zy</div> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
- </div>
- <div class="usernav">
- <a href="/profile"><span class="th th-information-o"></span></a>
- <a href="/about"><span class="th th-user-3-o"></span></a>
- <a href="/memes"><span class="th th-chat-bubble-o"></span></a>
- <a href="/connections"><span class="th th-heart-1-o"></span></a>
- <a href="/tag"><span class="th th-hashtag"></span></a>
- </div>
- <div class="addback">
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div>
- </div>
- </div>
- </div>
- <!---- start of box 2 ---->
- <div id="full">
- <div class="leftim"><img src="https://via.placeholder.com/200x350"></div>
- <div class="thm">
- <div class="deets"><div class="initial">zy</div> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
- </div>
- <div class="usernav">
- <a href="/profile"><span class="th th-information-o"></span></a>
- <a href="/about"><span class="th th-user-3-o"></span></a>
- <a href="/memes"><span class="th th-chat-bubble-o"></span></a>
- <a href="/connections"><span class="th th-heart-1-o"></span></a>
- <a href="/tag"><span class="th th-hashtag"></span></a>
- </div>
- <div class="addback">
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div>
- </div>
- </div>
- </div>
- <!---- start of box 3 ---->
- <div id="full">
- <div class="leftim"><img src="https://via.placeholder.com/200x350"></div>
- <div class="thm">
- <div class="deets"><div class="initial">zy</div> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
- </div>
- <div class="usernav">
- <a href="/profile"><span class="th th-information-o"></span></a>
- <a href="/about"><span class="th th-user-3-o"></span></a>
- <a href="/memes"><span class="th th-chat-bubble-o"></span></a>
- <a href="/connections"><span class="th th-heart-1-o"></span></a>
- <a href="/tag"><span class="th th-hashtag"></span></a>
- </div>
- <div class="addback">
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div>
- </div>
- </div>
- </div>
- <!---- start of box 4 ---->
- <div id="full">
- <div class="leftim"><img src="https://via.placeholder.com/200x350"></div>
- <div class="thm">
- <div class="deets"><div class="initial">zy</div> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
- </div>
- <div class="usernav">
- <a href="/profile"><span class="th th-information-o"></span></a>
- <a href="/about"><span class="th th-user-3-o"></span></a>
- <a href="/memes"><span class="th th-chat-bubble-o"></span></a>
- <a href="/connections"><span class="th th-heart-1-o"></span></a>
- <a href="/tag"><span class="th th-hashtag"></span></a>
- </div>
- <div class="addback">
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div><br>
- <div class="add">just a detail "bullet" <b><i>!!</i></b></div>
- </div>
- </div>
- </div>
- </div>
- <div id="bottombar">
- <!---- this is where you change the bottom title and links ---->
- <div class="title">character directory</div>
- <div class="nav">
- <a href="/">index</a>
- <a href="/ask">message</a>
- <a href="/submit">submit</a>
- <a href="/yoururl">extra</a>
- </div>
- </div>
- <div id="credit"><a href="https://scftlcves.tumblr.com/"><span class="th th-heart-1-o"></span></a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment