Advertisement
NaotoShirgone

Ophie

May 2nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. #profile-container{
  2. background: none;}
  3.  
  4. body{
  5. cursor: url('https://dl.dropboxusercontent.com/s/qdc8wouix91wung/01WHT.png'), progress !important;
  6. background-color: #292D33;}
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. /* FONTS */
  14.  
  15. @font-face{
  16. font-family: slanted;
  17. src: url('https://dl.dropboxusercontent.com/s/jirbe811c6wj8z9/Gobold%20Blocky%20Regular.otf');}
  18.  
  19. @font-face{
  20. font-family: mavenB;
  21. src: url('https://dl.dropboxusercontent.com/s/v0fwqhtwl8ok4ab/MavenPro-Bold.ttf');}
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. /* PROFILE */
  29.  
  30. #contain{
  31. position: relative;
  32. top: 30px;
  33. margin-left: auto;
  34. margin-right: auto;
  35. height: 890px;
  36. width: 700px;
  37. border: 0px solid #aaa;
  38. display: block;}
  39.  
  40. .main{
  41. position: absolute;
  42. top: 5px;
  43. left: 5px;
  44. height: 376px;
  45. width: 688px;
  46. border: 1px solid #000;
  47. background-color: #9DA2A3;
  48. box-shadow: 0 12px 11px -6px rgba(0, 0, 0, 0.9);}
  49.  
  50. .image{
  51. position: absolute;
  52. display: block;
  53. top: 10px;
  54. left: 10px;
  55. z-index: 9999;
  56. border: 1px solid #333;
  57. height: 366px;
  58. width: 678px;
  59. background-image: url('https://konachan.com/jpeg/71792d71cae3ce828cda6e5a7875f83a/Konachan.com%20-%20123681%20bishoujo_mangekyou%20bondage%20game_cg%20happoubi_jin%20kagarino_kirie%20long_hair%20red_eyes%20ribbons%20rope%20twintails%20vampire%20white_hair.jpg');
  60. background-repeat: no-repeat;
  61. background-size: cover;
  62. background-position: center;
  63. -webkit-transition: all 1s ease;
  64. -moz-transition: all 1s ease;
  65. -o-transition: all 1s ease;}
  66.  
  67. .info{
  68. position: absolute;
  69. opacity: 0;
  70. display: block;
  71. top: 0px;
  72. left: 0px;
  73. height: 346px;
  74. width: 658px;
  75. background-color: #D4D4D4;
  76. border: 10px solid #D4D4D4;
  77. outline: 1px solid #8C8E91;
  78. overflow: auto;
  79. cursor: url('https://dl.dropboxusercontent.com/s/l7rtl3eflq3dutj/01BLK.png'), progress !important;
  80. -webkit-transition: all 1s ease;
  81. -moz-transition: all 1s ease;
  82. -o-transition: all 1s ease;}
  83.  
  84. .image:hover .info{
  85. opacity: 1;}
  86.  
  87. .textarea{
  88. position: absolute;
  89. top: 1px;
  90. left: 1px;
  91. height: 345px;
  92. width: 656px;
  93. background-color: #F0F0F0;
  94. overflow: hidden;}
  95.  
  96. .title{
  97. position: absolute;
  98. display: block;
  99. height: 46px;
  100. top: 11px;
  101. left: 15px;
  102. font-family: 'slanted';
  103. font-size: 49.9px;
  104. letter-spacing: -3px;
  105. color: #292D33;}
  106.  
  107. .text{
  108. position: absolute;
  109. z-index: 9999;
  110. top: 80px;
  111. left: 15px;
  112. height: 230px;
  113. width: 390px;
  114. background-color: #fff;
  115. border: 10px solid #fff;
  116. overflow: auto;}
  117.  
  118. p{
  119. margin: 1px 0 2px 3px;
  120. font-family: 'tahoma';
  121. text-align: justify;
  122. padding-right: 9px;
  123. font-size: 11px;
  124. color: #000;
  125. line-height: 12px;}
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132. /* TABLE STATS */
  133.  
  134. .statstable{
  135. position: absolute;
  136. top: 15px;
  137. left: 441px;
  138. padding-top: 4px;
  139. padding-bottom: 4px;
  140. height: 252px;
  141. width: 200px;}
  142.  
  143. table.left{
  144. position: absolute;
  145. top: 0px;
  146. left: 0px;
  147. width: 200px;
  148. height: 245px;
  149. border-collapse: collapse;
  150. background-color: #fff;}
  151.  
  152. table, th{
  153. border: none;}
  154.  
  155. tr.fill{
  156. background-color: #F0F0F0;}
  157.  
  158. span.first{
  159. font-family: 'mavenB';
  160. color: #000;
  161. font-size: 10px;
  162. text-transform: uppercase;
  163. padding-left: 2px;}
  164.  
  165. span.second{
  166. font-family: 'tahoma';
  167. color: #999;
  168. font-size: 11px;
  169. padding-right: 2px;}
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176. /* GALLERY */
  177.  
  178. .gallery{
  179. position: absolute;
  180. top: 268px;
  181. left: 434px;}
  182.  
  183. .gallery img{
  184. position: relative;
  185. z-index: 99;
  186. height: 45px;
  187. width: 45px;
  188. margin: 7px 8px 0 6px;
  189. border: 3px solid #5F6469;
  190. -webkit-transition: all 1s ease;
  191. -moz-transition: all 1s ease;
  192. -o-transition: all 1s ease;}
  193.  
  194. .gallery img:hover{
  195. border: 5px solid #2C343D;}
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. /* LINKS */
  203.  
  204. a,
  205. a:link,
  206. a:visited{
  207. color: #999;
  208. text-decoration: none;
  209. -webkit-transition: all 0.9s ease;
  210. -moz-transition: all 0.9s ease;
  211. -o-transition: all 0.9s ease;}
  212.  
  213. a:hover{
  214. color: #000;
  215. cursor: url('https://dl.dropboxusercontent.com/s/6ecqfgauva7whe2/cur_red.png'), progress !important;}
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222. /* SCROLLBAR */
  223.  
  224. ::-webkit-scrollbar{
  225. progress;
  226. width: 2px;}
  227.  
  228. ::-webkit-scrollbar-thumb:vertical{
  229. background-color: #2C343D;
  230. border-top: 4px solid #fff;
  231. border-bottom: 4px solid #fff;}
  232.  
  233. ::-webkit-scrollbar-thumb:vertical:hover,
  234. ::-webkit-scrollbar-button:start:decrement:hover,
  235. ::-webkit-scrollbar-button:end:increment:hover{
  236. background-color: #666;}
  237.  
  238.  
  239.  
  240.  
  241.  
  242. /* CREDIT */
  243.  
  244. .credit{
  245. z-index: 0;
  246. position: fixed;
  247. right: 50px;
  248. bottom: 50px;
  249. width: 20px;
  250. height: 20px;
  251. border-radius: 20px;
  252. border-color: #fff;
  253. border-style: dotted;
  254. border-width: 2px;
  255. background: #000;
  256. text-align: center;
  257. -webkit-transition: all 1s ease;}
  258.  
  259. .credit p{
  260. font-size: 10px;
  261. display: inline-block;
  262. margin: 2px 0 0 7px;}
  263.  
  264. .credit:hover{
  265. background: #fff;
  266. border-color: #000;}
  267.  
  268.  
  269. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  270.  
  271.  
  272.  
  273.  
  274. <div id="contain">
  275. <div class="main"> </div>
  276. <div class="image">
  277. <div class="info">
  278. <div class="textarea">
  279. <div class="title">Ophelia<span style="color: #292d33;"> _/</span></div>
  280. <div class="text">
  281. <p>TO Be ADDED.</p>
  282. </div>
  283. <div class="statstable">
  284. <table class="left" border="0" cellspacing="0">
  285. <tbody>
  286. <tr>
  287. <td style="text-align: left;"><span class="first">Age:</span></td>
  288. <td style="text-align: right;"><span class="second">18</span></td>
  289. </tr>
  290. <tr class="fill">
  291. <td style="text-align: left;"><span class="first black">Gender:</span></td>
  292. <td style="text-align: right;"><span class="second">Female</span></td>
  293. </tr>
  294. <tr>
  295. <td style="text-align: left;"><span class="first">Sexuality:</span></td>
  296. <td style="text-align: right;"><span class="second">Straight</span></td>
  297. </tr>
  298. <tr class="fill">
  299. <td style="text-align: left;"><span class="first">Hair Color:</span></td>
  300. <td style="text-align: right;"><span class="second">White</span></td>
  301. </tr>
  302. <tr>
  303. <td style="text-align: left;"><span class="first">Eye Color:</span></td>
  304. <td style="text-align: right;"><span class="second">Purple</span></td>
  305. </tr>
  306. <tr class="fill">
  307. <td style="text-align: left;"><span class="first">Position:</span></td>
  308. <td style="text-align: right;"><span class="second">Submissive</span></td>
  309. </tr>
  310. <tr>
  311. <td style="text-align: left;"><span class="first">Mate:</span></td>
  312. <td style="text-align: right;"><span class="second">None</span></td>
  313. </tr>
  314. <tr class="fill">
  315. <td style="text-align: left;"><span class="first">Master:</span></td>
  316. <td style="text-align: right;"><span class="second">None</span></td>
  317. </tr>
  318. <tr>
  319.  
  320. </tbody>
  321. </table>
  322. </div>
  323. <div class="gallery"><img src="https://cdn.discordapp.com/attachments/438538987167023106/439842075299545098/4998aaebbce7ef1f4d0942459188b8fe.jpg" alt="" /> <img src="https://cdn.discordapp.com/attachments/438538987167023106/439846653395075122/be08a9bc3b455f1e918b689dbc191483.png" alt="" /> <img src="https://cdn.discordapp.com/attachments/438538987167023106/439842178743795715/0a674bb39294e16fa69e0d5cafb2402f.jpg" alt="" />
  324. </div>
  325. </div>
  326. </div>
  327. </div>
  328. </div>
  329. <div class="credit">
  330. <p><a target="_blank" href="https://[FILTERED].tumblr.com/" target="_blank">♠</a></p>
  331. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement