Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.33 KB | None | 0 0
  1. /*
  2.             ================================================
  3.         ========[CSS de Comunidad Zamuray V:1.2]========
  4.         ============[By El pirucho XP-007]==============
  5.  
  6.                 https://gamebanana.com/studios/35191
  7. */
  8.  
  9. /* Imagen y Diseño de La pagina */
  10. body {
  11.     background: url(https://files.gamebanana.com/img/ss/posts/5c8d2f5d31ff7.jpg)no-repeat;
  12.     background-attachment: fixed;
  13.     background-size: 100%;
  14.     background-position: center;
  15. }
  16.  
  17. #HeadlineWrapper {
  18.     max-height: 100px;
  19.     height: 100px;
  20. }
  21.  
  22. #BodyWrapper {
  23.     background: 0;
  24. }
  25.  
  26. /* Usuario Conectado y Desconectado */
  27.  
  28. .Avatar.Online:after, .MemberLink.Online:after {
  29.     background: url(https://www.freeiconspng.com/uploads/leaf-png-6.png)no-repeat;
  30.     background-size: 100%;
  31. }
  32.  
  33. .Avatar.Online:after, .Avatar.Offline:after, .MemberLink.Online:after, .MemberLink.Offline:after {
  34.     width: 15px;
  35.     height: 15px;
  36.     bottom: -5px;
  37.     right: -3px;
  38. }
  39.  
  40. .Avatar.Offline:after, .MemberLink.Offline:after {
  41.     background: url(https://www.freeiconspng.com/uploads/leaf-png-6.png)no-repeat;
  42.     background-size: 100%;
  43.     filter: grayscale(100%);
  44. }
  45.  
  46. #PageFooter #ImportantLinks li a:hover {
  47.     background-color: #ff0000;
  48. }
  49.  
  50. /* Color de las letras */
  51. body {
  52.     color: red;
  53. }
  54.  
  55. h1 {
  56.     color: red
  57. }
  58.  
  59. html {
  60.     color: grey
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement