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.
onthedots/code/game.css

120 lines
2.1 KiB

@font-face {
font-family: augie; src: url('ress/augie.ttf');
}
.all-container {
display : flex;
justify-content: center;
}
.day { background: #eee; color: black; }
.night { background: #333; color: white; }
.lightButton {
position: absolute;
right: 5px;
}
.flex-container {
display : flex;
align-items: baseline;
width : min-content;
margin: 20px;
flex-direction: column;
}
.vitraux {
display : flex;
align-items: baseline;
width : min-content;
margin: 20px;
flex-direction: column;
}
.vitrail-plein {
margin: 3px;
padding: 6px;
background-image: url(ress/fond_fin.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.vitrail-vide {
margin: 3px;
padding: 6px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.vitrail-select {
-webkit-box-shadow:inset 0px 0px 0px 5px red;
-moz-box-shadow:inset 0px 0px 0px 5px red;
box-shadow:inset 0px 0px 0px 5px red;
}
.vitrail-hover {
-webkit-box-shadow:inset 0px 0px 0px 5px blue;
-moz-box-shadow:inset 0px 0px 0px 5px blue;
box-shadow:inset 0px 0px 0px 5px blue;
}
.stats {
width: 150px;
padding: 10px;
font-size: large;
font-weight: bold;
font-family: 'Segoe print';
}
.txt {
padding: 10px;
font-size: large;
font-weight: bold;
font-family: 'Segoe print';
}
.back {
position: absolute;
bottom: 5px;
}
.bd {
border-style: solid;
border-width: 5px;
}
.bd2 {
border-color: mediumblue;
border-style: solid;
border-width: 5px;
}
.child {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.parent {
position: relative;
}
h1 {
margin-block-start: 0px;
margin-block-end: 0px;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.win {
-webkit-box-shadow:inset 0px 0px 0px 5px lime;
-moz-box-shadow:inset 0px 0px 0px 5px lime;
box-shadow:inset 0px 0px 0px 5px lime;
}