KI_Schulwettbewerb/main/popup.css

77 lines
1.4 KiB
CSS

body{
width: 300px;
background-color: rgb(255, 221, 221);
font-size: 17px;
font-style: inherit;
}
h1{
text-align: center;
}
.text{
width: 100%;
color: rgb(0,0,0);
border-top-width: 10px;
border-top-style: solid;
border-top-color: rgb(255, 168, 168);
}
.counter{
width: 100%;
color: rgb(0,0,0);
border-top-width: 10px;
border-top-style: solid;
border-top-color: rgb(255, 168, 168);
font-size: 80%;
margin-bottom: 10px;
}
.counter p{
margin-bottom: 5px;
text-align: center;
}
#getDetectedWords{
font-size: 110%;
font-weight:bold;
background-color: rgb(255, 168, 168);
min-width: 20px;
width: auto;
height: 20px;
display: inline-block;
border-color: rgb(255, 168, 168);
border-radius: 20px;
border-style: solid;
border-width: 10px;
margin-left: 40%;
margin-top: 0px;
text-align: center;
}
.knöpfe{
background-color: rgb(255, 168, 168);
border-color: rgb(255, 168, 168);
border-radius: 5px;
border-style: solid;
border-width: 5px;
padding-bottom: 20px;
padding-top: 20px;
}
.knopf{
background-color: white;
color: red;
width: 70%;
height: 50px;
text-align: center;
margin-left: 5%;
margin-top: 10px;
}
.switch{
width: 20px;
}