Files
dojo/public/home/bcast/cssCast.css

59 lines
1.1 KiB
CSS
Raw Normal View History

2018-07-27 16:45:29 -05:00
body{
background-repeat: no-repeat;
background-attachment: fixed;
background-size:cover;
background-image:url("grulla_21.jpg");
background-position: right top;
2018-08-14 02:33:30 -05:00
2018-07-27 16:45:29 -05:00
}
section.header{
background-color: rgba(51,51,51,0);
display: block;
padding: 45px 15px 0px;
}
h2.textHead{
background-color: #c22a39;
color: white;
text-align: center;
font-weight: bold;
margin: auto;
font-size: 2em;
padding: 2.5vh;
}
section.content{
justify-content: center;
-webkit-justify-content: center;
background-color: rgba(51,51,51,0);
padding: 40px 0px 0px 0px;
}
article.imageHead{
min-width:270px;
background-repeat: no-repeat;
background-size:contain;
background-position:center;
flex:1 1 270px;
flex-shrink:1;
max-width:500px;
margin:20px;
min-height:300px
}
section.vid{
display:flex;
justify-content: center;
-webkit-justify-content: center;
background-color: rgba(0,0,0,0.85);
2018-08-14 02:33:30 -05:00
padding: calc(1% + 5px) 0px;
2018-07-27 16:45:29 -05:00
width:100%;
height:90vh;
}
div.flowplayer{
2018-08-14 02:33:30 -05:00
background-image:url("noise.jpg");
}
.flowplayer.is-ready:not(.is-poster){
background-color: rgba(0,0,0,0.4) !important;
2018-07-27 16:45:29 -05:00
}