|
@@ -58,7 +58,7 @@ body {
|
|
/*********************************************
|
|
/*********************************************
|
|
* LINKS
|
|
* LINKS
|
|
*********************************************/
|
|
*********************************************/
|
|
-.reveal a:not(.image) {
|
|
|
|
|
|
+.reveal a {
|
|
color: #aa2233;
|
|
color: #aa2233;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
-webkit-transition: color .15s ease;
|
|
-webkit-transition: color .15s ease;
|
|
@@ -67,7 +67,7 @@ body {
|
|
-o-transition: color .15s ease;
|
|
-o-transition: color .15s ease;
|
|
transition: color .15s ease; }
|
|
transition: color .15s ease; }
|
|
|
|
|
|
-.reveal a:not(.image):hover {
|
|
|
|
|
|
+.reveal a:hover {
|
|
color: #dd5566;
|
|
color: #dd5566;
|
|
text-shadow: none;
|
|
text-shadow: none;
|
|
border: none; }
|
|
border: none; }
|
|
@@ -83,12 +83,14 @@ body {
|
|
margin: 15px 0px;
|
|
margin: 15px 0px;
|
|
background: rgba(255, 255, 255, 0.12);
|
|
background: rgba(255, 255, 255, 0.12);
|
|
border: 4px solid #eeeeee;
|
|
border: 4px solid #eeeeee;
|
|
- 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 {
|
|
.reveal a:hover img {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
background: rgba(255, 255, 255, 0.2);
|
|
@@ -158,12 +160,12 @@ body {
|
|
.reveal h6 {
|
|
.reveal h6 {
|
|
font-weight: 700; }
|
|
font-weight: 700; }
|
|
|
|
|
|
-.reveal a:not(.image),
|
|
|
|
-.reveal a:not(.image):hover {
|
|
|
|
|
|
+.reveal a,
|
|
|
|
+.reveal a:hover {
|
|
text-shadow: 2px 2px 2px #000; }
|
|
text-shadow: 2px 2px 2px #000; }
|
|
|
|
|
|
-.reveal small a:not(.image),
|
|
|
|
-.reveal small a:not(.image):hover {
|
|
|
|
|
|
+.reveal small a,
|
|
|
|
+.reveal small a:hover {
|
|
text-shadow: 1px 1px 1px #000; }
|
|
text-shadow: 1px 1px 1px #000; }
|
|
|
|
|
|
.reveal p code {
|
|
.reveal p code {
|