Sword of the Stars: The Pit

Sword of the Stars: The Pit

Not enough ratings
Steam Notepad for The Pit
By Azulavis
Turn in-game Steam web browser into a notepad.
   
Award
Favorite
Favorited
Unfavorite
HOWTO:
Open in-game web browser and type in the following command as a single line:
data:text/html, <html contenteditable style='background: rgb(51,51,51); color: rgb(51,204,255); font-family: Arial; font-size: 26px;'>

Standard dark text on light background:
data:text/html, <html contenteditable style='background: rgb(255,255,255); color: rgb(0,0,0); font-family: Arial; font-size: 26px;'>

Yellow text:
data:text/html, <html contenteditable style='background: rgb(51,51,51); color: rgb(255,255,0); font-family: Arial; font-size: 26px;'>

Red text:
data:text/html, <html contenteditable style='background: rgb(51,51,51); color: rgb(255,0,0); font-family: Arial; font-size: 26px;'>

Green text:
data:text/html, <html contenteditable style='background: rgb(51,51,51); color: rgb(0,255,0); font-family: Arial; font-size: 26px;'>

Blue text:
data:text/html, <html contenteditable style='background: rgb(51,51,51); color: rgb(0,0,255); font-family: Arial; font-size: 26px;'>

Linux style:
data:text/html, <html contenteditable style='background: rgb(51,51,51); color: rgb(102,102,102); font-family: Arial; font-size: 26px;'>