From 6beb446925c967aca92f5513adf36c5db77c00d6 Mon Sep 17 00:00:00 2001 From: TATTAVARADA Date: Thu, 27 Apr 2017 07:53:18 -0400 Subject: [PORTAL-7] Rebase This rebasing includes common libraries and common overlays projects abstraction of components Change-Id: Ia1efa4deacdc5701e6205104ac021a6c80ed60ba Signed-off-by: st782s --- .../main/webapp/static/fusion/raptor/css/Style.css | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 ecomp-sdk/epsdk-app-overlay/src/main/webapp/static/fusion/raptor/css/Style.css (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/static/fusion/raptor/css/Style.css') diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/static/fusion/raptor/css/Style.css b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/static/fusion/raptor/css/Style.css new file mode 100644 index 00000000..1fa71bef --- /dev/null +++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/static/fusion/raptor/css/Style.css @@ -0,0 +1,77 @@ +th.header { + background: #DDEEFB repeat-x 0 0 !important; + text-align: center; + color: #144BA1 !important; + font-weight: bold !important; +} +td.last, th.last { + border-right-width: 3px !important; +} +td.years , td.season, td.month { + text-align: center; + color: #043554; +} +td.years { + background: #085d8a !important; + color: white; +} +.years .z-label { + font-size: 16px; +} +td.season { + background: #F2DFBA !important; +} +td.month { + background: #CADBA4 !important; + font-style: italic; +} +.tooltip { + padding: .8em; + width: 200px; + border-width: 2px !important; + position: absolute; + background:#FFE45C url(${c:encodeURL('/images/tooltip-bg.png')}) repeat-x scroll 50% top; + border:1px solid #FED22F; + color:#363636; + -moz-border-radius-bottomleft:4px; + -moz-border-radius-bottomright:4px; + -moz-border-radius-topleft:4px; + -moz-border-radius-topright:4px; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + top: 280px; + display: none; +} + +.tooltip-anchor, .tooltip-anchor-inner { + position: absolute; + width:0; + height:0; + border-bottom-width: 0; + background: none; + border:1px solid #FED22F; + color:#363636; + border-bottom-width: 0; +} +.tooltip-anchor { + border-left:0 none; + border-right:17px dotted transparent; + border-top-width:14px; + bottom:-14px; + left:1em; + margin:0; + right:auto; +} +.tooltip-anchor-inner { + border-left:0 none; + border-right:12px dotted transparent; + border-top:10px solid #FFFFFF; + bottom:auto; + border-top-color:#FFE45C; + border-top-style:solid; + border-top-width:10px; + left:2px; + top:-14px; +} \ No newline at end of file -- cgit 1.2.3-korg