diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-02-17 17:52:26 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-02-17 17:52:26 +0100 |
commit | 9478d03cf6584ac4ec93a79b02f4290da194dee5 (patch) | |
tree | ef0efda171ec6b51af4abc4b9d9a888a6a8dbd65 /css/theme | |
parent | b25fa5065720a95ead521d148f5384515549d383 (diff) | |
download | fosdem-2018-presentation-9478d03cf6584ac4ec93a79b02f4290da194dee5.tar fosdem-2018-presentation-9478d03cf6584ac4ec93a79b02f4290da194dee5.tar.gz |
drop -o-transition and -ms-transition
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/beige.css | 6 | ||||
-rw-r--r-- | css/theme/blood.css | 6 | ||||
-rw-r--r-- | css/theme/default.css | 6 | ||||
-rw-r--r-- | css/theme/moon.css | 6 | ||||
-rw-r--r-- | css/theme/night.css | 6 | ||||
-rw-r--r-- | css/theme/serif.css | 6 | ||||
-rw-r--r-- | css/theme/simple.css | 6 | ||||
-rw-r--r-- | css/theme/sky.css | 6 | ||||
-rw-r--r-- | css/theme/solarized.css | 6 | ||||
-rw-r--r-- | css/theme/template/theme.scss | 6 |
10 files changed, 0 insertions, 60 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index f18c49d..cc2d3a3 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -64,8 +64,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -89,8 +87,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -139,8 +135,6 @@ body { background: #8b743d; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* diff --git a/css/theme/blood.css b/css/theme/blood.css index cce43c6..458f030 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -63,8 +63,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -88,8 +86,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -138,8 +134,6 @@ body { background: #aa2233; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* diff --git a/css/theme/default.css b/css/theme/default.css index f734cae..ce811d9 100644 --- a/css/theme/default.css +++ b/css/theme/default.css @@ -64,8 +64,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -89,8 +87,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -139,8 +135,6 @@ body { background: #13daec; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* diff --git a/css/theme/moon.css b/css/theme/moon.css index 8fb9061..0cc0c10 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -64,8 +64,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -89,8 +87,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -139,8 +135,6 @@ body { background: #268bd2; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* diff --git a/css/theme/night.css b/css/theme/night.css index 46c6e64..3984c14 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -52,8 +52,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -77,8 +75,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -127,8 +123,6 @@ body { background: #e7ad52; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* diff --git a/css/theme/serif.css b/css/theme/serif.css index ed38176..aee274e 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -54,8 +54,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -79,8 +77,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -129,8 +125,6 @@ body { background: #51483d; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* diff --git a/css/theme/simple.css b/css/theme/simple.css index bb16949..5568f8e 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -54,8 +54,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -79,8 +77,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -129,8 +125,6 @@ body { background: darkblue; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* diff --git a/css/theme/sky.css b/css/theme/sky.css index f37df93..841cf09 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -61,8 +61,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -86,8 +84,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -136,8 +132,6 @@ body { background: #3b759e; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* diff --git a/css/theme/solarized.css b/css/theme/solarized.css index 4cfe667..192a91e 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -64,8 +64,6 @@ body { text-decoration: none; -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -89,8 +87,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } .reveal a:hover img { @@ -139,8 +135,6 @@ body { background: #268bd2; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); - -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index 0349f36..1e01763 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -59,8 +59,6 @@ body { -webkit-transition: color .15s ease; -moz-transition: color .15s ease; - -ms-transition: color .15s ease; - -o-transition: color .15s ease; transition: color .15s ease; } .reveal a:hover { @@ -91,8 +89,6 @@ body { .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; - -ms-transition: all .15s linear; - -o-transition: all .15s linear; transition: all .15s linear; } @@ -157,8 +153,6 @@ body { -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); - -ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); - -o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); } |