Removes scene transparency and adds bubbles behind dragon names, so you can see your dragons on their scenes while still bonding with your familiars.
Flight Rising - Pseudo-Scenic Mode by brilokuloj
Details
Authorbrilokuloj
LicenseCC Zero
Categoryflightrising.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Flight Rising - Pseudo-Scenic Mode
@namespace https://brila.eggware.xyz/
@version 1.0.0
@description Removes scene transparency.
@author brilokuloj
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/dragon/") {
#dragon-profile-scene.dragon-profile-scene-custom { opacity: 1; }
/*Styling the text boxes*/
#dragon-profile-familiar-name, #dragon-profile-familiar-type {
margin: 0 auto;
width: fit-content;
}
#dragon-profile-header, #dragon-profile-familiar-name, #dragon-profile-familiar-type {
background: linear-gradient(to bottom, #f9f9f9 0%,#eeeeee 100%);
border: 1px solid #858179;
padding: 2px 5px;
}
#dragon-profile-header { border-radius: 10px; }
#dragon-profile-familiar-name { border-radius: 10px 10px 0 0; }
#dragon-profile-familiar-type {
border-radius: 0 0 10px 10px;
margin-top: 2px;
}
/*compensate for familiar getting pushed down*/
#dragon-profile .dragon-profile-familiar { margin-top: -4px; }
}