/*
________________________________________________________________________
| | |
| Title: | Custom UI Font Family, Size and Color |
| Description: | Thay doi font, size, color cua ff theo y thich |
| | Code ngu, dung che :P |
| Author: | QHu91_IT |
|__________________|____________________________________________________|
*/
/* GENERAL */
popup:not(#autoscroller),
menupopup, popup menu, popup menuitem, menupopup menu, menupopup menuitem
{
-moz-appearance: none !important;
background: none !important;
opacity: 0.90 !important;
}
/* SEPARATOR */
menuseparator
{
-moz-appearance: none !important;
list-style-image: none !important;
background: none !important;
border-top: none !important;
border-right: none !important;
border-bottom: solid 2px #A9A9A9 !important;
border-left: none !important;
}
/* BORDER */
popup:not(#autoscroller),
menupopup, popup, context-menu
{
background: -moz-linear-gradient(top, #808080, #413839) repeat-x !important;
padding: 2px !important;
margin: 1px 6px !important;
margin-top: -3px !important;
border: solid 2px #435657 !important;
-moz-window-shadow: none !important;
-moz-border-radius: 8px !important;
}
/* DISABLED ITEM */
menuitem[disabled="true"]
{
color: #C0C0C0 !important;
font-style:italic !important;
}
/* SELECTED ITEM */
popup:not(#autoscroller) menu[_moz-menuactive="true"],
menupopup menu[_moz-menuactive="true"],
menuitem:not([disabled="true"])[_moz-menuactive="true"]
{
background: -moz-linear-gradient(top, #2B1B17, #726E6D) repeat-x !important;
opacity: 0.95 !important;
color:#3BB9FF !important;
-moz-border-radius: 4px !important;
}
menubar > menu:hover, menupopup > menu:hover, popup > menu:hover, menuitem:hover, menubar > menu:focus, menupopup > menu:focus, popup > menu:focus, menuitem:focus
{
background: -moz-linear-gradient(top, #2B1B17, #726E6D) repeat-x !important;
opacity: 0.95 !important;
-moz-border-radius: 4px !important;
}
/* FONT UI */
menubar, menubutton, menulist, menu, menuitem, toolbar, tab, tree, tooltip /*,textbox*/
{
font-family: SegoeUI, calibri, verdana, Trebuchet MS, Tahoma, Arial !important;
font-size: 11px !important;
color:#FFFFFF !important;
text-shadow: 2px 2px 2px black !important;
}
tooltip
{color:#5CB3FF !important;}
tab
{color:#330099 !important;
text-shadow: none !important;}
menu
{color:#FBB917 !important;
font-weight:bold !important;}
textbox, menulist, tree
{color:#800000 !important;
text-shadow: none !important;}
toolbar
{text-shadow: none !important;}