/*/ Fonts /*/ /* Not Eason Pro but Day Roman (1) */ @font-face { font-family : eason; src : url("../fonts/Day Roman.eot"); src : local('O'), url("../fonts/Day Roman.woff2") format("woff2"), url("../fonts/Day Roman.woff") format("woff"), url("../fonts/Day Roman.ttf") format("truetype"); } /* Not Cronos but Legacy Sans (2) */ @font-face { font-family : cronos; src : url("../fonts/Legacy Sans LT Medium Regular.eot"); src : local('O'), url("../fonts/Legacy Sans LT Medium Regular.woff2") format("woff2"), url("../fonts/Legacy Sans LT Medium Regular.woff") format("woff"), url("../fonts/Legacy Sans LT Medium Regular.ttf") format("truetype"); } .GW2Tooltip { position : absolute; display : none; z-index : 100; box-sizing : border-box; min-height : 210px; width : 379px; margin-top : -2em; padding : 5px; -webkit-box-sizing : border-box; -moz-box-sizing : border-box; } .GW2TooltipContents { padding : 15px; background : url("../img/tooltipBackgroundNewTrans.png") 0 0 no-repeat; /* http://cloud.gw2skills.net/img/sb_bg_top_350.png */ background-color : rgba(50, 64, 56, 0.9); font-family : cronos; color : #FFFFFF; text-shadow : #000000 0px 0px 3px; border : 2px solid #000000; box-shadow : 0 0 20px #757575; -webkit-box-shadow : 0 0 20px #757575; } .GW2TooltipLink:hover + .GW2Tooltip { display : inline-block; } .GW2Tooltip:hover { display : inline-block; } .GW2TooltipImage { height : 40px; width : 40px; border : 1px solid #EEEEEE; border-top : 1px solid #AAACAF; border-right : 1px solid #686B6D; border-bottom : 1px solid #686B6D;; border-left : 1px solid #AAACAF; } .GW2TooltipRarityJunk { color : #AAAAAA; } .GW2TooltipRarityBasic { color : #FFFFFF; } .GW2TooltipRarityFine { color : #62A4DA; } .GW2TooltipRarityMasterwork { color : #1A9306; } .GW2TooltipRarityRare { color : #FCD00B; } .GW2TooltipRarityExotic { color : #FFA405; } .GW2TooltipRarityAscended { color : #FB3E8D; } .GW2TooltipRarityLegendary { color : #4C139D; } .GW2TooltipValueIcon { height : 1em; width : 1em; } .GW2TooltipDescFlavor { color : #99EEDD; } .GW2TooltipValueGold { color : #A18238; } .GW2TooltipValueSilver { color : #838383; } .GW2TooltipValueCopper { color : #724419; } .ItemTooltipConsumableDescriptionIndent { margin-left : 35px; color : #CCCCCC; } .SkillTooltipBeige { color : #FFCC77; } .SkillTooltipIconSmall { vertical-align : text-top; height : 1em; } .SkillTooltipIconLarge { float : left; width : 32px; } .SkillTooltipInfoSection { display : table; width : 335px; } .SkillTooltipInfoSection > div { display : table-cell; vertical-align : middle; width : 303px; padding-left : 5px; font-size : 90%; color : #CCCCCC; }