southcodes

net page #1: social club v2

Feb 19th, 2017
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.60 KB | None | 0 0
  1. <!--
  2.    
  3.     net page #1 ver 2 '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. .icon img{
  161.     width:130px;
  162.     height:auto;
  163. }
  164.  
  165. .caption {
  166.     font-size:12px;
  167.     letter-spacing:1.2px;
  168.     text-align:justify;
  169.     border:1px solid #eee;
  170.     padding:2px 5px;
  171.     background:#fcfcfc;
  172.     text-transform:lowercase;}
  173. .caption span {font-size:14px;font-variant:small-caps; font-weight:bold;
  174. }
  175.    
  176. .blog{
  177.     font-family: 'Montserrat', sans-serif;
  178.     font-weight:300;
  179.     text-align:center;
  180.     font-size:13px;
  181.     margin:-1px 0 5px;
  182.     font-variant:small-caps;
  183. }
  184.  
  185. /* extras */
  186.  
  187. .credit {font-family:calibri;position:fixed;bottom:10px;right:10px;font-size:11px;}.credit a{color:#999;font-variant:small-caps;}
  188.  
  189. </style>
  190. </head>
  191. <body>
  192.  
  193. <div class="topbar"><div class="bar"><div class="simg"><a href="/">
  194.    
  195.     <!-- topbar image -->
  196.     <img src=""/>
  197.    
  198. </a></div><div class="inside"><div class="title">
  199.    
  200.     <!-- page title  -->
  201.     page title
  202.  
  203. </div><div class="links">
  204.  
  205.     <!-- links -->
  206.     <a href="/">home;</a>
  207.     <a href="/ask">ask;</a>
  208.     <a href="/">link 2;</a>
  209.     <a href="/">link 3;</a>
  210.     <a href="/">link 4;</a>
  211.  
  212. </div></div><div class="desc">
  213.  
  214.     <!-- page description  -->
  215.     a description goes here if you want it
  216.    
  217. </div></div></div><div class="content" data-masonry='{ "itemSelector": ".box"}'>
  218.    
  219.    
  220.    
  221.    
  222.    
  223.     <!-- BOX START -->    
  224. <div class="box">
  225.     <div class="icon">
  226.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  227.     </div>
  228.    
  229.     <div class="blog">
  230.         <a href="blog url">blog url</a>     <!-- url -->
  231.     </div>
  232.    
  233.     <div class="caption">
  234.     <span>
  235.         name;     <!-- name -->  
  236.     </span>
  237.    
  238.         short description      <!-- description -->
  239.     </div>
  240. </div>
  241.     <!-- BOX END -->    
  242.    
  243.    
  244.    
  245.    
  246.    
  247.    
  248.    
  249.    
  250.    
  251.     <!-- BOX START -->    
  252. <div class="box">
  253.     <div class="icon">
  254.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  255.     </div>
  256.    
  257.     <div class="blog">
  258.         <a href="blog url">blog url</a>     <!-- url -->
  259.     </div>
  260.    
  261.     <div class="caption">
  262.     <span>
  263.         name;     <!-- name -->  
  264.     </span>
  265.    
  266.         short description      <!-- description -->
  267.     </div>
  268. </div>
  269.     <!-- BOX END -->    
  270.    
  271.    
  272.    
  273.    
  274.    
  275.    
  276.    
  277.    
  278.    
  279.     <!-- BOX START -->    
  280. <div class="box">
  281.     <div class="icon">
  282.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  283.     </div>
  284.    
  285.     <div class="blog">
  286.         <a href="blog url">blog url</a>     <!-- url -->
  287.     </div>
  288.    
  289.     <div class="caption">
  290.     <span>
  291.         name;     <!-- name -->  
  292.     </span>
  293.    
  294.         short description      <!-- description -->
  295.     </div>
  296. </div>
  297.     <!-- BOX END -->    
  298.    
  299.    
  300.    
  301.    
  302.    
  303.    
  304.    
  305.    
  306.    
  307.     <!-- BOX START -->    
  308. <div class="box">
  309.     <div class="icon">
  310.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  311.     </div>
  312.    
  313.     <div class="blog">
  314.         <a href="blog url">blog url</a>     <!-- url -->
  315.     </div>
  316.    
  317.     <div class="caption">
  318.     <span>
  319.         name;     <!-- name -->  
  320.     </span>
  321.    
  322.         short description      <!-- description -->
  323.     </div>
  324. </div>
  325.     <!-- BOX END -->    
  326.    
  327.    
  328.    
  329.    
  330.    
  331.    
  332.    
  333.    
  334.    
  335.     <!-- BOX START -->    
  336. <div class="box">
  337.     <div class="icon">
  338.         <a href="blog url"><img src="image url"/></a>     <!-- icon -->
  339.     </div>
  340.    
  341.     <div class="blog">
  342.         <a href="blog url">blog url</a>     <!-- url -->
  343.     </div>
  344.    
  345.     <div class="caption">
  346.     <span>
  347.         name;     <!-- name -->  
  348.     </span>
  349.    
  350.         short description      <!-- description -->
  351.     </div>
  352. </div>
  353.     <!-- BOX END -->    
  354.    
  355.    
  356.    
  357.    
  358.    
  359.    
  360.    
  361.  
  362.    
  363. </div>
  364.  
  365. <!-- dont touch pls --><div class="credit"><a href="http://southcodes.tumblr.com" title="southcodes">s.</a></div>
  366. </body>
  367.  
  368. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  369. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  370. <script>
  371. (function($){
  372. $(document).ready(function(){
  373. $("a[title]").style_my_tooltips({
  374. tip_follows_cursor:true,
  375. tip_delay_time:30,
  376. tip_fade_speed:300,
  377. attribute:"title"
  378. });
  379. });
  380. })(jQuery);
  381. </script>
  382.  
  383. <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.js"></script>
  384. <script>
  385. $('.content').masonry({
  386.   itemSelector: '.box',
  387. });
  388. </script>
  389. </html>
Add Comment
Please, Sign In to add comment