RTE {
default {
contentCSS = global.css
#ignoreMainStyleOverride = 1
buttons.blockstyle.tags.div.allowedClasses = black_text,small_h1,black_bold_link
buttons.textstyle.tags.span.allowedClasses = black_text,small_h1,black_bold_link
proc.allowedClasses := addToList(black_text,small_h1,black_bold_link)
showButtons = textstylelabel,textstyle, bold, italic, orderedlist, unorderedlist, insertcharacter, link, image, removeformat, copy, cut, paste, undo, redo, subscript, superscript, findreplace, chMode, formatblock
#hideButtons = left, center, right, justifyfull, textindicator,user,blockstyle, blockstylelabel,
}
classes {
small_h1{
name = small_h1
#value = color:#800080; font-size:11px;
}
black_text{
name = black_text
#value = color:#800080; font-size:11px;
}
black_bold_link{
name = black_bold_link
#value = color:#800080; font-size:11px;
}
}
}