mirror of
https://github.com/php/web-pres2.git
synced 2026-03-23 23:12:07 +01:00
45 lines
616 B
CSS
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;
|
|
}
|