[Typo3-UG Oesterreich] RE: [Typo3-UG Oesterreich] Graphical Header - 2te Zeil e eingerückt

Christian Kurta kurta at typoheads.com
Wed Oct 8 22:56:22 CEST 2003


Hi Kurt!

Hab das bei Setup eingefügt:
Jedoch bekomm ich keinen Schatten angezeigt.
Danke im Vorhinein!


[GLOBAL]
styles.header.gfx1 > 
styles.header.gfx1 = IMAGE 
styles.header.gfx1 { 
  wrap = {$styles.header.gfx1.wrap} 
  alttext.current = 1 
  file = GIFBUILDER 
  file { 
    XY = [10.w]+10 ,{$styles.header.gfx1.itemH} 
    maxWidth = {$styles.header.gfx1.maxWidth} 
    backColor = {$styles.header.gfx1.bgCol} 
    reduceColors = {$styles.header.gfx1.reduceColors} 
    10 = TEXT 
    10 { 
      text.current = 1 
      text.crop = {$styles.header.gfx1.maxChars} 
      fontSize = {$styles.header.gfx1.fontSize} 
      fontFile = {$styles.header.gfx1.file.fontFile} 
      fontColor = {$styles.header.gfx1.fontColor} 
      offset = {$styles.header.gfx1.fontOffset} 
      niceText = {$styles.header.gfx1.niceText}
>>>>  shadow.offset = 5,5  <<<<
>>>>  shadow.blur = 60     <<<<
>>>>  shadow.opacity = 40  <<<<
 
    } 
  } 
}

Und das bei den Constants:

styles.header.gfx1 > 
styles.header.gfx1 { 
  bgCol = white 

  file.fontFile = MtNoI___*.ttf
  fontSize = 30
  fontColor = #0066CC
  fontOffset = 2,24
  niceText = 0

  itemH = 33
  maxWidth = 0
  maxChars = 35

  reduceColors = 16 
  wrap = 
}





On Sat, 4 Oct 2003 12:54:38 +0200, Kurt Dirnbauer | web:consulting wrote
> hi!
> 
> "Christian Kurta" <kurta at typoheads.com> schrieb im Newsbeitrag
> news:mailman.1065263123.27214.typo3-at at lists.netfielders.de...
> > aenderung von heading5 oder die 2te ueberschrift von heading5 waere ideal,
> > aber wie?
> 
> als hint:
> template (auf deiner "root" - page) --> template-analyser (rechts 
> oben) --> -->  styles-header gfx1
> ====================================================
> dort findest du:
> 
> dort findest du:
> CONSTANTS:
> 
>  styles.header.gfx1
>  [GLOBAL]
> styles.header.gfx1 >
> styles.header.gfx1 {
>   bgCol = white
> 
>   file.fontFile =
>   fontSize = 20
>   fontColor = black
>   fontOffset = 2,20
>   niceText =
> 
>   itemH = 30
>   maxWidth =
>   maxChars = 35
> 
>   reduceColors = 16
>   wrap =
> }
> 
> SETUP:
> 
>  styles.header.gfx1
>  [GLOBAL]
> styles.header.gfx1 >
> styles.header.gfx1 = IMAGE
> styles.header.gfx1 {
>   wrap = {$styles.header.gfx1.wrap}
>   alttext.current = 1
>   file = GIFBUILDER
>   file {
>     XY = [10.w]+10 ,{$styles.header.gfx1.itemH}
>     maxWidth = {$styles.header.gfx1.maxWidth}
>     backColor = {$styles.header.gfx1.bgCol}
>     reduceColors = {$styles.header.gfx1.reduceColors}
>     10 = TEXT
>     10 {
>       text.current = 1
>       text.crop = {$styles.header.gfx1.maxChars}
>       fontSize = {$styles.header.gfx1.fontSize}
>       fontFile = {$styles.header.gfx1.file.fontFile}
>       fontColor = {$styles.header.gfx1.fontColor}
>       offset = {$styles.header.gfx1.fontOffset}
>       niceText = {$styles.header.gfx1.niceText}
>     }
>   }
> }
> =====================================
> bei content default findest du:
> 
> GLOBAL]
> 
> lib.stdheader = COA
> lib.stdheader {
>   stdWrap.wrapAlign.field = header_position
>   stdWrap.typolink.parameter.field = header_link
>   stdWrap.fieldRequired = header
>   stdWrap.editIcons = tt_content : header, [header_layout |
> header_position], [header_link|date]
>   stdWrap.editIcons.beforeLastTag=1
>   stdWrap.editIcons.iconTitle=Edit header
> 
>   stdWrap.if {
>     equals.field = header_layout
>     value = 100
>     negate = 1
>   }
> 
>   5 = TEXT
>   5.field = date
>   5.if.isTrue.field = date
>   5.date = d/m Y
>   5.wrap = {$content.wrap.headerDate}
> 
>   10 = CASE
>   10.setCurrent {
>     field = header
>     parseFunc < styles.content.parseFunc
>     parseFunc.if.value = 5
>     parseFunc.if.equals {
>       field = header_layout
>       ifEmpty = {$content.defaultHeaderType}
>       ifEmpty.override.data = register: defaultHeaderType
>     }
>     parseFunc.if.negate = 1
>   }
>   10.key.field = header_layout
>   10.key.ifEmpty = {$content.defaultHeaderType}
>   10.key.ifEmpty.override.data = register: defaultHeaderType
>   10.stdWrap.wrap = {$content.wrap.header}
> 
>   10.1 = TEXT
>   10.1.current = 1
>   10.1.fontTag = {$content.wrap.header1}
>   10.1.case = {$content.case.header1}
>   10.1.wrap2 = {$content.wrap2.header1}
> 
>   10.2 = TEXT
>   10.2.current = 1
>   10.2.fontTag = {$content.wrap.header2}
>   10.2.case = {$content.case.header2}
>   10.2.wrap2 = {$content.wrap2.header2}
> 
>   10.3 = TEXT
>   10.3.current = 1
>   10.3.fontTag = {$content.wrap.header3}
>   10.3.wrap2 = {$content.wrap2.header3}
> 
>   10.4 = TEXT
>   10.4.current = 1
>   10.4.fontTag = {$content.wrap.header4}
> 
>   10.5 < styles.header.gfx1
> 
> ===================================================
> 
> mehr weiss ich adhoc auch nicht.
> 
> ueberschreiben:
> ich_bin_altes >
> ich.bin.neues.te = blablalba
> 
> cheers,
> kurt
> 
> _______________________________________________





More information about the TYPO3-at mailing list