Hoe verander ik...

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Headstrong
Berichten: 439
Lid geworden op: 13 aug 2003, 17:21

Hoe verander ik...

Bericht door Headstrong » 14 mei 2004, 21:20

Hoe verander ik de grafiekbalken (zie afbeelding 1)?
En hoe verander ik die zwarte lijn die rechts en onder naast de dikkere lijn loopt (zie afbeelding 2)?

Afbeelding

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 14 mei 2004, 21:30

1) kijk in het .tpl bestand en vervang subSilver met jouw template naam
2) zet in het .css bestand bij dit stuk:

Code: Selecteer alles

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
alle border-width's op 0
Afbeelding

Gebruikersavatar
mosymuis
Berichten: 6940
Lid geworden op: 05 feb 2003, 14:00
Locatie: Amsterdam
Contacteer:

Bericht door mosymuis » 14 mei 2004, 22:26

Toelichting op 1): dit dus;

Code: Selecteer alles

$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";

//
// Vote graphic length defines the maximum length of a vote result
// graphic, ie. 100% = this length
//
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;

Gesloten