Skip to content

Old Flight Flags - Lair Hot Swap Compatible by Whatabunger

Details

AuthorWhatabunger

LicenseNo License

CategoryDergen

Created

Updated

Size6.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Brings back the original flags for the flights across the site, barring user profiles. Read Notes.

Notes

I deliberately excluded player profiles from this mod as it is meant to be paired with my other mod, "Lair Location Hot Swap" which lets you manually set your flag and would conflict. This is a fork of an old mod from the prior stylesheet repository which is now both unsafe to use and also no longer even working.

Source code

/* ==UserStyle==
@name           Old Flight Flags
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Brings back the old flight flags.
@author         whatabunger
==/UserStyle== */

@-moz-document url("https://www1.flightrising.com/"), url-prefix("https://www1.flightrising.com/forums"), url-prefix("https://www1.flightrising.com/buy-gems"), url-prefix("https://www1.flightrising.com/market"), url-prefix("https://www1.flightrising.com/auction-house"), url-prefix("https://www1.flightrising.com/trading"), url-prefix("https://www1.flightrising.com/crossroads"), url-prefix("https://www1.flightrising.com/skins"), url-prefix("https://www1.flightrising.com/exchange"), url-prefix("https://www1.flightrising.com/play/fairgrounds"), url-prefix("https://flightrising.com/main.php?p=battle"), url-prefix("https://www1.flightrising.com/dominance"), url-prefix("https://www1.flightrising.com/wiki"), url-prefix("https://www1.flightrising.com/site"), url-prefix("https://www1.flightrising.com/waystone"), url-prefix("https://www1.flightrising.com/world-map"), url-prefix("https://flightrising.com/main.php?p=search"), url-prefix("https://www1.flightrising.com/search"), url-prefix("https://www1.flightrising.com/dressing"), url-prefix("https://www1.flightrising.com/scrying"), url-prefix("https://www1.flightrising.com/game-database"), url-prefix("https://www1.flightrising.com/support"), url-prefix("https://www1.flightrising.com/achievements"), url-prefix("https://www1.flightrising.com/gathering"), url-prefix("https://www1.flightrising.com/bestiary"), url-prefix("https://www1.flightrising.com/msgs"), url-prefix("https://www1.flightrising.com/clan-home"), url-prefix("https://www1.flightrising.com/shop-home"), url-prefix("https://www1.flightrising.com/play-home") {
    /* Insert code here... */
    
          /* ARCANE */
  
    img[src="/images/layout/revamp/banners/arcane_small.png"], img[src="/static/layout/revamp/banners/arcane_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/RYJMpa4.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
    
      /* PLAGUE */
  
img[src="/images/layout/revamp/banners/plague_small.png"], img[src="/static/layout/revamp/banners/plague_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/s1GAkgl.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     }
  
  /* LIGHT */
  
 img[src="/images/layout/revamp/banners/light_small.png"], img[src="/static/layout/revamp/banners/light_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/FsxB7uB.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
  
  /* SHADOW */
  
 img[src="/images/layout/revamp/banners/shadow_small.png"], img[src="/static/layout/revamp/banners/shadow_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/An8Q3pn.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
  
  /* ICE */
  
   img[src="/images/layout/revamp/banners/ice_small.png"], img[src="/static/layout/revamp/banners/ice_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/w0rchki.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
  
  /* WATER */
  
     img[src="/images/layout/revamp/banners/water_small.png"], img[src="/static/layout/revamp/banners/water_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/fz2Ct3g.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
  
  /* WIND */
  
    img[src="/images/layout/revamp/banners/wind_small.png"], img[src="/static/layout/revamp/banners/wind_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/wGUMW2r.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
  
  /* NATURE */
  
    img[src="/images/layout/revamp/banners/nature_small.png"], img[src="/static/layout/revamp/banners/nature_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/kmw8fj7.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
  
  /* LIGHTNING */
  
    img[src="/images/layout/revamp/banners/lightning_small.png"], img[src="/static/layout/revamp/banners/lightning_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/THHYGnF.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
  
  /* FIRE */
  
    img[src="/images/layout/revamp/banners/fire_small.png"], img[src="/static/layout/revamp/banners/fire_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://i.imgur.com/dLuSqge.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
  
  
  /* EARTH */
  
    img[src="/images/layout/revamp/banners/earth_small.png"], img[src="/static/layout/revamp/banners/earth_small.png"] { 
display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://i.imgur.com/s7L4uoB.png) no-repeat;
  width: 60px; /* Width of new image */
  height: 60px; /* Height of new image */
  padding-left: 60px; /* Equal to width of new image */
     } 
}

Reviews

No reviews yet.