diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-07-07 12:18:33 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-07-07 12:18:33 +0200 |
commit | 25da01ce41fd8222fb9236e36f75d426ffe3c80f (patch) | |
tree | 5c5dd092fcc320acd44373abdf95da5033520a27 /css | |
parent | d44125d789a8d80beaf6426379c23270bee131d9 (diff) | |
parent | 67140f2369dfa31f4d597bbed30bf0e6304f9d36 (diff) | |
download | fosdem-2018-presentation-25da01ce41fd8222fb9236e36f75d426ffe3c80f.tar fosdem-2018-presentation-25da01ce41fd8222fb9236e36f75d426ffe3c80f.tar.gz |
Merge pull request #1132 from kendaleiv/plain-images
Add plain class for plain images
Diffstat (limited to 'css')
-rw-r--r-- | css/theme/beige.css | 4 | ||||
-rw-r--r-- | css/theme/black.css | 4 | ||||
-rw-r--r-- | css/theme/blood.css | 4 | ||||
-rw-r--r-- | css/theme/league.css | 4 | ||||
-rw-r--r-- | css/theme/moon.css | 4 | ||||
-rw-r--r-- | css/theme/night.css | 4 | ||||
-rw-r--r-- | css/theme/serif.css | 4 | ||||
-rw-r--r-- | css/theme/simple.css | 4 | ||||
-rw-r--r-- | css/theme/sky.css | 4 | ||||
-rw-r--r-- | css/theme/solarized.css | 4 | ||||
-rw-r--r-- | css/theme/template/theme.scss | 5 | ||||
-rw-r--r-- | css/theme/white.css | 4 |
12 files changed, 49 insertions, 0 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index 56782f2..4f5be26 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -213,6 +213,10 @@ body { border: 4px solid #333; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/black.css b/css/theme/black.css index fce771b..3cee63e 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -209,6 +209,10 @@ body { border: 4px solid #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/blood.css b/css/theme/blood.css index e395936..8dfdc1d 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -212,6 +212,10 @@ body { border: 4px solid #eee; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/league.css b/css/theme/league.css index 5daa1d3..f5652af 100644 --- a/css/theme/league.css +++ b/css/theme/league.css @@ -215,6 +215,10 @@ body { border: 4px solid #eee; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/moon.css b/css/theme/moon.css index 7250cc4..224c40a 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -213,6 +213,10 @@ body { border: 4px solid #93a1a1; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/night.css b/css/theme/night.css index 1bc8fbb..109d4c3 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -207,6 +207,10 @@ body { border: 4px solid #eee; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/serif.css b/css/theme/serif.css index 200a985..4e8674c 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -209,6 +209,10 @@ body { border: 4px solid #000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/simple.css b/css/theme/simple.css index a6fccd5..8122250 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -209,6 +209,10 @@ body { border: 4px solid #000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/sky.css b/css/theme/sky.css index f422079..93b4e85 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -216,6 +216,10 @@ body { border: 4px solid #333; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/solarized.css b/css/theme/solarized.css index c112696..317027e 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -213,6 +213,10 @@ body { border: 4px solid #657b83; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index e0e5fb6..91eeca7 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -267,6 +267,11 @@ body { box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } + .reveal section img.plain { + border: 0; + box-shadow: none; + } + .reveal a img { -webkit-transition: all .15s linear; -moz-transition: all .15s linear; diff --git a/css/theme/white.css b/css/theme/white.css index 48754bd..f37aa9d 100644 --- a/css/theme/white.css +++ b/css/theme/white.css @@ -209,6 +209,10 @@ body { border: 4px solid #222; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } +.reveal section img.plain { + border: 0; + box-shadow: none; } + .reveal a img { -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; |