From 67140f2369dfa31f4d597bbed30bf0e6304f9d36 Mon Sep 17 00:00:00 2001 From: Ken Dale Date: Fri, 13 Feb 2015 19:43:47 -0500 Subject: [PATCH] Add plain class for plain images --- css/theme/beige.css | 4 ++++ css/theme/black.css | 4 ++++ css/theme/blood.css | 4 ++++ css/theme/league.css | 4 ++++ css/theme/moon.css | 4 ++++ css/theme/night.css | 4 ++++ css/theme/serif.css | 4 ++++ css/theme/simple.css | 4 ++++ css/theme/sky.css | 4 ++++ css/theme/solarized.css | 4 ++++ css/theme/template/theme.scss | 5 +++++ css/theme/white.css | 4 ++++ 12 files changed, 49 insertions(+) diff --git a/css/theme/beige.css b/css/theme/beige.css index 514427c..be64a2f 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -209,6 +209,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 7d3bee4..300c6bd 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -205,6 +205,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 768d2a3..3a9e023 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -214,6 +214,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 c6d07f6..224e09d 100644 --- a/css/theme/league.css +++ b/css/theme/league.css @@ -211,6 +211,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 4817c18..b02eae4 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -209,6 +209,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 71319b2..b873b3e 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -203,6 +203,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 ed85db6..aa0cc7b 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -205,6 +205,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 d9153d7..f1fe1d3 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -205,6 +205,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 f7e8402..0d9ebe8 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -212,6 +212,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 583201a..6c6a9bb 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -209,6 +209,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 d1be10a..66e9cbb 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -259,6 +259,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 5fdb2fc..6404654 100644 --- a/css/theme/white.css +++ b/css/theme/white.css @@ -205,6 +205,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;