| author | ymh <ymh.work@gmail.com> |
| Wed, 08 Jan 2020 17:49:53 +0100 | |
| changeset 205 | 147583c43f0d |
| parent 178 | a3e1106b6f96 |
| permissions | -rw-r--r-- |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
1 |
.slide { |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
2 |
margin-top: -20px; |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
3 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
4 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
5 |
.slide-title, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
6 |
.slide-nav, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
7 |
.slide-content { |
| 95 | 8 |
border-bottom:1px solid grey; |
| 37 | 9 |
} |
10 |
||
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
11 |
.slide-nav{ |
| 95 | 12 |
padding:10px 0; |
13 |
display: inline-block; |
|
|
106
cb13a9009bf5
improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents:
105
diff
changeset
|
14 |
width: 101%; |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
15 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
16 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
17 |
.slide-content{ |
| 95 | 18 |
padding:10px 0; |
|
105
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
19 |
height: 500px; |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
20 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
21 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
22 |
.media{ |
|
105
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
23 |
height: 100%; |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
24 |
padding: 20px; |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
25 |
} |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
26 |
|
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
27 |
.media figure{ |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
28 |
display: initial; |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
29 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
30 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
31 |
.media img, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
32 |
.media video{ |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
33 |
max-height: 100%; |
| 95 | 34 |
max-width: 100%; |
35 |
display: block; |
|
36 |
margin: auto; |
|
| 172 | 37 |
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.60); |
38 |
-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.60); |
|
39 |
box-shadow: 0 0 15px 0 rgba(0,0,0,0.60); |
|
| 37 | 40 |
} |
41 |
||
|
106
cb13a9009bf5
improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents:
105
diff
changeset
|
42 |
.slide .caption { |
| 37 | 43 |
color: #000; |
44 |
position: static; |
|
45 |
text-shadow: none; |
|
46 |
text-align: left; |
|
| 95 | 47 |
overflow: scroll; |
48 |
height: 100% |
|
| 37 | 49 |
} |
50 |
||
|
105
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
51 |
.caption hr{ |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
52 |
border-color: grey; |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
53 |
} |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
54 |
|
| 37 | 55 |
.original-text { |
56 |
font-style: italic; |
|
57 |
} |
|
58 |
||
|
106
cb13a9009bf5
improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents:
105
diff
changeset
|
59 |
.caption .details{ |
|
cb13a9009bf5
improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents:
105
diff
changeset
|
60 |
background-color: #F2F2F2; |
|
cb13a9009bf5
improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents:
105
diff
changeset
|
61 |
} |
|
cb13a9009bf5
improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents:
105
diff
changeset
|
62 |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
63 |
.user-details textarea.form-control { |
| 37 | 64 |
height: 140px; |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
65 |
margin: 10px 0; |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
66 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
67 |
.user-details input.form-control{ |
| 95 | 68 |
margin: 10px 0; |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
69 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
70 |
|
|
105
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
71 |
.user-details label{ |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
72 |
margin-bottom: 0; |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
73 |
} |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
74 |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
75 |
#back{ |
| 95 | 76 |
float:left; |
77 |
margin: 0 10px; |
|
| 37 | 78 |
} |
79 |
||
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
80 |
#previous, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
81 |
#next{ |
| 95 | 82 |
float:right; |
83 |
margin: 0 10px; |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
84 |
} |
|
106
cb13a9009bf5
improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents:
105
diff
changeset
|
85 |
.slide .user-details p, |
|
cb13a9009bf5
improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents:
105
diff
changeset
|
86 |
.slide .user-details h4{ |
| 95 | 87 |
border: 1px solid #ededed; |
88 |
min-height: 21px; |
|
89 |
padding: 6px 12px; |
|
90 |
border-radius: 4px; |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
91 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
92 |
|
|
106
cb13a9009bf5
improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents:
105
diff
changeset
|
93 |
.slide .user-details p.description{ |
| 95 | 94 |
min-height: 140px; |
| 37 | 95 |
} |