mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-26 23:46:36 +00:00
182 lines
3.5 KiB
CSS
Executable File
182 lines
3.5 KiB
CSS
Executable File
@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; }
|
|
|
|
body {
|
|
background: #fff;
|
|
font-family: 'UbuntuRegular', Arial, Verdana, sans-serif;
|
|
line-height: 1;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
padding: 85px 0 120px 0;
|
|
margin: 0;
|
|
}
|
|
|
|
/** Example rules used by the template application (remove for your app) */
|
|
h1 {
|
|
font-size: 2em;
|
|
font-weight: bold;
|
|
color: #777777;
|
|
margin: 40px 0px 70px;
|
|
text-align: center;
|
|
}
|
|
|
|
table {
|
|
border-collapse: separate; }
|
|
|
|
table td,table th {
|
|
vertical-align: bottom;
|
|
line-height: 1.3;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.LogoAndTitlePanel {
|
|
height: 68px;
|
|
font-family: Arial, Verdana, sans-serif;
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 0;
|
|
background-image: url(images/white_gradient_header.png), url(images/header_bg_modern.png);
|
|
background-position: center top, 0 0;
|
|
background-repeat: no-repeat, repeat-x;
|
|
box-shadow: 0 0 20px #858585;
|
|
-moz-box-shadow: 0 0 20px #858585;
|
|
-webkit-box-shadow: 0 0 20px #858585;
|
|
}
|
|
|
|
.LogoAndTitlePanel:after {
|
|
content: " ";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
|
|
|
|
.sapLogo {
|
|
float: left;
|
|
margin: 13px 0 0 12px;
|
|
}
|
|
|
|
.sailingAnalyticsLabelPanel {
|
|
margin: 10px 0 0 0;
|
|
}
|
|
|
|
.sailingAnalyticsLabel {
|
|
float: left;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin: 15px 0 0 0;
|
|
}
|
|
|
|
.leaderboardLabel {
|
|
border-bottom: 2px solid #007dc0;
|
|
font-weight: bold;
|
|
margin: 5px;
|
|
}
|
|
|
|
.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 {
|
|
margin: 2px 10px 0 0;
|
|
line-height: 1.0;
|
|
float: left;}
|
|
|
|
input.magnifier{
|
|
display: block;
|
|
margin: 3px auto 0 auto !important;
|
|
}
|
|
|
|
body, table td, select, button {
|
|
font-family: 'UbuntuLight', Arial, Verdana, sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.busyIndicator-simpleBusyIndicator {
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.errorLabel {
|
|
color: #FF0000;
|
|
}
|
|
|
|
.raceBoardNavigation {
|
|
float: right;
|
|
margin:6px 0 0 0;
|
|
font-family: 'UbuntuLight', 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: 'UbuntuBold',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;
|
|
}
|
|
|
|
.LeaderboardHeader {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
width: 400px;
|
|
text-align: center;
|
|
font-family: 'UbuntuRegular', Arial, Verdana, sans-serif;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
margin-top: 22px;
|
|
} |