Add source/license notices
This commit is contained in:
parent
24e7d59267
commit
84ec1414dd
102 changed files with 306 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/about_page_scrollbars.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
@-moz-document url-prefix("about:"){
|
||||
window,
|
||||
page,
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/addon_manage_buttons_without_popup.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Show addon management buttons without opening popup */
|
||||
|
||||
/* Show addon management buttons without opening popup */
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/compact_addons_manager.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Make the installed addons list more compact, title + only */
|
||||
/* Installed extensions list will be 3-6 columns wide, themes will be 2 columns wide. No effect on recommendations but those can be styled by adding two_column_html_addons.css */
|
||||
/* Compatible with addon_manage_buttons_without_popup.css */
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/css_scrollbar_width_color.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Scrollbar colors and width - applied globally */
|
||||
@namespace url("http://www.w3.org/1999/xhtml");
|
||||
:root{ scrollbar-color: rgb(210,210,210) rgb(42,42,46) }
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/dark_settings_pages.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Recolors addons manager, preferences page and new about:config */
|
||||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/high_contrast_extended_style.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Intended to use with Firefox high contrast mode - forcing pages to use selected colors */
|
||||
/* This applies few additional colors for selected page elements trying to "fix" common layout patterns without being specific to any page */
|
||||
@-moz-document url-prefix("http"),url-prefix("about:"){
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/limit_css_data_leak.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Limit CSS data leak, POTENTIALLY BREAKS SOME SITES */
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/multi_column_addons.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Multi-column addons for html addons manager available in Firefox 68 */
|
||||
/* You can use compact_addons_manager.css with this to make things even more, well, compact */
|
||||
/* Compatible with addon_manage_buttons_without_popup.css */
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/newtab_background_color.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
@namespace url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
@-moz-document url("about:home"),url("about:blank"),url("about:newtab"),url("about:privatebrowsing"){
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/transparent_reader_toolbar.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Toolbar is invisible until hovered */
|
||||
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/two_column_addons.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* Show addons in two columns */
|
||||
|
||||
/* This doesn't work for new html addons page available in Firefox 68 - use two_column_html_addons.css instead */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue