You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
1.4 KiB

4 years ago
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
height: auto;
min-width: 600px;
position: absolute;
top: 5%;
font-size: 25px;
text-shadow: 2px 2px 5px #c41d1d;
font-family: Bradley Hand, cursive;
4 years ago
box-shadow: 30px 30px 35px black;
4 years ago
}
li {
float: left;
border-right:1px solid #bbbbbb;
4 years ago
}
li:last-child {
border-right: none;
}
li a, #turnTotal, #turnPlayer, #scoreCounter, #scoreO, #scoreX, #highScore {
4 years ago
display: block;
color: white;
text-align: center;
padding: 12px 14px;
4 years ago
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: #4CAF50;
}
#gameTable{
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 55%;
font-family: Brush Script MT;
font-weight: 600;
background-image: url("muster.jpg");
4 years ago
background-size: 800px;
4 years ago
box-shadow: 30px 30px 35px black;
}
4 years ago
.game{
border: solid black 0.1rem;
border-collapse: collapse;
font-size: 3rem;
4 years ago
text-shadow: 2px 2px 5px #c41d1d;
opacity: 0.9;
}
.fields{
width: 4rem;
height: 4rem;
4 years ago
}
body{
text-align: center;
justify-content: center;
background-color: #585858;
display: flex;
flex-direction: row;
justify-content: center;
background-image: url("hintergrund.jpg");
background-size: 1000px;
4 years ago
}