Advertisement
Legt_Gaming1

Untitled

Jul 18th, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <style type="text/css">
  5.  
  6.  
  7. body{
  8. background:url('http://ishworgyawali.neocities.org/Gray-plain-website-background.jpg')no-repeat center center fixed;
  9. -webkit-background-size: cover;
  10. -moz-background-size: cover;
  11. -o-background-size: cover;
  12. background-size: cover;
  13.  
  14. }
  15.  
  16. .body-wrap-2{
  17. display:none;
  18. }
  19.  
  20.  
  21. #splashcontent{
  22. left : 50%;
  23. top : 10%;
  24. position:absolute;
  25. transform: translate(-50%, -50%);
  26. width:100%;
  27. max-width:340px;
  28. }
  29.  
  30. #innersplash{
  31. position:absolute;
  32.  
  33. }
  34.  
  35. #logo{
  36. margin-bottom:20px;
  37.  
  38. }
  39.  
  40. #logo img{
  41. width:100%;
  42. min-width:100px;
  43. }
  44.  
  45. #splashcontent #innersplash >a img{
  46. max-width:150px;
  47.  
  48. }
  49.  
  50. #splashcontent #innersplash >a{
  51. opacity:0.8;
  52. transition: all 0.5s ease;
  53. float:left;
  54. margin-right:20px;
  55. margin-bottom:20px;
  56. }
  57.  
  58. #splashcontent #innersplash >a:hover{
  59. opacity:1;
  60. }
  61.  
  62. #innersplash a:nth-child(3n+1){
  63. margin-right:0px !important;
  64. }
  65.  
  66.  
  67.  
  68. /*Screen Optimize*/
  69.  
  70. @media screen and (max-width: 360px){
  71.  
  72. #splashcontent{
  73. max-width:240px !important;
  74. }
  75. #splashcontent #innersplash >a img{
  76. max-width:240px !important;
  77. }
  78.  
  79. #logo img{
  80. width:240px !important;
  81. }
  82. }
  83.  
  84.  
  85. @media screen and (max-width: 680px){
  86. #enjin-tray-messaging,#enjin-tray,#enjin-tray-chatchannels,.element_microtip.clickable .inner{
  87. display:none !important;
  88. }
  89. }
  90.  
  91.  
  92.  
  93. </style>
  94. </head>
  95. <body>
  96.  
  97.  
  98.  
  99.  
  100.  
  101. <div id="splashcontent">
  102.  
  103. <div id="innersplash">
  104.  
  105.  
  106. <div id="logo">
  107. <img src="http://www190.lunapic.com/editor/working/146885850618077?113422474"></img>
  108. </div>
  109.  
  110. <a href=""><img src="http://files.enjin.com/780854/home%20new%201.png"></img></a>
  111. <a href=""><img src="http://files.enjin.com/780854/store%20new%201.png"></img></a>
  112. <a href=""><img src="http://files.enjin.com/780854/forum%20new%201.png"></img></a>
  113. <a href=""><img src="http://files.enjin.com/780854/vote%20new%201.png"></img></a>
  114.  
  115.  
  116.  
  117. <center><b>©Craftworld 2016. All rights reserved</b><center>
  118.  
  119. </div>
  120.  
  121. </div>
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. <script>
  129.  
  130. $(document).ready(function(){
  131. $('#splashcontent').prependTo($('body'));
  132.  
  133.  
  134. });
  135.  
  136. </script>
  137.  
  138. </body>
  139. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement