]>
Git — Sourcephile - julm/camera.git/blob - index.css
2 text-rendering: optimizeLegibility
;
6 background-color: #eee;
15 background-color: white
;
16 border-bottom: 1px solid black
;
17 padding-bottom: 0.5ex;
29 /* This causes items to appear out of order,
30 * which is bad for following the chronological order of captures.
31 * grid-auto-flow: dense;
34 /* Grow the pictures when the screen grows,
35 * fitting as many 640x360 videos per row as possible,
36 * without resizing a video more than its width,
37 * substracting 2*5px for the margins.
39 grid-template-columns: repeat
(auto-fit
, minmax
(310px, 1fr));
44 @media screen and (min-width: 320px) {
46 grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
49 @media screen and (min-width: 768px) {
51 grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
57 list-style-type: none
;
60 .camera > ul > li.wow {
63 .camera > ul > li.vid-orient-landscape {
66 .camera > ul > li img {
67 border: 1px solid black
;
68 box-shadow: 1px 3px 8px rgba
(0, 0, 0, 0.5);
75 .camera > ul > li video {
76 border: 1px solid black
;
77 box-shadow: 1px 3px 8px rgba
(0, 0, 0, 0.5);
78 background-color: black
;
87 .camera > ul > li.day {
89 border-bottom: 1px solid
#000;
90 font-variant: small-caps
;
93 .camera > ul > li.day:first-child {
96 .camera > ul > li.day > div {
99 justify-content: space-between
;
101 .camera > ul > li.day a {
103 text-decoration: inherit
;
105 .camera > ul > li.day a:hover {
107 text-decoration: inherit
;
111 .camera
> ul
> li:target img
,
112 .camera > ul > li:target video {
113 border: 1px solid blue
;
114 box-shadow: 1px 3px 8px rgba
(0, 0, 255, 0.5);
117 .camera > ul > li div.item {
119 flex-direction: column
;
121 .camera > ul > li div.item > span.comment {
122 display: inline-block
;
123 margin: 1ex 1ex 1ex 1ex;
127 .camera > ul > li span.infos {
134 //margin: 1ex 1ex 1ex 1ex;
135 /*-webkit-text-stroke: 1px black;*/
136 flex-direction: column
;
137 justify-content: space-between
;
139 .camera > ul > li:hover span.infos {
142 .camera > ul > li:hover span.infos > span {
144 background-color: black
;
147 .camera > ul > li span.links {
153 right: -1px; /* 0 is not perfectly aligned */
154 //margin: 1ex 1ex 1ex 1ex;
155 text-decoration: none
;
156 flex-direction: column
;
158 justify-content: space-between
;
159 /*-webkit-text-stroke: 1px black;*/
161 .camera > ul > li:hover span.links {
164 .camera > ul > li span.links > a {
166 background-color: black
;
167 text-decoration: none
;
168 padding: 2px 0px 2px 2px;
171 .camera > ul > li span.downloads {