aboutsummaryrefslogtreecommitdiff
path: root/css/theme/sky.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 11:55:38 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-02-17 11:55:38 +0100
commitb25fa5065720a95ead521d148f5384515549d383 (patch)
tree4f4aecb95e1a4946bf937bd31ca3a5c71d2e7490 /css/theme/sky.css
parent26e9ce1ff7d96601a83e2baa02e46699929ceada (diff)
downloadfosdem-2018-presentation-b25fa5065720a95ead521d148f5384515549d383.tar
fosdem-2018-presentation-b25fa5065720a95ead521d148f5384515549d383.tar.gz
remove all use of :not(.image)
Diffstat (limited to 'css/theme/sky.css')
-rw-r--r--css/theme/sky.css20
1 files changed, 11 insertions, 9 deletions
diff --git a/css/theme/sky.css b/css/theme/sky.css
index 1a44760..f37df93 100644
--- a/css/theme/sky.css
+++ b/css/theme/sky.css
@@ -5,7 +5,7 @@
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
-.reveal a:not(.image) {
+.reveal a {
line-height: 1.3em; }
/*********************************************
@@ -56,7 +56,7 @@ body {
/*********************************************
* LINKS
*********************************************/
-.reveal a:not(.image) {
+.reveal a {
color: #3b759e;
text-decoration: none;
-webkit-transition: color .15s ease;
@@ -65,7 +65,7 @@ body {
-o-transition: color .15s ease;
transition: color .15s ease; }
-.reveal a:not(.image):hover {
+.reveal a:hover {
color: #74a7cb;
text-shadow: none;
border: none; }
@@ -81,12 +81,14 @@ body {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #333333;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
- -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- -ms-transition: all .2s linear;
- -o-transition: all .2s linear;
- transition: all .2s linear; }
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
+
+.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 {
background: rgba(255, 255, 255, 0.2);