home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 117
/
FreelogNo117-OctobreNovembre2013.iso
/
Theme
/
8GadgetPack
/
8GadgetPackSetup.msi
/
currency.css_1
< prev
next >
Wrap
Text (UTF-16)
|
2012-05-19
|
20KB
|
599 lines
/*
//----------------------------------------------
// THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.
// Copyright (c) 2009 Microsoft Corporation. All rights reserved.
//----------------------------------------------
*/
body
{
font-family: 'Segoe UI', Tahoma;
font-size: 12px;
margin: 0px;
width: 254px;
height: 171px;
background-repeat:no-repeat;
background-color:Transparent;
}
a
{
cursor:default;
}
.UIBoundary
{
position:absolute;
top: 15px;
width: 220px;
height: 101px;
left: 13px;
}
.currencyContainer
{
width: 100%;
position: absolute;
}
.currencyTitle
{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #ffffff;
}
.currencyValue
{
font-family: 'Segoe UI', Tahoma;
font-size: 12px;
font-weight: bold;
position: absolute;
border: transparent 1px solid;
padding-bottom: 1px;
padding-top: 3px;
padding-right: 3px;
padding-left: 3px;
top: 25px;
left: 19px;
height: 21px;
width: 180px;
color: #000000;
text-align: right;
background-color: transparent;
z-index: 100;
}
.currencyValueBack
{
border: #000000 1px solid;
background-color: #ffffff;
padding-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
margin-top: 25px;
margin-left: 19px;
margin-right: 19px;
height: 21px;
width: 180px;
filter:alpha(opacity=50);
background-color: #ffffff;
z-index: 50;
}
.currencyDiv
{
width: 100%;
left: 0px;
height: 54px;
position: absolute;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid transparent;
}
.currencyOnlineButton
{
width: 16px;
height: 16px;
z-index: 300;
display: block;
}
#currencyImage
{
width: 7px;
height: 4px;
margin-left: 3px;
margin-right: 3px;
display: inline;
}
.currencyDeleteButton
{
width: 16px;
height: 16px;
z-index: 300;
display: none;
}
.dataProviderLink
{
font-size: 10px;
color: #ffffff;
text-decoration: none;
text-overflow: ellipsis;
white-space:nowrap;
cursor:hand;
}
#captionA
{
color: #ffffff;
text-decoration: none;
}
#bottomTable
{
position: absolute;
bottom: 22px;
width: 211px;
height: 16px;
margin-left: 20px;
margin-right: 28px;
display: block;
table-layout:fixed;
}
.bottomTableTdDataLink
{
width:100px;
height: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #ffffff;
}
.ageStampTextUndockedMode
{
width:95px;
height:16px;
padding-right:4px;
text-align:right;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
font-size:11px;
color:White;
z-index:99;
visibility:inherit;
}
.ageStampTextUndockedModeRtl
{
width:95px;
height:16px;
padding-left:4px;
text-align:left;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
font-size:11px;
color:White;
z-index:99;
visibility:inherit;
}
.bottomTableTdAddButton
{
width:16px;
height: 16px;
padding-top: 0px;
padding-bottom: 0px;
}
#addButton
{
width: 16px;
height: 16px;
background: no-repeat url(../images/add_up.png);
font-size:0px;
}
.message
{
position:absolute;
top: 0px;
left: 13px;
width: 220px;
height: 162px;
text-align: center;
vertical-align: center;
padding: 10px 10px 10px 10px;
z-index: 50;
}
.dockedUIBoundary
{
position:absolute;
width: 130px;
height: 83px;
}
.dockedCurrencyContainer
{
position: absolute;
width: 100%;
}
.dockedCurrencyTitle
{
font-size: 11px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 3px;
color: #ffffff;
width: 37;
}
.dockedCurrencyValue
{
font-family: 'Segoe UI', Tahoma;
font-size: 12px;
font-weight: bold;
position: absolute;
border: transparent 1px solid;
padding-bottom: 1px;
padding-top: 3px;
padding-right: 5px;
padding-left: 1px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
top: 9px;
right: 7px;
height: 21px;
width: 72px;
color: #000000;
text-align: right;
background-color: transparent;
z-index: 100;
display:block;
}
.dockedCurrencyValueBack
{
font-size: 12px;
font-weight: bold;
position: absolute;
border: #000000 1px solid;
padding-bottom: 1px;
padding-top: 3px;
padding-right: 5px;
padding-left: 1px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
top: 9px;
right: 7px;
height: 21px;
width: 72px;
color: #000000;
text-align: right;
filter:alpha(opacity=50);
background-color: #ffffff;
z-index: 50;
display:block;
}
.dockedCurrencyValueRtl
{
font-size: 12px;
font-weight: bold;
position: absolute;
border: 1px;
padding-bottom: 1px;
padding-top: 3px;
padding-right: 5px;
padding-left: 1px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
top: 9px;
left: 7px;
height: 21px;
width: 72px;
color: #000000;
text-align: right;
background-color: transparent;
z-index: 100;
display:block;
}
.dockedCurrencyValueBackRtl
{
font-size: 12px;
font-weight: bold;
position: absolute;
border: #000000 1px solid;
padding-bottom: 1px;
padding-top: 3px;
padding-right: 5px;
padding-left: 1px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
top: 9px;
left: 7px;
height: 21px;
width: 72px;
color: #000000;
text-align: right;
filter:alpha(opacity=50);
background-color: #ffffff;
z-index: 50;
display:block;
}
.dockedMessage
{
position:absolute;
top: 0px;
height: 81px;
z-index:50;
text-align: center;
vertical-align: middle;
padding: 5px 5px 5px 5px;
width: 129px;
}
.dockedCurrencyDiv
{
left: 0px;
}
.dockedCurrencyImageDiv
{
display: none;
}
.dockedCurrencyOnlineButton
{
display: none;
}
.dockedCurrencyDeleteButton
{
display: none;
}
#curr1
{
width: 100%;
}
.undockedcurr1
{
top: 55px;
}
.dockedcurr1
{
top: 30px;
}
#curr2
{
top: 110px;
width: 100%;
display: none;
}
#curr3
{
top: 165px;
width: 100%;
display: none;
}
#popup
{
height: 130px;
border: 1px solid black;
background-color: #ffffff;
display: none;
position: absolute;
z-index: 500;
}
#currencyList
{
border: 0px solid black;
background-color: Transparent;
display: none;
position: absolute;
z-index: 500;
}
.undockedPopup
{
width: 160px;
top: 13px;
left: 37px;
overflow: hidden;
}
.dockedPopup
{
width: 120px;
top: 0px;
left: 5px;
overflow: hidden;
}
#menu
{
position: absolute;
overflow:hidden;
height: 129px;
top: 0px;
left: 0px;
overflow: hidden;
}
.undockedMenu
{
width: 158;
}
.dockedMenu
{
width: 118;
}
.undockedOptions
{
width: 150;
}
.dockedOptions
{
width: 110;
}
#options {
position:absolute;
top: 0px;
list-style-type: none;
margin: 0px;
padding: 0px;
}
#scrollbar
{
border: solid 1px #a1a2a7;
position:absolute;
display:block;
top: 0px;
height:128px;
width:10px;
}
.undockedScrollbar
{
left: 150px;
}
.dockedScrollbar
{
left: 110px;
}
.thumb {
left: 0px;
width: 8px;
background-color: #a1a2a7;
color: #000000;
border: solid 1px #a1a2a7;
}
.dockedCurrencySelect
{
font-size: 11px;
width: 119px;
}
.undockedCurrencySelect
{
font-size: 11px;
width: 210px;
}
.dockedCurrencyList
{
top:5px;
left:5px;
}
.undockedCurrencyList
{
top:18px;
left:18px;
}
.currencyTitleLeftBorder
{
width: 3px;
background: no-repeat url(../images/combo-hover-left.png);
}
.currencyTitleRightBorder
{
width: 3px;
background: no-repeat url(../images/combo-hover-right.png);
}
.dockedCurrencytable
{
height: 21px;
position: absolute;
}
.currencyTable
{
height: 21px;
position: absolute;
}
.tableFont
{
font-family: 'Segoe UI', Tahoma;
font-size: 12px;
table-layout:fixed;
}
.tableCaption
{
font-family: 'Segoe UI', Tahoma;
font-size: 12px;
}
.infoImage
{
vertical-align:top;
}
.infoImageRtl
{
vertical-align:top;
}
#messageTable
{
padding-left:10px;
padding-right:10px;
color:White;
}
.ageStampTextDockedMode
{
position:absolute;
bottom:5px;
right:7px;
text-align:right;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
font-size:11px;
color:White;
z-index:99;
visibility:inherit;
}
.ageStampTextDockedModeRtl
{
position:absolute;
bottom:5px;
left:7px;
text-align:left;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
font-size:11px;
color:White;
z-index:99;
visibility:inherit;
}