Matjaz Pancur 5af0f876b2 Add OpenStack logo in the footer
- add small transparent OpenStack logo in the slide footer
- logo and footer design is from OpenStack's
  OpenStackPowered-April2015.ppt master slides
- white background changed to transparent
- logo is pushed back with z-index: -2 (so it is behind background pic
  in the title slide)

Change-Id: Iccdd9a968816f00dde60230df45c5a21d212d38e
2015-05-08 18:12:05 +02:00

51 lines
1.1 KiB
CSS

.slide {
background: -webkit-gradient(linear, left bottom, left top, from(#eef3f5), to(#fff));
background-color: #eee;
background: -moz-linear-gradient(bottom, #eef3f5, #fff);
-webkit-transition: margin 0.25s ease-in-out;
-moz-transition: margin 0.25s ease-in-out;
-o-transition: margin 0.25s ease-in-out;
border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
}
.colleft {
float: left;
max-width: 48%;
height: 600px;
padding-left: 0;
}
.colright {
float: right;
max-width: 48%;
height: 600px;
padding: 0;
}
article h1 {
color: white;
}
article h2 {
color: rgb(133,11,19);
}
.slide-footer {
position: absolute;
bottom: 1ex;
right: 1em;
font-size: 66%;
text-align: right;
z-index: -2;
}