2013-11-07 19:00:34 +01:00
|
|
|
.gwt-Button {
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
background: url("gcube_images/hborder.png") repeat-x 0px -2077px
|
|
|
|
!important;
|
|
|
|
border: 1px solid #bbb !important;
|
|
|
|
border-bottom: 1px solid #a0a0a0 !important;
|
|
|
|
border-radius: 4px !important;
|
|
|
|
-moz-border-radius: 4px !important;;
|
|
|
|
-webkit-border-radius: 4px !important;
|
|
|
|
margin: 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-Button:active {
|
|
|
|
border: 1px inset #ccc !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-Button:hover {
|
|
|
|
border-color: #939393 !important;;
|
|
|
|
}
|
2013-02-26 19:44:48 +01:00
|
|
|
|
2013-04-30 16:16:20 +02:00
|
|
|
.openOptionsPanel {
|
|
|
|
margin: 25px 5px 0px -45px;
|
|
|
|
border: 1px solid #e3e8f3;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.openOption {
|
|
|
|
display: block;
|
|
|
|
height: 160px;
|
|
|
|
width: 250px;
|
|
|
|
opacity: 0.8;
|
|
|
|
text-align: center;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.openOption:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionOpenReport {
|
|
|
|
background: url('images/openReport.png') 50% 25px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionOpenTemplate {
|
|
|
|
background: url('images/openTemplate.png') 50% 25px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionUpload {
|
|
|
|
background: url('images/uploadReport.png') 55% 25px no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-12-18 00:47:35 +01:00
|
|
|
.optionDeleteVME {
|
|
|
|
background: url('images/deleteVME.png') 55% 25px no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-03-15 19:06:43 +01:00
|
|
|
.exportPanel {
|
2013-03-19 19:05:00 +01:00
|
|
|
margin: 5px 5px 5px 20px;
|
2013-03-15 19:06:43 +01:00
|
|
|
border: 1px solid #e3e8f3;
|
|
|
|
padding: 10px;
|
2013-03-16 18:14:36 +01:00
|
|
|
background-color: #FFF;
|
2013-03-15 19:06:43 +01:00
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2013-03-19 19:05:00 +01:00
|
|
|
height: 0px;
|
2013-03-16 18:14:36 +01:00
|
|
|
opacity: 0;
|
|
|
|
transition-property: opacity, height;
|
|
|
|
transition-duration: .55s;
|
|
|
|
transition-timing-function: ease-out;
|
|
|
|
-moz-transition-property: opacity, height;
|
|
|
|
-moz-transition-duration: .55s;
|
|
|
|
-moz-transition-timing-function: ease-out;
|
|
|
|
-webkit-transition-property: opacity, height;
|
|
|
|
-webkit-transition-duration: .55s;
|
|
|
|
-webkit-transition-timing-function: ease-out;
|
|
|
|
-ms-transition-property: opacity, height;
|
|
|
|
-ms-transition-duration: .55s;
|
|
|
|
-ms-transition-timing-function: ease-out;
|
|
|
|
}
|
|
|
|
|
2013-03-19 19:02:28 +01:00
|
|
|
.exportClose {
|
|
|
|
width: 775px;
|
|
|
|
}
|
|
|
|
|
2013-03-16 18:14:36 +01:00
|
|
|
.exportPanel-show {
|
|
|
|
opacity: 1;
|
|
|
|
background-color: #FFFFBF;
|
|
|
|
height: 220px;
|
2013-03-15 19:06:43 +01:00
|
|
|
}
|
2013-03-15 19:52:49 +01:00
|
|
|
|
2013-03-15 19:06:43 +01:00
|
|
|
.exportResult {
|
2013-03-15 19:52:49 +01:00
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
2013-03-15 19:06:43 +01:00
|
|
|
font-size: 18px;
|
|
|
|
color: #444;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2013-03-15 19:52:49 +01:00
|
|
|
|
|
|
|
.tinyMessage {
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
color: #444;
|
|
|
|
margin-top: 20px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2013-03-15 19:06:43 +01:00
|
|
|
.exportOption {
|
|
|
|
display: block;
|
|
|
|
height: 148px;
|
|
|
|
width: 250px;
|
2013-03-15 19:52:49 +01:00
|
|
|
opacity: 0.8;
|
2013-03-15 19:06:43 +01:00
|
|
|
text-align: center;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.exportOption:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionSave {
|
|
|
|
background: url('images/save.png') 55% 25px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionSaveAs {
|
|
|
|
background: url('images/save_as.png') 60% 25px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.optionSaveOpen {
|
|
|
|
background: url('images/save_open.png') 55% 25px no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-03-12 18:10:16 +01:00
|
|
|
.closeImage {
|
|
|
|
background: url(images/close.png) 0px 0px no-repeat;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
2013-03-19 19:02:28 +01:00
|
|
|
float: right;
|
2013-03-12 18:10:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.closeImage:hover {
|
|
|
|
background: url(images/close.png) 0px -16px no-repeat;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
.closeImage:active {
|
|
|
|
background: url(images/close.png) 0px -32px no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-03-05 19:47:10 +01:00
|
|
|
.deleteEntryButton {
|
|
|
|
background-image: none !important;
|
|
|
|
background-repeat: none !important;
|
2014-09-16 17:40:52 +02:00
|
|
|
background-color: #F2DEDE !important;
|
|
|
|
border-color: #EBCCD1 !important;
|
|
|
|
color: #A94440 !important;
|
2013-03-05 19:47:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.deleteEntryButton:hover {
|
|
|
|
color: #FFF !important;
|
|
|
|
}
|
|
|
|
|
2013-10-30 18:50:22 +01:00
|
|
|
.deleteAssociationButton {
|
|
|
|
background-image: none !important;
|
|
|
|
background-repeat: none !important;
|
2014-09-30 15:10:49 +02:00
|
|
|
background-color: #d9edf7 !important;
|
|
|
|
border-color: #AED3E5 !important;
|
|
|
|
color: #31708f !important;
|
2013-10-30 18:50:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.deleteAssociationButton:hover {
|
2014-09-30 15:10:49 +02:00
|
|
|
background-color: #AED3E5 !important;
|
2013-10-30 18:50:22 +01:00
|
|
|
color: #FFF !important;
|
|
|
|
}
|
|
|
|
|
2013-03-05 19:47:10 +01:00
|
|
|
.addEntryButton {
|
|
|
|
background-image: none !important;
|
|
|
|
background-repeat: none !important;
|
2014-09-30 15:10:49 +02:00
|
|
|
border-color: #B5D49B !important;
|
|
|
|
background-color: #d6e9c6 !important;
|
|
|
|
color: #3c763d !important;
|
2013-03-05 19:47:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.addEntryButton:hover {
|
2014-09-30 15:10:49 +02:00
|
|
|
background-color: #B5D49B !important;
|
2013-03-05 19:47:10 +01:00
|
|
|
color: #FFF !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seqWidget {
|
2013-12-17 19:19:51 +01:00
|
|
|
margin-top: 15px;
|
2013-12-12 16:39:48 +01:00
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2013-12-17 19:19:51 +01:00
|
|
|
border: 1px dashed maroon;
|
2013-03-05 19:47:10 +01:00
|
|
|
}
|
|
|
|
|
2013-12-12 16:39:48 +01:00
|
|
|
.seqWidget-shadow {
|
|
|
|
background-color: #FFF;
|
|
|
|
opacity: 0.9;
|
2013-12-17 19:19:51 +01:00
|
|
|
border: none;
|
|
|
|
border: 1px dashed #6C8CD5;
|
2013-12-12 16:39:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-13 18:26:22 +01:00
|
|
|
.grouping-inner {
|
|
|
|
background: url('images/grouping-border.png') repeat-x;
|
|
|
|
display: block;
|
|
|
|
height: 4px;
|
|
|
|
width: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grouping-border {
|
|
|
|
background: url('images/grouping-border.png') repeat-x;
|
|
|
|
display: block;
|
|
|
|
height: 8px;
|
|
|
|
width: 600px;
|
|
|
|
}
|
2013-02-06 23:25:43 +01:00
|
|
|
|
2013-03-12 18:10:16 +01:00
|
|
|
.imageTableTextPanel {
|
|
|
|
background-color: transparent;
|
|
|
|
margin: 8px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imageTableTextControlPanel {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2013-03-13 11:06:47 +01:00
|
|
|
.imageTableTextDelimiter {
|
|
|
|
border-bottom: 1px inset #336699;
|
|
|
|
width: 700px;
|
|
|
|
}
|
2013-03-12 18:10:16 +01:00
|
|
|
|
2013-03-07 16:03:01 +01:00
|
|
|
.imageWrapperPanel {
|
|
|
|
background-color: transparent;
|
|
|
|
border-bottom: 2px dashed #FFF;
|
|
|
|
margin: 8px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imagePanel {
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imageEmptyPanel {
|
|
|
|
background: #FFF url('images/droppingImage_bg.gif') repeat !important;
|
|
|
|
}
|
|
|
|
|
2013-03-06 19:06:42 +01:00
|
|
|
.tablePanel {
|
|
|
|
border-bottom: 2px dashed #FFF;
|
|
|
|
background-color: transparent;
|
2013-03-16 18:14:36 +01:00
|
|
|
margin: 8px 0px;
|
2013-03-06 19:06:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tableControlPanel {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableAttributesPanel {
|
|
|
|
margin: 8px 0px;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #336699;
|
|
|
|
}
|
|
|
|
|
2013-02-06 23:25:43 +01:00
|
|
|
.tableBorder {
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
height: 30px;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2013-03-06 19:06:42 +01:00
|
|
|
.tableButton {
|
|
|
|
background-image: none !important;
|
|
|
|
background-repeat: none !important;
|
|
|
|
background-color: #fff !important;
|
|
|
|
color: #666 !important;
|
|
|
|
margin-right: 10px !important;
|
|
|
|
}
|
|
|
|
|
2013-02-06 23:25:43 +01:00
|
|
|
.selectable {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-popup-header {
|
|
|
|
background-color: #EEE8BC;
|
|
|
|
border-color: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-popup {
|
|
|
|
background-color: #FFF8CC;
|
|
|
|
border-color: #EEE8BC;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-popup-textarea {
|
|
|
|
background-color: #FFF8CC;
|
2013-02-13 18:26:22 +01:00
|
|
|
border: none;
|
2013-02-06 23:25:43 +01:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selectedCell {
|
|
|
|
background-color: #e3e8f3 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialogText {
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tableBorder td {
|
2013-03-06 19:06:42 +01:00
|
|
|
border: 1px solid #BBBBBB;
|
2013-02-06 23:25:43 +01:00
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
2013-03-14 13:02:04 +01:00
|
|
|
.attribute-name {
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
2013-03-16 18:14:36 +01:00
|
|
|
padding-top: 8px;
|
2013-03-14 13:02:04 +01:00
|
|
|
}
|
|
|
|
|
2013-02-06 23:25:43 +01:00
|
|
|
.checkAttribute label {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wpFlow {
|
2013-02-14 19:17:45 +01:00
|
|
|
margin: 10px 5px 5px 20px;
|
|
|
|
border: 1px solid #e3e8f3;
|
2013-02-26 19:44:48 +01:00
|
|
|
padding: 0px 0px 25px 44px;
|
2013-02-13 18:26:55 +01:00
|
|
|
background-color: #e3e8f3;
|
2013-02-14 19:17:45 +01:00
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2013-02-26 19:44:48 +01:00
|
|
|
width: 750px;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.highlight_background {
|
|
|
|
background-color: #FFFE00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.none {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d4sRichTextArea {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
font-family: Times;
|
|
|
|
font-size: 20px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixedTextArea {
|
|
|
|
font-family: Times;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.droppingArea-Image {
|
|
|
|
border: 1px dashed #CCC;
|
|
|
|
background-image: url(images/droppingImage_bg.gif);
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
2013-11-07 19:00:34 +01:00
|
|
|
.sectionSwitch {
|
|
|
|
color: #91B2FF;
|
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
|
|
|
|
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sectionSwitch-button {
|
|
|
|
padding: 2px 6px;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sectionSwitch-button:hover {
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
2013-02-06 23:25:43 +01:00
|
|
|
|
|
|
|
.docEditedBy {
|
|
|
|
color: #666666;
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
font-size: 11px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reportHeader {
|
|
|
|
background-color: #CADEF4;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 1px 4px 1px 4px;
|
|
|
|
border-top: 1px solid #3366CC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeSeries_header {
|
|
|
|
background-color: #008080;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FFFFFF;
|
|
|
|
border: 1px solid #BBBBBB;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeSeries_header_font {
|
|
|
|
background-color: #008080;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FFFFFF;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeSeries_td {
|
|
|
|
background-color: #B7B7FF;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.margins {
|
|
|
|
border: 1px dashed #CCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagebreak {
|
|
|
|
background-image: url(images/pagebreak.gif);
|
|
|
|
border: 1px dashed #CCC;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeseriesArea {
|
|
|
|
border: 1px dashed #CCC;
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d4sRichTextArea {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
font-family: Times;
|
|
|
|
font-size: 20px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentArea {
|
|
|
|
background-image: url(images/comment_area.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-left: 15px;
|
|
|
|
border: 0px solid gray;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: italic;
|
|
|
|
color: #AAA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attributeArea {
|
2013-02-13 18:26:55 +01:00
|
|
|
margin-top: 5px;
|
2014-09-30 15:10:49 +02:00
|
|
|
margin-left: 5px;
|
2013-02-14 19:17:45 +01:00
|
|
|
padding-left: 0px;
|
2013-02-13 18:26:55 +01:00
|
|
|
border: none;
|
2013-02-06 23:25:43 +01:00
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
2013-02-14 23:55:40 +01:00
|
|
|
color: #336699;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.attributeValue {
|
|
|
|
padding-right: 5px;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
color: Blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.instructionArea {
|
2013-12-17 19:19:51 +01:00
|
|
|
margin: 5px 5px 0;
|
2013-02-06 23:25:43 +01:00
|
|
|
font-family: "Courier New", Courier, monospace;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #666;
|
2013-02-14 23:55:40 +01:00
|
|
|
padding: 3px 25px 0px 0px;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.gridAttribute {
|
|
|
|
background-color: #FFF;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagebreak {
|
|
|
|
background-image: url(images/pagebreak.gif);
|
|
|
|
border: 1px dashed #CCC;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
2013-02-13 18:26:22 +01:00
|
|
|
.d4sFrame {
|
2013-07-16 14:30:26 +02:00
|
|
|
border: 1px solid #CCC !important;
|
2013-02-14 16:04:02 +01:00
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2013-02-13 18:26:22 +01:00
|
|
|
background-color: white;
|
|
|
|
margin-top: 5px;
|
2014-09-30 15:10:49 +02:00
|
|
|
margin-left: 5px;
|
2013-02-13 18:26:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.report-ui-component {
|
2013-02-06 23:25:43 +01:00
|
|
|
background-repeat: no-repeat;
|
2013-02-14 19:17:45 +01:00
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2013-02-13 18:26:22 +01:00
|
|
|
color: maroon;
|
|
|
|
font-family: Verdana;
|
2013-02-06 23:25:43 +01:00
|
|
|
border: none;
|
2013-02-13 18:26:22 +01:00
|
|
|
padding-top: 2px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
background-image: url(images/title.png);
|
2013-10-30 18:50:22 +01:00
|
|
|
font-size: 18px;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
2013-02-14 19:17:45 +01:00
|
|
|
.title-label {
|
2013-10-30 18:50:22 +01:00
|
|
|
font-size: 18px;
|
2013-02-14 19:17:45 +01:00
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
2013-03-01 19:42:50 +01:00
|
|
|
.title-font {
|
2013-10-30 18:50:22 +01:00
|
|
|
font-size: 18px;
|
2013-03-01 19:42:50 +01:00
|
|
|
padding-left: 0px;
|
|
|
|
padding-bottom: 10px;
|
2013-03-10 16:46:15 +01:00
|
|
|
color: #336699;
|
2013-03-01 19:42:50 +01:00
|
|
|
}
|
|
|
|
|
2013-11-07 19:00:34 +01:00
|
|
|
.titleBar {
|
2013-11-08 12:46:33 +01:00
|
|
|
width: 810px;
|
2013-11-07 19:00:34 +01:00
|
|
|
height: 35px;
|
|
|
|
margin: -3px 0px 3px;
|
|
|
|
}
|
|
|
|
|
2013-02-13 18:26:22 +01:00
|
|
|
.heading1 {
|
2013-02-06 23:25:43 +01:00
|
|
|
background-image: url(images/heading_1.png);
|
2013-10-30 18:50:22 +01:00
|
|
|
font-size: 16px;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
2013-02-14 19:17:45 +01:00
|
|
|
.heading1-label {
|
2013-10-30 18:50:22 +01:00
|
|
|
font-size: 16px;
|
2013-02-14 19:17:45 +01:00
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
2013-02-13 18:26:22 +01:00
|
|
|
.heading2 {
|
2013-02-06 23:25:43 +01:00
|
|
|
background-image: url(images/heading_2.png);
|
2013-12-12 16:39:48 +01:00
|
|
|
font-size: 14px;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
2013-02-14 19:17:45 +01:00
|
|
|
.heading2-label {
|
2013-12-12 16:39:48 +01:00
|
|
|
font-size: 14px;
|
|
|
|
padding-left: 10px
|
2013-02-14 19:17:45 +01:00
|
|
|
}
|
|
|
|
|
2013-02-13 18:26:22 +01:00
|
|
|
.heading3 {
|
2013-02-06 23:25:43 +01:00
|
|
|
background-image: url(images/heading_3.png);
|
2013-12-12 16:39:48 +01:00
|
|
|
font-size: 12px;
|
2013-02-13 18:26:22 +01:00
|
|
|
}
|
|
|
|
|
2013-03-16 18:14:36 +01:00
|
|
|
.heading3-label {
|
2013-12-12 16:39:48 +01:00
|
|
|
font-size: 12px;
|
|
|
|
padding-left: 20px;
|
2013-02-14 19:17:45 +01:00
|
|
|
}
|
|
|
|
|
2013-02-13 18:26:22 +01:00
|
|
|
.heading4 {
|
|
|
|
background-image: url(images/heading_4.png);
|
2013-10-30 18:50:22 +01:00
|
|
|
font-size: 11px;
|
2013-02-13 18:26:22 +01:00
|
|
|
}
|
|
|
|
|
2013-03-16 18:14:36 +01:00
|
|
|
.heading4-label {
|
2013-10-30 18:50:22 +01:00
|
|
|
font-size: 11px;
|
2013-12-12 16:39:48 +01:00
|
|
|
padding-left: 30px;
|
2013-02-14 19:17:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.heading5 {
|
2013-02-13 18:26:22 +01:00
|
|
|
background-image: url(images/heading_5.png);
|
2013-10-30 18:50:22 +01:00
|
|
|
font-size: 10px;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
2013-03-16 18:14:36 +01:00
|
|
|
.heading5-label {
|
2013-10-30 18:50:22 +01:00
|
|
|
font-size: 10px;
|
2013-12-12 16:39:48 +01:00
|
|
|
padding-left: 40px;
|
2013-02-14 19:17:45 +01:00
|
|
|
}
|
|
|
|
|
2013-03-04 19:15:59 +01:00
|
|
|
.simpleText {
|
2013-10-30 18:50:22 +01:00
|
|
|
padding: 5px 0 0 5px;
|
2013-07-16 14:30:26 +02:00
|
|
|
font-size: 13px;
|
2013-03-04 19:15:59 +01:00
|
|
|
color: black;
|
2013-12-17 19:19:51 +01:00
|
|
|
margin-left: 5px;
|
2013-03-04 19:15:59 +01:00
|
|
|
}
|
|
|
|
|
2013-10-30 18:50:22 +01:00
|
|
|
.readOnlyText {
|
2013-12-04 23:21:12 +01:00
|
|
|
font-size: 12px;
|
|
|
|
color: #333;
|
|
|
|
text-align:justify;
|
|
|
|
text-justify:inter-word;
|
2013-12-12 16:39:48 +01:00
|
|
|
padding-left: 20px;
|
2013-10-30 18:50:22 +01:00
|
|
|
}
|
|
|
|
|
2013-12-04 23:21:12 +01:00
|
|
|
|
2013-02-06 23:25:43 +01:00
|
|
|
.bodyArea {
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headerArea {
|
|
|
|
background-image: url(images/header.jpg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.footerArea {
|
|
|
|
background-image: url(images/footer.jpg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableArea {
|
|
|
|
background-image: url(images/table.jpg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeseriesArea_bg {
|
|
|
|
background-image: url(images/TimeSeries_bg.gif);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tocArea {
|
|
|
|
background-image: url(images/toc.jpg);
|
|
|
|
border: 1px dashed #CCC;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.biblioArea {
|
|
|
|
background-image: url(images/biblio.jpg);
|
|
|
|
border: 1px dashed #CCC;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d4sFrame-highlight {
|
|
|
|
background-color: #e4f2f6;
|
|
|
|
opacity: .50;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
.droppingArea-Text {
|
|
|
|
border: 1px dashed #CCC;
|
|
|
|
background-image: url(images/droppingText_bg.gif);
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.droppingArea-Text {
|
|
|
|
border: 1px dashed #CCC;
|
|
|
|
background-image: url(images/droppingText_bg.gif);
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setVisibilityOff {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setVisibilityOn {
|
|
|
|
margin-top: 1px;
|
|
|
|
visibility: visible;
|
2013-03-13 12:06:23 +01:00
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.templateFrame {
|
|
|
|
border: 1px solid gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolBoxFrame {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
/*padding: 1px 4px 1px 4px;*/
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolBoxLabel {
|
|
|
|
background-color: #CADEF4;
|
|
|
|
color: gray;
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px solid #CCC;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 1px 4px 1px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolFrame {
|
|
|
|
padding: 4px;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
border: 1px outset #CCC;
|
|
|
|
}
|
|
|
|
|
2013-11-08 12:46:33 +01:00
|
|
|
|
|
|
|
/** MENU BAR**/
|
|
|
|
|
|
|
|
.menubar {
|
|
|
|
background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
|
|
|
|
border: 1px solid #BBBBBB;
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menubar-font {
|
|
|
|
color: #19326C;
|
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
|
|
|
|
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2013-11-13 18:56:13 +01:00
|
|
|
.gwt-MenuBar {
|
2013-02-06 23:25:43 +01:00
|
|
|
cursor: default;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2013-11-08 12:46:33 +01:00
|
|
|
.gwt-MenuBar-vertical {
|
2013-11-13 18:56:13 +01:00
|
|
|
background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px !important;
|
2013-11-08 12:46:33 +01:00
|
|
|
border: 1px solid #BBBBBB;
|
|
|
|
}
|
|
|
|
|
2013-02-06 23:25:43 +01:00
|
|
|
.gwt-MenuBar .gwt-MenuItem {
|
2013-11-08 12:46:33 +01:00
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
|
|
|
|
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
|
|
font-weight: normal;
|
2013-02-06 23:25:43 +01:00
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
border: 0px;
|
|
|
|
padding: 2px 8px;
|
2013-11-08 12:46:33 +01:00
|
|
|
font-size: 13px;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-MenuBar .gwt-MenuItem-selected {
|
2013-11-08 12:46:33 +01:00
|
|
|
background: #CCC;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-MenuBar-horizontal {
|
|
|
|
border: none;
|
2013-11-08 12:46:33 +01:00
|
|
|
color: #91B2FF;
|
|
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
|
|
|
|
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
|
|
font-weight: normal;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-MenuBar-horizontal .gwt-MenuItem {
|
|
|
|
vertical-align: bottom;
|
2013-11-08 12:46:33 +01:00
|
|
|
color: #19326C;
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
|
|
|
|
width: 1px;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
border: 0px;
|
|
|
|
border-left: 1px solid #888888;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-left: 0px;
|
|
|
|
border-top: 1px solid #888888;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-TextArea {
|
|
|
|
border: 1px inset #3366CC;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-TextBox {
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px inset #3366CC;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textArea-inserted-highlight {
|
|
|
|
background-color: #e4f2f6;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
.crossCursor {
|
|
|
|
cursor: crosshair;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widthResizeCursor {
|
|
|
|
cursor: e-resize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heightResizeCursor {
|
|
|
|
cursor: s-resize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seResizeCursor {
|
|
|
|
cursor: se-resize;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cursor-move {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
|
|
|
.position-relative {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-ToggleButton {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: hand;
|
|
|
|
color: #3366CC;
|
|
|
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
|
|
/*border: 1px outset navy;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-ToggleButton-down,.gwt-ToggleButton-down-hovering,.gwt-ToggleButton-down-disabled
|
|
|
|
{
|
|
|
|
padding: 4px 4px 2px 6px;
|
|
|
|
/* background: none;
|
|
|
|
color:White;
|
|
|
|
background-color:#3366CC;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.hasRichTextToolbar {
|
2013-03-16 18:14:36 +01:00
|
|
|
|
2013-02-06 23:25:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-RichTextToolbar {
|
|
|
|
background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
|
|
|
|
border-bottom: 1px solid #BBBBBB;
|
|
|
|
padding: 3px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-RichTextToolbar .gwt-PushButton-up {
|
|
|
|
padding: 0px 1px 0px 0px;
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 0px 1px 0px 0px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-RichTextToolbar .gwt-PushButton-down {
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 0px 0px 0px 1px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 0px 0px 0px 1px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-RichTextToolbar .gwt-ToggleButton-up {
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 0px 1px 0px 0px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 0px 1px 0px 0px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-RichTextToolbar .gwt-ToggleButton-down {
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 0px 0px 0px 1px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 0px 0px 0px 1px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cw-RichText {
|
|
|
|
border: 1px solid #BBBBBB;
|
|
|
|
border-spacing: 0px;
|
2013-07-16 14:30:26 +02:00
|
|
|
}
|