view gwt-client/src/main/webapp/FLYS.css @ 9658:d86c7cb68b41

Importer (s/u-info) extensions: daily discharge: detecting, logging and skipping lines with missing date or q, or duplicate date, detecting wrong column titles and cancelling the import, specific error message if gauge not found
author mschaefer
date Mon, 23 Mar 2020 15:33:40 +0100
parents 05405292a7ca
children
line wrap: on
line source
/** Add css rules here for your application. */


/** 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;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}


/** BfG Colors */
.bgWhite {
  background-color: #ffffff;
}

.bgBlueLight {
  background-color: #cfe1f1;
}

.bgBlueMid {
  background-color: #a9c9e6;
}

.bgBlueDark {
  background-color: #669fd1;
}


/** Fontstyles */
.fontLightSmall {
  font-family: Arial,Verdana,sans-serif;
  font-size: 10pt;
  color: #cfe1f1;
}

.fontLightMid {
  font-family: Arial,Verdana,sans-serif;
  font-size: 12pt;
  color: #cfe1f1;
}

.fontLightBig {
  font-family: Arial,Verdana,sans-serif;
  font-size: 18pt;
  color: #cfe1f1;
}

.fontNormalSmall {
  font-family: Arial,Verdana,sans-serif;
  font-size: 10pt;
  color: #a9c9e6;
}

.fontBlackMid {
  font-family: Arial,Verdana,sans-serif;
  font-size: 12pt;
  color: #000000;
}

.fontBlackSmall {
  font-family: Arial,Verdana,sans-serif;
  font-size: 10pt;
  color: #000000;
}

.fontNormalMid {
  font-family: Arial,Verdana,sans-serif;
  font-size: 12pt;
  color: #a9c9e6;
}

.fontWhiteMid {
  font-family: Arial,Verdana,sans-serif;
  font-size: 12pt;
  color: #FFFFFF;
}

.fontNormalBig {
  font-family: Arial,Verdana,sans-serif;
  font-size: 18pt;
  color: #a9c9e6;
}

.fontNormalSmallUnderlined {
  font-family: Arial,Verdana,sans-serif;
  font-size: 10pt;
  text-decoration: underline;
}

.oldParameters {
    border-bottom: 1px solid black;
    padding: 5px;
}

label {
  font-family: Arial,Verdana,sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}

.loading-box {
    border: 1px solid black;
}

.loading-title {
    background: white;
    padding-left: 10px;
    color: black;
    font-size: 15px;
    font-style: normal;
    padding: 10px;
}

.loading-message {
    background: white;
    color: black;
    font-size: 11px;
    font-style: normal;
    padding-left: 10px;
}

.featureinfo-row {
    border-bottom: 1px solid black;
}

.capabilities-info-title {
    font-weight: bold;
}

.property-dialog-axis {
    border-bottom: 1px solid black;
}

/** Mapstyle*/
.olMap {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

/* Login jsp */
#authentication {
    margin-left: 25%;
    margin-right: 25%;
    padding: 2em;
    border: 2px solid #cfe1f1;
    border-radius: 15px;
}

#authentication div {
    margin: 1em 0;
    font-size: 1.2em;
}

#authentication div.error {
    text-align: center;
    border: 1px solid red;
    border-radius: 5px;
}

#authentication table {
    margin-bottom: 1em;
}

.riverinfopanel {
    border: 3px solid #CFE1F1;
    padding: 8px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.riverinfopanel .gwt-Label {
    margin-right: 10px;
}

.projectsHeader {
    font-family: Arial,Verdana,sans-serif;
    font-size: 10pt;
    color: #000000;
}

.projectsCloseButton {
    font-weight: bold;
    vertical-align: middle;
}

.projectsAddButton {
    font-weight: bold;
    vertical-align: middle;
}

.welcomeCreateText {
    font-family: Arial,Verdana,sans-serif;
    font-size: 11pt;
    color: #000000;
}

.header {
    border-bottom: 3px solid #669fd1;
}

.manageProjects {
      font-family: Arial,Verdana,sans-serif;
      font-size: 10pt;
      color: #a9c9e6;
      margin-left: 10px;
}

.olControlAttribution {
    bottom: 1em !important;
    font-size: 12px !important;
}

.riverLinkHighlight {
    background: #B7D431;
}

.naviChartGrayed,
.naviChartGrayedDark,
.naviChartGrayedOver,
.naviChartGrayedOverDark,
.naviChartGrayedSelected,
.naviChartGrayedSelectedDark,
.naviChartGrayedSelectedOver,
.naviChartGrayedSelectedOverDark,
.naviChartGrayedDisabled,
.naviChartGrayedDisabledDark  {
	
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #f0f0f0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-overflow: ellipsis;	
	
  color: #CCCCCC;
  font-style: italic;
}

.naviChartGrayedDark {
  background-color: #fafafa;
}

.naviChartGrayedOver,
.naviChartGrayedOverDark {
  background-color: #c4ddfd;
  background-image: url(./images/ListGrid/row_Over.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-attachment: scroll;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0ZGRmZCIvPjxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNmMGY4ZmYiLz48c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2U1ZjNmZiIvPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjY2NlNWZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzRkZGZkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(9%, #f0f8ff), color-stop(14%, #e5f3ff), color-stop(86%, #cce5ff), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  border-bottom: 1px solid #c4ddfd;
  border-top: 1px solid #c4ddfd;
  -webkit-box-shadow: inset #e5f0ff 0 1px 0, inset #e5f0ff 0 -1px 0;
  -moz-box-shadow: inset #e5f0ff 0 1px 0, inset #e5f0ff 0 -1px 0;
  box-shadow: inset #e5f0ff 0 1px 0, inset #e5f0ff 0 -1px 0;
}

.naviChartGrayedSelected,
.naviChartGrayedSelectedDark {
  background: #d6e8ff;
  border-bottom: 1px dotted #9fb7e9;
  border-top: 1px dotted #9fb7e9;
}

.naviChartGrayedSelectedOver,
.naviChartGrayedSelectedOverDark {
  border-bottom: 1px solid #ababab;
  border-top: 1px solid #b8cfef;
  background-color: #c4ddfd;
  background-image: url(./images/ListGrid/row_Selected_Over.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: bottom left;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0ZGRmZCIvPjxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNmMGY4ZmYiLz48c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2U1ZjNmZiIvPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjY2NlNWZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzRkZGZkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(9%, #f0f8ff), color-stop(14%, #e5f3ff), color-stop(86%, #cce5ff), color-stop(100%, #c4ddfd));
  background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -moz-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: -o-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
  background-image: linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
}

.naviChartGrayedDisabled,
.naviChartGrayedDisabledDark {
  background-color: white;
  color: #ababab;
}

http://dive4elements.wald.intevation.org