r68676 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68675‎ | r68676 | r68677 >
Date:19:08, 28 June 2010
Author:papyromancer
Status:deferred
Tags:
Comment:
css style for css-transformation spinner
Modified paths:
  • /branches/MwEmbedStandAlone/skins/common/common.css (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/skins/common/common.css
@@ -41,7 +41,40 @@
4242 margin-left: auto ;
4343 margin-right: auto ;
4444 }
 45+.cssLoadingSpinner {
 46+ position:relative;
 47+ width:100px;
 48+ height:100px;
 49+ //margin:25px;
 50+ -moz-border-radius:100px;
 51+ float:left;
 52+ -moz-transform:scale(0.3);
 53+ -webkit-transform:scale(0.3);
4554
 55+ /* not used right now: */
 56+ -webkit-animation-name: rotateThis;
 57+ -webkit-animation-duration:2s;
 58+ -webkit-animation-iteration-count:infinite;
 59+ -webkit-animation-timing-function:linear;
 60+}
 61+.cssLoadingSpinner div {
 62+ width:15px;
 63+ height:30px;
 64+ position:absolute;
 65+ top:35px;
 66+ left:45px;
 67+}
 68+.cssLoadingSpinner div {
 69+ -moz-border-radius:30px;
 70+ -webkit-border-radius:30px;
 71+ border-radius:30px;
 72+}
 73+/* uncomment this to use css animation in webkit browsers */
 74+ @-webkit-keyframes rotateThis {
 75+ from {-webkit-transform:scale(0.7) rotate(0deg);}
 76+ to {-webkit-transform:scale(0.7) rotate(360deg);}
 77+}
 78+
4679 /* jquery.ui overides */
4780
4881 .ui-icon_link {

Status & tagging log