Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // Network/Family/Id page 01
- by espoirthemes//
- +please do not move the credit.
- +There's detailed instructions throughout this code to help you fill in the information and customize the page!
- +for parts of this code you'll need some knowledge of CSS or HTML, so please be aware of this. If you run into major problems and the layout gets messed up, you might need to re-install this code.
- Icons from Font Awesome
- -->
- <html>
- <head>
- <!-- here's our title -->
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
- <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>
- (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">
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:-50px;
- margin-left:-20px;
- border:2px solid white;
- box-shadow: 0px 0px 0px 2px #222222;
- font-family:verdana;
- padding:5px 5px;
- background:#222222; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
- color:white;
- z-index:99999999;
- font-size:12px;
- text-transform:uppercase;
- }
- /* don't touch this, this is the what makes it look like a speech bubble */
- #s-m-t-tooltip:after{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 8px 10px 0;
- border-color: #222222 transparent;
- display: block;
- width: 0;
- z-index: 1;
- bottom: -10px;
- left: 10%;}
- ::-webkit-scrollbar {
- width: 10px;
- height:10px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: #2b2b2b;
- border-radius: 2px;
- }
- ::-webkit-scrollbar-track {
- background:#2b2b2b;
- border: 4px solid #eee;
- }
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop
- {display:none;} /*if you want the regular tumblr follow/return to dashboard buttons, erase display:none; */
- a {
- color:white; /*color of links */
- text-shadow: 2px 2px rgba(0,0,0,.22); /*the shadow makes it easier to see the links no matter what color the links are */
- text-decoration:none; /*prevents underline from showing under links */
- }
- body{
- margin:0;
- word-wrap:break-word;
- overflow-x:hidden;
- font-family:arial;
- }
- i{
- font-size:30px; /*this is the size of the icons */
- }
- header{
- width:100%;
- font-family:sans-serif;
- }
- footer {
- background:#2b2b2b;
- padding:10px;
- width:100%;
- height:20px;
- position:fixed;
- bottom:0px;
- }
- /*this is the bar at the top of the screen with all the links */
- .headerbar{
- width:100%;
- border-top:2px solid black;
- border-bottom:2px solid black;
- padding:20px; box-shadow:0px 0px 0px 2px white;
- font-size:18px;
- z-index:22;
- background:#2B2B2B; /*background of the link bar*/
- }
- .headerbar a {
- color:white;
- text-decoration:none;
- letter-spacing:2px;
- }
- /*if you want an image above the links, this is the styling for it */
- header img{
- max-height:90vh;
- min-height:0px;
- width:100%;
- border-bottom:2px solid white;
- background:#eee;
- }
- .link{
- text-align:right;
- float:right;
- font-size:22px;
- padding-right:40px;
- }
- #container{
- position:relative;
- margin:40px auto;
- width:80%; /*adjusting this adjusts how many columns appear. the bigger the number, the more columns */
- }
- .entry{
- width:200px; /*you can change this to whatever width you want */
- height:200px; /*keeps the entries in a square shape */
- border:4px solid #eee;
- padding:2px;
- }
- .entry img{
- width:200px; /*looks best if this is the same width as the entry */
- height:200px;
- }
- #container li {display:inline-block; list-style:none; margin:10px;
- }
- /*messing with the rest of the css may mess up how the usernames appear so please be careful if you must edit this */
- .icon {
- visibility:hidden; /*this prevents the icons from being seen until you hover */
- position:absolute;
- padding:10px;
- margin-top:-40px;
- font-size:24px;
- transition:.6s;
- }
- .entry:hover .icon{
- visibility:visible;
- transition:.6s;
- }
- .name {
- width:0px;
- opacity:0;
- height:20px;
- overflow:hidden;
- float:right;
- padding-left:10px;
- font-size:20px;
- transition:.8s;
- text-align:left;
- }
- .icon:hover .name{
- width:100px;
- opacity:1;
- transition:.8s;
- }
- #egg { opacity:.8; left:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- border:1px solid #222222; z-index:4;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- </style>
- </head>
- <body>
- <header>
- <!-- if you want a header image, copy this:
- <center><img src=""></center>
- and then put in the image url between "" -->
- <div class="headerbar">
- <!-- this is your link to return to your home page -->
- <a href="/" title="return">back</a>
- <div class="link">
- <a href="/ask" title="contact"><i class="fa fa-envelope-o"></i>
- </a> <a href="http://tumblr.com/follow/{name}" title="follow" > <i class="fa fa-plus"></i></a> </div></div></header>
- <center>
- <div id="container">
- <!-- if you want to add more users, copy and paste everything bettween the first entry and end of first entry labels and fill in the information
- to delete users, erase everything between the entry and end of entry labels
- <!-- first entry -->
- <li>
- <div class="entry">
- <!-- add in your img url. the image will automatically resize to whatever deminsions you put for entry img-->
- <img src="">
- <div class="icon">
- <!-- this is the user icon that appears bfore the name. if you don't want the user icon, look at the icons from Font Awesome and replace the "fa fa-user" with the icon of your choice -->
- <i class="fa fa-user"></i>
- <div class="name">
- <!-- replace the // with the url of the member's blog if you're using this as a network page, otherwise just leave it blank
- If you want a description to appear on hover, put that in between title=""
- -->
- <a href="//" title="description about id/user here">
- <!--replace with member's url, ID, comfort character, bias, or whatever else you want-->
- username
- </a></div></div>
- </div></li>
- <!-- end of 1st entry -->
- <!--2nd entry -->
- <li><div class="entry"><img src="">
- <div class="icon">
- <i class="fa fa-user"></i>
- <div class="name">
- <a href="//" title="description">username
- </a>
- </div></div>
- </div></li>
- <!-- end of 2nd entry -->
- <!-- third entry -->
- <li><div class="entry">
- <img src="">
- <div class="icon">
- <i class="fa fa-user"></i>
- <div class="name">
- <a href="//">username</a>
- </div></div>
- </div></li>
- <!-- end of 3rd entry -->
- <!-- 4th entry -->
- <li><div class="entry">
- <img src="">
- <div class="icon">
- <i class="fa fa-user"></i>
- <div class="name">
- <a href="//">username</a>
- </div></div>
- </div></li>
- <!-- end of 4th entry -->
- <!-- 5th entry -->
- <li><div class="entry">
- <img src="">
- <div class="icon">
- <i class="fa fa-user"></i>
- <div class="name">
- <a href="//">username</a>
- </div></div>
- </div></li>
- <!-- end of 5th entry -->
- <!-- 6th entry -->
- <li><div class="entry">
- <img src="">
- <div class="icon">
- <i class="fa fa-user"></i>
- <div class="name">
- <a href="//" >username</a>
- </div></div>
- </div></li>
- <!-- end of 6th entry -->
- <!-- 7th entry -->
- <li><div class="entry">
- <img src="">
- <div class="icon">
- <i class="fa fa-user"></i>
- <div class="name">
- <a href="//">username</a>
- </div></div>
- </div></li>
- <!-- end of 7th entry -->
- <!-- 8th entry -->
- <li><div class="entry">
- <img src="">
- <div class="icon">
- <i class="fa fa-user"></i>
- <div class="name">
- <a href="//">username</a>
- </div></div>
- </div></li>
- <!-- end of 8th entry -->
- </center>
- </div>
- <!-- Please respect the time and efort I put into this page by not removing or touching this-->
- <footer><a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a> </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement