]>
Git — Sourcephile - julm/camera.git/blob - index.css
2 text-rendering: optimizeLegibility
;
6 background-color: #eee;
15 background-color: white
;
16 border-top: 1px solid black
;
17 padding-bottom: 0.5ex;
28 /* This causes items to appear out of order,
29 * which is bad for following the chronological order of captures.
30 * grid-auto-flow: dense;
33 /* Grow the pictures when the screen grows,
34 * fitting as many 640x360 videos per row as possible,
35 * without resizing a video more than its width,
36 * substracting 2*5px for the margins.
38 grid-template-columns: repeat
(auto-fit
, minmax
(310px, 1fr));
43 @media screen and (min-width: 320px) {
45 grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
48 @media screen and (min-width: 768px) {
50 grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
56 list-style-type: none
;
59 .camera > ul > li.wow {
62 .camera > ul > li.vid-orient- {
65 .camera > ul > li img {
66 border: 1px solid black
;
67 box-shadow: 1px 3px 8px rgba
(0, 0, 0, 0.5);
74 .camera > ul > li video {
75 border: 1px solid black
;
76 box-shadow: 1px 3px 8px rgba
(0, 0, 0, 0.5);
77 background-color: black
;
86 .camera > ul > li.day {
88 border-bottom: 1px solid
#000;
89 font-variant: small-caps
;
92 .camera > ul > li.day:first-child {
95 .camera > ul > li.day > div {
98 justify-content: space-between
;
100 .camera > ul > li.day a {
102 text-decoration: inherit
;
104 .camera > ul > li.day a:hover {
106 text-decoration: inherit
;
110 .camera
> ul
> li:target img
,
111 .camera > ul > li:target video {
112 border: 1px solid blue
;
113 box-shadow: 1px 3px 8px rgba
(0, 0, 255, 0.5);
116 .camera > ul > li div.item {
118 flex-direction: column
;
120 .camera > ul > li div.item > span.comment {
121 display: inline-block
;
122 margin: 1ex 1ex 1ex 1ex;
126 .camera > ul > li span.infos {
133 //margin: 1ex 1ex 1ex 1ex;
134 /*-webkit-text-stroke: 1px black;*/
135 flex-direction: column
;
136 justify-content: space-between
;
138 .camera > ul > li:hover span.infos {
141 .camera > ul > li:hover span.infos > span {
143 background-color: black
;
146 .camera > ul > li span.links {
152 right: -1px; /* 0 is not perfectly aligned */
153 //margin: 1ex 1ex 1ex 1ex;
154 text-decoration: none
;
155 flex-direction: column
;
157 justify-content: space-between
;
158 /*-webkit-text-stroke: 1px black;*/
160 .camera > ul > li:hover span.links {
163 .camera > ul > li span.links > a {
165 background-color: black
;
166 text-decoration: none
;
167 padding: 2px 0px 2px 2px;