This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Hi, urbanhusky here. | |
This is cobbled together from various sources. | |
One of those sources is: https://github.com/MrOtherGuy/firefox-csshacks | |
*/ | |
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_tabs.css made available under Mozilla Public License v. 2.0 | |
See the above repository for updates as well as full license text. */ | |
/* Makes tabs to appear on multiple lines */ | |
/* Tab reordering will not work and can't be made to work */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For there to be any display/colouration of the dynamic range, there needs to be a DYNAMIC RANGE tag set | |
// This can be generated with the foobar 2000 component from http://dr.loudness-war.info/ | |
// Dynamic range can be a value between 1 (really bad) and 20 (really good) | |
// | |
// This style partitions the dynamic range into 3 bands: bad, in-between and good. | |
// The colours for in-between are blended between bad and good | |
// *** CUSTOMISATION STARTS HERE *** | |
// Set your preferred colours below :) - only edit the lines that start with $puts( | |
// Colour notation is: red,green,blue or red,green,blue,red,green,blue |