Antwort: AW: [opencms-dev] font size

Wulf Baerenz wulf.baerenz at db.com
Thu Jul 13 09:59:26 CEST 2000


Hallo Herr Hellstern,

ich hatte das gleiche Problem, und zwar mit dem OS/2 - Netscape.
Ich habe vor der Datenbank-Initialisierung mir die format.css aus dem
ZIP-Archiv (workplace.zip) herausgenommen und das Teil folgendermassen
editiert:
Ich habe alle Werte in der Form [wert]px verdoppelt.

Danach die Datei wieder in das Archiv eingepackt, und die Datenbank neu initialisiert.
Das Ergebnis war einfach traumhaft. Ich weiss allerdings nicht, ob sich das 1:1 auf den
Linux-Netscape übertragen lässt.



MfG W. Bärenz
Deutsche Bank AG
GTS / CBA Retail Banking
Credit & Cards - Credit Decision
-----------------------------------
Tel.: 069-910-66324
Fax: 069-910-67667



Datum:         12.07.2000 23:16
An:            opencms-dev at www.opencms.com




Antwort an:    opencms-dev at www.opencms.com

Betreff:       AW: [opencms-dev] font size
Nachrichtentext:


Hi Alex,

I followed your recommendations, but it does not really help me :-(
The bodytext of page changed, but not all the labels, and this is
my problem. E.g, the "Benutzername" and "Kennwort" Labels on the
login-window are still very tiny. The text in the page list in the
explorer view is nearly unreadable.

I've got another problem: when I open a page for editing, the text-editor
starts (not wysiwyg, because it's Netscape under Linux), I can make my
modification and store the page again. After that the editor does not
terminate when I click on the "schliessen" button. First I have to resize
the window of the editor before the "schliessen" works. But my modifications
were not stored in the page, there is an additional page file in the page
list,
beginning with "~" which is marked blue.

Is this a normal behavier? and how I can get my modifications in the
right page?

Tx in advance,
kind regards,
Reiner


-----Ursprüngliche Nachricht-----
Von: owner-opencms-dev at www.opencms.com
[mailto:owner-opencms-dev at www.opencms.com]Im Auftrag von Alex Kandzior
Gesendet: Montag, 10. Juli 2000 09:13
An: 'opencms-dev at www.opencms.com'
Betreff: RE: [opencms-dev] font size


Hi Reiner,

this is a problem with the style sheet used in the workplace. The fonts we
have choosen is ok in MS Windows (about 8pt size), but with X Windows it
seems to appear much to small.

This might be fixed by editing the style sheet in
[OpenCms Tree] /system/workplace/css/format.css
You must logon as "Admin" to have acces to this directory.

Entrys there look like this:

P
{
    FONT-FAMILY: MS Sans Serif, Arial, helvetica, sans-serif;
    FONT-SIZE: 8px;
    TEXT-INDENT: 15px
}

Possible solution might be to set a specific "right sized" font first that
normally is not found in MS, but with X. The MS setup will then ignore this
and take the next font in the list.

This would then look like this
P
{
    FONT-FAMILY: [X-Only-Font], MS Sans Serif, Arial, helvetica, sans-serif;
    FONT-SIZE: 8px;
    TEXT-INDENT: 15px
}

Other solutions are possible. If anyone finds a solution to this problem
please mail it to me or to this mailing list.

Regards,
Alex.

-----------------------
Alexander Kandzior
OpenCms Group
mailto:alex at opencms.com

Download OpenCms at http://www.opencms.com




> -----Original Message-----
> From: Reiner.Hellstern at t-online.de
> [mailto:Reiner.Hellstern at t-online.de]
> Sent: Sunday, July 09, 2000 4:30 PM
> To: opencms-dev at www.opencms.com
> Subject: [opencms-dev] font size
>
>
> Hi all,
>
> I have a question concerning the font size of the
> opencms screens. Normally my netscape navigator (4.7)
> running under Linux displays all web pages in
> Helvetica 12pt, everything is good readable. BUT the
> letters in the OpenCms pages are extremly small, nearly
> impossible to read. Is there a possibility to enlarge
> the font size of OpenCms ?
>
> tx in advance,
> kind regards
> Reiner Hellstern
>
>








More information about the opencms-dev mailing list