Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.onrg/1999/xhtml">
- <!----
- © borntobewildthemes.tumblr.com | "Spiderman network page"
- + Please do not redistribute this page or remove credits.
- + You are allowed to make changes as long as you keep our credits.
- + If you have any questions or concerns, just contact us.
- + Thanks for using our page! We hope that you enjoy it!
- ---->
- <html>
- <head>
- <!--Google fonts-->
- <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Marvel' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin:0;
- padding:0;
- width:100%;
- height:100%;
- background-color: #f1f1f1;
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Paragraph */
- p {margin-top:5px; margin-bottom:5px;}
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- /* Links */
- a:link, a:active, a:visited{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- color:#000000;
- text-decoration:none;
- }
- a:hover{
- color:#2082bc;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- a img {border: 0px;}
- /* Bold and italic */
- b, strong {color:#55575a;}
- i, em {color:#555;}
- /* Text selection */
- ::-moz-selection {
- background: #f1f1f1;
- color: #333;
- }
- ::selection {
- background: #f1f1f1;
- color: #333;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 7px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background: #0C5C8C;
- border:3px solid #fff;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: #fff;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #fff;
- }
- /* Tumblr controls */
- .iframe-controls--desktop {
- top:10px!important;
- right:10px!important;
- opacity:.9!important;
- position:fixed!important;
- white-space:nowrap!important;
- filter: invert(1);
- -webkit-filter: invert(1);
- -moz-filter: invert(1);
- -o-filter: invert(1);
- -ms-filter: invert(1);
- z-index:1000000 !important;
- }
- /* Tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- z-index:10000000;
- margin:24px 14px 7px 12px;
- padding:8px;
- color:#555;
- background:#f1f1f1;
- border:1px solid #fff;
- font-size:12px;
- line-height:16px;
- }
- /* ----------------------- MAIN CONTAINER ----------------------------- */
- #container{
- position:fixed;
- top:50%;
- left:50%;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- text-align:center;
- height:540px;
- width:670px;
- overflow:hidden;
- -webkit-transform: translateX(-50%) translateY(-50%);
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- }
- /* Spiderman */
- #spidey{
- position:absolute;
- margin-top:0px;
- margin-left:10px;
- }
- /* --- HEADER --- */
- #header {
- margin-top:10px;
- margin-left:0px;
- height:76px;
- width:660px;
- padding-top:10px;
- text-align:center;
- background:#fff;
- border:5px ridge #0C5C8C;
- color:#0C5C8C;
- border-top-right-radius:20px;
- border-top-left-radius:130px;
- }
- /* Blog title */
- #blogtitle {
- font-size:25px;
- margin-top:6px;
- letter-spacing:2px;
- font-style:italic;
- font-family:Marvel;
- }
- /* Description */
- #desc {
- margin-top:10px;
- letter-spacing:1px;
- }
- /* Network container */
- section {
- margin-top:20px;
- margin-left:60px;
- border:5px ridge #0C5C8C;
- width:590px;
- height:380px;
- padding-left:10px;
- padding-top:10px;
- overflow-y:auto;
- overflow-x:hidden;
- padding-bottom:13px;
- background:#fff;
- }
- /* Member */
- .member {
- margin:20px;
- width:150px;
- height:150px;
- border:1px solid #0C5C8C;
- -webkit-transition: all 1.3s ease;
- -moz-transition: all 1.3s ease;
- -o-transition: all 1.3s ease;
- }
- .member img {
- width:130px;
- height:130px;
- margin:10px;
- z-index:1;
- -webkit-transition: all 1.3s ease;
- -moz-transition: all 1.3s ease;
- -o-transition: all 1.3s ease;
- }
- .membername {
- position:absolute;
- margin-top:-140px;
- margin-left:10px;
- width:120px;
- min-height:120px;
- height:120px;
- font-family:Marvel;
- text-align:center;
- font-style:italic;
- letter-spacing:2px;
- line-height:15px;
- background:#0C5C8C;
- color:#fff;
- padding:5px;
- z-index:1000;
- opacity:0;
- -webkit-transition: all 1.3s ease;
- -moz-transition: all 1.3s ease;
- -o -transition: all 1.3s ease;
- }
- .member:hover .membername {
- opacity:1;
- -webkit-transition: all 1.3s ease;
- -moz-transition: all 1.3s ease;
- -o-transition: all 1.3s ease;
- }
- .member a {
- font-size:12px;
- font-family:Exo;
- }
- /* Member info */
- .memberinfo {
- margin-top:10px;
- font-size:12px;
- padding:5px;
- border-top:3px double #fff;
- }
- .memberinfo a {
- font-size:12px;
- color:#fff;
- text-decoration:none;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;}
- .memberinfo a:hover {
- color:#0C5C8C;
- }
- /* Links */
- #links {
- position:absolute;
- margin-top:127px;
- background:#fff;
- height:402px;
- width:30px;
- border:5px ridge #0C5C8C;
- margin-left:0px;
- }
- #links i{
- margin-top:13px;
- margin-bottom:12px;
- font-size:15px;
- width:20px;
- height:20px;
- padding:5px;
- display:block;
- color:#BF333E;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #links a:hover {
- color:#0C5C8C;
- background:#fff;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- /* Credits */
- #credits {
- position:fixed;
- right:10px;
- top:40px;
- z-index:100000;
- }
- #credits img{
- border:1px solid #0C5C8C;
- }
- {CustomCSS}
- </style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script src="jquery.style-my-tooltips.js"></script>
- <script src="http://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:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('section').masonry({
- itemSelector : ".member",
- },
- function() { $('section').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <body>
- <div id="container">
- <div id="links">
- <a href="/" title="Index"><i class="fa fa-home"></i></a>
- <a href="/ask" title="Ask"><i class="fa fa-envelope"></i></a>
- <a href="/submit" title="Submit"><i class="fa fa-pencil"></i></a>
- <a href="/archive" title="Archive"><i class="fa fa-clock-o"></i></a>
- <a href="urlhere" title="titlehere"><i class="fa fa-user"></i></a>
- <a href="urlhere" title="titlehere"><i class="fa fa-cloud"></i></a>
- <a href="urlhere" title="titlehere"><i class="fa fa-comment"></i></a>
- <a href="urlhere" title="titlehere"><i class="fa fa-tag"></i></a>
- <a href="urlhere" title="titlehere"><i class="fa fa-heart"></i></a>
- </div>
- <!--End links-->
- <div id="spidey"><img src="http://i66.tinypic.com/ohofhs.png"></div>
- <div id="header">
- <div id="blogtitle">welcome</div>
- <div id="desc"> here you can put description</div>
- </div>
- <!--End header-->
- <section>
- <!--Member 1-->
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- <!--End membername-->
- </div>
- <!--End member-->
- <!--Member 2-->
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- <!--End membername-->
- </div>
- <!--End member-->
- <!--Member 3-->
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- <!--End membername-->
- </div>
- <!--End member-->
- <!--Member 4-->
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- <!--End membername-->
- </div>
- <!--End member-->
- <!--Member 5-->
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- <!--End membername-->
- </div>
- <!--End member-->
- <!--Member 6-->
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- <!--End membername-->
- </div>
- <!--End member-->
- <!--Member 7-->
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- <!--End membername-->
- </div>
- <!--End member-->
- <!--Member 8-->
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- <!--End membername-->
- </div>
- <!--End member-->
- <!--Member 9-->
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- <!--End membername-->
- </div>
- <!--End member-->
- <!-- TO ADD MORE MEMBERS COPY/PASTE
- <div class="member">
- <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTuFLAB4kFaOKzLFxUPJaturt5Rjpr7fdGpl4sVkA3pHtw3jeEd">
- <div class="membername">
- name <br>
- <a href="">url</a>
- <div class="memberinfo">add info here</div>
- </div>
- </div>
- BELOW THIS COMMENT -->
- </section>
- <!--End section-->
- </div>
- <!--End container-->
- <!--Credit (do not remove-->
- <a href="http://borntobewildthemes.tumblr.com" title="Credit"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement