[imp] colors

Atif Ghaffar aghaffar@developer.ch
Tue, 08 May 2001 00:28:03 +0200


Atif Ghaffar wrote:
> =

> Chuck Hagenbuch wrote:
> > Request css.php with mozilla or wget (something that'll let you view =
the
> > generated css file) to make sure that it's coming out correctly...
> =

> Hi chuck,
> I too have this wiered behaviour with Turba only(Mozilla/Linux).
> Seems like the styles are not loading correctly, but I dare not complai=
n
> after all the customizations I have done.


My css output

http://webmail.ispman.org/horde/css.php?app=turba



-- 
Atif Ghaffar
Internet Development Manager
4unet AG/SA/Ltd.
-------------------------.
        +41 21 351 53 60 ¦ voice
        +41 78 787 51 45 ¦ mobile
        +41 86 0796598972¦ fax
    http://www.4unet.net ¦ www
http://atif.developer.ch ¦ homepage
  atif.ghaffar@4unet.net ¦ email


>From adrieder@sbox.tugraz.at Date: Tue,  8 May 2001 01:29:07 +0200
Return-Path: <adrieder@sbox.tugraz.at>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 14307 invoked from network); 7 May 2001 23:29:58 -0000
Received: from fstgss05.tu-graz.ac.at (HELO sbox.tugraz.at) (129.27.3.24)
  by horde.org with SMTP; 7 May 2001 23:29:58 -0000
Received: (from cyrus@localhost)
	by sbox.tugraz.at (8.11.3/8.11.3) id f47NT7702023
	for imp@lists.horde.org; Tue, 8 May 2001 01:29:07 +0200 (MEST)
Received: from 213.47.183.160 ( [213.47.183.160])
	as user adrieder@sbox.tugraz.at by sbox.tugraz.at with HTTP;
	Tue,  8 May 2001 01:29:07 +0200
Message-ID: <989278147.3af72fc31609b@sbox.tugraz.at>
Date: Tue,  8 May 2001 01:29:07 +0200
From: Didi Rieder <adrieder@sbox.tugraz.at>
To: imp@lists.horde.org
References: <989245383.3af6afc75d264@ballast.salemstate.edu>
In-Reply-To: <989245383.3af6afc75d264@ballast.salemstate.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 213.47.183.160
X-WebMail-Company: University of Technology Graz
Subject: Re: [imp] Help with APC

Quoting bmurphy@salemstate.edu:

> I am currently running IMP 2.2.4 and have just started to "advertise"
> it to my users.  While I am not yet experiencing any performance issues,
> I would like to make any recommended changes before people start getting
> dependant on the product.  I am running on RH7 - PII (300) w/128 MB RAM.
> 
> In reading the posts to this group, I took a look at APC.  However, I am
> unclear on how this gets implemented.  I am running php-pgsql-4.0.3pl1-1.
> Can I install APC for SHM?
Yes you can!

> I don't have php-shm loaded.
For the APC you don't need the php-shm, it has its own shm interface

>  Can php-shm be
> loaded when a DB is also loaded?  Then, of course, this begs the question -
> which will take priority, shm or pgsql?  I wouldn't want to lose my
> Preferences.
If you want to use both (pgsql + shm) in php you will need to rebuild php with
the support for both.

Didi

-- 
------------------------
Didi Rieder
adrieder@sbox.tugraz.at
------------------------


>From wittenberg@starken.com Date: Mon,  7 May 2001 22:07:59 -0500
Return-Path: <daniel-wittenberg@starken.com>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 17489 invoked from network); 8 May 2001 03:08:00 -0000
Received: from firewall.wittenberg.org (HELO dns1.wittenberg.org) (199.120.78.198)
  by horde.org with SMTP; 8 May 2001 03:08:00 -0000
Received: (from nobody@localhost)
	by dns1.wittenberg.org (8.9.3/8.9.3) id WAA10088
	for imp@lists.horde.org; Mon, 7 May 2001 22:07:59 -0500
X-Authentication-Warning: dns1.wittenberg.org: nobody set sender to daniel-wittenberg@starken.com using -f
Received: from setup.starken.com ( [setup.starken.com])
	as user dwittenb@mail.starken.com by mail-dev.starken.com with HTTP;
	Mon,  7 May 2001 22:07:59 -0500
Message-ID: <989291279.3af7630f34433@mail-dev.starken.com>
Date: Mon,  7 May 2001 22:07:59 -0500
From: Daniel Wittenberg <daniel-wittenberg@starken.com>
To: imp@lists.horde.org
References: <989267258.3af7053a9ab27@mail-dev.starken.com> <989267480.3af70618dbbb2@www.the-triumvirate.net> <989267857.3af707917dc64@mail-dev.starken.com> <989273164.3af71c4ca4b3a@marina.horde.org>
In-Reply-To: <989273164.3af71c4ca4b3a@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] colors

Not sure what this is supposed to look like, but here's what I get:
( I also tried this from Netscape on a Mac and it looks the same, no colors)

body {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	background-color: #222244;
	color: black;
}

input {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

a {
	color: #333366;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

a.hover {
	text-decoration: underline;
}

a.menuitem {
	color: #eeeeff;
}

a.menuitem:hover {
	color: #ffffff;
	background-color: #222244;
}

a.widget:hover {
	background-color: #e9e9e9;
}

.outline {
	background-color: black;
}

.menu {
	color: white;
	background-color: #444466;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}

.header {
	color: #ccccee;
	background-color: #444466;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12pt;
}

.light {
	color: white;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

.smallheader {
	color: #ccccee;
	background-color: #444466;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

.small {
	color: #aaaacc;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

.control {
	color: black;
	background-color: #cccccc;
}

.item {
	color: black;
	background-color: #e9e9e9;
}

.button {
	color: white;
	background-color: #666699;
	border-bottom: thin solid #222244;
	border-right: thin solid #222244;
	border-top: thin solid #9999cc;
	border-left: thin solid #9999cc;
	font-size: 9pt;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.selected {
	background-color: #bbcbff;
}

.text {
	background-color: white;
}

.item0 {
	background-color: #f3f3f3;
}

.item1 {
	background-color: #e9e9e9;
}

.fixed {
	font-size: 10pt;
	font-family: monospace, fixed;
}

td {
	font-size: 9pt;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}

th {
	font-size: 9pt;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}

.list {
	background-color: #f0f0ff;
}

.listlt {
	background-color: #ffffff;
}


Quoting Chuck Hagenbuch <chuck@horde.org>:
>
> Request css.php with mozilla or wget (something that'll let you view the
> generated css file) to make sure that it's coming out correctly...
>
> -chuck


>From max@the Date: Mon,  7 May 2001 21:43:21 -0700
Return-Path: <max@the-triumvirate.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 19278 invoked from network); 8 May 2001 04:44:08 -0000
Received: from cx439309-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (65.5.157.46)
  by horde.org with SMTP; 8 May 2001 04:44:08 -0000
Received: (from http@localhost)
	by zion.the-triumvirate.net (8.10.2/8.10.2) id f484hML15914
	for imp@lists.horde.org; Mon, 7 May 2001 21:43:22 -0700
X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f
Received: from 65.5.157.45 ( [65.5.157.45])
	as user max@imap.the-triumvirate.net by www.the-triumvirate.net with HTTP;
	Mon,  7 May 2001 21:43:21 -0700
Message-ID: <989297001.3af77969d1f72@www.the-triumvirate.net>
Date: Mon,  7 May 2001 21:43:21 -0700
From: Max Kalika <max@the-triumvirate.net>
To: imp@lists.horde.org
References: <989267258.3af7053a9ab27@mail-dev.starken.com> <989267480.3af70618dbbb2@www.the-triumvirate.net> <989267857.3af707917dc64@mail-dev.starken.com> <989273164.3af71c4ca4b3a@marina.horde.org> <989291279.3af7630f34433@mail-dev.starken.com>
In-Reply-To: <989291279.3af7630f34433@mail-dev.starken.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 65.5.157.45
Subject: Re: [imp] colors

Quoting Daniel Wittenberg <daniel-wittenberg@starken.com>:

> Not sure what this is supposed to look like, but here's what I get:
> ( I also tried this from Netscape on a Mac and it looks the same, no
> colors)

Try updating CVS.  I think I just fixed it.

-- 
/// max kalika 
// max@the-triumvirate.net 

"and after a while you'll stop making computers out of stuff and start making 
stuff out of computers" -- douglas adams 4/5/01