Advertisement
Guest User

CSS

a guest
Feb 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. body { background:none; }
  2. #scroller { padding: 35px 0; box-sizing: border-box; }
  3. #profile-container { width:750px;background:#333; }
  4. #profile-container {
  5. background: none;
  6. }
  7.  
  8. body {
  9. background: #000 url('https://cdn.discordapp.com/attachments/544707026702565376/546201223909474315/fantasy_bg_slime_finale.png') right no-repeat;
  10. background-size: contain, auto;
  11. }
  12.  
  13. #container{
  14. position: fixed;
  15. top: 108px;
  16. left: 0px;
  17. margin-left: auto;
  18. margin-right: auto;
  19. height: 274px;
  20. width: 100%;
  21. display: block;}
  22.  
  23. .primary{
  24. position: fixed;
  25. top: 5px;
  26. left: 0px;
  27. height: 276px;
  28. width: 100%;
  29. }
  30.  
  31. .info{
  32. position: absolute;
  33. opacity: 0;
  34. display: block;
  35. top: 35px;
  36. left: 300px;
  37. height: 350px;
  38. width: 350px;
  39. border-radius:5px;
  40. background-color:rgba(0, 0, 0, 0.5);
  41. border: 1px solid #000;
  42. overflow: auto;
  43. cursor: url('https://dl.dropboxusercontent.com/s/l7rtl3eflq3dutj/01BLK.png'), progress !important;
  44. -webkit-transition: all 1s ease;
  45. -moz-transition: all 1s ease;
  46. -o-transition: all 1s ease;}
  47.  
  48. .image:hover .info{
  49. opacity: 1;}
  50.  
  51. .textarea{
  52. position: absolute;
  53. top: 1px;
  54. left: 1px;
  55. height: 320px;
  56. width: 320px;
  57. overflow: hidden;}
  58.  
  59. .text{
  60. position: absolute;
  61. z-index: 9999;
  62. top: 20px;
  63. left: 15px;
  64. padding: 10px;
  65. height: 300px;
  66. width: 300px;
  67. overflow: auto;}
  68.  
  69. p{
  70. margin: 1px 0 2px 3px;
  71. font-family: Arial;
  72. text-align: justify;
  73. padding-right: 9px;
  74. text-transform: normal;
  75. font-size: 11px;
  76. color: #999;
  77. line-height: 12px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement