semantic-ui-rails 0.8.4 → 0.8.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/semantic-ui/elements/image.less +181 -181
- data/app/assets/stylesheets/semantic-ui/modules/accordion.less +197 -197
- data/app/assets/stylesheets/semantic-ui/modules/chatroom.less +280 -280
- data/app/assets/stylesheets/semantic-ui/modules/nag.less +172 -172
- data/app/assets/stylesheets/semantic-ui/modules/popup.less +255 -255
- data/app/assets/stylesheets/semantic-ui/modules/video.less +98 -98
- data/lib/generators/semantic/install/install_generator.rb +2 -19
- data/lib/semantic/ui/rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e456af30609092c629a8806d93b17f08c626628
|
4
|
+
data.tar.gz: b972f6caa726a4bf246ac04114f1492db5376e85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3decfaa5679ba5e994ae7f99e30dc78ab39dc2047738e3d86c3c73617719417c97b1730ab4dee5527b5444127b0cf60c05b0158c9517083b0fd54b408f9b3d0
|
7
|
+
data.tar.gz: 3ea966a194159c11bc1d0927ebd114dd98b86bf78bf10265e16badbb7b64f0edc4a3161f85ab43cba6632e90cb0a97be57c9e4a97a7c69d22842da50606dcbbf
|
@@ -1,181 +1,181 @@
|
|
1
|
-
/*
|
2
|
-
* # Semantic - Image
|
3
|
-
* http://github.com/jlukic/semantic-ui/
|
4
|
-
*
|
5
|
-
*
|
6
|
-
* Copyright 2013 Contributors
|
7
|
-
* Released under the MIT license
|
8
|
-
* http://opensource.org/licenses/MIT
|
9
|
-
*
|
10
|
-
*/
|
11
|
-
|
12
|
-
|
13
|
-
/*******************************
|
14
|
-
Image
|
15
|
-
*******************************/
|
16
|
-
|
17
|
-
.ui.image {
|
18
|
-
position: relative;
|
19
|
-
display: inline-block;
|
20
|
-
vertical-align: middle;
|
21
|
-
max-width: 100%;
|
22
|
-
background-color: rgba(0, 0, 0, 0.05);
|
23
|
-
}
|
24
|
-
img.ui.image {
|
25
|
-
display: block;
|
26
|
-
background: none;
|
27
|
-
}
|
28
|
-
.ui.image img {
|
29
|
-
display: block;
|
30
|
-
max-width: 100%;
|
31
|
-
height: auto;
|
32
|
-
}
|
33
|
-
|
34
|
-
/*******************************
|
35
|
-
States
|
36
|
-
*******************************/
|
37
|
-
|
38
|
-
|
39
|
-
.ui.disabled.image {
|
40
|
-
cursor: default;
|
41
|
-
opacity: 0.3;
|
42
|
-
}
|
43
|
-
|
44
|
-
|
45
|
-
/*******************************
|
46
|
-
Variations
|
47
|
-
*******************************/
|
48
|
-
|
49
|
-
/*--------------
|
50
|
-
Rounded
|
51
|
-
---------------*/
|
52
|
-
|
53
|
-
.ui.rounded.images .image,
|
54
|
-
.ui.rounded.images img,
|
55
|
-
.ui.rounded.image img,
|
56
|
-
.ui.rounded.image {
|
57
|
-
-webkit-border-radius: 0.3125em;
|
58
|
-
-moz-border-radius: 0.3125em;
|
59
|
-
border-radius: 0.3125em;
|
60
|
-
}
|
61
|
-
|
62
|
-
/*--------------
|
63
|
-
Circular
|
64
|
-
---------------*/
|
65
|
-
|
66
|
-
.ui.circular.images .image,
|
67
|
-
.ui.circular.images img,
|
68
|
-
.ui.circular.image img,
|
69
|
-
.ui.circular.image {
|
70
|
-
-webkit-border-radius: 500rem;
|
71
|
-
-moz-border-radius: 500rem;
|
72
|
-
border-radius: 500rem;
|
73
|
-
}
|
74
|
-
|
75
|
-
/*--------------
|
76
|
-
Fluid
|
77
|
-
---------------*/
|
78
|
-
|
79
|
-
.ui.fluid.images,
|
80
|
-
.ui.fluid.image,
|
81
|
-
.ui.fluid.images img,
|
82
|
-
.ui.fluid.image img {
|
83
|
-
display: block;
|
84
|
-
width: 100%;
|
85
|
-
}
|
86
|
-
|
87
|
-
|
88
|
-
/*--------------
|
89
|
-
Avatar
|
90
|
-
---------------*/
|
91
|
-
|
92
|
-
.ui.avatar.images .image,
|
93
|
-
.ui.avatar.images img,
|
94
|
-
.ui.avatar.image img,
|
95
|
-
.ui.avatar.image {
|
96
|
-
margin-right: 0.5em;
|
97
|
-
|
98
|
-
display: inline-block;
|
99
|
-
width: 2em;
|
100
|
-
height: 2em;
|
101
|
-
|
102
|
-
-webkit-border-radius: 500rem;
|
103
|
-
-moz-border-radius: 500rem;
|
104
|
-
border-radius: 500rem;
|
105
|
-
}
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
/*-------------------
|
110
|
-
Floated
|
111
|
-
--------------------*/
|
112
|
-
|
113
|
-
.ui.floated.image,
|
114
|
-
.ui.floated.images {
|
115
|
-
float: left;
|
116
|
-
margin-right: 1em;
|
117
|
-
margin-bottom: 1em;
|
118
|
-
}
|
119
|
-
.ui.right.floated.images,
|
120
|
-
.ui.right.floated.image {
|
121
|
-
float: right;
|
122
|
-
margin-bottom: 1em;
|
123
|
-
margin-left: 1em;
|
124
|
-
}
|
125
|
-
|
126
|
-
|
127
|
-
/*--------------
|
128
|
-
Sizes
|
129
|
-
---------------*/
|
130
|
-
|
131
|
-
.ui.tiny.images .image,
|
132
|
-
.ui.tiny.images img,
|
133
|
-
.ui.tiny.image {
|
134
|
-
width: 20px;
|
135
|
-
font-size: 0.7rem;
|
136
|
-
}
|
137
|
-
.ui.mini.images .image,
|
138
|
-
.ui.mini.images img,
|
139
|
-
.ui.mini.image {
|
140
|
-
width: 35px;
|
141
|
-
font-size: 0.8rem;
|
142
|
-
}
|
143
|
-
.ui.small.images .image,
|
144
|
-
.ui.small.images img,
|
145
|
-
.ui.small.image {
|
146
|
-
width: 80px;
|
147
|
-
font-size: 0.9rem;
|
148
|
-
}
|
149
|
-
.ui.medium.images .image,
|
150
|
-
.ui.medium.images img,
|
151
|
-
.ui.medium.image {
|
152
|
-
width: 300px;
|
153
|
-
font-size: 1rem;
|
154
|
-
}
|
155
|
-
.ui.large.images .image,
|
156
|
-
.ui.large.images img,
|
157
|
-
.ui.large.image {
|
158
|
-
width: 450px;
|
159
|
-
font-size: 1.1rem;
|
160
|
-
}
|
161
|
-
.ui.huge.images .image,
|
162
|
-
.ui.huge.images img,
|
163
|
-
.ui.huge.image {
|
164
|
-
width: 600px;
|
165
|
-
font-size: 1.2rem;
|
166
|
-
}
|
167
|
-
|
168
|
-
/*******************************
|
169
|
-
Groups
|
170
|
-
*******************************/
|
171
|
-
|
172
|
-
.ui.images {
|
173
|
-
font-size: 0em;
|
174
|
-
margin: 0em -0.25rem 0rem;
|
175
|
-
}
|
176
|
-
|
177
|
-
.ui.images .image,
|
178
|
-
.ui.images img {
|
179
|
-
display: inline-block;
|
180
|
-
margin: 0em 0.25em 0.5em;
|
181
|
-
}
|
1
|
+
/*
|
2
|
+
* # Semantic - Image
|
3
|
+
* http://github.com/jlukic/semantic-ui/
|
4
|
+
*
|
5
|
+
*
|
6
|
+
* Copyright 2013 Contributors
|
7
|
+
* Released under the MIT license
|
8
|
+
* http://opensource.org/licenses/MIT
|
9
|
+
*
|
10
|
+
*/
|
11
|
+
|
12
|
+
|
13
|
+
/*******************************
|
14
|
+
Image
|
15
|
+
*******************************/
|
16
|
+
|
17
|
+
.ui.image {
|
18
|
+
position: relative;
|
19
|
+
display: inline-block;
|
20
|
+
vertical-align: middle;
|
21
|
+
max-width: 100%;
|
22
|
+
background-color: rgba(0, 0, 0, 0.05);
|
23
|
+
}
|
24
|
+
img.ui.image {
|
25
|
+
display: block;
|
26
|
+
background: none;
|
27
|
+
}
|
28
|
+
.ui.image img {
|
29
|
+
display: block;
|
30
|
+
max-width: 100%;
|
31
|
+
height: auto;
|
32
|
+
}
|
33
|
+
|
34
|
+
/*******************************
|
35
|
+
States
|
36
|
+
*******************************/
|
37
|
+
|
38
|
+
|
39
|
+
.ui.disabled.image {
|
40
|
+
cursor: default;
|
41
|
+
opacity: 0.3;
|
42
|
+
}
|
43
|
+
|
44
|
+
|
45
|
+
/*******************************
|
46
|
+
Variations
|
47
|
+
*******************************/
|
48
|
+
|
49
|
+
/*--------------
|
50
|
+
Rounded
|
51
|
+
---------------*/
|
52
|
+
|
53
|
+
.ui.rounded.images .image,
|
54
|
+
.ui.rounded.images img,
|
55
|
+
.ui.rounded.image img,
|
56
|
+
.ui.rounded.image {
|
57
|
+
-webkit-border-radius: 0.3125em;
|
58
|
+
-moz-border-radius: 0.3125em;
|
59
|
+
border-radius: 0.3125em;
|
60
|
+
}
|
61
|
+
|
62
|
+
/*--------------
|
63
|
+
Circular
|
64
|
+
---------------*/
|
65
|
+
|
66
|
+
.ui.circular.images .image,
|
67
|
+
.ui.circular.images img,
|
68
|
+
.ui.circular.image img,
|
69
|
+
.ui.circular.image {
|
70
|
+
-webkit-border-radius: 500rem;
|
71
|
+
-moz-border-radius: 500rem;
|
72
|
+
border-radius: 500rem;
|
73
|
+
}
|
74
|
+
|
75
|
+
/*--------------
|
76
|
+
Fluid
|
77
|
+
---------------*/
|
78
|
+
|
79
|
+
.ui.fluid.images,
|
80
|
+
.ui.fluid.image,
|
81
|
+
.ui.fluid.images img,
|
82
|
+
.ui.fluid.image img {
|
83
|
+
display: block;
|
84
|
+
width: 100%;
|
85
|
+
}
|
86
|
+
|
87
|
+
|
88
|
+
/*--------------
|
89
|
+
Avatar
|
90
|
+
---------------*/
|
91
|
+
|
92
|
+
.ui.avatar.images .image,
|
93
|
+
.ui.avatar.images img,
|
94
|
+
.ui.avatar.image img,
|
95
|
+
.ui.avatar.image {
|
96
|
+
margin-right: 0.5em;
|
97
|
+
|
98
|
+
display: inline-block;
|
99
|
+
width: 2em;
|
100
|
+
height: 2em;
|
101
|
+
|
102
|
+
-webkit-border-radius: 500rem;
|
103
|
+
-moz-border-radius: 500rem;
|
104
|
+
border-radius: 500rem;
|
105
|
+
}
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
/*-------------------
|
110
|
+
Floated
|
111
|
+
--------------------*/
|
112
|
+
|
113
|
+
.ui.floated.image,
|
114
|
+
.ui.floated.images {
|
115
|
+
float: left;
|
116
|
+
margin-right: 1em;
|
117
|
+
margin-bottom: 1em;
|
118
|
+
}
|
119
|
+
.ui.right.floated.images,
|
120
|
+
.ui.right.floated.image {
|
121
|
+
float: right;
|
122
|
+
margin-bottom: 1em;
|
123
|
+
margin-left: 1em;
|
124
|
+
}
|
125
|
+
|
126
|
+
|
127
|
+
/*--------------
|
128
|
+
Sizes
|
129
|
+
---------------*/
|
130
|
+
|
131
|
+
.ui.tiny.images .image,
|
132
|
+
.ui.tiny.images img,
|
133
|
+
.ui.tiny.image {
|
134
|
+
width: 20px;
|
135
|
+
font-size: 0.7rem;
|
136
|
+
}
|
137
|
+
.ui.mini.images .image,
|
138
|
+
.ui.mini.images img,
|
139
|
+
.ui.mini.image {
|
140
|
+
width: 35px;
|
141
|
+
font-size: 0.8rem;
|
142
|
+
}
|
143
|
+
.ui.small.images .image,
|
144
|
+
.ui.small.images img,
|
145
|
+
.ui.small.image {
|
146
|
+
width: 80px;
|
147
|
+
font-size: 0.9rem;
|
148
|
+
}
|
149
|
+
.ui.medium.images .image,
|
150
|
+
.ui.medium.images img,
|
151
|
+
.ui.medium.image {
|
152
|
+
width: 300px;
|
153
|
+
font-size: 1rem;
|
154
|
+
}
|
155
|
+
.ui.large.images .image,
|
156
|
+
.ui.large.images img,
|
157
|
+
.ui.large.image {
|
158
|
+
width: 450px;
|
159
|
+
font-size: 1.1rem;
|
160
|
+
}
|
161
|
+
.ui.huge.images .image,
|
162
|
+
.ui.huge.images img,
|
163
|
+
.ui.huge.image {
|
164
|
+
width: 600px;
|
165
|
+
font-size: 1.2rem;
|
166
|
+
}
|
167
|
+
|
168
|
+
/*******************************
|
169
|
+
Groups
|
170
|
+
*******************************/
|
171
|
+
|
172
|
+
.ui.images {
|
173
|
+
font-size: 0em;
|
174
|
+
margin: 0em -0.25rem 0rem;
|
175
|
+
}
|
176
|
+
|
177
|
+
.ui.images .image,
|
178
|
+
.ui.images img {
|
179
|
+
display: inline-block;
|
180
|
+
margin: 0em 0.25em 0.5em;
|
181
|
+
}
|
@@ -1,198 +1,198 @@
|
|
1
|
-
/*
|
2
|
-
* # Semantic - Accordion
|
3
|
-
* http://github.com/jlukic/semantic-ui/
|
4
|
-
*
|
5
|
-
*
|
6
|
-
* Copyright 2013 Contributors
|
7
|
-
* Released under the MIT license
|
8
|
-
* http://opensource.org/licenses/MIT
|
9
|
-
*
|
10
|
-
*/
|
11
|
-
|
12
|
-
/*******************************
|
13
|
-
Accordion
|
14
|
-
*******************************/
|
15
|
-
|
16
|
-
.ui.accordion {
|
17
|
-
width: 600px;
|
18
|
-
max-width: 100%;
|
19
|
-
overflow: hidden;
|
20
|
-
|
21
|
-
font-size: 1rem;
|
22
|
-
border-radius: 0.3125em;
|
23
|
-
|
24
|
-
background-color: #FFFFFF;
|
25
|
-
|
26
|
-
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
27
|
-
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
28
|
-
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
29
|
-
}
|
30
|
-
|
31
|
-
.ui.accordion .title {
|
32
|
-
cursor: pointer;
|
33
|
-
|
34
|
-
margin: 0em;
|
35
|
-
padding: 0.75em 1em;
|
36
|
-
|
37
|
-
color: rgba(0, 0, 0, 0.6);
|
38
|
-
|
39
|
-
border-top: 1px solid rgba(0, 0, 0, 0.05);
|
40
|
-
|
41
|
-
-webkit-transition:
|
42
|
-
background-color 0.2s ease-out
|
43
|
-
;
|
44
|
-
-moz-transition:
|
45
|
-
background-color 0.2s ease-out
|
46
|
-
;
|
47
|
-
-o-transition:
|
48
|
-
background-color 0.2s ease-out
|
49
|
-
;
|
50
|
-
-ms-transition:
|
51
|
-
background-color 0.2s ease-out
|
52
|
-
;
|
53
|
-
transition:
|
54
|
-
background-color 0.2s ease-out
|
55
|
-
;
|
56
|
-
}
|
57
|
-
.ui.accordion .title:first-child {
|
58
|
-
border-top: none;
|
59
|
-
}
|
60
|
-
|
61
|
-
|
62
|
-
/* Content */
|
63
|
-
.ui.accordion .content {
|
64
|
-
display: none;
|
65
|
-
margin: 0em;
|
66
|
-
padding: 1.3em 1em;
|
67
|
-
}
|
68
|
-
|
69
|
-
/* Arrow */
|
70
|
-
.ui.accordion .title .dropdown.icon {
|
71
|
-
display: inline-block;
|
72
|
-
float: none;
|
73
|
-
margin: 0em 0.5em 0em 0em;
|
74
|
-
|
75
|
-
-webkit-transition:
|
76
|
-
-webkit-transform 0.2s ease,
|
77
|
-
opacity 0.2s ease
|
78
|
-
;
|
79
|
-
-moz-transition:
|
80
|
-
-moz-transform 0.2s ease,
|
81
|
-
opacity 0.2s ease
|
82
|
-
;
|
83
|
-
-o-transition:
|
84
|
-
-o-transform 0.2s ease,
|
85
|
-
opacity 0.2s ease
|
86
|
-
;
|
87
|
-
-ms-transition:
|
88
|
-
-ms-transform 0.2s ease,
|
89
|
-
opacity 0.2s ease
|
90
|
-
;
|
91
|
-
transition:
|
92
|
-
transform 0.2s ease,
|
93
|
-
opacity 0.2s ease
|
94
|
-
;
|
95
|
-
-webkit-transform: rotate(0deg);
|
96
|
-
-moz-transform: rotate(0deg);
|
97
|
-
-o-transform: rotate(0deg);
|
98
|
-
-ms-transform: rotate(0deg);
|
99
|
-
transform: rotate(0deg);
|
100
|
-
}
|
101
|
-
.ui.accordion .title .dropdown.icon:before {
|
102
|
-
content: '\f0da';
|
103
|
-
}
|
104
|
-
|
105
|
-
/*--------------
|
106
|
-
Loose Coupling
|
107
|
-
---------------*/
|
108
|
-
|
109
|
-
.ui.basic.accordion.menu {
|
110
|
-
background-color: #FFFFFF;
|
111
|
-
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
112
|
-
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
113
|
-
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
114
|
-
}
|
115
|
-
.ui.basic.accordion.menu .title,
|
116
|
-
.ui.basic.accordion.menu .content {
|
117
|
-
padding: 0em;
|
118
|
-
}
|
119
|
-
|
120
|
-
|
121
|
-
/*******************************
|
122
|
-
Types
|
123
|
-
*******************************/
|
124
|
-
|
125
|
-
/*--------------
|
126
|
-
Basic
|
127
|
-
---------------*/
|
128
|
-
|
129
|
-
.ui.basic.accordion {
|
130
|
-
background-color: transparent;
|
131
|
-
|
132
|
-
-webkit-box-shadow: none;
|
133
|
-
-moz-box-shadow: none;
|
134
|
-
box-shadow: none;
|
135
|
-
}
|
136
|
-
|
137
|
-
.ui.basic.accordion .title,
|
138
|
-
.ui.basic.accordion .title {
|
139
|
-
background-color: transparent;
|
140
|
-
border-top: none;
|
141
|
-
padding-left: 0em;
|
142
|
-
padding-right: 0em;
|
143
|
-
}
|
144
|
-
|
145
|
-
.ui.basic.accordion .content {
|
146
|
-
padding: 0.5em 0em;
|
147
|
-
}
|
148
|
-
|
149
|
-
.ui.basic.accordion .active.title {
|
150
|
-
background-color: transparent;
|
151
|
-
}
|
152
|
-
|
153
|
-
|
154
|
-
/*******************************
|
155
|
-
States
|
156
|
-
*******************************/
|
157
|
-
|
158
|
-
|
159
|
-
/*--------------
|
160
|
-
Hover
|
161
|
-
---------------*/
|
162
|
-
|
163
|
-
.ui.accordion .title:hover,
|
164
|
-
.ui.accordion .active.title {
|
165
|
-
color: rgba(0, 0, 0, 0.8);
|
166
|
-
}
|
167
|
-
|
168
|
-
/*--------------
|
169
|
-
Active
|
170
|
-
---------------*/
|
171
|
-
|
172
|
-
.ui.accordion .active.title {
|
173
|
-
background-color: rgba(0, 0, 0, 0.1);
|
174
|
-
color: rgba(0, 0, 0, 0.8);
|
175
|
-
}
|
176
|
-
.ui.accordion .active.title .dropdown.icon {
|
177
|
-
-webkit-transform: rotate(90deg);
|
178
|
-
-moz-transform: rotate(90deg);
|
179
|
-
-o-transform: rotate(90deg);
|
180
|
-
-ms-transform: rotate(90deg);
|
181
|
-
transform: rotate(90deg);
|
182
|
-
}
|
183
|
-
.ui.accordion .active.content {
|
184
|
-
display: block;
|
185
|
-
}
|
186
|
-
|
187
|
-
|
188
|
-
/*******************************
|
189
|
-
Variations
|
190
|
-
*******************************/
|
191
|
-
|
192
|
-
/*--------------
|
193
|
-
Fluid
|
194
|
-
---------------*/
|
195
|
-
|
196
|
-
.ui.fluid.accordion {
|
197
|
-
width: 100%;
|
1
|
+
/*
|
2
|
+
* # Semantic - Accordion
|
3
|
+
* http://github.com/jlukic/semantic-ui/
|
4
|
+
*
|
5
|
+
*
|
6
|
+
* Copyright 2013 Contributors
|
7
|
+
* Released under the MIT license
|
8
|
+
* http://opensource.org/licenses/MIT
|
9
|
+
*
|
10
|
+
*/
|
11
|
+
|
12
|
+
/*******************************
|
13
|
+
Accordion
|
14
|
+
*******************************/
|
15
|
+
|
16
|
+
.ui.accordion {
|
17
|
+
width: 600px;
|
18
|
+
max-width: 100%;
|
19
|
+
overflow: hidden;
|
20
|
+
|
21
|
+
font-size: 1rem;
|
22
|
+
border-radius: 0.3125em;
|
23
|
+
|
24
|
+
background-color: #FFFFFF;
|
25
|
+
|
26
|
+
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
27
|
+
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
28
|
+
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
29
|
+
}
|
30
|
+
|
31
|
+
.ui.accordion .title {
|
32
|
+
cursor: pointer;
|
33
|
+
|
34
|
+
margin: 0em;
|
35
|
+
padding: 0.75em 1em;
|
36
|
+
|
37
|
+
color: rgba(0, 0, 0, 0.6);
|
38
|
+
|
39
|
+
border-top: 1px solid rgba(0, 0, 0, 0.05);
|
40
|
+
|
41
|
+
-webkit-transition:
|
42
|
+
background-color 0.2s ease-out
|
43
|
+
;
|
44
|
+
-moz-transition:
|
45
|
+
background-color 0.2s ease-out
|
46
|
+
;
|
47
|
+
-o-transition:
|
48
|
+
background-color 0.2s ease-out
|
49
|
+
;
|
50
|
+
-ms-transition:
|
51
|
+
background-color 0.2s ease-out
|
52
|
+
;
|
53
|
+
transition:
|
54
|
+
background-color 0.2s ease-out
|
55
|
+
;
|
56
|
+
}
|
57
|
+
.ui.accordion .title:first-child {
|
58
|
+
border-top: none;
|
59
|
+
}
|
60
|
+
|
61
|
+
|
62
|
+
/* Content */
|
63
|
+
.ui.accordion .content {
|
64
|
+
display: none;
|
65
|
+
margin: 0em;
|
66
|
+
padding: 1.3em 1em;
|
67
|
+
}
|
68
|
+
|
69
|
+
/* Arrow */
|
70
|
+
.ui.accordion .title .dropdown.icon {
|
71
|
+
display: inline-block;
|
72
|
+
float: none;
|
73
|
+
margin: 0em 0.5em 0em 0em;
|
74
|
+
|
75
|
+
-webkit-transition:
|
76
|
+
-webkit-transform 0.2s ease,
|
77
|
+
opacity 0.2s ease
|
78
|
+
;
|
79
|
+
-moz-transition:
|
80
|
+
-moz-transform 0.2s ease,
|
81
|
+
opacity 0.2s ease
|
82
|
+
;
|
83
|
+
-o-transition:
|
84
|
+
-o-transform 0.2s ease,
|
85
|
+
opacity 0.2s ease
|
86
|
+
;
|
87
|
+
-ms-transition:
|
88
|
+
-ms-transform 0.2s ease,
|
89
|
+
opacity 0.2s ease
|
90
|
+
;
|
91
|
+
transition:
|
92
|
+
transform 0.2s ease,
|
93
|
+
opacity 0.2s ease
|
94
|
+
;
|
95
|
+
-webkit-transform: rotate(0deg);
|
96
|
+
-moz-transform: rotate(0deg);
|
97
|
+
-o-transform: rotate(0deg);
|
98
|
+
-ms-transform: rotate(0deg);
|
99
|
+
transform: rotate(0deg);
|
100
|
+
}
|
101
|
+
.ui.accordion .title .dropdown.icon:before {
|
102
|
+
content: '\f0da';
|
103
|
+
}
|
104
|
+
|
105
|
+
/*--------------
|
106
|
+
Loose Coupling
|
107
|
+
---------------*/
|
108
|
+
|
109
|
+
.ui.basic.accordion.menu {
|
110
|
+
background-color: #FFFFFF;
|
111
|
+
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
112
|
+
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
113
|
+
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
|
114
|
+
}
|
115
|
+
.ui.basic.accordion.menu .title,
|
116
|
+
.ui.basic.accordion.menu .content {
|
117
|
+
padding: 0em;
|
118
|
+
}
|
119
|
+
|
120
|
+
|
121
|
+
/*******************************
|
122
|
+
Types
|
123
|
+
*******************************/
|
124
|
+
|
125
|
+
/*--------------
|
126
|
+
Basic
|
127
|
+
---------------*/
|
128
|
+
|
129
|
+
.ui.basic.accordion {
|
130
|
+
background-color: transparent;
|
131
|
+
|
132
|
+
-webkit-box-shadow: none;
|
133
|
+
-moz-box-shadow: none;
|
134
|
+
box-shadow: none;
|
135
|
+
}
|
136
|
+
|
137
|
+
.ui.basic.accordion .title,
|
138
|
+
.ui.basic.accordion .title {
|
139
|
+
background-color: transparent;
|
140
|
+
border-top: none;
|
141
|
+
padding-left: 0em;
|
142
|
+
padding-right: 0em;
|
143
|
+
}
|
144
|
+
|
145
|
+
.ui.basic.accordion .content {
|
146
|
+
padding: 0.5em 0em;
|
147
|
+
}
|
148
|
+
|
149
|
+
.ui.basic.accordion .active.title {
|
150
|
+
background-color: transparent;
|
151
|
+
}
|
152
|
+
|
153
|
+
|
154
|
+
/*******************************
|
155
|
+
States
|
156
|
+
*******************************/
|
157
|
+
|
158
|
+
|
159
|
+
/*--------------
|
160
|
+
Hover
|
161
|
+
---------------*/
|
162
|
+
|
163
|
+
.ui.accordion .title:hover,
|
164
|
+
.ui.accordion .active.title {
|
165
|
+
color: rgba(0, 0, 0, 0.8);
|
166
|
+
}
|
167
|
+
|
168
|
+
/*--------------
|
169
|
+
Active
|
170
|
+
---------------*/
|
171
|
+
|
172
|
+
.ui.accordion .active.title {
|
173
|
+
background-color: rgba(0, 0, 0, 0.1);
|
174
|
+
color: rgba(0, 0, 0, 0.8);
|
175
|
+
}
|
176
|
+
.ui.accordion .active.title .dropdown.icon {
|
177
|
+
-webkit-transform: rotate(90deg);
|
178
|
+
-moz-transform: rotate(90deg);
|
179
|
+
-o-transform: rotate(90deg);
|
180
|
+
-ms-transform: rotate(90deg);
|
181
|
+
transform: rotate(90deg);
|
182
|
+
}
|
183
|
+
.ui.accordion .active.content {
|
184
|
+
display: block;
|
185
|
+
}
|
186
|
+
|
187
|
+
|
188
|
+
/*******************************
|
189
|
+
Variations
|
190
|
+
*******************************/
|
191
|
+
|
192
|
+
/*--------------
|
193
|
+
Fluid
|
194
|
+
---------------*/
|
195
|
+
|
196
|
+
.ui.fluid.accordion {
|
197
|
+
width: 100%;
|
198
198
|
}
|