User:Cloudii/common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 14: | Line 14: | ||
} | } | ||
. | .gallerybox:hover div { | ||
background-color:yellow; | background-color:yellow; | ||
} | } | ||
Revision as of 23:36, 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 div {
background-color:blue;
}
.gallerybox:hover div {
background-color:yellow;
}
/*</nowiki></pre>*/