User:Cloudii/common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
.gallerytext | .gallerytext .comment { | ||
background-color:blue; | background-color:blue; | ||
position:absolute; | |||
left:-9999px; | |||
} | } | ||
.gallerybox:hover | .gallerybox:hover .comment { | ||
background-color:yellow; | background-color:yellow; | ||
left:0px; | |||
} | } | ||
/*</nowiki></pre>*/ | /*</nowiki></pre>*/ |
Revision as of 23:52, 8 February 2014
/** CSS placed here will be applied to all skins */ /*<pre><nowiki>*/ div.cloudii { background-color:red; } a:hover { background-color:red; } .gallerytext .comment { background-color:blue; position:absolute; left:-9999px; } .gallerybox:hover .comment { background-color:yellow; left:0px; } /*</nowiki></pre>*/