59 lines
656 B
CSS
59 lines
656 B
CSS
*{
|
|
font-family: Tahoma;
|
|
font-size: 14px;
|
|
}
|
|
|
|
body{
|
|
background-image: url('\SRC_képregény\\hatter.jpg');
|
|
margin: 2%;
|
|
}
|
|
|
|
input{
|
|
width: 30%;
|
|
}
|
|
|
|
table{
|
|
background-color: lightblue;
|
|
width: 75%;
|
|
}
|
|
|
|
th{
|
|
padding-left: 0.5%;
|
|
}
|
|
|
|
td{
|
|
padding-left: 0.5%;
|
|
}
|
|
|
|
table, th, td{
|
|
border: 1px solid black;
|
|
}
|
|
|
|
button, .gomb{
|
|
border-radius: 5px;
|
|
width: 6%;
|
|
}
|
|
|
|
.cim{
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
font-family: Tahoma;
|
|
margin-left: 19%;
|
|
}
|
|
|
|
.title{
|
|
float:left;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.bevitel{
|
|
margin-left: 10%;
|
|
}
|
|
|
|
.bevitel input:first-child{
|
|
margin-right: 3%;
|
|
}
|
|
|
|
.sor{
|
|
margin-bottom: 1.5%;
|
|
} |