Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- NETWORK II
- by alydae
- released: february 26, 2017
- last updated: september 10, 2023
- - do not steal any part of this code
- - do not even TOUCH the credit
- - direct questions to enchantedthemes.tumblr.com
- if you want to add filters to this page, go to
- http://enchantedthemes.tumblr.com/networks/filters
- thank you for using!!!
- -->
- <title>members</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!-- scripts - DO NOT TOUCH -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/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:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <script src="https://npmcdn.com/[email protected]/dist/masonry.pkgd.min.js"></script>
- <script>
- $(window).load(function () {
- $('#content').masonry({
- itemSelector : ".box",
- });
- });
- </script>
- <!-- custom font -->
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href=“//use.fontawesome.com/releases/v6.5.1/css/all.css” rel=“stylesheet”>
- <style type="text/css">
- @keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-moz-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-webkit-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-ms-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- @-o-keyframes fadein {
- from { opacity:0; }
- to { opacity:1; }
- }
- /*-- selection --*/
- ::-moz-selection { background:var(--accent); color:var(--title); }
- ::selection { background:var(--accent); color:var(--title); }
- /*-- scrollbar --*/
- ::-webkit-scrollbar {
- width:2px;
- height:2px;
- }
- ::-webkit-scrollbar-thumb { background-color:var(--text); }
- /*-- tooltips --*/
- #s-m-t-tooltip {
- color:var(--text);
- background-color:var(--background);
- font-size:calc(var(--font-size) - 2px);
- font-family:'Open Sans', helvetica, sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- position:absolute;
- padding:0px 5px 0px 5px;
- margin-top:30px;
- border:1px solid var(--borders);
- z-index:999999;
- }
- /*-- tumblr controls --*/
- .tmblr-iframe, .iframe-controls–desktop {
- display:none!important;
- }
- /*-- change all variables here --*/
- :root {
- --background:#fff;
- --accent:#fafafa;
- --text:#666;
- --links:#444;
- --links-hover:#bad1e7;
- --title:#222;
- --borders:#eee;
- --font-size:10px;
- }
- /*-- general customisation --*/
- body {
- color:var(--text);
- background-color:var(--accent);
- font-style:normal;
- font-family:'Open Sans', helvetica, sans-serif;
- font-size:var(--font-size);
- font-weight:400;
- text-decoration:none;
- line-height:180%;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- font-smoothing: antialiased;
- -webkit-animation: fadein 1.5s;
- -moz-animation: fadein 1.5s;
- -o-animation: fadein 1.5s;
- animation: fadein 1.5s;
- }
- a, .links i {
- text-decoration:none;
- color:var(--links);
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s
- }
- a:hover, .links i:hover {
- color:var(--links-hover);
- cursor:pointer;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s
- }
- b, strong { font-weight:700;color:var(--title); }
- i, em { font-style:italic; }
- /*-- header --*/
- #topbar {
- position:fixed;
- top:0;
- width:100vw;
- height:80px;
- background:var(--background);
- border-bottom:1px solid var(--borders);
- z-index:99999;
- }
- .icon {
- height:50px;
- width:50px;
- margin:0px auto;
- padding:15px;
- }
- .icon img { height:50px; width:50px; }
- .title {
- margin-top:-50px;
- margin-left:calc(50% - 150px);
- text-align:left;
- text-transform:uppercase;
- font-size:calc(var(--font-size) + 4px);
- font-weight:bold;
- letter-spacing:1px;
- color:var(--title);
- }
- .links {
- margin-top:-17.5px;
- margin-left:calc(50% + 65px);
- }
- .links a {
- display:inline;
- padding-right:10px;
- font-size:calc(var(--font-size) + 2px);
- }
- /*-- members --*/
- #content {
- position:relative;
- margin:155px auto 75px auto;
- width:calc((250px + 20px + 2px) * 3);
- /* ((box width + 2*margin + 2*border width) * number of columns) */
- }
- .box {
- position:block;
- margin:10px;
- height:45px; /* box height */
- width:250px; /* box width */
- float:left;
- background:var(--background);
- border:1px solid var(--borders);
- }
- .box h1 {
- margin-top:-43px;
- padding-left:70px;
- position:relative;
- text-transform:uppercase;
- text-align:left;
- font-weight:600;
- font-size:calc(var(--font-size) + 1px);
- color:var(--title);
- }
- .box img {
- width:45px; /* icon height */
- height:45px; /* icon width */
- }
- .box:hover .overlay { opacity:1; }
- .sub {
- position:relative;
- margin-left:70px;
- margin-top:-10px;
- font-style:italic;
- text-transform:lowercase;
- padding-right:5px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .show {
- position:absolute;
- margin-top:-40px;
- margin-left:45px;
- height:45px;
- width:205px;
- text-align:center;
- line-height:45px;
- opacity:0;
- background-color:var(--background);
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s
- }
- .box:hover .show {
- opacity:1;
- margin-top:-40px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s
- }
- /*-- credit - DO NOT TOUCH --*/
- .credit a {
- font-size:10px;
- bottom:15px;
- right:20px;
- position:fixed;
- text-transform:uppercase;
- }
- </style>
- </head>
- <body>
- <div id="topbar">
- <!-- the default is your icon. if you want to change it, remove {PortraitURL-128} and replace it with the image url of the one you want. -->
- <div class="icon"><img src="{PortraitURL-128}"/></div>
- <div class="title">members</div> <!-- title -->
- <div class="links">
- <!-- this is where your header links are. feel free to add more. to change the icon, go to https://fontawesome.com/icons. -->
- <a href="/" title="index"><i class="fas fa-home"></i></a>
- <a href="/ask" title="message"><i class="fas fa-envelope"></i></a>
- <a href="/" title="link"><i class="fas fa-bars"></i></a>
- <!-- do not remove this one!!! -->
- <a href="https://enchantedthemes.tumblr.com" title="theme"><i class="fas fa-code"></i></a>
- </div>
- </div>
- <div id="content">
- <!-- BOX CUSTOMISATION
- template:
- <div class="box">
- <img src=""/>
- <h1>name</h1>
- <div class="sub">subtitle</div>
- <div class="show"><a href="">@username</a></div>
- </div>
- if you do not want the text on hover, just delete these lines.
- <div class="show"><a href="">@username</a></div>
- -->
- <div class="box">
- <img src=""/>
- <h1>name</h1>
- <div class="sub">subtitle</div>
- <div class="show"><a href="">@username</a></div>
- </div>
- <div class="box">
- <img src=""/>
- <h1>name</h1>
- <div class="sub">subtitle</div>
- <div class="show"><a href="">@username</a></div>
- </div>
- <div class="box">
- <img src=""/>
- <h1>name</h1>
- <div class="sub">subtitle</div>
- <div class="show"><a href="">@username</a></div>
- </div>
- </div>
- <!-- credit - DO NOT TOUCH -->
- <div class="credit">
- <a href="https://enchantedthemes.tumblr.com" title="alydae">A.</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment