home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / themes / lush / htmlarea.css < prev    next >
Cascading Style Sheet File  |  2004-03-08  |  5KB  |  216 lines

  1. .htmlarea { background: #fff; border: 1px solid #aaaaaa;}
  2.  
  3. .htmlarea .toolbar {
  4.   cursor: default;
  5.   background: #F6F7F2;
  6.   padding: 1px 1px 2px 1px;
  7.   border: 0px;
  8.   border-bottom: 1px solid #aaaaaa;
  9. }
  10. .htmlarea .toolbar table { font-family: tahoma,verdana,sans-serif; font-size: 11px; }
  11. .htmlarea .toolbar img { border: none; }
  12. .htmlarea .toolbar .label { padding: 0px 3px; }
  13.  
  14. .htmlarea .toolbar .button {
  15.   background: #F6F7F2;
  16.   color: ButtonText;
  17.   border: 1px solid #F6F7F2;
  18.   padding: 1px;
  19.   margin: 0px;
  20. }
  21. .htmlarea .toolbar .buttonHover {
  22.   border: 1px solid;
  23.   border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  24. }
  25. .htmlarea .toolbar .buttonActive, .htmlarea .toolbar .buttonPressed {
  26.   padding: 2px 0px 0px 2px;
  27.   border: 1px solid;
  28.   border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  29. }
  30. .htmlarea .toolbar .buttonPressed {
  31.   background: ButtonHighlight;
  32. }
  33. .htmlarea .toolbar .indicator {
  34.   padding: 0px 3px;
  35.   overflow: hidden;
  36.   width: 20px;
  37.   text-align: center;
  38.   cursor: default;
  39.   border: 1px solid #F6F7F2;
  40. }
  41.  
  42. .htmlarea .toolbar .buttonDisabled { background-color: #aaa; }
  43.  
  44. .htmlarea .toolbar .buttonDisabled img {
  45.   filter: alpha(opacity = 25);
  46.   -moz-opacity: 25%;
  47. }
  48.  
  49. .htmlarea .toolbar .separator {
  50.   position: relative;
  51.   margin: 3px;
  52.   border-left: 1px solid ButtonShadow;
  53.   border-right: 1px solid ButtonHighlight;
  54.   width: 0px;
  55.   height: 16px;
  56.   padding: 0px;
  57. }
  58.  
  59. .htmlarea .toolbar .space { width: 5px; }
  60.  
  61. .htmlarea .toolbar select { 
  62.     background-color: #FFF7EB;
  63.     border-style: solid;
  64.     
  65.         border-left-color: #aaa;
  66.     border-bottom-color: #aaa;
  67.         border-top-color: #aaa;
  68.     border-right-color: #aaa;
  69.  
  70.         border-left-width: 1px;
  71.     border-bottom-width: 1px;
  72.     border-top-width: 1px;
  73.     border-right-width: 1px;
  74.  
  75.     font-family: arial, helvetica, sans-serif;
  76.     font-size: 12px;
  77.     color: #000000;
  78.  
  79. }
  80.  
  81. .htmlarea .toolbar select,
  82. .htmlarea .toolbar select:hover,
  83. .htmlarea .toolbar select:active { 
  84. background: FieldFace; color: ButtonText; 
  85.     background-color: #FFF7EB;
  86.     border-style: solid;
  87.     
  88.         border-left-color: #aaa;
  89.     border-bottom-color: #aaa;
  90.         border-top-color: #aaa;
  91.     border-right-color: #aaa;
  92.  
  93.         border-left-width: 1px;
  94.     border-bottom-width: 1px;
  95.     border-top-width: 1px;
  96.     border-right-width: 1px;
  97.  
  98.     font-family: arial, helvetica, sans-serif;
  99.     font-size: 12px;
  100.     color: #000000;
  101. }
  102.  
  103. .htmlarea .statusBar {
  104.   padding: 2px 4px;
  105.   background-color: #F6F7F2;
  106.   color: ButtonText;
  107.   font: 11px Tahoma,Verdana,sans-serif;
  108. }
  109.  
  110. .htmlarea .statusBar .statusBarTree a {
  111.   padding: 2px 5px;
  112.   color: #00f;
  113. }
  114.  
  115. .htmlarea .statusBar .statusBarTree a:visited { color: #00f; }
  116. .htmlarea .statusBar .statusBarTree a:hover {
  117.   background-color: Highlight;
  118.   color: HighlightText;
  119.   padding: 1px 4px;
  120.   border: 1px solid HighlightText;
  121. }
  122.  
  123.  
  124. /* Hidden DIV popup dialogs (PopupDiv) */
  125.  
  126. .dialog {
  127.   color: ButtonText;
  128.   background: ButtonFace;
  129. }
  130.  
  131. .dialog .content { padding: 2px; }
  132.  
  133. .dialog, .dialog button, .dialog input, .dialog select, .dialog textarea, .dialog table {
  134.   font: 11px Tahoma,Verdana,sans-serif;
  135. }
  136.  
  137. .dialog table { border-collapse: collapse; }
  138.  
  139. .dialog .title {
  140.   background: #008;
  141.   color: #ff8;
  142.   border-bottom: 1px solid #000;
  143.   padding: 1px 0px 2px 5px;
  144.   font-size: 12px;
  145.   font-weight: bold;
  146.   cursor: default;
  147. }
  148.  
  149. .dialog .title .button {
  150.   float: right;
  151.   border: 1px solid #66a;
  152.   padding: 0px 1px 0px 2px;
  153.   margin-right: 1px;
  154.   color: #fff;
  155.   text-align: center;
  156. }
  157.  
  158. .dialog .title .button-hilite { border-color: #88f; background: #44c; }
  159.  
  160. .dialog button {
  161.   width: 5em;
  162.   padding: 0px;
  163. }
  164.  
  165. .dialog .buttonColor {
  166.   padding: 1px;
  167.   cursor: default;
  168.   border: 1px solid;
  169.   border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  170. }
  171.  
  172. .dialog .buttonColor-hilite {
  173.   border-color: #000;
  174. }
  175.  
  176. .dialog .buttonColor .chooser, .dialog .buttonColor .nocolor {
  177.   height: 0.6em;
  178.   border: 1px solid;
  179.   padding: 0px 1em;
  180.   border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  181. }
  182.  
  183. .dialog .buttonColor .nocolor { padding: 0px; }
  184. .dialog .buttonColor .nocolor-hilite { background-color: #fff; color: #f00; }
  185.  
  186. .dialog .label { text-align: right; width: 6em; }
  187. .dialog .value input { width: 100%; }
  188. .dialog .buttons { text-align: right; padding: 2px 4px 0px 4px; }
  189.  
  190. .dialog legend { font-weight: bold; }
  191. .dialog fieldset table { margin: 2px 0px; }
  192.  
  193. .popupdiv {
  194.   border: 2px solid;
  195.   border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  196. }
  197.  
  198. .popupwin {
  199.   padding: 0px;
  200.   margin: 0px;
  201. }
  202.  
  203. .popupwin .title {
  204.   background: #fff;
  205.   color: #000;
  206.   font-weight: bold;
  207.   font-size: 120%;
  208.   padding: 3px 10px;
  209.   margin-bottom: 10px;
  210.   border-bottom: 1px solid black;
  211.   letter-spacing: 2px;
  212. }
  213.  
  214. form { margin: 0px; border: none; }
  215.  
  216.