Guest User

Untitled

a guest
Jun 29th, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.88 KB | None | 0 0
  1. ///SKIN HEADER///
  2. <img src="https://i.imgur.com/wLTnUyF.png">
  3.  
  4. ///SKIN CSS///
  5. * { background: transparent; border: none; margin: 0; padding: 0; }
  6.  
  7. .gr1, .gr2, .gr3, .gr-top .tri, .gr-top .gr h2 img, .gr-top .gr span { display: none; }
  8.  
  9. .negate-box-margin {}
  10.  
  11. .gr-box {}
  12.  
  13. .gr-top {}
  14.  
  15. .gr-top .gr { padding-left: 0!important; }
  16.  
  17. .gr-top .gr h2{
  18.  
  19. }
  20.  
  21. .gr-top .gr h2, .gr-top .gr h2 a {}
  22. .gr-top .gr h2 a:hover {}
  23.  
  24. .gr-body { background-image: url("https://i.imgur.com/iYr6KIy.png"); background-repeat: no-repeat; background-size: 950px 540px; }
  25.  
  26. h3 { font-size: 25px; text-align: center; color: #c8b46e; background-repeat: no-repeat; background-size: 400px; background-position: center center; padding: 20px; background-image: url("https://i.imgur.com/RbBgBbv.png") }
  27.  
  28. .scrollbox {
  29.   height: 360px;
  30.   width: 420px;
  31.   overflow: auto;
  32.   padding: 20px;
  33.   font-family: Ubuntu;
  34.   font-size: medium;
  35.   color: #aaa89e;
  36.   background: transparent;
  37. }
  38.  
  39. .scrollbox2 {
  40.   height: 100px;
  41.   width: 360px;
  42.   overflow: auto;
  43.   padding: 20px;
  44.   font-family: Ubuntu;
  45.   font-size: medium;
  46.   color: #aaa89e;
  47.   background: transparent;
  48. }
  49.  
  50. .gr-body .gr .grf-indent {}
  51.  
  52. .gr-body .gr .grf-indent .text {
  53. max-width: 500px;
  54.  
  55. }
  56.  
  57. .gr-body .gr .grf-indent .bottom {
  58.   position: relative;
  59.   bottom: 160px;
  60.   left: 10px;
  61. color: #fff;
  62. }
  63.  
  64. .gr-body .gr .grf-indent .bottom a {
  65. color: #fff;
  66. }
  67. .gr-body .gr .grf-indent .bottom a:hover {
  68. color: #c8b46e;
  69. }
  70.  
  71. a:hover {cursor:url(https://i.imgur.com/dg8PzHg.png), pointer;}
  72. body {cursor:url(https://i.imgur.com/dg8PzHg.png), pointer;}
  73.  
  74. .container {
  75.     position: relative;
  76. }
  77.  
  78. .bottomleft {
  79.     position: relative;
  80.     top: 60px;
  81.     left: 10px;
  82.     font-size: 18px;
  83. }
  84.  
  85. .topright {
  86.     position: relative;
  87.     bottom: 444px;
  88.     left: 510px;
  89.     font-size: 18px;
  90. }
  91.  
  92. img {
  93.     width: 100%;
  94.     height: auto;
  95.     opacity: 0.3;
  96. }
Add Comment
Please, Sign In to add comment