You are here

fckeditor.css in FCKeditor - WYSIWYG HTML editor 6

Same filename and directory in other branches
  1. 5.2 fckeditor.css
  2. 6.2 fckeditor.css
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.image_assist{
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-image: url(plugins/imgassist/imgassist.gif);
  background-position: 50% 50%;
  border: 1px dashed #dddddd;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}

File

fckeditor.css
View source
  1. .rteindent1 {
  2. margin-left: 40px;
  3. }
  4. .rteindent2 {
  5. margin-left: 80px;
  6. }
  7. .rteindent3 {
  8. margin-left: 120px;
  9. }
  10. .rteindent4 {
  11. margin-left: 160px;
  12. }
  13. .rteleft {
  14. text-align: left;
  15. }
  16. .rteright {
  17. text-align: right;
  18. }
  19. .rtecenter {
  20. text-align: center;
  21. }
  22. .rtejustify {
  23. text-align: justify;
  24. }
  25. .image_assist{
  26. background-color: #eeeeee;
  27. background-repeat: no-repeat;
  28. background-image: url(plugins/imgassist/imgassist.gif);
  29. background-position: 50% 50%;
  30. border: 1px dashed #dddddd;
  31. }
  32. .ibimage_left {
  33. float: left;
  34. }
  35. .ibimage_right {
  36. float: right;
  37. }