Advertisement
Monochrome

- juvia ( wip )

Jun 7th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.04 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body {
  8. font-family: verdana;
  9. font-size: 10px;
  10. background-color: #FFB9B9;
  11. background-image: url('http://media.tumblr.com/226013296f378117bb506192f8982808/tumblr_inline_mkjkwp5xlN1qz4rgp.png');
  12. background-attachment: fixed;
  13. background-position: bottom left;
  14. background-repeat: repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default;
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color: #506c95; font-weight:normal; letter-spacing: -1px;}
  21. i {color: #666666; font-family: 'calibri'; font-variant: small-caps; font-size:10pt; letter-spacing:0px}
  22. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  23. s {color: #820000; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #212121 0px 0px 1px;}
  24. big {color: #506c95; font-size: 15px; font-weight: light; letter-spacing: 0px; font-family: Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #43150E 0px 0px 1px;}
  25. small {color: #3B2F7F; font-size: 18px; font-weight: light; letter-spacing: -1px; font-family: verdana; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. ::-webkit-scrollbar-button:vertical:{background-color: transparent;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color: transparent; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height:20px !important;
  34. -moz-border-radius: 0px 0px 0px 0px;
  35. border-radius:0px 0px 0px 0px;}
  36. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  37.  
  38. h1{
  39. background-color: #506c95;
  40. color: #EDEDEE;
  41. font-size: 13px;
  42. font-family: Century Gothic;
  43. line-height: 15px;  
  44. text-align: center;
  45. margin-top: 0px;
  46. letter-spacing: 2px;  
  47. text-transform: lowercase;
  48. }
  49.  
  50. #water { position: fixed; left: 450px; height: 123px; width: 266px; top: 85px; z-index: 9; border: 3px Solid #506c95; background-color: #242424; }
  51. #queen { position: fixed; left: 450px; height: 123px; width: 266px; top: 550px; z-index: 9; border: 3px Solid #506c95; background-color: #242424; }
  52.  
  53. #drip { position: fixed; background-image: url('https://38.media.tumblr.com/0f7f8981f079ae8f6e47be35bd0cb0ae/tumblr_n7vuwjtV3i1s4lriyo2_r1_400.gif'); background-attachment: absolute; background-size: 250px 106px; background-repeat: no-repeat; left: 460px; height: 106px; width: 250px; top: 95px; z-index: 9; border: 1px Solid #506c95; background-color: #242424; }
  54.  
  55. #drop { position: fixed; background-image: url('https://33.media.tumblr.com/f23f5e856bbe21a92dfc5d31c561b92a/tumblr_nbirs4W22C1s7idtvo1_250.gif'); background-attachment: absolute; background-size: 250px 106px; background-repeat: no-repeat; left: 460px; height: 106px; width: 250px; top: 560px; z-index: 9; border: 1px Solid #506c95; background-color: #242424; }
  56.  
  57. #fairy { position: fixed; left: 450px; height: 328px; width: 266px; top: 215px; z-index: 9; border: 3px Solid #506c95; background-color: #242424; }
  58.  
  59. #tail { position: fixed; left: 460px; top: 225px; width: 220px; height: 350px; padding: 5px; color: #212121; font-family: verdana; font-variant: small-caps; text-align: justify; font-size: 10px; line-height: 13px; overflow: auto; background-color: #EDEDEE; border: 1px Solid #506c95; z-index: 10; }
  60.  
  61. #navi { position: fixed; left: 425px; top: 470px; width: 30px; height: autopx; background-color: transparent; overflow: hidden; z-index: 2000000; }
  62.  
  63. .box {
  64. position: fixed;
  65. left: 465px;
  66. top: -500px;  
  67. width: 240px;
  68. height: 330px;
  69. padding: 5px;
  70. color: #212121;
  71. font-family: verdana;
  72. font-variant: small-caps;
  73. text-align: justify;  
  74. font-size: 10px;
  75. line-height: 13px;  
  76. overflow: auto;
  77. background-color: #EDEDEE;
  78. opacity: 1;
  79. transition: all 0.5s ease-in-out;
  80. -webkit-transition: all 0.5s ease-in-out;
  81. -moz-transition: all 0.5s ease-in-out;
  82. -o-transition: all 0.5s ease-in-out;
  83. -ms-transition: all 0.5s ease-in-out;
  84. z-index: 950;
  85. }
  86.  
  87. .box:target {
  88. top: 240px;
  89. left: 465px;
  90. opacity: 1;
  91. transition: all 0.5s ease-in-out;
  92. -webkit-transition: all 0.5s ease-in-out;
  93. -moz-transition: all 0.5s ease-in-out;
  94. -o-transition: all 0.5s ease-in-out;
  95. -ms-transition: all 0.5s ease-in-out;
  96. }
  97.  
  98. a.nav:link, a.nav:active, a.nav:visited{
  99. letter-spacing: 1px;
  100. text-transform: lowercase;
  101. display: inline-block;
  102. width: 20px;
  103. height: 20px;
  104. margin: 5px;
  105. background-color: #EDEDEE;
  106. border: 1px Solid #506c95;
  107. text-align: center;
  108. line-height: 10px;    
  109. font-variant: small-caps;
  110. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  111. -webkit-transition: all 0.4s ease-out;
  112. -moz-transition: all 0.4s ease-out;
  113. -moz-border-radius-topright: 5px;
  114. -moz-border-radius-bottomright: 5px;}
  115.  
  116. a.nav:hover{
  117. background-color: transparent;
  118. color: transparent;
  119. text-decoration: none;
  120. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  121. }
  122.  
  123. a {
  124. color: #3071b5;
  125. text-decoration: none;
  126. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur'), default;
  127. }
  128.        
  129. a:hover {
  130. color: transparent;
  131. text-decoration: none;
  132. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur'), default;
  133. }
  134.  
  135. p {
  136. margin: 10px;
  137. padding: 5px;
  138. font-family: verdana;
  139. font-variant: small-caps;
  140. text-align: justify;
  141. font-size: 10px;
  142. color: #070707;
  143. background-color: transparent;
  144. }
  145.  
  146. </style>
  147.  
  148. <div id="no" oncontextmenu="return false;">
  149.  
  150. <div id="water"><div id="drip"></div></div>
  151. <div id="queen"><div id="drop"></div></div>
  152.  
  153. <div id="fairy"><div id="tail">words here.</div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement