@font-face { font-family: Segoe; src: url('ress/Segoepr.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; } .player { position: absolute; left: 5px; } .logo { text-align: center; } .texte { font-size: medium; font-family: 'Segoe print'; } .texteG { font-size: xx-large; font-weight: bold; font-family: 'Segoe print'; }