Advertisement
southcodes

ABOUT #1: step

Jan 3rd, 2017
1,989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.07 KB | None | 0 0
  1. <!--
  2.  
  3. ABOUT #1: STEP - BY SUR SOUTHCODES.TUMBLR.COM
  4.  
  5. - modify as you like but please keep the credit intact <3
  6. - 90% of the credit actually goes to jae simplethemes.tumblr.com
  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=Lato" rel="stylesheet">
  19.  
  20. <style type="text/css">
  21.  
  22. ::-webkit-scrollbar{
  23.     height:2px;
  24.     width:4px;
  25.     background:inherit;
  26. }
  27.  
  28. ::-webkit-scrollbar-thumb{
  29.     background:#ddd;
  30.     border-radius:2px;
  31.     -webkit-border-radius:2px;
  32. }
  33.    
  34. #s-m-t-tooltip{
  35.     max-width:300px;
  36.     margin-top:25px;
  37.     margin-left:15px;
  38.     z-index:999999;
  39.     letter-spacing:1px;
  40.     text-transform:uppercase;
  41.     font-size:8px;
  42.     border: solid 1px #dcdee2;
  43.     background-color:#fcfcfc;
  44.     color:#818284;
  45.     padding:1px 3px 1px 3px;
  46. }
  47.  
  48. body {
  49.     color:#000;
  50.     font-size:12px;
  51.     font-family: 'Lato', sans-serif;
  52.     margin:0;
  53.     padding:0;
  54.     height:100%;
  55.     width:100%;
  56.     background-color:#fefefe;
  57.     /* DELETE THIS LINE IF YOU WANT A BACKGROUND IMAGE
  58.     background: url('BACKGROUND IMAGE URL');
  59.     background-attachment: fixed;
  60.     background-size: cover; /*DELETE THIS LINE IF YOU WANT A REPEATED IMAGE*/
  61.     /* DELETE THIS LINE IF YOU WANT A BACKGROUND IMAGE */
  62. }
  63.  
  64. a{
  65.     color:#8c8c8c;
  66.     text-decoration:none;
  67.     -moz-transition-duration: 0.6s;
  68.     -o-transition-duration: 0.6s;
  69.     -webkit-transition-duration: 0.6s;
  70.     transition-duration: 0.6s;
  71. }
  72.  
  73. a:hover{
  74.     color:#000;
  75.     letter-spacing:1px;
  76.     -moz-transition-duration: 0.6s;
  77.     -o-transition-duration: 0.6s;
  78.     -webkit-transition-duration: 0.6s;
  79.     transition-duration: 0.6s;
  80. }
  81.  
  82. #smaller-border {
  83.   height: 1px;
  84.   width: 100px;
  85.   background-color: #ccc;
  86.   margin:auto;
  87. }
  88.  
  89. span.boxtitle {
  90.     font-weight:bold;
  91.     text-transform:uppercase;
  92. }
  93.  
  94. .container {
  95.     opacity:.97;
  96.     border-radius:8px;
  97.     background:#fff;
  98.     width:655px;
  99.     border: solid 1px #e9e9e9;
  100.     position:absolute;
  101.     left:50%;
  102.     top:50%;
  103.     -webkit-transform: translateX(-50%) translateY(-50%);
  104.     -moz-transform: translateX(-50%) translateY(-50%);
  105.     -ms-transform: translateX(-50%) translateY(-50%);
  106.     transform: translateX(-50%) translateY(-50%);
  107. }
  108.  
  109. .image img{
  110.     width:150px;
  111.     height:150px;
  112.     margin-top:-100px;
  113.     margin-left:10px;
  114.     border-radius:100px;
  115.     padding:16px;
  116. }
  117.  
  118. .title {
  119.     float:right;
  120.     font-size:30px;
  121.     font-weight:bold;
  122.     letter-spacing:1.5px;
  123.     margin:-35px 10px;
  124. }
  125.  
  126. .sidebar {
  127.     display:inline-block;
  128.     margin:0 0 15px 20px;
  129.     width:225px;
  130. }
  131.  
  132. .about {
  133.     text-align:center;
  134.     line-height:33px;
  135.     letter-spacing:.5px;
  136.     font-size:13px;
  137.     margin-bottom:10px;
  138. }
  139.  
  140. .links {
  141.     margin-top:20px;
  142.     text-align:center;
  143.     line-height:23px;
  144. }
  145.  
  146. .box1 {
  147.     width:60px;
  148.     margin-right:20px;
  149.     vertical-align:top;
  150.     display:inline-block;
  151. }
  152.  
  153. .box2 {
  154.     width:60px;
  155.     margin-right:20px;
  156.     vertical-align:top;
  157.     display:inline-block;
  158. }
  159.  
  160. .box3 {
  161.     width:60px;
  162.     vertical-align:top;
  163.     display:inline-block;
  164. }
  165.  
  166. .quotes {
  167.     width:347px;
  168.     vertical-align:top;
  169.     margin: -60px 30px 5px 30px;
  170.     display:inline-block;
  171.     letter-spacing:.5px;
  172.     text-align:center;
  173.     line-height:22px;
  174. }
  175.  
  176. .extras {
  177.     padding:7px;
  178.     border-top: solid 1px #e9e9e9;
  179.     background:#fbfbfb;
  180.     border-radius:8px;
  181. }
  182.  
  183. .extraslink {
  184.     font-size:12px;
  185.     letter-spacing:.5px;
  186.     text-align:center;
  187.     line-height:18px;
  188.     width:615px;
  189.     margin:auto;
  190. }
  191.  
  192. .extraslink a{
  193.     padding-right:15px;
  194.     padding-left:15px;
  195. }
  196.  
  197. .extraslink a:first-child{
  198.     padding-left:0px;
  199. }
  200.  
  201. .extraslink a:last-child{
  202.     padding-right:0px;
  203. }
  204.  
  205. .credit {
  206.     position:fixed;
  207.     padding:5px;
  208.     bottom:0;
  209.     right:0;
  210.     font-size:10px;
  211. }
  212.  
  213. </style>
  214. </head>
  215. <!-- tooltips -->
  216. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  217. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  218. <script>
  219. (function($){
  220. $(document).ready(function(){
  221. $("a[title]").style_my_tooltips({
  222. tip_follows_cursor:true,
  223. tip_delay_time:30,
  224. tip_fade_speed:300,
  225. attribute:"title"
  226. });
  227. });
  228. })(jQuery);
  229. </script>
  230. <!-- tooltips -->
  231. <body>
  232.  
  233. <div class="container">
  234.  
  235.     <div class="title">Title;</div>
  236.     <div class="image"><a href="/"><img src="SIDEBAR IMAGE URL"/></a></div>
  237.    
  238. <div class="sidebar">
  239.     <div class="about">
  240.         <span class="boxtitle">titled</span>: info<br>
  241.         <span class="boxtitle">title</span>: info<br>
  242.         <span class="boxtitle">title</span>: info<br>
  243.         <span class="boxtitle">title</span>: info
  244.     </div>
  245.    
  246.     <div id="smaller-border"></div>
  247.        
  248.     <div class="links">
  249.         <div class="box1">    
  250.             <span class="boxtitle">box 1</span><br>
  251.             <a href="LINK">link 1</a><br>
  252.             <a href="LINK">link 2</a>
  253.         </div>
  254.    
  255.         <div class="box2">
  256.             <span class="boxtitle">box 2</span><br>
  257.             <a href="LINK">link 1</a><br>
  258.             <a href="LINK">link 2</a>
  259.         </div>
  260.    
  261.         <div class="box3">    
  262.             <span class="boxtitle">box 3</span><br>
  263.             <a href="LINK">link 1</a><br>
  264.             <a href="LINK">link 2</a>
  265.         </div>
  266.     </div>
  267. </div>
  268.  
  269.  
  270. <div class="quotes">
  271.     <p><i>« quote »</i><br>— <a href="LINK" title="hello">Ipse dixit</a></p>
  272.    
  273.     <p><i>« quote »</i><br>— <a href="LINK">Ipse dixit</a></p>
  274.    
  275.     <p><i>« quote »</i><br>— <a href="LINK">Ipse dixit</a></p>
  276. </div>
  277.  
  278.  
  279. <div class="extras">
  280.     <div class="extraslink">
  281.     <a href="LINK">link 1</a>
  282.     <a href="LINK">link 2</a>
  283.     <a href="LINK">link 3</a>
  284.     <a href="LINK">link 4</a>
  285.     <a href="LINK">link 5</a>
  286.     </div>
  287. </div>
  288.  
  289. </div>
  290.  
  291. <!-- keep intact <3 -->
  292. <div class="credit"><a href="http://southcodes.tumblr.com" title="southcodes">×</a></div>
  293.  
  294. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement