Guest User

Untitled

a guest
Aug 21st, 2018
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. #rewards {
  2. text-align: left;
  3. }
  4.  
  5. #zoneImage {
  6. width: 300px;
  7. height:350px;
  8. margin: auto;
  9. border: 1px solid black;
  10. text-align: center;
  11. padding: 0px;
  12. margin-bottom: 0px;
  13. font-family:'Trebuchet MS','Times New Roman', Georgia, Courier New, Arial, Verdana, sans-serif;
  14. }
  15.  
  16. #gandalfImage:hover {
  17. opacity:1;
  18. }
  19.  
  20. #gandalfImage:hover + h3 {
  21. visibility: hidden;
  22. }
  23.  
  24. #gandalfImage:hover ~ h2 {
  25. margin:auto;
  26. position:relative;
  27. bottom :5em;
  28. text-align:center;
  29. font-size: 1.5em;
  30. color:#e0e0e0;
  31. }
  32.  
  33. #titre:hover {
  34. visibility: hidden;
  35. }
  36.  
  37. #titreReward {
  38. width:60%;
  39. margin:auto;
  40. padding:0.4em;
  41. position:relative;
  42. bottom:14em;
  43. text-align:center;
  44. background-color: white;
  45. font-size: 1.5em;
  46. border-radius: 10px;
  47. opacity: 1;
  48. z-index: 2;
  49. }
  50.  
  51. #titreReward span {
  52. color:#ff6600;
  53. }
  54.  
  55. #gandalfImage {
  56. opacity: 0.6;
  57. }
  58.  
  59. #titre {
  60. margin:auto;
  61. position:relative;
  62. bottom :4.5em;
  63. text-align:center;
  64. font-size: 3.5em;
  65. color:#e0e0e0;
  66. user-select: none;
  67. -moz-user-select: none;
  68. }
Add Comment
Please, Sign In to add comment