Advertisement
Monochrome

- yuuki.

Feb 14th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.50 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Share);
  4.  
  5. @import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400);
  6.  
  7. @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
  8.  
  9. body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
  10. ::-webkit-scrollbar {width: 0px; }
  11. ::-webkit-scrollbar-track { background-color:transparent; }
  12. ::-webkit-scrollbar-thumb { background-color: #ffffff; width:0; border: 1px solid #ffffff; padding: 0px;}
  13.  
  14.  
  15.  
  16.  
  17. ::selection {
  18.   background: #cccccc;
  19. color: #fff;
  20. }
  21.  
  22. ::-moz-selection {
  23.   background: #cccccc;
  24. color: #fff;
  25. }
  26.  
  27. body {
  28. background-attachment: fixed;
  29. background-align: top center;
  30. background: #6a8a83;
  31.  
  32. }
  33.  
  34. .pfor {
  35. display: none;
  36. }
  37.  
  38. #profile {
  39. background: none;
  40. border: none;
  41. position: fixed;
  42. margin: auto;
  43. top: 220px;
  44. bottom: 0;
  45. left: 380px;
  46. right: 0;
  47. z-index: 10;
  48. }
  49.  
  50. #ooc {
  51. position: fixed;
  52. width: 615px;
  53. height: 40px;
  54. left: 380px;
  55. top: 455px;
  56. background-color: #000;
  57. border-bottom: 10px solid;
  58. border-color: #87a29b;
  59. overflow: auto;
  60. transition: all 0.7s ease-in-out;
  61. -webkit-transition: all 0.7s ease-in-out;
  62. -moz-transition: all 0.7s ease-in-out;
  63. border-radius: 24px 24px;
  64. z-index: 2000;
  65. }
  66.  
  67. #ooc:hover {
  68. position: fixed;
  69. top: 500px;
  70. border-color: transparent;
  71. -webkit-transition: all 0.7s ease-in-out;
  72. -moz-transition: all 0.7s ease-in-out;
  73. border-radius: 10px 10px;
  74. z-index: 5;
  75. }
  76.  
  77. a.nav:link, a.nav:active, a.nav:visited{
  78. letter-spacing: 1px;
  79. margin: 5px;
  80. text-transform: normal;
  81. display: inline-block;
  82. font-family: verdana;
  83. font-variant: small-caps;
  84. font-size: 10px;
  85. width: 100px;
  86. height: 15px;
  87. color: #555555;
  88. background-color: #D7AAA6;
  89. text-align: center;
  90. line-height: 14px;    
  91. border: 3px solid #D77672;
  92. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  93. -webkit-transition: all 0.4s ease-out;
  94. -moz-transition: all 0.4s ease-out;
  95. z-index: 1;
  96. }
  97.  
  98. a.nav:hover{
  99. background-color: #D7AAA6;
  100. border: 3px solid #D77672;
  101. color: transparent;
  102. text-decoration: none;
  103. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  104. }
  105.  
  106. </style>
  107.  
  108. <div id="profile"><img src="http://i.picpar.com/bOHb.png" style="border: 8px solid #87a29b;"></div>
  109.  
  110. <div id="ooc">
  111. <a class="nav" href="#intro">ooc</a>
  112. <a class="nav" href="#stats">dossier</a>
  113. <a class="nav" href="#persona">persona</a>
  114. <a class="nav" href="#history">skills</a>
  115. <a class="nav" href="#inventory">relations</a>
  116. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement