mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 22:19:13 +00:00
130 lines
2.4 KiB
CSS
130 lines
2.4 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; }
|
|
|
|
body {
|
|
background: #fff;
|
|
font-family: 'OpenSansRegular', 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; }
|
|
|
|
.leaderboardMargin {
|
|
margin: 5px;
|
|
}
|
|
|
|
.leaderboardContent {
|
|
}
|
|
|
|
.leaderboardContent td, .leaderboardContent th {
|
|
vertical-align: bottom;
|
|
line-height: 1.3;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.leaderboardContent-toolbar {
|
|
|
|
}
|
|
|
|
.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;}
|
|
|
|
input.magnifier{
|
|
display: block;
|
|
margin: 3px auto 0 auto !important;
|
|
}
|
|
|
|
body, table td, select, button {
|
|
font-family: 'OpenSansLight', Arial, Verdana, sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.errorLabel {
|
|
color: #FF0000;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.LeaderboardHeader {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
width: 400px;
|
|
text-align: center;
|
|
font-family: 'OpenSansRegular', Arial, Verdana, sans-serif;
|
|
font-size: 18px;
|
|
color: #fff;
|
|
margin-top: 22px;
|
|
}
|
|
|
|
.leaderboardHeading {
|
|
font-size: 16px;
|
|
font-family: 'OpenSansRegular', Arial, Verdana, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.gwt-DialogBox {
|
|
z-index: 20;
|
|
}
|