Files
archived-web-pres2/style-imagebg.css
2019-02-19 18:12:18 +00:00

45 lines
616 B
CSS

body
{
background-color: black !important;
color: white !important;
}
div.whole-slide
{
width: 100% !important;
}
h1 {
position: fixed;
background-color: rgba( 255, 255, 255, 0.8) !important;
width: 100%;
text-align: center;
}
img {
position: absolute;
z-index: -4;
margin: 0;
padding: 0;
width: 1024px;
height: 767px;
}
div.center-blurb {
color: black;
background-color: rgba( 255, 255, 255, 0.6 );
margin: 0 auto;
width: 50%;
}
div.center-blurb-wide {
color: black;
background-color: rgba( 255, 255, 255, 0.6 );
margin: 0 auto;
width: 66%;
}
div.center-blurb div {
text-align: left;
}