mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
26 lines
353 B
CSS
26 lines
353 B
CSS
* {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-weight: bold;
|
|
color: white;
|
|
font-size: 70pt;
|
|
padding: 0;
|
|
margin: 0;
|
|
-webkit-text-stroke: 3px black;
|
|
background-color: transparent;
|
|
}
|
|
#content div {
|
|
margin-top: 5px;
|
|
}
|
|
.content-img {
|
|
float: left;
|
|
width: 100px;
|
|
}
|
|
|
|
.content-img img {
|
|
display: block;
|
|
}
|
|
|
|
.content-text {
|
|
margin-left: 130px;
|
|
}
|