mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Fixes literally everything
This commit is contained in:
@@ -96,7 +96,7 @@ Notes:
|
||||
|
||||
|
||||
//Open a tooltip for user, at a location based on params
|
||||
//Theme is a CSS class in tooltip.html, by default this wrapper chooses a CSS class based on the user's UI_style (Midnight, Plasmafire, Retro)
|
||||
//Theme is a CSS class in tooltip.html, by default this wrapper chooses a CSS class based on the user's UI_style (Midnight, Plasmafire, Retro, etc)
|
||||
//Includes sanity.checks
|
||||
/proc/openToolTip(mob/user = null, atom/movable/tip_src = null, params = null,title = "",content = "",theme = "")
|
||||
if(istype(user))
|
||||
|
||||
@@ -61,6 +61,12 @@
|
||||
|
||||
.retro .wrap {border-color: #005E00;}
|
||||
.retro .content {color: #003366; border-color: #005E00; background-color: #00BD00;}
|
||||
|
||||
.slimecore .wrap {border-color: #2B2B33;}
|
||||
.slimecore .content {color: #6EA161; border-color: #2B2B33; background-color: #354E35;}
|
||||
|
||||
.operative .wrap {border-color: #A10000;}
|
||||
.operative .content {color: #0F0B0C ; border-color: #A10000; background-color: #382626;}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user