You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/05/26 11:10:36 UTC

svn commit: r948369 [2/2] - in /myfaces/tobago/trunk: src/site/apt/ tobago-theme/tobago-theme-charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/ tobago-theme/tobago-theme-richmond/src/main/resource...

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?rev=948369&r1=948368&r2=948369&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Wed May 26 09:10:36 2010
@@ -20,280 +20,92 @@
  * agent: standard
  */
 
-.tobago-link {
-  font: bold 12px arial, helvetica, sans-serif;
-  color: #000000;
-  text-decoration: none;
-}
-
-.tobago-link-disabled {
-  color: #888888;
-}
-
-h5  {
-  font: bold 14px arial, helvetica, sans-serif;
-  margin-top: 0px;
-  margin-bottom: 0px;
-  padding-top: 0px;
-  padding-bottom: 0px;
-}
-
-/* Styles which are Speyside specific. They are reduced as much as possible,
-   but some definitions couldn?t be integrated into the new class system by
-   now. */
-/*
-table {
-  font: 12px arial, helvetica, sans-serif;
-}
-*/
-
-.tobago-textArea-spacer-custom  {
-  border-bottom-width: 1px;
-  border-bottom-style: solid;
-  /*none;*/
-
-}
-
-/*-- Popup ------------------------------------------------------------------ */
-.tobago-popup  {
-  background: #E2E2E2;
-}
-
-.tobago-popup-blink {
-  background: #333333;
-  -moz-opacity: .5;
-  opacity: .5;
-	filter:alpha(opacity=50);
-}
-
-/* Progress Control --------------------------------------------------------- */
-
-img.tobago-progress-color1 {
-  background-color: #660000;
-}
-
-img.tobago-progress-color2 {
-  background-color: #ffffff;
-}
-
-/* Tab ---------------------------------------------------------------------- */
-
-.tobago-tab-link {
-  font: 12px Arial, Helvetica, sans-serif;
-  color: #660000;
-}
-
-.tobago-tab-disabled {
-  color: #808080;
-}
-
-.tobago-tab {
-  display: inline-block;
-  height: 100%;
-}
-
-.tobago-tab-header {
-  position: relative;
-}
-
-.tobago-tab-selected-outer {
-  border-color: #000000;
-  padding: 0 0 0 0;
-  display: inline-block;
-  background: url(../image/tab-header-selected-bg.gif) repeat-x top;
-  height: 18px;
-}
-
-.tobago-tab-selected-inner {
-  font: 12px arial, helvetica, sans-serif;
-  color: #660000;
-  display: inline-block;
-}
-
-.tobago-tab-unselected-outer {
-  display: inline-block;  
-  border-color: #000000;
-  background: url(../image/tab-header-unselected-bg.gif) repeat-x top;
-}
+/* box ----------------------------------------------------------------- */
 
-.tobago-tab-unselected-inner {
-  font: 12px arial, helvetica, sans-serif;
-  color: #660000;
+.tobago-box {
+  position: absolute;
 }
 
-span.tobago-tab-fulfill {
-  border-color: #000000;
-  display: inline-block;
-  border-bottom: 1px solid;
-  vertical-align: bottom;
+.tobago-box-shadow {
+  background-color: #999999;
+  position: absolute;
+  left: 1px;
+  top: 1px;
 }
 
-.tobago-tab-content {
+.tobago-box-border {
   border: 1px solid #000000;
-  border-top: 0 solid transparent;
-  padding: 10px 10px 10px 10px;
-  background: #FAFAFA;
-}
-
-.tobago-tab-shadow {
-  background: #B4B4B4;
-  border: 1px solid #B4B4B4;
-  border-top: 0px solid transparent;
-  border-left: 0px solid transparent;
-}
-
-div.tobago-tabGroup-toolBar {
-  border-color: #000000;
-}
-
-a:link.tab, a:visited.tab, a:active.tab {
-  font-family: arial, helvetica, sans-serif;
-  font-size: 12px;
-  font-weight: bold;
-  color: #660000;
+  position: absolute;
+  overflow: hidden;
+  top: -1px;
+  left: -1px;
+  background-color: #FAFAFA;
 }
 
-/* Tree Old ------------------------------------------------------------------- */
-
-.tree-menu-item {
-  border: 1px solid #CCCCCC;
-  width: 200px; /* default */
+.tobago-box-header {
+  background: #E8E8E8 url(../image/box-header-bg.gif) repeat-x top;
   height: 16px;
-}
-
-.tree-item-label  {
-  font: 12px arial, helvetica, sans-serif;
-}
-
-a.tree-folder-label, .tree-folder-label {
+  border-bottom: 1px dotted black;
   font: bold 12px arial, helvetica, sans-serif;
+  color: #660000;
+  padding: 3px 0 0 5px;
+  overflow: hidden;
+  position: relative;
+  white-space: nowrap;
 }
 
-a.tree-folder-label-disabled, a.tree-item-label-disabled {
-  color: #888888;
-  text-decoration: none;
-  cursor: pointer;
-}
-
-a.tree-folder-label:hover, a.tree-item-label:hover  {
-  color: #000000;
-  text-decoration: underline;
-}
-a.tree-folder-label-disabled:hover, a.tree-item-label-disabled:hover  {
-  color: #888888;
-  text-decoration: none;
-  cursor: pointer;
-}
-
-a.tree-folder-label:focus, a.tree-item-label:focus {
-  background: transparent;
-  color: #000000;
-}
-
-.tree-item-marker, .tree-item-marker:focus, a.tree-item-marker, a.tree-item-marker:focus {
-	background-color: #d3d3d3;
-}
-
-/* -----------------------------------------------------------------------------
- these styles are only for tree-items which have no href, for that
-reason they are not defined as a:link
------------------------------------------------------------------------------ */
-.tree-item-label, .tree-item-label:hover  {
-  color: #000000;
-}
-
-.tree-item-label:hover  {
-  text-decoration: underline;
-}
-/* -------------------------------------------------------------------------- */
-
-.tree-item img {
-	vertical-align: top;
-	border: 0px;
-}
-
-.tree-icon {
-  width: 16px;
-  height: 16px;
-}
-
-.tree-junction {
-	width: 19px;
-	height: 16px;
+.tobago-box-header-toolbar-div {
+  position: absolute;
+  top: 0;
+  right: -1px;
 }
 
-.tobago-tree-menu-icon {
-	width: 16px;
-	height: 16px;
-  float: right;
+.tobago-box-header-toolbar-label_off {
+  top: -1px;
 }
 
-/* Tree ------------------------------------------------------------------- */
-
-.tobago-treeNode-menu {
-  border: 1px solid #CCCCCC;
-  width: 200px; /* default */
-  height: 16px;
-}
+/* button ------------------------------------------------------------------ */
 
-.tobago-treeNode img {
-  vertical-align: top;
-	border: 0px;
+.tobago-button  {
+  border: 1px #000000 solid;
+  background: #ffffff;
+  font: bold 12px arial, helvetica, sans-serif;
+  color: #660000;
+  height: 20px;
 }
 
-.tobago-treeNode a {
-  font-size: 12px;
-  font-family: arial, helvetica, sans-serif;
+.tobago-button-disabled {
+  color: GrayText;
 }
 
-.tobago-treeNode-disabled {
-  color: #888888;
-  text-decoration: none;
-  cursor: pointer;
-}
+/* calendar --------------------------------------------------------------- */
 
-.tobago-treeNode a:hover {
-  color: #000000;
+.tobago-calendar-header  {
   text-decoration: underline;
 }
 
-.tobago-treeNode-disabled a:hover {
-  color: #888888;
-  text-decoration: none;
-  cursor: pointer;
-}
-
-.tobago-treeNode a:focus {
-  background: transparent;
-  color: #000000;
+.tobago-calendar-day {
+  font: 12px arial, helvetica, sans-serif;
 }
 
-.tobago-treeNode-marker, .tobago-treeNode-marker:focus, .tobago-treeNode-marker a, .tobago-treeNode-marker:focus a {
-	background-color: #d3d3d3;
+.tobago-calendar-day-disabled {
+  font: 12px arial, helvetica, sans-serif;
+  color: #333333;
 }
 
-/* ----------------------------------------------------------------------------
- * Tobago Style definitions:
- * Syntax: .tobago-<elementname>-<attribute>
- * Possible attributes: default, disabled, readonly, inline, error
- * default always is rendered as block.
----------------------------------------------------------------------------- */
-
-/* button ------------------------------------------------------------------ */
-
-.tobago-button  {
-  border: 1px #000000 solid;
-  background: #ffffff;
+.tobago-calendar-day-selected {
   font: bold 12px arial, helvetica, sans-serif;
   color: #660000;
-  height: 20px;  
+  border: 1px dotted #660000;
+  background: #FFFFFF;
+  height: 18px;
 }
 
-.tobago-button-disabled {
-  color: GrayText;
+.tobago-calendar-inner-header {
+  font: bold 14px arial, helvetica, sans-serif;
+  color: #660000;
 }
 
-
 /* code ------------------------------------------------------------------ */
 
 .tobago-code  {
@@ -311,65 +123,54 @@ reason they are not defined as a:link
   border: 1px solid black;
 }
 
-/* selectBooleanCheckbox --------------------------------------------------- */
+/* date ---------------------------------------------------------------------- */
 
-.tobago-selectBooleanCheckbox {
-  margin-top: 0px;
-  margin-bottom: 0px;
+.tobago-date  {
+  border: 1px #000000 solid;
+  height: 20px;
+  font: 12px arial, helvetica, sans-serif;
+  padding-left: 2px;
+  padding-right: 2px;
 }
 
-.tobago-selectBooleanCheckbox-disabled {
-  color: #808080;
+.tobago-date-readonly  {
+  background-color: #E8E8E8;
 }
 
-/* file  ------------------------------------------------------------------- */
-
-.tobago-file  {
-  height: 20px;
+.tobago-date-disabled  {
+  color: #808080;
+  background-color: #E8E8E8;
 }
 
-/* box ----------------------------------------------------------------- */
-
-.tobago-box {
-  position: absolute;
+.tobago-date-error {
+  border: 1px solid #FF0000;
 }
 
-.tobago-box-shadow {
-  background-color: #999999;
-  position: absolute;
-  left: 1px;
-  top: 1px;
-}
+/* file  ------------------------------------------------------------------- */
 
-.tobago-box-border {
-  border: 1px solid #000000;
-  position: absolute;
-  overflow: hidden;
-  top: -1px;
-  left: -1px;
-  background-color: #FAFAFA;
+.tobago-file  {
+  height: 20px;
 }
-
-.tobago-box-header {
-  background: #E8E8E8 url(../image/box-header-bg.gif) repeat-x top;
-  height: 16px;
-  border-bottom: 1px dotted black;
-  font: bold 12px arial, helvetica, sans-serif;
-  color: #660000;
-  padding: 3px 0 0 5px;
-  overflow: hidden;
-  position: relative;
-  white-space: nowrap;
+
+/* in ---------------------------------------------------------------------- */
+
+.tobago-in  {
+  border: 1px #000000 solid;
+  height: 14px;
+  font: 12px arial, helvetica, sans-serif;
 }
 
-.tobago-box-header-toolbar-div {
-  position: absolute;
-  top: 0;
-  right: -1px;
+.tobago-in-readonly  {
+  background-color: #E8E8E8;
 }
 
-.tobago-box-header-toolbar-label_off {
-  top: -1px;
+.tobago-in-disabled  {
+  color: #808080;
+  background-color: #E8E8E8;
+}
+
+.tobago-in-error {
+  border: 1px solid #FF0000;
 }
 
 /* label ------------------------------------------------------------------- */
@@ -437,7 +238,57 @@ label.tobago-label-error {
   color: #FF0000;
 }
 
+/* link -------------------------------------------------------- */
+
+.tobago-link {
+  font: bold 12px arial, helvetica, sans-serif;
+  color: #000000;
+  text-decoration: none;
+}
+
+.tobago-link-disabled {
+  color: #888888;
+}
+
+/* menuBar -------------------------------------------------------- */
+
+.tobago-menuBar li,
+.tobago-page-menuStore li {
+  background-color: #dddddd;
+}
+
+li.tobago-menu-selected {
+  background-color: #bbbbbb;
+}
+
+.tobago-menuBar,
+.tobago-page-menuStore {
+  border-bottom-color: #808080;
+  background-color: #dddddd;
+}
+
+.tobago-menuBar ol,
+.tobago-page-menuStore ol {
+  border-color: #888888;
+}
+
+/* messages --------------------------------------------------------------- */
+
+/* todo rename */
+.tobago-validation-message {
+  color: #FF0000;
+  font: bold 12px arial, helvetica, sans-serif;
+}
+
+/* out -------------------------------------------------------------------- */
+
+.tobago-out  {
+  font-family: arial, helvetica, sans-serif;
+  font-size: 12px;
+}
+
 /* page -------------------------------------------------------------------- */
+
 .tobago-page  {
   background: #E2E2E2;
   font: 12px arial, helvetica, sans-serif;
@@ -452,6 +303,29 @@ label.tobago-label-error {
   scrollbar-track-color: #CCCCCC;
 }
 
+/* popup ------------------------------------------------------------------ */
+
+.tobago-popup  {
+  background: #E2E2E2;
+}
+
+.tobago-popup-blink {
+  background: #333333;
+  -moz-opacity: .5;
+  opacity: .5;
+	filter:alpha(opacity=50);
+}
+
+/* progress --------------------------------------------------------- */
+
+img.tobago-progress-color1 {
+  background-color: #660000;
+}
+
+img.tobago-progress-color2 {
+  background-color: #ffffff;
+}
+
 /* richTextEditor ---------------------------------------------------------- */
 
 .tobago-richTextEditor-body {
@@ -460,140 +334,267 @@ label.tobago-label-error {
   font: 12px arial, helvetica, sans-serif;
 }
 
-/* text -------------------------------------------------------------------- */
+/* selectBooleanCheckbox --------------------------------------------------- */
 
-.tobago-out  {
-  font-family: arial, helvetica, sans-serif;
-  font-size: 12px;
+.tobago-selectBooleanCheckbox {
+  margin-top: 0px;
+  margin-bottom: 0px;
 }
 
-/* textArea ---------------------------------------------------------------- */
+.tobago-selectBooleanCheckbox-disabled {
+  color: #808080;
+}
 
-.tobago-textArea  {
+/* selectManyCheckbox ---------------------------------------------------------- */
+
+.tobago-selectManyCheckbox-disabled  {
+  color: #808080;
+}
+
+/* selectManyListbox ------------------------------------------------------- */
+
+.tobago-selectManyListbox  {
+  border: 1px solid #000000;
   font: 12px arial, helvetica, sans-serif;
-  background: #ffffff;
+  padding-top: -1px;
   color: #000000;
-  overflow: auto;
-  border: 1px solid #000000;
-  padding: 0 0 0 2px;
-}
+  height: 21px;
 
-.tobago-textArea-readonly  {
-  background-color: #E8E8E8;
 }
 
-.tobago-textArea-disabled  {
-  color: #808080;
+.tobago-selectManyListbox-disabled {
   background-color: #E8E8E8;
+  color: #808080;
 }
 
-.tobago-textArea-error  {
-  border: 1px solid #FF0000;
+.tobago-selectManyListbox-readonly {
+  background-color: #E8E8E8;
 }
 
-/* in ---------------------------------------------------------------------- */
+/* selectOneChoice --------------------------------------------------------- */
 
-.tobago-in  {
-  border: 1px #000000 solid;
-  height: 14px;
+.tobago-selectOneChoice  {
+  border: 1px solid #000000;
   font: 12px arial, helvetica, sans-serif;
+  color: #000000;
 }
 
-.tobago-in-readonly  {
+tobago-selectOneChoice-readonly {
   background-color: #E8E8E8;
 }
 
-.tobago-in-disabled  {
+/* selectOneListbox -------------------------------------------------------- */
+
+.tobago-selectOneListbox  {
+  border: 1px solid #000000;
+  font-size: 12px;
+}
+
+.tobago-selectOneListbox-disabled {
+  background-color: #E8E8E8;
   color: #808080;
+}
+
+.tobago-selectOneListbox-readonly {
   background-color: #E8E8E8;
 }
 
-.tobago-in-error {
-  border: 1px solid #FF0000;
+/* selectOneRadio --------------------------------------------------------- */
+
+.tobago-selectOneRadio-disabled  {
+  color: #808080;
 }
 
+/* separator ------------------------------------------------------------------- */
 
-/* date ---------------------------------------------------------------------- */
+hr.tobago-separator {
+  border: 0 solid #000000;
+  border-bottom-width: 1px;
+}
 
-.tobago-date  {
-  border: 1px #000000 solid;
+/* sheet -------------------------------------------------------- */
+
+.tobago-sheet-header-div {
+  left: 1px;
   height: 20px;
+  border-bottom: 1px solid #ffffff;
+}
+
+.tobago-sheet-header {
+  border-color: #b8b6b6 #ffffff #d7d7d7 #b8b6b6;
+  background-color: #d7d7d7;
+  font: bold 12px arial, helvetica, sans-serif;
+  color: #333333;
+  text-align: left;
+}
+
+.tobago-sheet-body-table {
+  table-layout: fixed;
+}
+
+.tobago-sheet-body-div {
+  padding-top: 20px;
+  background: #D7D7D7;
+  border: 1px solid #CCCCCC;
+}
+
+.tobago-sheet-row-odd {
   font: 12px arial, helvetica, sans-serif;
-  padding-left: 2px;
-  padding-right: 2px;
+  background: #ffffff;
+}
+
+.tobago-sheet-row-even {
+  font: 12px arial, helvetica, sans-serif;
+  background: #ffffff;
+}
+
+.tobago-sheet-row-selected {
+	background: #EBEAEA;
+	color: #000000;
+}
+
+.tobago-sheet-cell-td {
+  border-bottom: 1px solid #E2E2E2;
+}
+
+.tobago-sheet-footer {
+  z-index: 1000;
+  background: #E2E2E2;
+  font: bold 10px arial, helvetica, sans-serif;
+  color: #333333;
+  text-decoration: none;
+  padding: 0px;
+  padding-top: 1px;
+}
+
+.tobago-sheet-paging-span-left {
+  left: 2px;
+}
+
+.tobago-sheet-paging-span-right {
+  right: 2px;
+}
+
+.tobago-sheet-paging-input {
+  height: 11px;
+  width: 25px;
+  font: bold 10px arial, helvetica, sans-serif;
+  border: 1px solid black;
+}
+
+.tobago-sheet-paging-pages-text {
+  padding-right: 0px;
+}
+
+.tobago-sheet-selector-menu {
+  margin-top: 1px;
+  margin-left: 0px;
+}
+
+/* tab ---------------------------------------------------------------------- */
+
+.tobago-tab-link {
+  font: 12px Arial, Helvetica, sans-serif;
+  color: #660000;
+}
+
+.tobago-tab-disabled {
+  color: #808080;
+}
+
+.tobago-tab {
+  display: inline-block;
+  height: 100%;
 }
 
-.tobago-date-readonly  {
-  background-color: #E8E8E8;
+.tobago-tab-header {
+  position: relative;
 }
 
-.tobago-date-disabled  {
-  color: #808080;
-  background-color: #E8E8E8;
+.tobago-tab-selected-outer {
+  border-color: #000000;
+  padding: 0 0 0 0;
+  display: inline-block;
+  background: url(../image/tab-header-selected-bg.gif) repeat-x top;
+  height: 18px;
 }
 
-.tobago-date-error {
-  border: 1px solid #FF0000;
+.tobago-tab-selected-inner {
+  font: 12px arial, helvetica, sans-serif;
+  color: #660000;
+  display: inline-block;
 }
 
-/* selectManyCheckbox ---------------------------------------------------------- */
-
-.tobago-selectManyCheckbox-disabled  {
-  color: #808080;
+.tobago-tab-unselected-outer {
+  display: inline-block;
+  border-color: #000000;
+  background: url(../image/tab-header-unselected-bg.gif) repeat-x top;
 }
 
-/* selectManyListbox ------------------------------------------------------- */
-
-.tobago-selectManyListbox  {
-  border: 1px solid #000000;
+.tobago-tab-unselected-inner {
   font: 12px arial, helvetica, sans-serif;
-  padding-top: -1px;
-  color: #000000;
-  height: 21px;
-
+  color: #660000;
 }
 
-.tobago-selectManyListbox-disabled {
-  background-color: #E8E8E8;
-  color: #808080;
+span.tobago-tab-fulfill {
+  border-color: #000000;
+  display: inline-block;
+  border-bottom: 1px solid;
+  vertical-align: bottom;
 }
 
-.tobago-selectManyListbox-readonly {
-  background-color: #E8E8E8;
+.tobago-tab-content {
+  border: 1px solid #000000;
+  border-top: 0 solid transparent;
+  padding: 10px 10px 10px 10px;
+  background: #FAFAFA;
 }
 
-/* selectOneChoice --------------------------------------------------------- */
+.tobago-tab-shadow {
+  background: #B4B4B4;
+  border: 1px solid #B4B4B4;
+  border-top: 0px solid transparent;
+  border-left: 0px solid transparent;
+}
 
-.tobago-selectOneChoice  {
-  border: 1px solid #000000;
-  font: 12px arial, helvetica, sans-serif;
-  color: #000000;
+div.tobago-tabGroup-toolBar {
+  border-color: #000000;
 }
 
-tobago-selectOneChoice-readonly {
-  background-color: #E8E8E8;
+a:link.tab, a:visited.tab, a:active.tab {
+  font-family: arial, helvetica, sans-serif;
+  font-size: 12px;
+  font-weight: bold;
+  color: #660000;
 }
 
-/* selectOneListbox -------------------------------------------------------- */
+/* textArea ---------------------------------------------------------------- */
 
-.tobago-selectOneListbox  {
+.tobago-textArea  {
+  font: 12px arial, helvetica, sans-serif;
+  background: #ffffff;
+  color: #000000;
+  overflow: auto;
   border: 1px solid #000000;
-  font-size: 12px;
+  padding: 0 0 0 2px;
 }
 
-.tobago-selectOneListbox-disabled {
+.tobago-textArea-readonly  {
   background-color: #E8E8E8;
-  color: #808080;
 }
 
-.tobago-selectOneListbox-readonly {
+.tobago-textArea-disabled  {
+  color: #808080;
   background-color: #E8E8E8;
 }
 
-/* selectOneRadio --------------------------------------------------------- */
+.tobago-textArea-error  {
+  border: 1px solid #FF0000;
+}
 
-.tobago-selectOneRadio-disabled  {
-  color: #808080;
+.tobago-textArea-spacer-custom  {
+  border-bottom-width: 1px;
+  border-bottom-style: solid;
 }
 
 /* time -------------------------------------------------------------------- */
@@ -618,7 +619,7 @@ tobago-selectOneChoice-readonly {
 .tobago-time-input-selected {
   border-color: #E8E8E8;
   background: #E8E8E8;
-} 
+}
 
 .tobago-time-inc-image {
   left: 60px;
@@ -630,7 +631,7 @@ tobago-selectOneChoice-readonly {
   left: 88px;
 }
 
-/* ToolBar ----------------------------------------------------------------- */
+/* toolBar ----------------------------------------------------------------- */
 
 .tobago-toolBar {
   border: 1px solid #000000;
@@ -665,144 +666,123 @@ tobago-selectOneChoice-readonly {
   background-color: #DDDDDD;
 }
 
-/* Validation --------------------------------------------------------------- */
-.tobago-validation-message {
-  color: #FF0000;
-  font: bold 12px arial, helvetica, sans-serif;
-}
+/* tree ------------------------------------------------------------------- */
 
-/* - Calendar --------------------------------------------------------------- */
-.tobago-calendar-header  {
-  text-decoration: underline;
+.tobago-treeNode-menu {
+  border: 1px solid #CCCCCC;
+  width: 200px; /* default */
+  height: 16px;
 }
 
-
-.tobago-calendar-day {
-  font: 12px arial, helvetica, sans-serif;
+.tobago-treeNode img {
+  vertical-align: top;
+	border: 0px;
 }
 
-.tobago-calendar-day-disabled {
-  font: 12px arial, helvetica, sans-serif;
-  color: #333333;
+.tobago-treeNode a {
+  font-size: 12px;
+  font-family: arial, helvetica, sans-serif;
 }
 
-.tobago-calendar-day-selected {
-  font: bold 12px arial, helvetica, sans-serif;
-  color: #660000;
-  border: 1px dotted #660000;
-  background: #FFFFFF;
-  height: 18px;
+.tobago-treeNode-disabled {
+  color: #888888;
+  text-decoration: none;
+  cursor: pointer;
 }
 
-.tobago-calendar-inner-header {
-  font: bold 14px arial, helvetica, sans-serif;
-  color: #660000;
+.tobago-treeNode a:hover {
+  color: #000000;
+  text-decoration: underline;
 }
 
-/* menuBar -------------------------------------------------------- */
-
-.tobago-menuBar li,
-.tobago-page-menuStore li {
-  background-color: #dddddd;
+.tobago-treeNode-disabled a:hover {
+  color: #888888;
+  text-decoration: none;
+  cursor: pointer;
 }
 
-li.tobago-menu-selected {
-  background-color: #bbbbbb;
+.tobago-treeNode a:focus {
+  background: transparent;
+  color: #000000;
 }
 
-.tobago-menuBar,
-.tobago-page-menuStore {
-  border-bottom-color: #808080;
-  background-color: #dddddd;
+.tobago-treeNode-marker, .tobago-treeNode-marker:focus, .tobago-treeNode-marker a, .tobago-treeNode-marker:focus a {
+	background-color: #d3d3d3;
 }
 
-.tobago-menuBar ol,
-.tobago-page-menuStore ol {
-  border-color: #888888;
+/* XXX old names */
+.tree-menu-item {
+  border: 1px solid #CCCCCC;
+  width: 200px; /* default */
+  height: 16px;
 }
 
-/* separator ------------------------------------------------------------------- */
-
-hr.tobago-separator {
-  border: 0 solid #000000;
-  border-bottom-width: 1px;
+/* XXX old names */
+.tree-item-label  {
+  font: 12px arial, helvetica, sans-serif;
 }
 
-/* Sheet -------------------------------------------------------- */
-
-.tobago-sheet-header-div {
-  left: 1px;
-  height: 20px;
-  border-bottom: 1px solid #ffffff;
-}
-.tobago-sheet-header {
-  border-color: #b8b6b6 #ffffff #d7d7d7 #b8b6b6;
-  background-color: #d7d7d7;
+/* XXX old names */
+a.tree-folder-label, .tree-folder-label {
   font: bold 12px arial, helvetica, sans-serif;
-  color: #333333;
-  text-align: left;
-}
-
-.tobago-sheet-body-table {
-  table-layout: fixed;
-}
-
-.tobago-sheet-body-div {
-  padding-top: 20px;
-  background: #D7D7D7;
-  border: 1px solid #CCCCCC;
 }
 
-.tobago-sheet-row-odd {
-  font: 12px arial, helvetica, sans-serif;
-  background: #ffffff;
+/* XXX old names */
+a.tree-folder-label-disabled, a.tree-item-label-disabled {
+  color: #888888;
+  text-decoration: none;
+  cursor: pointer;
 }
 
-.tobago-sheet-row-even {
-  font: 12px arial, helvetica, sans-serif;
-  background: #ffffff;
+/* XXX old names */
+a.tree-folder-label:hover, a.tree-item-label:hover  {
+  color: #000000;
+  text-decoration: underline;
 }
-
-.tobago-sheet-row-selected {
-	background: #EBEAEA;
-	color: #000000;
+/* XXX old names */
+a.tree-folder-label-disabled:hover, a.tree-item-label-disabled:hover  {
+  color: #888888;
+  text-decoration: none;
+  cursor: pointer;
 }
 
-.tobago-sheet-cell-td {
-  border-bottom: 1px solid #E2E2E2;
+/* XXX old names */
+a.tree-folder-label:focus, a.tree-item-label:focus {
+  background: transparent;
+  color: #000000;
 }
 
-.tobago-sheet-footer {
-  z-index: 1000;
-  background: #E2E2E2;
-  font: bold 10px arial, helvetica, sans-serif;
-  color: #333333;
-  text-decoration: none;
-  padding: 0px;
-  padding-top: 1px;
+/* XXX old names */
+.tree-item-marker, .tree-item-marker:focus, a.tree-item-marker, a.tree-item-marker:focus {
+	background-color: #d3d3d3;
 }
 
-.tobago-sheet-paging-span-left {
-  left: 2px;
+/* XXX old names */
+.tree-item-label, .tree-item-label:hover  {
+  color: #000000;
 }
 
-.tobago-sheet-paging-span-right {
-  right: 2px;
+/* XXX old names */
+.tree-item-label:hover  {
+  text-decoration: underline;
 }
 
-.tobago-sheet-paging-input {
-  height: 11px;
-  width: 25px;
-  font: bold 10px arial, helvetica, sans-serif;
-  border: 1px solid black;
+/* XXX old names */
+.tree-item img {
+	vertical-align: top;
+	border: 0px;
 }
 
-.tobago-sheet-paging-pages-text {
-  padding-right: 0px;
+/* XXX old names */
+.tree-icon {
+  width: 16px;
+  height: 16px;
 }
 
-.tobago-sheet-selector-menu {
-  margin-top: 1px;
-  margin-left: 0px;
+/* XXX old names */
+.tobago-tree-menu-icon {
+	width: 16px;
+	height: 16px;
+  float: right;
 }
 

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/style.css?rev=948369&r1=948368&r2=948369&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/style.css Wed May 26 09:10:36 2010
@@ -20,6 +20,27 @@
  * agent: standard
  */
 
+/* Global settings ------------------------------------------------------------------ */
+
+form {
+  margin: 0;
+}
+
+/*
+  This is to make the menu bar to be always at the top of the page.
+  The "position: fixed;" doesn't work with ie6 and makes
+  on other browsers problems, when clicking the menu (the scroll panel scrolls then).
+*/
+html, body {
+  height: 100%;
+  width: 100%;
+  padding: 0;
+  margin: 0;
+  overflow: hidden;
+}
+
+/* in ------------------------------------------------------------ */
+
 .tobago-in-suggest-popup a {
   text-decoration: none;
   color: black;