Files
sailing-analytics/java/com.sap.sailing.gwt.ui/Simulator.css
T

393 lines
7.5 KiB
CSS

@import url(fontface.css);
//@import url(CommonControls.css);
/** Add css rules here for your application. */
/*
body #calendar:after
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
*/
.clear {
clear: both;
font-size: 1px;
height: 0px;
line-height: 0px;
margin: -1px 0 0;
width: 100%;
}
.cover {
left: -1000px;
overflow: hidden;
position: absolute;
top: -1000px;
}
.titleLabelWrapper {
position: relative;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.titleLabel {
text-align: center;
font-family: 'OpenSansSemiBold', Arial, Verdana, sans-serif;
font-size: 18px;
color: #fff;
margin: 23px 0 0 0;
}
body {
background: #ebebeb;
font-family: 'OpenSansRegular', Arial, Verdana, sans-serif;
line-height: 1;
font-size: 14px;
font-weight: 400;
padding: 80px 0 160px 0;
margin: 0;
color: #7c7c7c;
}
table td,select,button {
font-family: 'OpenSansLight', Arial, Verdana, sans-serif;
line-height: 1;
font-size: 14px;
}
.contentOuterPanel {
background: #dddcdc;
margin: 0 12px 0 12px;
padding: 12px;
}
/** Example rules used by the template application (remove for your app) */
h1 {
font-size: 2em;
font-family: 'OpenSansSemiBold', Arial, Verdana, sans-serif;
color: #777777;
margin: 40px 0px 70px;
text-align: center;
}
table {
border-collapse: separate;
}
/*.RaceBoardHeaderPanel {
margin: 0 12px 14px 12px;
}*/
.sapLogo {
float: left;
margin: 13px 0 0 12px;
}
.pioLogo {
float: right;
margin: 11px 20px 0 12px;
}
.sailingAnalyticsLabelPanel {
margin: 10px 0 0 0;
}
.sailingAnalyticsLabel {
float: left;
color: #fff;
font-size: 14px;
font-weight: bold;
margin: 15px 0 0 0;
}
.timePanelSettings {
display: none;
}
/*.leaderboardLabel {
border-bottom: 2px solid #007dc0;
padding: 0 0 6px 0;
font-family: 'OpenSansSemiBold', Arial, Verdana, sans-serif;
}*/
.refreshAndSettings {
background: #f2f2f2;
border-bottom: 2px solid #fff;
border-top: 2px solid #fff;
height: 30px;
}
.refreshAndSettings table td {
padding: 0 10px 0 0;
}
.refreshAndSettings table table td {
padding: 0 0 0 0;
}
.race-name {
line-height: 1.0;
}
input.magnifier {
display: block;
margin: 3px auto 0 auto !important;
}
.breadcrumbPanel {
height: 30px;
margin: 0 12px 13px 12px;
}
.mainPanel {
width: 100%;
}
/*.raceBoardNavigation {
float: right;
margin: 26px 0 0 0;
font-family: 'OpenSansLight', Arial, Verdana, sans-serif;
}
.raceBoardNavigation-navigationitem {
color: #dddcdc;
text-transform: uppercase;
font-weight: 500;
margin: 0 12px 0 0;
padding: 0 0 5px 0;
}
.raceBoardNavigation-navigationitem:hover {
border-bottom: 4px solid #f0ab00;
color: #dddcdc;
text-decoration: none;
}
.raceBoardNavigation-navigationitem:active {
border-bottom: 4px solid #f0ab00;
color: #dddcdc;
text-decoration: none;
}*/
.abstractChartPanel-importantMessageOfChart {
font-family: 'OpenSansSemiBold', Arial, Verdana, sans-serif;
font-size: 20px;
height: 70px;
margin: 0 auto;
padding: 49px 0 0 80px;
width: 300px;
color: #7c7c7c;
background: url(images/important-message.png) left center no-repeat;
}
/*.breadcrumbPanel-NextArrow {
display: none;
}*/
.replayPanel {
position: relative;
z-index: 10;
}
.innerHeadline {
font-family: OpenSansSemiBold, Arial, Verdana, sans-serif;
font-size: 16px;
color: #7c7c7c;
margin: 15px 0
}
.sectorHeadline {
font-family: OpenSansLight, Arial, Verdana, sans-serif;
font-size: 16px;
}
.controlPanelInnerWrapper {
margin: 0 10px;
}
.windPanel {
width: 100%;
}
.choosePattern {
width: 100%;
margin: 0 0 15px 0;
}
.choosePattern td:last-child {
text-align: right;
}
.optionsPanel {
background: url(images/simulator/panel_bg.png) 0 0 repeat-x;
border-bottom: 4px solid #7c7b7c;
padding: 0 10px;
}
.mapOptions {
background: url(images/simulator/panel_bg.png) 0 0 repeat-x;
border-bottom: 4px solid #7c7b7c;
padding: 0 10px;
}
.timePanelButton {
float: left;
margin: 0 0 0 5px;
}
.playPauseButton {
padding: 0;
width: 28px;
height: 24px;
background: url(images/timeslider-play-active-icon.png) 0 0 no-repeat;
cursor: pointer;
}
.playPauseButton:hover{
background: url(images/playbutton-hover.png) 0 0 no-repeat !important;
cursor: pointer;
}
.playPauseButtonPause {
background: url(images/timeslider-pause-icon.png) 0 0 no-repeat;
}
.playPauseButtonPause:hover {
background: url(images/playbuttonPause-hover.png) 0 0 no-repeat !important;
cursor: pointer;
}
.backToLivePlayButton {
float: left;
padding: 3px 10px 4px;
}
.sliderWrapper {
float: left;
width: 100%;
margin: 0 0 7px 0;
}
.sliderLabel {
width: 200px;
padding: 12px 0 14px 12px;
}
/* styles for the masterPanel */
#masterPanelLeft .gwt-SliderBar-shell {
background: url(images/simulator/slider_bg.png) 0 0 repeat-x;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border: 1px solid #ccc;
height: 36px;
}
#masterPanelLeft .gwt-SliderBar-shell .gwt-SliderBar-line {
border: 1px solid #919191;
background-color: #818181;
height: 4px;
width: 90%;
top: 23px;
overflow: hidden;
}
#masterPanelLeft .gwt-SliderBar-shell .gwt-SliderBar-line-disabled {
border: 1px solid gray;
}
/*#masterPanelLeft .gwt-SliderBar-shell .gwt-SliderBar-knob {
top: 14px;
width: 11px;
height: 21px;
z-index: 1;
cursor: pointer;
}*/
#masterPanelLeft .gwt-SliderBar-shell .gwt-SliderBar-tick {
top: 18px;
width: 1px;
height: 6pt;
background: #919191;
overflow: hidden;
}
#masterPanelLeft .gwt-SliderBar-shell .gwt-SliderBar-mark {
top: 21pt;
width: 6px;
height: 6pt;
background: #f0ab00;
overflow: hidden;
border-left: 4px solid #fff;
border-right: 4px solid #fff;
}
#masterPanelLeft .gwt-SliderBar-shell .gwt-SliderBar-tick-disabled {
background: gray;
}
#masterPanelLeft .gwt-SliderBar-shell .gwt-SliderBar-ticklabel {
font-size: 12px;
cursor: default;
font-family: 'OpenSansSemiBold',Arial,Verdana,sans-serif;
top: 5px;
}
#masterPanelLeft .gwt-SliderBar-shell .gwt-SliderBar-markerlabel {
top: 30pt;
font-size: 12px;
color: #bc9434;
cursor: default;
font-family: 'OpenSansSemiBold',Arial,Verdana,sans-serif;
}
#masterPanelLeft .gwt-SliderBar-shell-focused {
}
#masterPanelLeft .gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
cursor: pointer;
}
.boatClassLabel {
width: 235px;
margin: 0 0 15px 0;
}
.sailingPanel {
width: 100%;
}
.dockLayoutPanel div[style="position: absolute; overflow: hidden; left: 0px; right: 0px; bottom: 0px; height: 90px;"] {
box-shadow: 0 0 8px #424242;
z-index: 10;
}
.MapDisplayOptions {
margin: 0 15px 0 0;
}
.MapDisplayOptions label,.gwt-RadioButton label {
margin: 0 0 0 5px;
}
.MapDisplayOptions {
margin: 0 0 0 5px;
}
.timeSliderWrapperPanel{
-webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15); /* WebKit */
-moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15); /* Firefox */
-o-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15); /* Firefox */
-ms-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15); /* Firefox */
box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15); /* Standard */
}
.polarDiv
{background-color: white;width:100%;height:100px;border-radius: 5px; -moz-border-radius: 5px;
-webkit-border-radius: 5px; border: 1px solid #177980;}
-moz-border-radius: 5px; border: 1px solid #177980;}
-o-border-radius: 5px; border: 1px solid #177980;}
-ms-border-radius: 5px; border: 1px solid #177980;}