diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:43:14 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:44:30 +0200 |
commit | 14e6d0ed4be07a4d6bf94a141af83b7d60f1ac5f (patch) | |
tree | 9f8141f34e030eca326c1b0e39a8ba143a528dff /helpers/DATA/firefox/trisquel/extensions/spyblock@gnu.org/chrome/content/objtabs.css | |
parent | 686445fab20c835b9649f2278542069a5be87546 (diff) |
Make generation scripts distro-independent
Diffstat (limited to 'helpers/DATA/firefox/trisquel/extensions/spyblock@gnu.org/chrome/content/objtabs.css')
-rw-r--r-- | helpers/DATA/firefox/trisquel/extensions/spyblock@gnu.org/chrome/content/objtabs.css | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/helpers/DATA/firefox/trisquel/extensions/spyblock@gnu.org/chrome/content/objtabs.css b/helpers/DATA/firefox/trisquel/extensions/spyblock@gnu.org/chrome/content/objtabs.css deleted file mode 100644 index ce3a830..0000000 --- a/helpers/DATA/firefox/trisquel/extensions/spyblock@gnu.org/chrome/content/objtabs.css +++ /dev/null @@ -1,82 +0,0 @@ -/* - * This file is part of Adblock Plus <http://adblockplus.org/>, - * Copyright (C) 2006-2014 Eyeo GmbH - * - * Adblock Plus is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. - * - * Adblock Plus is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. - */ - -@namespace url("http://www.w3.org/1999/xhtml"); - -.%%CLASSVISIBLETOP%%, .%%CLASSVISIBLEBOTTOM%%, .%%CLASSHIDDEN%% -{ - position: fixed !important; - display: block !important; - - width: auto !important; - height: auto !important; - right: auto !important; - bottom: auto !important; - z-index: 65535 !important; - float: left !important; - border-color: black !important; - border-style: solid !important; - background: white !important; - color: black !important; - cursor: pointer !important; - white-space: nowrap !important; - font-family: Arial,Helvetica,Sans-Serif !important; - font-size: 10px !important; - font-style: normal !important; - font-variant: normal !important; - font-weight: normal !important; - letter-spacing: normal !important; - line-height: normal !important; - text-align: center !important; - text-decoration: none !important; - text-indent: 0px !important; - text-transform: none !important; - direction: ltr !important; - padding: 0px 5px !important; - -moz-binding: none !important; - -moz-user-focus: none !important; - -moz-user-input: none !important; - -moz-user-select: none !important; -} - -.%%CLASSVISIBLETOP%%, .%%CLASSHIDDEN%% -{ - border-width: 1px 1px 0px 1px !important; - border-top-left-radius: 10px !important; - border-top-right-radius: 10px !important; - border-bottom-left-radius: 0px !important; - border-bottom-right-radius: 0px !important; -} - -.%%CLASSVISIBLEBOTTOM%% -{ - border-width: 0px 1px 1px 1px !important; - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; - border-bottom-left-radius: 10px !important; - border-bottom-right-radius: 10px !important; -} - -.%%CLASSVISIBLETOP%%, .%%CLASSVISIBLEBOTTOM%% -{ - visibility: visible !important; -} - -.%%CLASSHIDDEN%% -{ - visibility: hidden !important; -} |