77 lines
1.1 KiB
CSS
77 lines
1.1 KiB
CSS
|
|
/* Header */
|
||
|
|
header{
|
||
|
|
height: 60px;
|
||
|
|
background-color: #003C71;
|
||
|
|
}
|
||
|
|
|
||
|
|
#tittle{
|
||
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||
|
|
font-size: 20px;
|
||
|
|
text-align: right;
|
||
|
|
color: white;
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#logo, #logoF{
|
||
|
|
padding: 5px;
|
||
|
|
}
|
||
|
|
/* Fin de Header */
|
||
|
|
|
||
|
|
.container
|
||
|
|
{
|
||
|
|
max-width: 500px;
|
||
|
|
height: auto;
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
margin-top: 50px;
|
||
|
|
}
|
||
|
|
#question, #inc, #centro, #marca, #equipo
|
||
|
|
{
|
||
|
|
text-align: center;
|
||
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form-group{
|
||
|
|
max-width: auto;
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
#txtPassword
|
||
|
|
{
|
||
|
|
width: 200px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#menuButtons
|
||
|
|
{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
flex-flow: column;
|
||
|
|
margin: 5px;
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
max-width: 180px;
|
||
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||
|
|
text-align: center;
|
||
|
|
background-color: #003C71;
|
||
|
|
}
|
||
|
|
|
||
|
|
#button
|
||
|
|
{
|
||
|
|
margin-top: 10px;
|
||
|
|
background-color: #003C71;
|
||
|
|
}
|
||
|
|
|
||
|
|
.clasesita
|
||
|
|
{
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
#stock
|
||
|
|
{
|
||
|
|
max-width: 800px;
|
||
|
|
margin-left: 0%;
|
||
|
|
margin-right: 0%;
|
||
|
|
}
|