mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
first commit
This commit is contained in:
25
css/style.css
Normal file
25
css/style.css
Normal file
@@ -0,0 +1,25 @@
|
||||
* {
|
||||
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: black;
|
||||
}
|
||||
#content div {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.content-img {
|
||||
float: left;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.content-img img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.content-text {
|
||||
margin-left: 130px;
|
||||
}
|
||||
Reference in New Issue
Block a user