left: auto;
top: auto;
margin-left: auto;
+ margin-right: auto;
margin-top: auto;
padding: auto;
* IMAGES
*********************************************/
.reveal section img {
- margin: 15px;
+ 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);
* IMAGES
*********************************************/
.reveal section img {
- margin: 15px;
+ margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #eeeeee;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
* IMAGES
*********************************************/
.reveal section img {
- margin: 15px;
+ margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #eeeeee;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
* IMAGES
*********************************************/
.reveal section img {
- margin: 15px;
+ margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid black;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
* IMAGES
*********************************************/
.reveal section img {
- margin: 15px;
+ margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid black;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
* IMAGES
*********************************************/
.reveal section img {
- margin: 15px;
+ 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);
color: $mainColor;
}
-::selection {
- color: $selectionColor;
- background: $selectionBackgroundColor;
- text-shadow: none;
+::selection {
+ color: $selectionColor;
+ background: $selectionBackgroundColor;
+ text-shadow: none;
}
/*********************************************
* HEADERS
*********************************************/
-.reveal h1,
-.reveal h2,
-.reveal h3,
-.reveal h4,
-.reveal h5,
+.reveal h1,
+.reveal h2,
+.reveal h3,
+.reveal h4,
+.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: $headingColor;
font-family: $headingFont;
line-height: $headingLineHeight;
letter-spacing: $headingLetterSpacing;
-
+
text-transform: $headingTextTransform;
text-shadow: $headingTextShadow;
}
}
.reveal a:not(.image):hover {
color: $linkColorHover;
-
+
text-shadow: none;
border: none;
}
*********************************************/
.reveal section img {
- margin: 15px;
+ margin: 15px 0px;
background: rgba(255,255,255,0.12);
border: 4px solid $mainColor;
-
+
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;
.reveal a:hover img {
background: rgba(255,255,255,0.2);
border-color: $linkColor;
-
+
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}