소스 검색

Add plain class for plain images

Ken Dale 10 년 전
부모
커밋
67140f2369
12개의 변경된 파일49개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      css/theme/beige.css
  2. 4 0
      css/theme/black.css
  3. 4 0
      css/theme/blood.css
  4. 4 0
      css/theme/league.css
  5. 4 0
      css/theme/moon.css
  6. 4 0
      css/theme/night.css
  7. 4 0
      css/theme/serif.css
  8. 4 0
      css/theme/simple.css
  9. 4 0
      css/theme/sky.css
  10. 4 0
      css/theme/solarized.css
  11. 5 0
      css/theme/template/theme.scss
  12. 4 0
      css/theme/white.css

+ 4 - 0
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;

+ 4 - 0
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;

+ 4 - 0
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;

+ 4 - 0
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;

+ 4 - 0
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;

+ 4 - 0
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;

+ 4 - 0
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;

+ 4 - 0
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;

+ 4 - 0
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;

+ 4 - 0
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;

+ 5 - 0
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;

+ 4 - 0
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;