User:Cloudii/common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→* CSS placed here will be applied to all skins: →<pre><nowiki>: div.cloudii { background-color:red; } →</nowiki></pre>: " |
mNo edit summary |
||
| Line 3: | Line 3: | ||
div.cloudii { | div.cloudii { | ||
background-color:red; | |||
} | |||
a:hover { | |||
background-color:red; | background-color:red; | ||
} | } | ||
/*</nowiki></pre>*/ | /*</nowiki></pre>*/ | ||
Revision as of 23:28, 8 February 2014
/** CSS placed here will be applied to all skins */
/*<pre><nowiki>*/
div.cloudii {
background-color:red;
}
a:hover {
background-color:red;
}
/*</nowiki></pre>*/