diff --git a/obs/README.md b/obs/README.md new file mode 100644 index 0000000..ebfa325 --- /dev/null +++ b/obs/README.md @@ -0,0 +1,3 @@ +# OBS Configuration + +Notes about how I configure my OBS for live streaming mostly to Twitch. diff --git a/obs/rtirl.md b/obs/rtirl.md new file mode 100644 index 0000000..8cfb777 --- /dev/null +++ b/obs/rtirl.md @@ -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 +