mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-20 03:41:38 +02:00
Fix bad merging
This commit is contained in:
@@ -47,16 +47,10 @@
|
||||
12. Avatars
|
||||
13. Tables
|
||||
14. Forms
|
||||
<<<<<<< HEAD
|
||||
15. Longform Elements
|
||||
16. Safari Bug (flex-wrap)
|
||||
17. Print
|
||||
=======
|
||||
15. Longform Elements
|
||||
16. Safari Bug (flex-wrap)
|
||||
17. Print
|
||||
18. Zoom: Index of slides (grid)
|
||||
>>>>>>> feature/zoom
|
||||
|
||||
----------------------------------------------------------------------------------- */
|
||||
/*=========================================
|
||||
@@ -712,11 +706,7 @@ footer,
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
/* -- Responsive background video
|
||||
=======
|
||||
/* -- Responsive background video
|
||||
>>>>>>> feature/zoom
|
||||
https://fvsch.com/code/video-background/ -- */
|
||||
|
||||
.fullscreen > .embed {
|
||||
@@ -734,30 +724,18 @@ https://fvsch.com/code/video-background/ -- */
|
||||
.fullscreen > .embed > iframe,
|
||||
.fullscreen > .embed > object,
|
||||
.fullscreen > .embed > embed,
|
||||
<<<<<<< HEAD
|
||||
.fullscreen > .embed > video {
|
||||
height: 300%;
|
||||
top: -100%;
|
||||
=======
|
||||
.fullscreen > .embed > video {
|
||||
height: 300%;
|
||||
top: -100%;
|
||||
>>>>>>> feature/zoom
|
||||
}
|
||||
}
|
||||
@media (max-aspect-ratio: 16/9) {
|
||||
.fullscreen > .embed > iframe,
|
||||
.fullscreen > .embed > object,
|
||||
.fullscreen > .embed > embed,
|
||||
<<<<<<< HEAD
|
||||
.fullscreen > .embed > video {
|
||||
width: 300%;
|
||||
left: -100%;
|
||||
=======
|
||||
.fullscreen > .embed > video {
|
||||
width: 300%;
|
||||
left: -100%;
|
||||
>>>>>>> feature/zoom
|
||||
}
|
||||
}
|
||||
/* 2. If supporting object-fit, overriding (1): */
|
||||
@@ -766,15 +744,9 @@ https://fvsch.com/code/video-background/ -- */
|
||||
.fullscreen > .embed > object,
|
||||
.fullscreen > .embed > embed,
|
||||
.fullscreen > .embed > video {
|
||||
<<<<<<< HEAD
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
=======
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
>>>>>>> feature/zoom
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
@@ -3264,23 +3236,14 @@ button:disabled:hover {
|
||||
}
|
||||
|
||||
/*=========================================
|
||||
<<<<<<< HEAD
|
||||
15. Longform
|
||||
=======
|
||||
15. Longform
|
||||
>>>>>>> feature/zoom
|
||||
=========================================== */
|
||||
|
||||
/* -- Posts = .wrap.longform -- */
|
||||
|
||||
.longform {
|
||||
<<<<<<< HEAD
|
||||
width: 72rem;
|
||||
/* Why 72rem=720px?
|
||||
=======
|
||||
width: 72rem;
|
||||
/* Why 72rem=720px?
|
||||
>>>>>>> feature/zoom
|
||||
90-95 characters per line = better reading speed */
|
||||
}
|
||||
.longform .alignleft, .longform .alignright {
|
||||
@@ -3374,9 +3337,6 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
|
||||
#counter, #navigation {
|
||||
display: none;
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
}
|
||||
=======
|
||||
}
|
||||
|
||||
/*=========================================
|
||||
@@ -3567,4 +3527,3 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
|
||||
filter: blur(10px);
|
||||
}
|
||||
}
|
||||
>>>>>>> feature/zoom
|
||||
|
@@ -381,7 +381,7 @@ nav li.email a:hover {
|
||||
}
|
||||
|
||||
/*=========================================
|
||||
Features & Clients List
|
||||
Features & Clients List
|
||||
=========================================== */
|
||||
|
||||
.features li,.clients li {
|
||||
@@ -417,7 +417,7 @@ box-shadow: 0 8px 16px rgba(0,20,80,.02),0 4px 16px rgba(0,0,0,.08);
|
||||
}
|
||||
|
||||
/*===========================================
|
||||
flexblock.steps
|
||||
flexblock.steps
|
||||
============================================= */
|
||||
|
||||
.steps li:nth-child(1) {
|
||||
@@ -710,7 +710,7 @@ background-color: rgba(0, 20, 80, 0.06);
|
||||
border-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent) 1 100%;
|
||||
-webkit-border-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent) 1 100%;
|
||||
-moz-border-image: -moz-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent) 1 100%;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -744,7 +744,7 @@ tr:nth-child(even)>td:hover {
|
||||
|
||||
|
||||
/*============================
|
||||
Browser (Screenshots)
|
||||
Browser (Screenshots)
|
||||
============================== */
|
||||
|
||||
.browser {
|
||||
@@ -804,7 +804,7 @@ button[type="submit"],
|
||||
input[type="submit"],
|
||||
.button,.button:hover,
|
||||
button[type="submit"]:hover,
|
||||
input[type="submit"]:hover
|
||||
input[type="submit"]:hover
|
||||
{
|
||||
border: 1px solid #44d;
|
||||
}
|
||||
@@ -825,7 +825,7 @@ background-color: #17d;
|
||||
.bg-primary .button,
|
||||
.bg-primary button,.bg-primary button:hover,
|
||||
.bg-primary input,
|
||||
[class*="bg-gradient-"] .button,[class*="bg-"] a.button.ghost
|
||||
[class*="bg-gradient-"] .button,[class*="bg-"] a.button.ghost
|
||||
{
|
||||
border-color: #fff;
|
||||
}
|
||||
@@ -920,9 +920,6 @@ footer[role=contentinfo] {
|
||||
/*footer:hover {
|
||||
background-color:rgba(255,255,255 , 0.3);
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
*/
|
||||
=======
|
||||
*/
|
||||
|
||||
/*============================
|
||||
@@ -940,4 +937,3 @@ Zoom: Index of slides
|
||||
color: #456;
|
||||
text-shadow: 0 1px 0 #fafafa;
|
||||
}
|
||||
>>>>>>> feature/zoom
|
||||
|
File diff suppressed because it is too large
Load Diff
11
static/js/webslides.min.js
vendored
11
static/js/webslides.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user