![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
| hallo leute, habe eine css datei erstellt und im body style die schriftformartierungen angegeben, schaue ich dann meine seite im frontend an formatiert dass css nur die schriftart aber nicht die schriftgröße. legt typo3 eine standardschriftgröße fest? wenn ja wo kann ich diese ändern?? Bitte um rasche und hilfreiche antworten. danke tommy |
| Sponsored Links |
![]() TYPO3 Forum.net empfiehlt domainFactory als Hoster! |
|
#2
| |||
| |||
| moin, eigentlich sollten Deine Angaben übernommen werden. Link zur Seite bitte Armin
__________________ Nichts kommt von selbst, sogar eine Dummheit muss man erst machen. Tipps und Tricks zu TYPO3: http://typo3.intervation.de |
|
#3
| |||
| |||
| link kann ich dir nicht geben, weil ich zurzeit noch lokal arbeite. lg tommy |
|
#4
| |||
| |||
| moin, wenn du keinen Quelltext inkl. CSS zur Verfügung stellst..... ......könnte ich jetzt das raten anfangen....![]()
__________________ Nichts kommt von selbst, sogar eine Dummheit muss man erst machen. Tipps und Tricks zu TYPO3: http://typo3.intervation.de |
|
#5
| |||
| |||
| ok, danke fuer die hilfe //CSS SCRIPT body { scrollbar-arrow-color: #1f2f49; scrollbar-3dlight-color: #ffffff; scrollbar-highlight-color: #1f2f49; scrollbar-face-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #1f2f49; overflow:auto; font-family: Verdana, Arial; font-size: 11px; font-weight: normal; color: #000000; text-decoration: none; } A:visited { color:#ffffff; text-decoration:none; font-family:Arial, Verdana; font-size:14px; font-weight:normal; } A:link { font-family: Arial, Verdana; font-size: 14px; font-weight: normal; color: #ffffff; text-decoration: none; } A:hover { color:#999999; text-decoration:bold; font-family:Arial, Verdana; font-size:14px; font-weight:normal; } A:active { color:green; text-decoration:none; } //TEMPLATE SCRIPT page = PAGE page.stylesheet = fileadmin/templates/CSS/style.css page.10 = TEMPLATE page.bodyTag = <body bgcolor="#1f2f49" leftmargin="1" topmargin="9" marginwidth="1" marginheight="1"> page.10 { template = FILE template.file = fileadmin/templates/template_1.htm workOnSubpart = DOKUMENT_BODY subparts.CONTENT <styles.content.get subparts.MENU_OBEN = HMENU subparts.MENU_OBEN.special = directory subparts.MENU_OBEN.special.value = 2 subparts.MENU_OBEN.1 = TMENU subparts.MENU_OBEN.1.NO = 1 subparts.MENU_OBEN.1.NO.linkWrap = | subparts.MENU_UNTEN_01 = HMENU subparts.MENU_UNTEN_01.special = directory subparts.MENU_UNTEN_01.special.value = 3 subparts.MENU_UNTEN_01.1 = TMENU subparts.MENU_UNTEN_01.1.NO = 1 subparts.MENU_UNTEN_01.1.NO.linkWrap = | subparts.MENU_UNTEN_02 = HMENU subparts.MENU_UNTEN_02.special = directory subparts.MENU_UNTEN_02.special.value = 4 subparts.MENU_UNTEN_02.1 = TMENU subparts.MENU_UNTEN_02.1.NO = 1 subparts.MENU_UNTEN_02.1.NO.linkWrap = | marks.SITE_BG_1 = COA marks.SITE_BG_1 { # HTML-Objekt 5 = HTML 5.value = background=" # Bild 10 = IMG_RESOURCE 10 { file.maxH = 493 file.maxW = 624 file.import=uploads/media/ file.import.data = levelmedia: -1, slide file.import.listNum = 0 file.import.override.field = media } # HTML-Objekt 15 = HTML 15.value = " } marks.SITE_BG_2 = COA marks.SITE_BG_2 { # HTML-Objekt 5 = HTML 5.value = background=" # Bild 10 = IMG_RESOURCE 10 { file.maxH = 493 file.maxW = 624 file.import=uploads/media/ file.import.data = levelmedia: -1, slide file.import.listNum = 1 file.import.override.field = media } # HTML-Objekt 15 = HTML 15.value = " } marks.FUSS = COA marks.FUSS.10 = HTML marks.FUSS.10.value = © 2007 ATHESIA LASERPOINT Alle Rechte vorbehalten! marks.FUSS.10.value.wrap = <em> | </em><br> } config { language = de local_all de_DE no_cache = 1 spamProtectEmailAdresses = -1 spamProtectEmailAdresses_atSupst = (at) } plugin.tx_mininews_pi1 { userFunc = tx_mininews_pi1->main dateFormat = %d.%m.%y dateTimeFormat = %d.%m.%y %H:%M _CSS_DEFAULT_STYLE ( .tx-mininews-pi1 .tx-mininews-pi1-listrow { margin-top: 5px; } P.tx-mininews-pi1-listrowField-title { font-weight: bold; } P.tx-mininews-pi1-listrowField-teaser { margin-bottom:15px; } P.tx-mininews-pi1-fp_listrowField-datetime { margin-bottom: 3px; } P.tx-mininews-pi1-fp_listrowField-title { font-weight: bold; margin-bottom: 3px; margin-top: 3px; } P.tx-mininews-pi1-fp_listrowField-teaser { margin-top: 0px; margin-bottom: 10px; } .tx-mininews-pi1 .tx-mininews-pi1-singleView { margin-top: 5px; } P.tx-mininews-pi1-singleViewField-teaser { font-style: italic; margin-top: 5px; margin-bottom: 10px; } SPAN.tx-mininews-pi1-browsebox-strong { font-weight: bold; } P.tx-mininews-pi1-listrowField-teaser A { color: black; text-decoration:none; } P.tx-mininews-pi1-listrowField-teaser A:hover { color: black; text-decoration:none; } ) } marks.TITLE.10 = TEXT marks.TITLE.value = {page:nav_title//page:title} marks.TITLE.insertData = 1 marks.TITLE.wrap = <h1> | </h1> plugin.feadmin.dmailsubscription.wrap1.wrap = plugin.feadmin.dmailsubscription.wrap2.wrap = |
|
#6
| ||||
| ||||
| Moin, in Deiner erzeugten HTML-Datei, wo genau bzw. in welchem Bereich oder Klasse wird es anders interpretiert? Gruss Mensch
__________________ Noch immer Typ3Dummie: Wenn ich weiss, dass ich nichts weiss, weiss ich mehr, als wenn ich nicht weiss, dass ich nichts weiss. |
|
#7
| |||
| |||
| ..poste auch den erzeugten Quelltext oder setze den ins I'net. Armin
__________________ Nichts kommt von selbst, sogar eine Dummheit muss man erst machen. Tipps und Tricks zu TYPO3: http://typo3.intervation.de |
|
#8
| |||
| |||
| also, in der css datei sag ich im body er soll text in verdana, arial schreiben mit der schriftgröße 11px, wenn ich dann zB in einem meiner menuepunkte zB home eine textseite erstelle und text reinschreibe formatiert er zwar die schriftart aber die schriftgröße stimmt nicht da nimmt er ca 15px her oder so. tommy |
|
#9
| |||
| |||
| Hier der erzeugte quelltext von meiner ueber uns seite <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- This website is powered by TYPO3 - inspiring people to share! TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL. TYPO3 is copyright 1998-2006 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at TYPO3 CMS: typo3.com and http://typo3.org/ --> <link rel="stylesheet" type="text/css" href="typo3temp/stylesheet_3ad2ee216d.css" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/CSS/style.css" /> <title>Über Uns</title> <meta name="generator" content="TYPO3 4.0 CMS" /> <script type="text/javascript" src="typo3temp/javascript_757c080409.js"></script> </head> <body bgcolor="#1f2f49" leftmargin="1" topmargin="9" marginwidth="1" marginheight="1"> <table width="980" height="590" border="3" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF"> <tr> <td valign="top"><table width="980" height="85" border="0" cellpadding="0" cellspacing="0" bgcolor="#1f2f49"> <tr> <td width="220" rowspan="0" valign="middle"><img src="fileadmin/templates/images/rueckenwind_logo.jpg" width="220" height="84"> </td> <td width="760" height="90" align="right" valign="bottom"> <a href="index.php?id=9" onfocus="blurLink(this);">Über Uns</a> <a href="index.php?id=6" onfocus="blurLink(this);">Newsletter</a> <a href="index.php?id=7" onfocus="blurLink(this);">Impressum</a> <a href="index.php?id=8" onfocus="blurLink(this);">Kontakt</a> </td> </tr> <tr> <td height="3" valign="top"></td> </tr> </table> <table width="980" height="493" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top"> <table width="356" height="341" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="356" background="uploads/media/pic_ueber_uns1.jpg"> <!-- start --> <!--<img src="fileadmin/templates/images/pic_content1.jpg" width="356" height="341"> --> <!-- background="uploads/media/pic_ueber_uns1.jpg" stop --> </td> </tr> </table> <table width="356" height="67" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="356" valign="top" bgcolor="#ee2125"> <table width="356" height="40" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="356"> </td> </tr> </table> <a href="index.php?id=10" onfocus="blurLink(this);">01 Home</a> <a href="index.php?id=13" onfocus="blurLink(this);">02 Service</a> <a href="index.php?id=11" onfocus="blurLink(this);">03 Lauftermine</a> </td> </tr> </table> <table width="356" height="66" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><table width="356" height="8" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="356" height="8"></td> </tr> </table> <a href="index.php?id=5" onfocus="blurLink(this);">04 Shop</a> <a href="index.php?id=12" onfocus="blurLink(this);">05 Links</a> </td> </tr> <tr> <td height="56" valign="bottom"><table width="356" border="0"> <tr> <td width="370" height="20"> ###FUSS###</td> </tr> </table></td> </tr> </table> </td> <td width="624" valign="top" background="uploads/media/pic_ueber_uns2_01.jpg"> <table width="624" height="493" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="624" height="20"></td> </tr> <tr> <td width="624" height="43" valign="middle"></td> </tr> <tr> <td height="410" valign="top"><table width="604" border="0" cellpadding="20"> <tr> <td height="390" valign="top"> <!-- CONTENT ELEMENT, uid:1/text [begin] --> <a id="c1"></a> <!-- Text: [begin] --> <p class="bodytext"> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris a arcu quis lorem tincidunt fringilla. Aliquam ac tellus sed odio lobortis imperdiet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. In vehicula massa quis eros. Vestibulum velit. Sed eu risus. Morbi dignissim lorem at leo. Duis dolor felis, suscipit accumsan, porta eu, ornare eu, sem. Vestibulum sapien. Nunc nunc justo, bibendum id, consectetuer quis, dapibus sed, nibh. Suspendisse nec risus. Proin ante ipsum, ullamcorper in, congue eget, consectetuer at, metus. Duis dictum, metus id facilisis convallis, turpis justo aliquam erat, fringilla volutpat tellus metus et risus. Donec non felis. Praesent sollicitudin faucibus neque. Mauris pretium, lacus id congue bibendum, urna ipsum blandit pede, ut consectetuer augue eros non turpis. Phasellus vel erat. Fusce arcu tellus, interdum quis, aliquam sit amet, bibendum vitae, nulla. Vestibulum egestas. </p> <!-- Text: [end] --> <!-- CONTENT ELEMENT, uid:1/text [end] --> </td> </tr> </table> <table width="624" height="30" border="0"> <tr> <td height="30"> </td> </tr> </table> </td> </tr> </table></td> </tr> </table> </td> </tr> </table> </body> </html> |
|
#10
| ||||
| ||||
| Hallo tommy, welcher Text wird nun nicht richtig angezeigt? Gibt doch mal eine Referenz. Gruss Mensch
__________________ Noch immer Typ3Dummie: Wenn ich weiss, dass ich nichts weiss, weiss ich mehr, als wenn ich nicht weiss, dass ich nichts weiss. |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Schriftgröße mit dynamischen CSS | kathrin-77 | Barrierefreiheit | 9 | 05.02.08 14:56 |
| Schrift und Schriftgröße | dragon230507 | TYPO3 4.x Rich Text Editor | 1 | 16.06.07 08:57 |
| Schriftgröße im Backend | sissi | TYPO3 4.x Backend | 3 | 23.02.07 10:27 |
| Schriftgröße im tt_board ändern | maeufchen | Alle anderen Extensions | 1 | 19.02.06 19:18 |
| Schriftgröße von Bildunterschriften beeinflussen | mmaker | TYPO3 3.x Fragen und Probleme | 2 | 06.12.05 10:22 |