Ajax Loader
×
HTML
<!DOCTYPE html>
1
<!DOCTYPE html>
2
<html>
3
 
4
  <head>
5
 
6
    <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" data-semver="4.0.3" data-require="fontawesome@*" />
7
 
8
  </head>
9
 
10
  <body>роро р
11
    
12
    <h1 class="well">Опа опа</h1>
13
     Облачная   <a href="javascript: void(0)" >
14
    <i class="fa fa-cloud x3 clicon anim anim-up"> суперкнопкассылка )</i></a>
15
    
16
  </body>
17
 
18
</html>
19
 
 
CSS
 
1
 
2
.x3{font-size:3em;}
3
 
4
.clicon {
5
  color:rgb(77, 144, 254);
6
  position: relative;
7
  top: 0;
8
  margin-top: 0;
9
  text-shadow: 0 .05em .02em #008, 0 .1em .1em rgb(77, 144, 254);
10
  border: 0;
11
  cursor: pointer;
12
  opacity: 0.9;
13
}
14
 
15
.clicon:active {
16
  text-shadow: none;
17
  top: .03em;
18
  margin-bottom: 0;
19
}
20
 
21
.clicon:hover {
22
  opacity: 1;
23
}
24
 
25
.clicon:active{
26
  outline: 0;
27
}
28
 
29
.anim {
30
  transition: .1s top, .1s margin-bottom, .1s text-shadow;
31
}
32
 
33
.anim:active {
34
  
35
}
36
 
37
.anim-up:active {
38
  transition: none;
39
}
40
 
41
.anim-down {
42
  transition: none;
43
}
44
 
45
.anim-down:active {
46
  transition: .1s top, .1s margin-bottom, .1s text-shadow;
47
}
 

3D ссылкакнопкаиконка)

CSSDeck G+