home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 117
/
FreelogNo117-OctobreNovembre2013.iso
/
Theme
/
8GadgetPack
/
8GadgetPackSetup.msi
/
flyout.css_3
< prev
next >
Wrap
Text (UTF-16)
|
2012-05-19
|
3KB
|
77 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
{
margin: 0px;
padding: 0px;
width: 303px;
height: 225px;
color: #ffffff;
font-size: 10px;
background-color:#ff00ff;
font-family: Meiryo UI, MS UI Gothic, Calibri, Tahoma, sans-serif;
background-repeat: no-repeat;
}
a#flyoutTitleLink
{
position:absolute;
left:5px;
top:0px;
width:286px;
height:18px;
color: #fff;
padding-top:1px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
overflow:hidden;
}
a#flyoutTitleLink:hover
{
color:#d6f4ff;
}
div#flyoutBack
{
position: absolute;
left: 5px;
top: 3px;
width:291px;
height:26px;
}
a#flyoutPubDate
{
text-decoration: none;
position: absolute;
left: 5px;
top: 19px;
width: 280px;
height: 18px;
color: #ffffff;
font-size: 11px;
font-family: Meiryo UI, MS UI Gothic, Calibri, Tahoma, sans-serif;
}
a#flyoutPubDate:hover
{
color:#d6f4ff;
}
div#flyoutMain
{
position: absolute;
left: 0px;
top: 34px;
width: 291px;
height: 180px;
color: #000000;
font-size: 12px;
overflow:auto;
padding-right:10px;
padding-left:10px;
padding-top:10px;
}