aboutsummaryrefslogtreecommitdiff
path: root/dist/theme/black.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-14 12:39:45 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-14 12:39:45 +0200
commit30cd9a8d3bd62806b05bfb12748d5c0730b7eb11 (patch)
treefcc83f8126cafe1ec1be7088eb5d6320dee405e8 /dist/theme/black.css
parentf04a00672c3c28fd33c3cd187f07f1012441d51d (diff)
downloadfosdem-2021-minimalism-presentation-30cd9a8d3bd62806b05bfb12748d5c0730b7eb11.tar
fosdem-2021-minimalism-presentation-30cd9a8d3bd62806b05bfb12748d5c0730b7eb11.tar.gz
remove default border around images, now available via img.r-frame
Diffstat (limited to 'dist/theme/black.css')
-rw-r--r--dist/theme/black.css24
1 files changed, 7 insertions, 17 deletions
diff --git a/dist/theme/black.css b/dist/theme/black.css
index 51498a5..2dcbfb5 100644
--- a/dist/theme/black.css
+++ b/dist/theme/black.css
@@ -230,14 +230,15 @@ section.has-light-background, section.has-light-background h1, section.has-light
.reveal small * {
vertical-align: top; }
+.reveal img {
+ margin: 20px 0; }
+
/*********************************************
* LINKS
*********************************************/
.reveal a {
color: #42affa;
text-decoration: none;
- -webkit-transition: color .15s ease;
- -moz-transition: color .15s ease;
transition: color .15s ease; }
.reveal a:hover {
@@ -250,25 +251,16 @@ section.has-light-background, section.has-light-background h1, section.has-light
background: #068de9; }
/*********************************************
- * IMAGES
+ * Frame helper
*********************************************/
-.reveal section img {
- margin: 15px 0px;
- background: rgba(255, 255, 255, 0.12);
+.reveal .r-frame {
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 .15s linear;
- -moz-transition: all .15s linear;
+.reveal a .r-frame {
transition: all .15s linear; }
-.reveal a:hover img {
- background: rgba(255, 255, 255, 0.2);
+.reveal a:hover .r-frame {
border-color: #42affa;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
@@ -286,8 +278,6 @@ section.has-light-background, section.has-light-background h1, section.has-light
color: #42affa; }
.reveal .progress span {
- -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);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/*********************************************