80 lines
1.2 KiB
CSS
80 lines
1.2 KiB
CSS
|
|
body {
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position-x: center;
|
|
background-position-y: center;
|
|
color: white;
|
|
background-image: url("hatter.jpg");
|
|
font-family: Geneva, sans-serif;
|
|
}
|
|
|
|
#tartalom {
|
|
background-color: rgba(4, 42, 63, 0.8);
|
|
margin-bottom: 20px;
|
|
padding: 40px;
|
|
width: 900px;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.keret {
|
|
padding: 0px 25px 0px 25px;
|
|
margin: auto 20px;
|
|
}
|
|
|
|
.keret img {
|
|
max-width: 800px;
|
|
border-bottom: 3px solid rgb(58, 189, 201);
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.kepalairas {
|
|
font-size: 1.3em;
|
|
margin: 0;
|
|
font-style: italic;
|
|
text-align: center;
|
|
line-height: 130%;
|
|
}
|
|
|
|
table {
|
|
background-color: rgba(227, 225, 233, 0.3);
|
|
border: 3px solid rgb(58, 189, 201);
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-collapse: collapse;
|
|
max-width: 800px;
|
|
}
|
|
|
|
th {
|
|
background-color: rgba(58, 189, 201, 0.6);
|
|
color: white;
|
|
}
|
|
|
|
th, td {
|
|
border: 1px solid rgb(58, 189, 201);
|
|
padding: 5px;
|
|
}
|
|
|
|
.azure {
|
|
color: cyan;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1, h2 {
|
|
font-style: italic;
|
|
}
|
|
|
|
a {
|
|
color: rgb(58, 189, 201);
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover{
|
|
color: yellow;
|
|
}
|
|
|
|
p {
|
|
justify-content: justify;
|
|
text-indent: 20px;
|
|
} |