chihi

NANA'S CODE

Feb 18th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <style type="text/css">
  2. #profile
  3. {background-color:#005780;}
  4.  
  5. ::-webkit-scrollbar { width:4px; }
  6. ::-webkit-scrollbar-track { background-color:#ffffff; }
  7. ::-webkit-scrollbar-thumb { background-color:#000000;}
  8.  
  9. body
  10. {background-color:#005780;}
  11.  
  12. #picture{background-image:url(http://i.picpar.com/brGc.jpg); background-repeat:no-repeat; height:100%; width:100%; position:fixed; left:350px; top:0px; bottom:0px; background-size:50%;}
  13.  
  14.  
  15. .tri {width: 0;
  16. height: 0;
  17. position:fixed;
  18. top:38px;
  19. left:460px;
  20. border-left:420px solid transparent;
  21. border-right:258px solid transparent;
  22. border-bottom:532px solid #19C9F2;
  23. transform:rotate(11.5deg);
  24. -ms-transform:rotate(11.5deg);
  25. -webkit-transform:rotate(11.5deg); opacity:0.0; filter:alpha(opacity=0); transition: all 1s ease-out; -o-transition: all 1s ease-in-out;
  26. -moz-transition: all 1s ease-in-out;}
  27.  
  28. .tri:hover{
  29. opacity:0.8; filter:alpha(opacity=0.8);}
  30.  
  31. #tritext{background-color:transparent;
  32. color:#fff;
  33. font-family:serif;
  34. font-size:8pt;
  35. top:40px;
  36. margin-right:100px;
  37. width:350px;
  38. height:180px;
  39. text-align:center;}
  40.  
  41.  
  42.  
  43. a:hover
  44. {opacity:0.6;
  45. color:#5DBCD2;
  46. background-color:transparent;
  47. text-decoration:none;
  48. line-height:0px;}
  49. a:link, a:visited
  50. {color:#5DBCD2;
  51. background-color:transparent;
  52. text-decoration:none;}
  53.  
  54. .pfor {display: none; }
  55.  
  56.  
  57. i {font-family:Bell MT; font-size: 8pt; color:#660000;}
  58. b {color:#333333; font-size: 8pt; font-family:Bell MT; }
  59.  
  60. ::selection {background-color: transparent; }
  61. ::-moz-selection {background-color: transparent; }
  62.  
  63.  
  64. /*Profile in eternal progress! Waha, waha~*/
  65.  
  66.  
  67. </style>
  68.  
  69.  
  70. <div id="picture"></div>
  71. <div class="tri"></div>
Advertisement
Add Comment
Please, Sign In to add comment