Wednesday, 26 February 2014

richdemo.css

/* Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. */
.TestRichPanelBorder {
  position: absolute;
  top: 50px;
  left: 10px;
  width: 500px;
  height: 400px;
  border-top:1px silver solid;
  border-bottom:1px silver solid;
  background-color:blue;
  cursor: default;
  font-size:11px;
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
.TestRichOutputTextNorth {
  border: 1px Black solid;
  margin-right: 5px;
  background-color:Yellow;
}
.TestRichOutputTextSouth {
  border: 1px Black solid;
  margin: 5px;
  padding: 5px;
  background-color:Yellow;
}
.TestRichOutputText {
  border: 1px Black solid;
  margin-right: 5px;
  padding-left: 3px;
  background-color:Yellow;
}

.TestWatermark {
  background-image: url('/images/watermark.png');
}

.DemoRichPanelBorder {
  border-top:1px silver solid;
  border-bottom:1px silver solid;
  background-color:scrollbar;
  cursor:default;
  font-size:11px;
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

.DemoCurrentLocation {
  margin:3px 3px 3px 3px;
}

.DemoPathDisplay {

  border:1px gray solid;
  background-color:white;
  padding: 1px 1px 1px 1px;
}

.DemoFileIcon:ltr {
  margin-right: 2px;
  vertical-align: middle;
}
.DemoFileIcon:rtl {
  margin-left: 2px;
  vertical-align: middle;
}

af|panelResizeNotify {
  background-color:#dddddd;
  border:2px #999999 solid;
  padding: 5px;
  margin:5px;
  font-family: Tahoma;
  font-size: 8pt;
}

af|panelAddScript {
  background-color:#dddddd;
  border:2px #999999 solid;
  padding: 5px;
  margin:5px;
  font-family: Tahoma;
  font-size: 8pt;
}

/* The following 'AttributeDeprecated' classes are used in the component attribute editor. */
af|inputText.AttributeDeprecated af|inputText::label {
  text-decoration:line-through;
}
af|selectBooleanCheckbox.AttributeDeprecated af|selectBooleanCheckbox::label {
  text-decoration:line-through;
}
/*  bug 12630300 - workaround for MS SR111072584108293 */
@agent ie and (version:9) {
  .AFDialog {
    -tr-enable-ie-rtl-toggle: true;
  }
}

No comments:

Post a Comment