mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-22 13:49:10 +02:00
Compare commits
37 Commits
v2017-03-0
...
v2017-04-1
Author | SHA1 | Date | |
---|---|---|---|
|
d334d7b4de | ||
|
d08cf349f6 | ||
|
b5b06021b0 | ||
|
e0ceeb0d73 | ||
|
dc47dbc618 | ||
|
28ae979652 | ||
|
0e2a2c2bfe | ||
|
388b107a3f | ||
|
117ebf506d | ||
|
9356f9af93 | ||
|
4d2d5c7c81 | ||
|
db202300e4 | ||
|
bf55928a63 | ||
|
6cea5862d6 | ||
|
dca518a9b6 | ||
|
45828357c9 | ||
|
10765da46a | ||
|
ab2e6fb789 | ||
|
e3e48ded1a | ||
|
9d58f313d4 | ||
|
1371b380c9 | ||
|
dcb74e8da6 | ||
|
bd0ac73d78 | ||
|
7e7da29093 | ||
|
47acc400ce | ||
|
c117e18c0c | ||
|
0921bd68d5 | ||
|
d0e13f3eb6 | ||
|
82a1cfeb8b | ||
|
472fcfe833 | ||
|
0907590913 | ||
|
0ed5cfff65 | ||
|
e3deb3af4e | ||
|
5869850d4b | ||
|
a5a49e1f28 | ||
|
cdd65fd765 | ||
|
c85d6c5874 |
24
css/css.css
24
css/css.css
@@ -1,4 +1,4 @@
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
|
||||
@@ -11,13 +11,14 @@ dd {
|
||||
}
|
||||
|
||||
dt {
|
||||
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sample-image {
|
||||
@@ -37,9 +38,6 @@ div {
|
||||
|
||||
.btn {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
-webkit-transform: translateZ(0);
|
||||
@@ -53,6 +51,7 @@ div {
|
||||
-webkit-transition-duration: 0.3s;
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
|
||||
.btn:before {
|
||||
content: "💫";
|
||||
position: absolute;
|
||||
@@ -67,6 +66,7 @@ div {
|
||||
-webkit-transition-timing-function: ease-out;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.btn:hover:before, .btn:focus:before, .btn:active:before {
|
||||
-webkit-transform: scale(1.3) translateZ(0);
|
||||
transform: scale(1.3) translateZ(0);
|
||||
@@ -78,7 +78,7 @@ div {
|
||||
font-size: 90%;
|
||||
color: #c7254e;
|
||||
background-color: #f9f2f4;
|
||||
border-radius: 4px
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.beware {
|
||||
@@ -88,3 +88,15 @@ div {
|
||||
.footnote {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
img {
|
||||
max-width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
BIN
img/ivtc_originalvideo.gif
Normal file
BIN
img/ivtc_originalvideo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
img/ivtc_result.gif
Normal file
BIN
img/ivtc_result.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
929
index.html
929
index.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user