Projet

Général

Profil

Paste
Télécharger (3,91 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / field_group / multipage / multipage.css @ 73ab1d0a

1
.multipage-controls-list #edit-actions {
2
  float: left; /* LTR */
3
}
4

    
5
.multipage-button {    
6
  margin-bottom: 1em;
7
  margin-top: 0;
8
  float: left; /* LTR */
9
  line-height: 36px;
10
}
11

    
12
.multipage-button a {    
13
  padding-top: 10px;
14
}
15

    
16
.multipage-counter {
17
  float: right; /* LTR */
18
  margin-right: 5px; /* LTR */
19
  height: 0;
20
  position: relative;
21
  top: 1.8em;
22
  line-height: 30px;
23
  font: 12px arial,sans-serif;
24
  font-weight: bold;
25
  color:#666;
26
}
27

    
28
a.multipage-link-previous {
29
  font: 12px arial,sans-serif;
30
  font-weight: bold;
31
  color:#666;
32
  -webkit-transition: color 218ms;
33
  -moz-transition: color 218ms;
34
  -o-transition: color 218ms;
35
  transition: color 218ms;
36
}
37

    
38
a.multipage-link-previous:hover {
39
  text-decoration:none;
40
  color: #333;
41
}
42

    
43
.multipage-controls-list input.form-submit {
44
  background:none;
45
  border: none;
46
  border-radius: 2px;
47
  -moz-border-radius: 2px;
48
  -webkit-border-radius: 2px;
49
  border: 1px solid rgba(0, 0, 0, 0.1);
50
  font: 12px arial,sans-serif;
51
  font-weight: bold;
52
  color: #666;
53
  text-shadow: 0 1px 0 white;
54
  padding: 7px 12px;
55
  background: -webkit-gradient(linear,0% 40%,0% 70%,from(whiteSmoke),to(#F1F1F1));
56
  -o-transition: border-top-color 0.218s,border-right-color 0.218s,border-bottom-color 0.218s,border-left-color .218s;
57
  -webkit-transition: border-color .218s;
58
}
59

    
60
.multipage-controls-list input.form-submit:hover {
61
  color:#333;
62
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
63
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
64
  border-color: #939393;
65
}
66

    
67
.multipage-controls-list input.form-submit:active {
68
  background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F1F1F1),to(whiteSmoke));
69
}
70

    
71
.multipage-controls-list input#edit-submit {
72
  background: #4D90FE; /* for non-css3 browsers */
73
  background-image: #4D90FE; /* for non-css3 browsers */
74
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
75
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D90FE', endColorstr='#4787ED'); /* for IE */
76
  background: -webkit-gradient(linear, center top, center bottom, from(#4D90FE), to(#4787ED)); /* for webkit browsers */
77
  background: -moz-linear-gradient(center top,  #4D90FE,  #4787ED); /* for firefox 3.6+ */ 
78
  color: white;
79
  text-shadow: none;
80
  text-transform: uppercase;
81
  min-width: 79px;
82
}
83

    
84
.multipage-controls-list input#edit-submit:hover {
85
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
86
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
87
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
88
  color: white;
89
  text-shadow: none;
90
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
91
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
92
}
93

    
94
.multipage-controls-list input#edit-submit:active {
95
  background: #4D90FE;
96
  border-color: #2F5BB7;
97
}
98

    
99
.multipage-controls-list input#edit-delete {
100
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
101
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
102
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
103
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
104
  border: 1px solid transparent;
105
  color: white;
106
  text-shadow: none;
107

    
108
}
109

    
110
.multipage-controls-list input#edit-delete:hover {
111
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
112
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
113
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
114
  border: 1px solid #B0281A!important;
115
  border-bottom: 1px solid #AF301F!important;
116
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
117
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
118
  color: white;
119
}
120

    
121
.multipage-controls-list input#edit-delete:active {
122
  background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
123
  background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
124
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#b0281a));
125
  border: 1px solid #992A1b!important;
126
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
127
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
128
}