mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
removed animation
This commit is contained in:
parent
705e83c410
commit
e493516ecd
1 changed files with 0 additions and 15 deletions
|
@ -3,18 +3,6 @@
|
||||||
<title>Etherpad Lite</title>
|
<title>Etherpad Lite</title>
|
||||||
<style>
|
<style>
|
||||||
* { margin: 0; padding: 0; }
|
* { margin: 0; padding: 0; }
|
||||||
@-webkit-keyframes inception {
|
|
||||||
0% { opacity:0; }
|
|
||||||
100% {}
|
|
||||||
}
|
|
||||||
@-moz-keyframes inception {
|
|
||||||
0% { opacity:0; }
|
|
||||||
100% {}
|
|
||||||
}
|
|
||||||
@-o-keyframes inception {
|
|
||||||
0% { opacity:0; }
|
|
||||||
100% {}
|
|
||||||
}
|
|
||||||
body {
|
body {
|
||||||
background: rgba(0, 0, 0, .05);
|
background: rgba(0, 0, 0, .05);
|
||||||
color: #333;
|
color: #333;
|
||||||
|
@ -40,9 +28,6 @@
|
||||||
background: -o-linear-gradient(#fff, #ccc);
|
background: -o-linear-gradient(#fff, #ccc);
|
||||||
opacity: .9;
|
opacity: .9;
|
||||||
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
|
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
|
||||||
-webkit-animation: inception .3s linear 1;
|
|
||||||
-moz-animation: inception .3s linear 1;
|
|
||||||
-o-animation: inception .3s linear 1;
|
|
||||||
}
|
}
|
||||||
#button {
|
#button {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Reference in a new issue