Schriftgröße wird nicht geändert | | Hallo,
ich verwende die Standard Konfiguration vom RTE. Mein Problem ist das es zwar die Schriftgröße anzeigt, ich sie im RTE auch ändern kann, aber sobald ich die Einstellungen speichere und das Fontend neu geladen wird, hat das keine Auswirkungen auf die Schriftart... Ist nur bei der Schriftgröße so, denn bei fett oder kursiv geht es...
Irgendwelche Ideen?
Gruß
saromba
Hier ein Auszug aus der css Datei HTML-Code: #inhalt {
font-family:Arial;
margin:auto;
background-color:#ffffff;
height:1000px;
width: 670px;
padding:20px 40px 0px 40px;
}
#inhalt p{
position:relative;
top:20px;
}
#inhalt h1{
text-decoration:none;
font-weigt:bold;
font-size:16px;
}
#inhalt form{
position:relative;
top:40px;
} Hier die Konfiguration auf root Typoscript-Code: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205:
| RTE.classes { align-left { name = LLL:EXT:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyleft value = text-align: left; } align-center { name = LLL:EXT:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifycenter value = text-align: center; } align-right { name = LLL:EXT:rtehtmlarea/htmlarea/locallang_tooltips.xml:justifyright value = text-align: right; } } RTE.classesAnchor { internalLink { class = internal-link type = page image > } externalLink { class = external-link type = url image > } externalLinkInNewWindow { class = external-link-new-window type = url image > } internalLinkInNewWindow { class = internal-link-new-window type = page image > } download { class = download type = file image > } mail { class = mail type = mail image > } } RTE.default { contentCSS = fileadmin/template/style.css enableWordClean = 1 removeTrailingBR = 1 removeComments = 1 removeTags = center, sdfield removeTagsAndContents = style,script showButtons = fontsize,textstyle, textstylelabel, blockstyle, blockstylelabel, bold, italic, underline, left, center, right, orderedlist, unorderedlist, insertcharacter, line, link, image, removeformat, table, toggleborders, tableproperties, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, columninsertbefore, columninsertafter, columndelete, columnsplit, cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellmerge, findreplace, insertcharacter, undo, redo, showhelp, about hideButtons = fontstyle, formatblock, strikethrough,lefttoright, righttoleft, textcolor, bgcolor, textindicator, emoticon, user, spellcheck, chMode, inserttag, outdent, indent, justifyfull, subscript, superscript, acronym, copy, cut, paste keepButtonGroupTogether = 1 showStatusBar = 0 inlineStyle.text-alignment ( p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; } p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; } p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; } ) ignoreMainStyleOverride = 1 proc { allowTags = table, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, div, p, br, span, ul, ol, li, re, blockquote, strong, em, b, i, u, sub, sup, strike, a, img, nobr, hr, tt, q, cite, abbr, acronym, center denyTags = font dontConvBRtoParagraph = 1 allowTagsOutside = img,hr keepPDIVattribs = align,class,style,id allowedClasses ( external-link, external-link-new-window, internal-link, internal-link-new-window, download, mail, align-left, align-center, align-right, author ) HTMLparser_rte { allowTags < RTE.default.proc.allowTags denyTags < RTE.default.proc.denyTags removeTags = font removeComments = 1 keepNonMatchedTags = 0 } entryHTMLparser_db = 1 entryHTMLparser_db { allowTags < RTE.default.proc.allowTags denyTags < RTE.default.proc.denyTags noAttrib = b, i, u, strike, sub, sup, strong, em, quote, blockquote, cite, tt, br, center rmTagIfNoAttrib = span,div,font tags { p.fixAttrib.align.unset > p.allowedAttribs = class,style,align div.fixAttrib.align.unset > hr.allowedAttribs = class b.remap = strong i.remap = em img > } } } classesParagraph ( align-left, align-center, align-right ) classesCharacter = author classesImage= rte_image classesAnchor = external-link, external-link-new-window, internal-link, internal-link-new-window, download, mail classesAnchor.default { page = internal-link url = external-link-new-window file = download mail = mail } showTagFreeClasses = 1 hideTags = font hideTableOperationsInToolbar = 0 keepToggleBordersInToolbar = 1 disableSpacingFieldsetInTableOperations = 1 disableAlignmentFieldsetInTableOperations=1 disableColorFieldsetInTableOperations=1 disableLayoutFieldsetInTableOperations=1 disableBordersFieldsetInTableOperations=0 } RTE.default.enableWordClean.HTMLparser < RTE.default.proc.entryHTMLparser_db RTE.default.FE < RTE.default RTE.default.FE.userElements > RTE.default.FE.userLinks > TCEFORM.tt_content.bodytext.RTEfullScreenWidth= 80% |
Geändert von saromba (17.10.07 um 14:57 Uhr).
|