Joe McKeown (Talk | contribs) |
Joe McKeown (Talk | contribs) |
||
Line 170: | Line 170: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <head> | ||
+ | <style> | ||
+ | |||
+ | img.hover:hover { | ||
+ | opacity: 0.7; | ||
+ | } | ||
+ | |||
+ | .dropdown { | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .dropdown-content { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | background-color: #888; | ||
+ | min-width: 100px; | ||
+ | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | ||
+ | padding: 0; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
+ | .dropdown:hover .dropdown-content { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .cam-container { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .container { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .mw-content-ltr { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #bodyContent { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #HQ_page { | ||
+ | background-color: transparent; | ||
+ | position: relative; | ||
+ | left: -20px; | ||
+ | bottom: 10px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
</html> | </html> |
Revision as of 09:36, 29 August 2017