Advertisement
southcodes

net page #1: social club v1

Feb 19th, 2017
1,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.67 KB | None | 0 0
  1. <!--
  2.    
  3.     net page #1 ver 1 'social club' by sur southcodes.tumblr.com
  4.     - modify as you please but please do not touch the credit
  5.     - any errors? need help? have questions? let me know!
  6.     southcodes.tumblr.com/ask
  7.    
  8. -->
  9.  
  10. <!DOCTYPE html>
  11. <head>
  12.  
  13.     <title>{Title}</title>
  14.  
  15.     <link rel="shortcut icon" href="{favicon}">
  16.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18.     <link href="https://fonts.googleapis.com/css?family=Open Sans:400,600|Montserrat:500,300" rel="stylesheet">
  19.  
  20. <style type="text/css">
  21.  
  22. ::-webkit-scrollbar-thumb:vertical {
  23.     background-color: #ddd;
  24.     border-right: 4px solid #fcfcfc;
  25.     border-bottom: 4px solid #fcfcfc;
  26.     border-top: 4px solid #fcfcfc;}
  27. ::-webkit-scrollbar {
  28.     width:5px;
  29. }
  30.  
  31. .tmblr-iframe {
  32.     margin:80px 10px 10px;
  33.     opacity:.2;
  34.     -moz-transition-duration: 0.2s;
  35.     -o-transition-duration: 0.2s;
  36.     -webkit-transition-duration: 0.2s;
  37.     transition-duration: 0.2s;}
  38. .tmblr-iframe:hover{
  39.     opacity:.65;
  40.     -moz-transition-duration: 0.6s;
  41.     -o-transition-duration: 0.6s;
  42.     -webkit-transition-duration: 0.6s;
  43.     transition-duration: 0.6s;
  44. }
  45.  
  46. #s-m-t-tooltip{
  47.     font-family:calibri;
  48.     max-width:300px;
  49.     margin-top:25px;
  50.     margin-left:15px;
  51.     z-index:999999;
  52.     letter-spacing:1.6px;
  53.     text-transform:uppercase;
  54.     font-size:8.5px;
  55.     border: solid 1px #ddd;
  56.     background-color:#fcfcfc;
  57.     color:#666;
  58.     padding:3px 5px;
  59. }
  60.  
  61. body {
  62.     color:#333;
  63.     font-size:13px;
  64.     font-family: 'Open Sans', sans-serif;
  65.     background-color:#fdfdfd;
  66.     letter-spacing:1px;
  67. }
  68.  
  69. a{
  70.     color:#8c8c8c;
  71.     text-decoration:none;
  72.     -moz-transition-duration: 0.6s;
  73.     -o-transition-duration: 0.6s;
  74.     -webkit-transition-duration: 0.6s;
  75.     transition-duration: 0.6s;}
  76. a:hover{
  77.     color:#000;
  78.     -moz-transition-duration: 0.6s;
  79.     -o-transition-duration: 0.6s;
  80.     -webkit-transition-duration: 0.6s;
  81.     transition-duration: 0.6s;
  82. }
  83.  
  84. /* head */
  85.  
  86. .topbar {
  87.     width:100%;
  88.     height:70px;
  89.     position:fixed;
  90.     z-index:9999;
  91.     top:0px;
  92.     left:0px;
  93.     right:0px;
  94.     border-bottom:2px solid #eee;
  95.     background:#fff;
  96. }
  97.  
  98. .bar {
  99.     width:670px;
  100.     margin:auto;
  101.     margin-top:10px;
  102. }
  103.  
  104. .simg {
  105.     display:inline-block;
  106.     width:50px;
  107.     height:50px;
  108.     margin: 0 10px 0 0;
  109. }
  110.  
  111. .simg img{
  112.     width:50px;
  113.     height:50px;
  114.     border-radius:10px;
  115. }
  116.  
  117. .inside {
  118.     display:inline-block;
  119.     vertical-align:top;
  120.     width:270px;
  121. }
  122.  
  123. .title{
  124.     font-family: 'Montserrat', sans-serif;
  125.     font-weight:500;
  126.     text-transform:uppercase;
  127.     font-size:14px;
  128.     margin-bottom:2px;
  129. }
  130.  
  131. .links {
  132.     line-height:17px;
  133.     font-size:14px;
  134.     font-variant:small-caps;}
  135. .links a{padding-right:5px;}
  136. .links a:last-child{padding-right:0px;}
  137.  
  138. .desc {
  139.     float:right;
  140.     text-align:right;
  141.     width:310px;
  142.     height:50px;
  143.     display: flex;
  144.     justify-content: center;
  145.     flex-direction: column;
  146. }
  147.  
  148. /* body */
  149.  
  150. .content{
  151.     width:720px;
  152.     margin:140px auto 40px;
  153. }
  154.  
  155. .box{
  156.     width:130px;
  157.     margin: 0px 25px 30px;}
  158. .box a{color:#393838;}
  159.  
  160. .name {
  161.     text-align:center;
  162.     font-size:11px;
  163.     text-transform:uppercase;
  164.     margin-bottom:3px;
  165.     font-weight:600;
  166. }
  167.  
  168. .icon img{
  169.     width:130px;
  170.     height:auto;
  171. }
  172.  
  173. .caption {
  174.     font-size:12px;
  175.     letter-spacing:1.2px;
  176.     text-align:justify;
  177.     border:1px solid #eee;
  178.     padding:2px 5px;
  179.     background:#fcfcfc;
  180.     text-transform:lowercase;
  181. }
  182.    
  183. .blog{
  184.     font-family: 'Montserrat', sans-serif;
  185.     font-weight:300;
  186.     text-align:center;
  187.     font-size:13px;
  188.     margin:-1px 0 5px;
  189.     font-variant:small-caps;
  190. }
  191.  
  192. /* extras */
  193.  
  194. .credit {font-family:calibri;position:fixed;bottom:10px;right:10px;font-size:11px;}.credit a{color:#999;font-variant:small-caps;}
  195.  
  196. </style>
  197. </head>
  198. <body>
  199.  
  200. <div class="topbar"><div class="bar"><div class="simg"><a href="/">
  201.    
  202.     <!-- topbar image -->
  203.     <img src=""/>
  204.    
  205. </a></div><div class="inside"><div class="title">
  206.    
  207.     <!-- page title  -->
  208.     page title
  209.  
  210. </div><div class="links">
  211.  
  212.     <!-- links -->
  213.     <a href="/">home;</a>
  214.     <a href="/ask">ask;</a>
  215.     <a href="/">link 2;</a>
  216.     <a href="/">link 3;</a>
  217.     <a href="/">link 4;</a>
  218.  
  219. </div></div><div class="desc">
  220.  
  221.     <!-- page description  -->
  222.     a description goes here if you want it
  223.    
  224. </div></div></div><div class="content" data-masonry='{ "itemSelector": ".box"}'>
  225.    
  226.    
  227.    
  228.    
  229.    
  230.     <!-- BOX START -->    
  231. <div class="box">
  232.     <div class="name">
  233.         name     <!-- name -->  
  234.     </div>  
  235.    
  236.     <div class="icon">
  237.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  238.     </div>
  239.    
  240.     <div class="blog">
  241.         <a href="blog url">blog url</a>     <!-- url -->
  242.     </div>
  243.    
  244.     <div class="caption">
  245.         description      <!-- description -->
  246.     </div>
  247. </div>
  248.     <!-- BOX END -->    
  249.    
  250.    
  251.    
  252.    
  253.    
  254.    
  255.    
  256.    
  257.    
  258.     <!-- BOX START -->    
  259. <div class="box">
  260.     <div class="name">
  261.         name     <!-- name -->  
  262.     </div>  
  263.    
  264.     <div class="icon">
  265.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  266.     </div>
  267.    
  268.     <div class="blog">
  269.         <a href="blog url">blog url</a>     <!-- url -->
  270.     </div>
  271.    
  272.     <div class="caption">
  273.         description      <!-- description -->
  274.     </div>
  275. </div>
  276.     <!-- BOX END -->    
  277.    
  278.    
  279.    
  280.    
  281.    
  282.    
  283.    
  284.    
  285.    
  286.     <!-- BOX START -->    
  287. <div class="box">
  288.     <div class="name">
  289.         name     <!-- name -->  
  290.     </div>  
  291.    
  292.     <div class="icon">
  293.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  294.     </div>
  295.    
  296.     <div class="blog">
  297.         <a href="blog url">blog url</a>     <!-- url -->
  298.     </div>
  299.    
  300.     <div class="caption">
  301.         description      <!-- description -->
  302.     </div>
  303. </div>
  304.     <!-- BOX END -->    
  305.    
  306.    
  307.    
  308.    
  309.    
  310.    
  311.    
  312.    
  313.    
  314.     <!-- BOX START -->    
  315. <div class="box">
  316.     <div class="name">
  317.         name     <!-- name -->  
  318.     </div>  
  319.    
  320.     <div class="icon">
  321.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  322.     </div>
  323.    
  324.     <div class="blog">
  325.         <a href="blog url">blog url</a>     <!-- url -->
  326.     </div>
  327.    
  328.     <div class="caption">
  329.         description      <!-- description -->
  330.     </div>
  331. </div>
  332.     <!-- BOX END -->    
  333.    
  334.    
  335.    
  336.    
  337.    
  338.    
  339.    
  340.    
  341.    
  342.     <!-- BOX START -->    
  343. <div class="box">
  344.     <div class="name">
  345.         name     <!-- name -->  
  346.     </div>  
  347.    
  348.     <div class="icon">
  349.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  350.     </div>
  351.    
  352.     <div class="blog">
  353.         <a href="blog url">blog url</a>     <!-- url -->
  354.     </div>
  355.    
  356.     <div class="caption">
  357.         description      <!-- description -->
  358.     </div>
  359. </div>
  360.     <!-- BOX END -->    
  361.    
  362.    
  363.    
  364.    
  365.    
  366.  
  367.    
  368. </div>
  369.  
  370. <!-- dont touch pls --><div class="credit"><a href="http://southcodes.tumblr.com" title="southcodes">s.</a></div>
  371. </body>
  372.  
  373. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  374. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  375. <script>
  376. (function($){
  377. $(document).ready(function(){
  378. $("a[title]").style_my_tooltips({
  379. tip_follows_cursor:true,
  380. tip_delay_time:30,
  381. tip_fade_speed:300,
  382. attribute:"title"
  383. });
  384. });
  385. })(jQuery);
  386. </script>
  387.  
  388. <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.js"></script>
  389. <script>
  390. $('.content').masonry({
  391.   itemSelector: '.box',
  392. });
  393. </script>
  394. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement