home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 112
/
FreelogNo112-NovembreDecembre2012.iso
/
Multimedia
/
Songbird
/
Songbird_2.0.0-2311_windows-i686-msvc8.exe
/
chrome
/
songbird.jar
/
skin
/
dialogs
/
balloon.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2012-05-25
|
5KB
|
192 lines
/*
//
// BEGIN SONGBIRD GPL
//
// This file is part of the Songbird web player.
//
// Copyright(c) 2005-2008 POTI, Inc.
// http://songbirdnest.com
//
// This file may be licensed under the terms of of the
// GNU General Public License Version 2 (the "GPL").
//
// Software distributed under the License is distributed
// on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
// express or implied. See the GPL for the specific language
// governing rights and limitations.
//
// You should have received a copy of the GPL along with this
// program. If not, go to http://www.gnu.org/licenses/gpl.html
// or write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
// END SONGBIRD GPL
//
*/
/**
*******************************************************************************
BALLOON TIPS
Additional styles imported directly by notification popup balloons.
*******************************************************************************
*/
#balloonTip {
background-image: none !important;
background-color: transparent !important;
}
.balloontip-frame-nw {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(18px 27px 28px 9px);
background-color: transparent;
}
.balloontip-frame-n {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(18px 70px 28px 53px);
background-color: transparent;
}
.balloontip-frame-ne {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(18px 114px 28px 104px);
background-color: transparent;
}
.balloontip-frame-w {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(28px 27px 40px 9px);
background-color: transparent;
}
.balloontip-frame-e {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(28px 114px 40px 104px);
background-color: transparent;
}
.balloontip-frame-sw {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(40px 27px 50px 9px);
background-color: transparent;
}
.balloontip-frame-s {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(40px 70px 50px 53px);
background-color: transparent;
}
.balloontip-frame-se {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(40px 114px 50px 104px);
background-color: transparent;
}
.balloontip-header-topspacer {
height: 4px;
}
.balloontip-header-bottomspacer {
height: 12px;
}
.balloontip-leftspacer {
width: 6px;
}
.balloontip-rightspacer {
width: 8px;
}
.balloontip-bottomspacer {
height: 4px;
}
.balloontip-title-spacer {
width: 0px;
}
.balloontip-close-button {
-moz-appearance: none !important; /* grrrr! */
-moz-background-clip: padding !important;
border: none !important;
margin: 0px !important;
padding: 0px !important;
min-width: 0px !important;
min-height: 0px !important;
border-width: 0px !important;
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(0px 9px 9px 0px);
background-color: transparent;
}
.balloontip-close-button:hover {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(9px 9px 18px 0px);
background-color: transparent;
}
.balloontip-close-button:active {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(18px 9px 27px 0px);
background-color: transparent;
}
.balloontip-arrow-nw {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(0px 53px 28px 19px);
background-color: transparent;
}
.balloontip-arrow-ne {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(0px 104px 28px 70px);
background-color: transparent;
}
.balloontip-arrow-sw {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(40px 53px 67px 19px);
background-color: transparent;
}
.balloontip-arrow-se {
list-style-image: url(chrome://songbird/skin/balloon/balloon.png);
-moz-image-region: rect(40px 104px 67px 70px);
background-color: transparent;
}
.balloontip-frame-c {
-moz-opacity: 0.99;
background-color: #FDFFD5 !important;
}
.balloon-label,
.balloon-text-description {
color: black;
}
.balloon-icon-songbird {
list-style-image: url(chrome://songbird-branding/skin/logo_16.png);
background-color: transparent !important;
}
.balloontip-title {
font-weight: bold;
color: black !important;
}
.balloontip-checkbox-topspacer {
height: 4px;
}
.balloontip-checkbox > .checkbox-label-box > .checkbox-label {
color: black !important;
background-color: transparent !important;
}