]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/static/themes/material/css/cards.scss
Fix duplicated code removed
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / cards.scss
1 /* ==========================================================================
2 Cards
3 ========================================================================== */
4
5 main {
6 #content {
7 padding: 0 0.5rem;
8 }
9
10 ul.row {
11 margin: 0.4rem 0 0;
12 padding: 0 0.75rem;
13 }
14 }
15
16 .data .card .card-body {
17 height: 19em;
18 overflow: hidden;
19 }
20
21 .card {
22 .card-content .card-title,
23 .card-reveal .card-title {
24 line-height: 22.8px;
25 max-height: 80px;
26 font-size: 19px;
27 font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif;
28 color: #313131;
29 }
30
31 .card-stacked .card-content .card-title {
32 display: inline-block;
33 }
34
35 .card-content .activator,
36 .card-reveal .activator {
37 cursor: pointer;
38 font-family: "Material Icons";
39 }
40
41 .card-content i.right,
42 .card-reveal i.right {
43 margin-left: 0;
44 }
45
46 .card-content .original {
47 line-height: 24px;
48 font-size: 15px;
49 }
50
51 .card-entry-labels {
52 position: absolute;
53 top: 10px;
54 z-index: 90;
55 max-width: 50%;
56 }
57
58 .card-entry-labels-hidden {
59 margin: 2.5px auto;
60 }
61
62 .card-entry-labels-hidden li {
63 display: inline-block;
64 background-color: $blueAccentColor;
65 margin: 0 5px;
66 padding: 5px 12px;
67 border-radius: 3px;
68 color: #fff;
69 max-height: 2em;
70 max-width: calc(100% - 15px);
71 overflow: hidden;
72 text-overflow: ellipsis;
73 white-space: nowrap;
74 }
75
76 .card-content .estimatedTime {
77 margin-bottom: 10px;
78 }
79
80 .card-action {
81 padding: 10px 5px 10px 15px;
82
83 ul.links {
84 margin: 0;
85 font-size: 24px;
86 line-height: 24px;
87 }
88
89 a {
90 color: #fff;
91 margin: 0;
92 }
93
94 a:hover {
95 color: #fff;
96 }
97
98 ul.tools li a.tool {
99 margin-right: 5px !important;
100 }
101
102 .reading-time {
103 display: inline-flex;
104 vertical-align: middle;
105
106 span {
107 margin-right: 5px;
108 }
109 }
110 }
111
112 .card-image {
113 height: 10em;
114 }
115
116 .card-fullimage {
117 height: 13.5em;
118 }
119
120 .card-image .preview,
121 .card-fullimage .preview {
122 height: 14em;
123 background: no-repeat 50%/cover;
124 display: block;
125 }
126
127 &.sw {
128 max-width: 370px;
129 margin-left: auto;
130 margin-right: auto;
131 }
132 }
133
134 a.original:not(.waves-effect) {
135 text-overflow: ellipsis;
136 white-space: nowrap;
137 overflow: hidden;
138 display: block;
139 }
140
141 .card-entry-labels li,
142 .card-tag-labels li {
143 margin: 10px 10px 10px auto;
144 padding: 5px 12px 5px 16px !important;
145 background-color: $blueAccentColor;
146 border-radius: 0 3px 3px 0;
147 color: #fff;
148 cursor: default;
149 }
150
151 .card-entry-labels li {
152 text-overflow: ellipsis;
153 white-space: nowrap;
154 overflow: hidden;
155 }
156
157 .card-tag-labels li {
158 display: flex;
159 justify-content: space-between;
160 }
161
162 .card-entry-tags a,
163 .card-entry-labels a,
164 .card-tag-labels a,
165 .card-entry-labels-hidden a,
166 #list .chip a {
167 text-decoration: none;
168 font-weight: normal;
169 color: #fff;
170 }
171
172 .card-tag-labels a {
173 height: 100%;
174 align-items: center;
175 }
176
177 .card-tag-link {
178 display: flex;
179 min-width: 100px;
180 flex-grow: 1;
181 }
182
183 .card-tag-rss {
184 display: flex;
185 }
186
187 .card-tag-labels {
188 display: flex;
189 flex-wrap: wrap;
190 }
191
192 .card-tag-labels li {
193 margin: 10px;
194 flex-basis: 19%;
195 flex-grow: 1;
196 align-items: center;
197 }
198
199 .card-stacked {
200 display: flex;
201 flex-flow: row wrap;
202
203 &:hover ul.tools-list {
204 display: inline;
205 text-align: right;
206 }
207
208 .preview {
209 max-width: 100px;
210 height: auto;
211 margin-right: 10px;
212 flex: 1;
213
214 img {
215 max-width: 100%;
216 max-height: 100%;
217 }
218 }
219
220 div.metadata {
221 .chip {
222 background-color: $blueAccentColor;
223 padding: 0 15px 0 10px;
224 margin: auto 2px;
225 border-radius: 6px;
226
227 a,
228 i {
229 color: #fff;
230 }
231
232 i.material-icons {
233 float: right;
234 font-size: 20px;
235 line-height: 32px;
236 padding-left: 8px;
237 }
238 }
239 }
240
241 div.card-content {
242 flex: 4;
243 }
244
245 ul.tools-list {
246 flex: 1;
247 display: none;
248 flex-basis: 5em;
249 align-self: flex-end;
250 float: right;
251 max-width: 6em;
252 }
253 }
254
255 #content .collection .collection-item {
256 min-height: 65px;
257 height: auto;
258 }
259
260 .quickstart .card .card-action a,
261 .quickstart .card .card-action a:hover {
262 color: #fff !important;
263 }
264
265 .settings .div_tabs {
266 padding-bottom: 15px;
267 }
268
269 @media only screen and (min-width: 992px) {
270 .card-tag-labels li {
271 max-width: 50%;
272 }
273 }