mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 04:35:01 +02:00
32 lines
365 B
CSS
32 lines
365 B
CSS
body{
|
|
background: #000000;
|
|
color: #ff0000;
|
|
font-family: 'Segoe UI';
|
|
}
|
|
|
|
label{
|
|
width: 5%;
|
|
display: inline-block;
|
|
text-align: right;
|
|
}
|
|
|
|
input{
|
|
background: #aa0000;
|
|
color: #000000;
|
|
font-size: 120%;
|
|
border: none;
|
|
}
|
|
|
|
.Message{
|
|
color: #b30000;
|
|
}
|
|
|
|
#Main{
|
|
background: #000000;
|
|
border-radius: 1%;
|
|
padding-left: 1%;
|
|
}
|
|
|
|
#Title{
|
|
font-size: 300%;
|
|
} |