User:Cloudii/common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 20: | Line 20: | ||
position:relative; | position:relative; | ||
left:0px; | left:0px; | ||
-o-transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s; | |||
-ms-transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s; | |||
-moz-transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s; | |||
-webkit-transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s; | |||
transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s; | |||
} | } | ||
/*</nowiki></pre>*/ | /*</nowiki></pre>*/ | ||
Revision as of 23:55, 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;
position:relative;
left:0px;
-o-transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s;
-ms-transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s;
-moz-transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s;
-webkit-transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s;
transition: background-color 1s, width 0.5s, height 0.5s, margin 0.5s;
}
/*</nowiki></pre>*/