add obs rtirl stuff

main
Rob Muhlestein 4 months ago
parent 9bca64b08d
commit abb12d5cd7

@ -0,0 +1,3 @@
# OBS Configuration
Notes about how I configure my OBS for live streaming mostly to Twitch.

@ -0,0 +1,30 @@
# RTIRL overlays
## Common custom CSS
```css
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
body {
color: rgba(255, 255, 255, 1);
font-size: 30px;
font-family: Bangers;
font-weight: normal;
font-style: normal;
transform: rotate(0deg);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 1);
border-width: 0px;
border-style: solid;
text-align: right;
border-radius: 0% 0% 0% 0%;
padding: 0px;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: rgba(255, 255, 255, 1);
text-shadow: 2px 2px 0px rgba(0, 0, 0, 1)
}
```
## Time
https://overlays.rtirl.com/datetime/luxon.html?key=PUSHKEY&lang=en&format=fff
Loading…
Cancel
Save