home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / mce / style / css / props.css
Encoding:
Cascading Style Sheet File  |  2008-02-20  |  1.4 KB  |  70 lines

  1. #text_font {
  2.     width: 250px;
  3. }
  4.  
  5. #text_size {
  6.     width: 70px;
  7. }
  8.  
  9. .mceAddSelectValue {
  10.     background-color: #DDDDDD;
  11. }
  12.  
  13. select, #block_text_indent, #box_width, #box_height, #box_padding_top, #box_padding_right, #box_padding_bottom, #box_padding_left {
  14.     width: 70px;
  15. }
  16.  
  17. #box_margin_top, #box_margin_right, #box_margin_bottom, #box_margin_left, #positioning_width, #positioning_height, #positioning_zindex {
  18.     width: 70px;
  19. }
  20.  
  21. #positioning_placement_top, #positioning_placement_right, #positioning_placement_bottom, #positioning_placement_left {
  22.     width: 70px;
  23. }
  24.  
  25. #positioning_clip_top, #positioning_clip_right, #positioning_clip_bottom, #positioning_clip_left {
  26.     width: 70px;
  27. }
  28.  
  29. .panel_wrapper div.current {
  30.     padding-top: 10px;
  31.     height: 230px;
  32. }
  33.  
  34. .delim {
  35.     border-left: 1px solid gray;
  36. }
  37.  
  38. .tdelim {
  39.     border-bottom: 1px solid gray;    
  40. }
  41.  
  42. #block_display {
  43.     width: 145px;
  44. }
  45.  
  46. #list_type {
  47.     width: 115px;
  48. }
  49.  
  50. .disabled {
  51.     background-color: #EEEEEE;
  52. }
  53.  
  54. #apply {
  55.     font: 11px Verdana, Arial, Helvetica, sans-serif;
  56.     height: auto;
  57.     width: auto;
  58.     background-color: transparent;
  59.     background-image: url(../images/fade-butt.png);
  60.     background-repeat: repeat;
  61.     border: 3px double;
  62.     border-right-color: rgb(153, 153, 153);
  63.     border-bottom-color: rgb(153, 153, 153);
  64.     border-left-color: rgb(204, 204, 204);
  65.     border-top-color: rgb(204, 204, 204);
  66.     color: rgb(51, 51, 51);
  67.     padding: 0.1em 0.5em 2px;
  68. }
  69.  
  70.