From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/xpinstall_api_reference/index.html | 132 ---------------------------- 1 file changed, 132 deletions(-) delete mode 100644 files/es/xpinstall_api_reference/index.html (limited to 'files/es/xpinstall_api_reference/index.html') diff --git a/files/es/xpinstall_api_reference/index.html b/files/es/xpinstall_api_reference/index.html deleted file mode 100644 index c2809418ff..0000000000 --- a/files/es/xpinstall_api_reference/index.html +++ /dev/null @@ -1,132 +0,0 @@ ---- -title: XPInstall API Reference -slug: XPInstall_API_Reference ---- -

@namespace url(http://www.mozilla.org/keymaster/gat...re.is.only.xul); -

/* ----------Make toolbars Look ok on Classic---------- */ -

-
  1. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox { -
-
 -moz-appearance: toolbox !important;
- background-color: -moz-Dialog !important;
- border-top: 2px solid !important;
- -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important;
-
-

} -

-
  1. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox toolbar { -
-
 -moz-appearance: toolbar !important;
- border-top: 2px solid !important;
- -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important;
-
-

} -

-
  1. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar { -
-
 border: none !important;
-
-

} -

-
  1. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar, -
  2. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #PersonalToolbar { -
-
 -moz-opacity: 1 !important;
-
-

} -

-
  1. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar, -
  2. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar menubar, -
  3. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #nav-bar { -
-
 -moz-appearance: toolbar !important;
-
-

} -

-
  1. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox #toolbar-menubar { -
-
  background: none !important;
-
-

} -

-
  1. main-window:not(:-moz-system-metric(windows-default-theme)) #navigator-toolbox { -
-
  background-color: -moz-Dialog !important;
-
-

} -

/* ----------Fix Address Bar---------- */ -

-
  1. urlbar { -
-
 padding-left: 1px !important;
-
-

} -

/* code from kliu0x52 */ -

-
  1. urlbar:not(:-moz-system-metric(windows-default-theme)) { -
-
  -moz-appearance: TextField ! important;
-
-

} -

-
  1. urlbar{{ mediawiki.external('chromedir=\"ltr\"') }}:not(:-moz-system-metric(windows-default-theme)) { -
-
  -moz-margin-start: 4px ! important;
-
-

} -

-
  1. urlbar{{ mediawiki.external('chromedir=\"ltr\"') }}:not(:-moz-system-metric(windows-default-theme)) > #identity-box { -
-
  -moz-margin-start: 0px ! important;
-
-

} -

-
  1. urlbar{{ mediawiki.external('chromedir=\"ltr\"') }}:not(:-moz-system-metric(windows-default-theme)) > #identity-box > hbox { -
-
  border-left-style: none ! important;
-  padding-left: 2px ! important;
-  -moz-border-radius: 0px ! important;
-
-

} -

.searchbar-textbox:not(:-moz-system-metric(windows-default-theme)) { -

-
  -moz-appearance: TextField ! important;
-
-

} -/* end of code from kliu0x52 */ -

/* ----------Remove withe background from menubar---------- */ -

-
  1. toolbar-menubar { -
-
 background: none !important;
-
-

} -

-
  1. main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #file-menu, -
  2. main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #edit-menu, -
  3. main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #view-menu, -
  4. main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #history-menu, -
  5. main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #bookmarksMenu, -
  6. main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #tools-menu, -
  7. main-window{{ mediawiki.external('sizemode=\"maximized\"') }} #helpMenu { -
-
 color: #ffffff !important;
-
-

} -

/* ----------Make bookmarks toolbar blue---------- */ -

-
  1. PersonalToolbar:-moz-system-metric(windows-default-theme) { -
-
 -moz-appearance: communications-toolbox !important;
- padding: 2px 2px 3px 2px !important;
-
-

} -

-
  1. PersonalToolbar .toolbarbutton-text:-moz-system-metric(windows-default-theme) { -
-

color: #fff !important; -margin-bottom: 1px !important; -} -

toolbarbutton.bookmark-item:-moz-system-metric(windows-default-theme) { -padding: 2px 6px !important; -

-- cgit v1.2.3-54-g00ecf