User:Cloudii/common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
.gallerytext .comment { | .gallerytext .comment { | ||
position:absolute; | position:absolute; | ||
left:-9999px; | left:-9999px; | ||
| Line 19: | Line 18: | ||
background-color:yellow; | background-color:yellow; | ||
position:fixed; | position:fixed; | ||
top: | top: 0px; | ||
padding: 20px; | padding: 20px; | ||
z-index:100; | z-index:100; | ||
left:40%; | left:40%; | ||
-o-transition: background-color | -o-transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s; | ||
-ms-transition: background-color | -ms-transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s; | ||
-moz-transition: background-color | -moz-transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s; | ||
-webkit-transition: background-color | -webkit-transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s; | ||
transition: background-color | transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s; | ||
} | } | ||
/*</nowiki></pre>*/ | /*</nowiki></pre>*/ | ||
Revision as of 00:00, 9 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 {
position:absolute;
left:-9999px;
}
.gallerybox:hover .comment {
background-color:yellow;
position:fixed;
top: 0px;
padding: 20px;
z-index:100;
left:40%;
-o-transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s;
-ms-transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s;
-moz-transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s;
-webkit-transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s;
transition: background-color 2s, width 0.5s, height 0.5s, margin 0.5s;
}
/*</nowiki></pre>*/