User:Cloudii/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Cloudii (talk | contribs)
mNo edit summary
Cloudii (talk | contribs)
mNo edit summary
Line 8: Line 8:
a:hover {
a:hover {
background-color:red;
background-color:red;
}
.gallerytext div {
background-color:blue;
}
}


/*</nowiki></pre>*/
/*</nowiki></pre>*/

Revision as of 23:34, 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;
}

/*</nowiki></pre>*/