mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 04:42:08 +01:00
28 lines
349 B
CSS
28 lines
349 B
CSS
* {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-weight: bold;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
#content div {
|
|
margin-top: 5px;
|
|
}
|
|
.content-img {
|
|
float: left;
|
|
width: 100px;
|
|
}
|
|
|
|
.content-img img {
|
|
display: block;
|
|
}
|
|
|
|
.content-text {
|
|
margin-left: 130px;
|
|
}
|
|
|
|
.content-text p {
|
|
display: inline;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|