home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / css / tadv-tinymce.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-02-20  |  1.3 KB  |  74 lines

  1. /* You can add css class names below */
  2. .shutter {}
  3. .shutterset {}
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. /* styles for the TinyMCE editor */
  19. body#mceSpanFonts {
  20. text-align: left;
  21. padding: .5em;
  22. }
  23.  
  24. .mce_plugin_wordpress_more {
  25.     border: 0px;
  26.     border-top: 1px dotted #cccccc;
  27.     display:block;
  28.     background-color: #ffffff;
  29.     margin-top:15px;
  30.     background-image: url(../images/more_bug.gif);
  31.     background-repeat: no-repeat;
  32.     background-position: right top;
  33. }
  34.  
  35. .mce_plugin_wordpress_page {
  36.     border: 0px;
  37.     border-top: 1px dotted #cccccc;
  38.     display:block;
  39.     background-color: #ffffff;
  40.     margin-top:15px;
  41.     background-image: url(../images/page_bug.gif);
  42.     background-repeat: no-repeat;
  43.     background-position: right top;
  44. }
  45. pre {
  46.     font-family: "Courier New", fixed;
  47.     font-size: 11px;
  48.     line-height: 13px;
  49. }
  50.  
  51. .mceVisualAid {
  52.     border: 1px dashed #BBBBBB !important;
  53. }
  54.  
  55. .mceItemAnchor {
  56.     width: 12px;
  57.     line-height: 6px;
  58.     overflow: hidden;
  59.     padding-left: 12px;
  60.     background-position: bottom;
  61.     background-repeat: no-repeat;
  62. }
  63.  
  64. * html body {
  65.     scrollbar-3dlight-color: #F0F0EE;
  66.     scrollbar-arrow-color: #676662;
  67.     scrollbar-base-color: #F0F0EE;
  68.     scrollbar-darkshadow-color: #DDDDDD;
  69.     scrollbar-face-color: #E0E0DD;
  70.     scrollbar-highlight-color: #F0F0EE;
  71.     scrollbar-shadow-color: #F0F0EE;
  72.     scrollbar-track-color: #F5F5F5;
  73. }
  74.