mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-26 23:46:36 +00:00
350 lines
6.1 KiB
CSS
350 lines
6.1 KiB
CSS
@import url(fontface.css);
|
|
|
|
/** Add css rules here for your application. */
|
|
/*
|
|
body #calendar:after
|
|
content: " ";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
*/
|
|
.clearafter {
|
|
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: url(images/spectatorview-bg.png) no-repeat left top #ebebeb;
|
|
font-family: 'UbuntuRegular', Arial, Verdana, sans-serif;
|
|
line-height: 1;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
padding: 85px 0 120px 0;
|
|
margin: 0;
|
|
color: #3b3b3b;
|
|
}
|
|
|
|
a {
|
|
color: #2968c0;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
table td,select,button {
|
|
line-height: 1;
|
|
font-family: 'UbuntuRegular', Arial, Verdana, sans-serif;
|
|
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-weight: bold;
|
|
color: #777777;
|
|
margin: 40px 0px 70px;
|
|
text-align: center;
|
|
}
|
|
|
|
table {
|
|
border-collapse: separate;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.RaceBoardHeaderPanel {
|
|
margin: 0 12px 18px 12px;
|
|
}
|
|
|
|
.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;
|
|
padding: 0 0 6px 0;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.timeLinePanel {
|
|
width: 100%;
|
|
position: fixed;
|
|
bottom: 0;
|
|
height: 101px;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.timeLineInnerPanel {
|
|
height: 100%;
|
|
margin: 0 12px;
|
|
background: #dddcdc;
|
|
padding: 24px 24px 0 24px;
|
|
}
|
|
|
|
.timeLineInnerBgPanel {
|
|
background: #f6f6f6;
|
|
border-top-left-radius: 6px;
|
|
border-top-right-radius: 6px;
|
|
height: 80px;
|
|
}
|
|
|
|
.footerShadowPanel {
|
|
position: fixed;
|
|
height: 50px;
|
|
bottom: 0;
|
|
background: url(images/footer_shadow.png) left bottom repeat-x;
|
|
width: 100%;
|
|
z-index: 2000;
|
|
}
|
|
|
|
.breadcrumbPanel {
|
|
height: 30px;
|
|
margin: 0 12px 13px 12px;
|
|
}
|
|
|
|
.mainPanel {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.raceBoardPanelHeader {
|
|
|
|
}
|
|
|
|
.raceBoardPanelHeader-name {
|
|
font-size: 24px;
|
|
text-transform: uppercase;
|
|
color: #a1a1a1;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.raceBoardNavigation {
|
|
float: right;
|
|
margin: 26px 0 0 0;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.leaderboardGroupPanel-GroupName {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.leaderboardGroupPanel-GroupDescription {
|
|
font-weight: 400;
|
|
line-height: 1.6;
|
|
font-size: 14px;
|
|
max-width: 1000px;
|
|
}
|
|
|
|
.leaderboardGroupPanel-LeaderboardsTableLabel {
|
|
margin: 0 13px 10px;
|
|
font-size: 17px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.leaderboardGroupPanel-ActiveRace, .leaderboardGroupPanel-ActiveLeaderboard, .leaderboardGroupPanel-InactiveRace {
|
|
padding: 5px 8px;
|
|
display: block;
|
|
float: left;
|
|
margin: 5px 5px 5px 0;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
background: url("images/btn-cta-orangeleft.png") repeat-x -10px 0 #e7e7e7;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
/*border: 1px solid #a6a6a6;*/
|
|
font-family: 'UbuntuBold', Arial, Verdana, sans-serif;
|
|
}
|
|
|
|
.leaderboardGroupPanel-ActiveRace:visited, .leaderboardGroupPanel-ActiveLeaderboard:visited{
|
|
color: #fff;
|
|
}
|
|
|
|
.leaderboardGroupPanel-ActiveRace:hover, .leaderboardGroupPanel-ActiveLeaderboard:hover {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
background: url("images/btn-cta-orangeleft.png") repeat-x -10px -30px #e7e7e7;
|
|
/*border: 1px solid #f1af10;*/
|
|
}
|
|
|
|
.leaderboardGroupPanel-ActiveRace {
|
|
|
|
}
|
|
|
|
.leaderboardGroupPanel-InactiveRace {
|
|
|
|
}
|
|
|
|
.welcomeWidget-WelcomePanel{
|
|
float: left;
|
|
max-width: 1000px;
|
|
color: #3e3e3e;
|
|
}
|
|
.welcomeWidget-WelcomePanelWrapper {
|
|
margin: 14px 13px 25px 13px;
|
|
max-width: 1000px;
|
|
}
|
|
|
|
.welcomeWidget-CloseButton {
|
|
|
|
}
|
|
|
|
.welcomeWidget-Header {
|
|
font-size: 24px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
|
|
.welcomeWidget-WelcomeText {
|
|
line-height: 1.6;
|
|
overflow: hidden;
|
|
max-height: 176px;
|
|
}
|
|
|
|
.breadcrumbPanel-NextArrow {
|
|
|
|
}
|
|
|
|
.breadcrumbPanel-ActiveBreadcrumb {
|
|
|
|
}
|
|
|
|
.breadcrumbPanel-InactiveBreadcrumb {
|
|
|
|
}
|
|
|
|
.leaderboardGroupPanel-GroupDetailsPanel {
|
|
margin: 0 13px 20px;
|
|
font-size: 21px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.leaderboardGroupPanel-InactiveRace {
|
|
background: #c0bebe;
|
|
font-family: 'UbuntuRegular', Arial, Verdana, sans-serif
|
|
}
|
|
|
|
.errorLabel {
|
|
color: #FF0000;
|
|
}
|
|
|
|
.feedbackPanel {
|
|
position: fixed;
|
|
top: 300px;
|
|
right: 0;
|
|
height: 127px;
|
|
width: 29px;
|
|
margin: 10px;
|
|
}
|
|
|
|
.feedbackPanel a {
|
|
display: block;
|
|
height: 127px;
|
|
width: 29px;
|
|
}
|
|
|
|
.groupOverviewPanel-groupDescription {
|
|
padding: 10px;
|
|
}
|
|
|
|
.groupOverviewPanel-searchLabel {
|
|
margin: 3px 5px 0 5px;
|
|
}
|
|
|
|
.groupOverviewPanel-searchInputField {
|
|
margin: 0 5px 0 0;
|
|
} |