Chibi-Elle

CJV CODE

Aug 11th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Trade+Winds|Rokkitt|Ubuntu+Condensed|Spicy+Rice|Sail|Overlock|Bebas+Neue|Satisfy|Rancho);
  3.  
  4. body {
  5. background-color: #ED9FC2;
  6. background-image: linear-gradient(to top, #F2C9D9, #ED9FC2);
  7. background-position: bottom;
  8. background-size: 110%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #whole {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. ::-webkit-scrollbar-track {
  21. background-color:;
  22. }
  23.  
  24. ::-webkit-scrollbar-thumb {
  25. background-color:;
  26. }
  27.  
  28. ::-webkit-scrollbar {
  29. width:2px;
  30. height:5px;
  31. }
  32.  
  33. #overlay {
  34. position: absolute;
  35. z-index: -1;
  36. background-image: url('https://cdn.lowgif.com/medium/cc3e4c5b2cafae22-.gif');
  37. background-repeat: repeat;
  38. background-size: 15%;
  39. left: 0px;
  40. top: 0px;
  41. right: 0px;
  42. bottom: 0px;
  43. }
  44.  
  45. #box {
  46. position: fixed;
  47. bottom: 0vh;
  48. left: 23vw;
  49. height: 75vh;
  50. width: 55vw;
  51. background-color: #F2C9D9;
  52. border: 5px solid #F0C5D8;
  53. border-radius: 0%;
  54. background-repeat: no-repeat;
  55. z-index: 5;
  56. opacity: 0.8;
  57. }
  58.  
  59. #boximg {
  60. position: fixed;
  61. bottom: 7.5vh;
  62. left: 42.14vw;
  63. height: 59vh;
  64. width: 17vw;
  65. border-top: 2px solid #ED9FC2;
  66. border-left: 2px solid #ED9FC2;
  67. border-bottom: 2px solid #ED9FC2;
  68. border-right: 2px solid #ED9FC2;
  69. background-image: url('https://i.pinimg.com/564x/16/cd/e7/16cde7ed0b99773b12bfe49048e33561.jpg');
  70. z-index: 6;
  71. background-repeat: no-repeat;
  72. background-size: 130%;
  73. background-position: top, center;
  74. opacity: 0.8;
  75. box-shadow: 0px -1px #fff,-1px 0px #fff, 0px 1px #fff, 1px 0px #fff;
  76. }
  77.  
  78. #ooc {
  79. position: absolute;
  80. z-index: 6;
  81. opacity: 1;
  82. left: 24vw;
  83. background-color: #fff;
  84. border: 1px solid #ED9FC2;
  85. bottom: 1vh;
  86. width: 17vw;
  87. height: 36vh;
  88. color: #777;
  89. font-family: 'Overlock';
  90. font-size: 13px;
  91. line-height: 15px;
  92. overflow-y: hidden;
  93. }
  94.  
  95. #content1 {
  96. position: absolute;
  97. z-index: 6;
  98. opacity: 1;
  99. left: 24vw;
  100. background-color: #fff;
  101. border: 1px solid #ED9FC2;
  102. bottom: 38.5vh;
  103. width: 17vw;
  104. height: 36vh;
  105. color: #777;
  106. font-family: 'Overlock';
  107. font-size: 13px;
  108. line-height: 15px;
  109. overflow-y: hidden;
  110. }
  111.  
  112. #content2 {
  113. position: absolute;
  114. z-index: 6;
  115. opacity: 1;
  116. left: 60.3vw;
  117. background-color: #fff;
  118. border: 1px solid #ED9FC2;
  119. bottom: 38.5vh;
  120. width: 17vw;
  121. height: 36vh;
  122. color: #777;
  123. font-family: 'Overlock';
  124. font-size: 13px;
  125. line-height: 15px;
  126. overflow-y: hidden;
  127. }
  128.  
  129. #content3 {
  130. position: absolute;
  131. z-index: 6;
  132. opacity: 1;
  133. left: 60.3vw;
  134. background-color: #fff;
  135. border: 1px solid #ED9FC2;
  136. bottom: 1vh;
  137. width: 17vw;
  138. height: 36vh;
  139. color: #777;
  140. font-family: 'Overlock';
  141. font-size: 13px;
  142. line-height: 15px;
  143. overflow-y: hidden;
  144. }
  145.  
  146. #title {
  147. position: fixed;
  148. -webkit-text-fill-color: transparent;
  149. -webkit-background-clip: text;
  150. bottom: 65.4vh;
  151. left: 44.28vw;
  152. font-family: 'Sail';
  153. background-image: url('https://data.whicdn.com/images/267199181/original.gif');
  154. background-position: ;
  155. z-index: 6;
  156. opacity: 1;
  157. font-size: 78px;
  158. letter-spacing: 3px;
  159. }
  160.  
  161. #tab1 {
  162. position: fixed;
  163. left: 43.14vw;
  164. height: 35px;
  165. width: 35px;
  166. border: 2px solid #ED9FC2;
  167. background-color: #ED9FC2;
  168. border-radius: 50%;
  169. display: inline-block;
  170. bottom: 1vh;
  171. z-index: 6;
  172. }
  173.  
  174. #tab1:hover {
  175. position: fixed;
  176. border: 2px solid #ED9FC2;
  177. background-color: #E94C08;
  178. }
  179.  
  180. #tab2 {
  181. position: fixed;
  182. left: 49.6vw;
  183. height: 35px;
  184. width: 35px;
  185. border: 2px solid #ED9FC2;
  186. background-color: #ED9FC2;
  187. border-radius: 50%;
  188. display: inline-block;
  189. bottom: 1vh;
  190. z-index: 6;
  191. }
  192.  
  193. #tab2:hover {
  194. position: fixed;
  195. border: 2px solid #ED9FC2;
  196. background-color: #E94C08;
  197. }
  198.  
  199. #tab3 {
  200. position: fixed;
  201. left: 56.04vw;
  202. height: 35px;
  203. width: 35px;
  204. border: 2px solid #ED9FC2;
  205. background-color: #ED9FC2;
  206. border-radius: 50%;
  207. display: inline-block;
  208. bottom: 1vh;
  209. z-index: 6;
  210. }
  211.  
  212. #tab3:hover {
  213. position: fixed;
  214. border: 2px solid #ED9FC2;
  215. background-color: #E94C08;
  216. }
  217.  
  218. h1 {
  219. font-family: 'Satisfy';
  220. font-size: 16px;
  221. color: #;
  222. text-transform: ;
  223. letter-spacing: 2px;
  224. border-bottom: 0px solid #;
  225. background-image: url('https://www.transparenttextures.com/patterns/az-subtle.png');
  226. background-color: #FF8BC0;
  227. background-repeat: repeat;
  228. background-position: center, top;
  229. background-size: ;
  230. text-align: right;
  231. margin-right: 2px;
  232. margin-left: 3px;
  233. line-height: 14px;
  234. margin-top: 3px;
  235. margin-bottom: 3px;
  236. }
  237.  
  238. </style>
  239.  
  240. <div id="whole" oncontextmenu="return false;">
  241. <div id="overlay"></div>
  242. <div id="box"></div>
  243. <div id="boximg"></div>
  244. <div id="ooc"><h1>Out of Character</h1></div>
  245. <div id="content1"></div>
  246. <div id="content2"></div>
  247. <div id="content3"></div>
  248. <div id="title">Claira</div>
  249. <a href="#1"><div id="tab1"></div></a>
  250. <a href="#2"><div id="tab2"></div></a>
  251. <a href="#3"><div id="tab3"></div></a>
Add Comment
Please, Sign In to add comment