2018-07-18 04:28:26 -05:00
|
|
|
/*seccion radio------------------------------ */
|
|
|
|
|
section.title{
|
|
|
|
|
justify-content:center;
|
|
|
|
|
-webkit-justify-content:center;
|
|
|
|
|
}
|
2018-07-27 16:45:29 -05:00
|
|
|
article.title{
|
|
|
|
|
flex:2;
|
|
|
|
|
}
|
2018-07-18 04:28:26 -05:00
|
|
|
article.title> p {
|
|
|
|
|
font-size:3em;
|
|
|
|
|
color:black;;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
text-align:center;
|
|
|
|
|
}
|
2018-07-27 16:45:29 -05:00
|
|
|
article.bcast{
|
|
|
|
|
flex:1;
|
|
|
|
|
border: 1px solid red;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
margin:30px;
|
|
|
|
|
padding:5px;
|
|
|
|
|
background-color:white;
|
|
|
|
|
}
|
|
|
|
|
article.bcast > form > div >*{
|
|
|
|
|
width:100%;
|
|
|
|
|
}
|
|
|
|
|
article.bcast > form > div >input{
|
|
|
|
|
min-height: 30px;
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
}
|
|
|
|
|
#gpass{
|
|
|
|
|
color:white;
|
|
|
|
|
font-size:1.5em;
|
|
|
|
|
}
|
2018-07-18 04:28:26 -05:00
|
|
|
section.radio{
|
|
|
|
|
justify-content:center;
|
|
|
|
|
-webkit-justify-content:center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
article.info{
|
|
|
|
|
flex:1;
|
|
|
|
|
border: 1px solid red;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
margin:30px;
|
|
|
|
|
min-width:260px;
|
|
|
|
|
background-color:black;
|
|
|
|
|
}
|
|
|
|
|
article.info p {
|
|
|
|
|
font-size:1em;
|
|
|
|
|
color:white;
|
|
|
|
|
font-weight:lighter;
|
|
|
|
|
margin:10px;
|
|
|
|
|
display:inline;
|
|
|
|
|
}
|
|
|
|
|
div#histg{
|
|
|
|
|
height:100px;
|
|
|
|
|
background-color:white;
|
|
|
|
|
margin:5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.cont{
|
|
|
|
|
display: -webkit-box; display: -moz-box; display: -ms-flexbox;
|
|
|
|
|
display: -webkit-flex; display: flex;
|
|
|
|
|
margin:5px;
|
|
|
|
|
}
|
|
|
|
|
div.cont p{
|
|
|
|
|
margin:1px 3px;;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
article.rmod{
|
|
|
|
|
flex:1;
|
|
|
|
|
margin:30px;
|
|
|
|
|
background-color:black;
|
|
|
|
|
}
|
|
|
|
|
.rmod label{
|
|
|
|
|
color:white;
|
|
|
|
|
display:block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1.3em;
|
|
|
|
|
margin: 3vh 0vh;
|
|
|
|
|
}
|
|
|
|
|
.rmod textarea{ width:100%; height:15vh;display:block;}
|
|
|
|
|
.rmod input[type=submit] { width:100%; height:10vh;display:block;}
|
|
|
|
|
|
|
|
|
|
div#onAir{
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
background-color:red;
|
|
|
|
|
margin: auto;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
display:inline-block;
|
|
|
|
|
}
|
|
|
|
|
|