burger-quizz/style/smartphone.css

91 lines
1001 B
CSS

html
{
min-width: 460px;
}
#core
{
left : 5px;
right: 5px;
top : 280px;
}
#menu_left
{
/*text-justify: inter-word;*/
position:absolute;
top : 160px;
height: 80px;
left: 30px;
right: 30px;
width: auto;
min-width: 400px;
padding: 0px;
border-style: solid hidden solid hidden;
border-radius: 20px 20px 20px 20px;
}
#menu_left a
{
font-size: 32px;
letter-spacing: -2px;
}
#menu_right
{
position:absolute;
top: 250px;
right: 10px;
left:10px;
width: auto;
height: 30px;
padding: 0px;
border-style: hidden;
}
.form
{
width : 100%;
height : 10%;
left : 0%;
text-align: center;
}
.form_input
{
width: 100%;
height : 20px;
}
.form_input input
{
width : 90px;
height : 20px;
}
table{
border-width: 0px;
border-radius: 0px;
border-style: none;
padding: 0px;
margin: 20px 0px 20px 0px;
}