On Wed, 11 Jun 2003 10:35:19 +0930, Greg Mayman wrote:
> On Sun, 08 Jun 2003 22:04:05 -0400, Glenn McCorkle wrote:
>> Did you try linking to the " SKN 'skins' " button and then linking to
>> one of my 'default' .SKN files ????
>> Try it, you'll see. ;-)
>> But only if you have CSS enabled.
> I may look pretty stupid, but I'm smart enough not to try something
> just to see what it does, at least not until I know a little about what
> it MIGHT do.
> Does anyone else want to tell me what SKINS are?
> And also what CSS might be? And whether I should have it enabled? And if
> so, how?
Sorry. :(
CSS can be enabled on the Options/Prefs. & Perfs. setup page.
(upper-left side just under "Display Frames")
CSS == Cascading Style Sheets.
They are simply small bits of HTML code which can be used in many
different pages.
The advantage of using CSS is that we can change the look (skin), of all
of the pages by simply changeing the one CSS file.
Here's the code in saveas.ah
<html>
<TITLE>Save or send document</TITLE>
<link rel="stylesheet" href="file://skin.css">
<BODY BGCOLOR=BLACK TEXT=BLACK>
<!--save-->
<TABLE CELLSPACING=1 BORDER FRAME="void">
<TD class="topbar" bgcolor=silver ALIGN=RIGHT>
If CSS is not enabled, the "top bar" of the save box will have
a backgrund color of silver.
If on the other hand CSS *is* enabled, then the BGCOLR will be taken from
the 'topbar' section of skin.css located in the arachne_main directory.
--- my currently used 'SKIN' is Xchaos.skn (Michael likes silver)---
.topbar
{
background-color:silver;
}
.midbar
{
background-color:silver;
}
________________
--- caverge.skn (Clarence likes gray) ---
.topbar
{
background-color:gray;
}
.midbar
{
background-color:gray;
}
_____________________
--- blue.skn (someone else [not me], might like blue) ---
.topbar
{
background-color:blue;
}
.midbar
{
background-color:blue;
}
_____________________
This line in mime.cfg simply copies any .SKN file we link-to
over to skin.css, instantly changing the 'skin' of all internal
Arachne setup pages and function pages.
These are all of the pages I have placed this option into.
----------
l:\arachne\chngdone.htm
l:\arachne\pppglenn.htm
l:\arachne\ppp_init.htm
l:\arachne\system\gui\conf_ext.ah
l:\arachne\system\gui\conf_lan.ah
l:\arachne\system\gui\conf_ppp.ah
l:\arachne\system\gui\copy.ah
l:\arachne\system\gui\download.ah
l:\arachne\system\gui\etherwz1.ah
l:\arachne\system\gui\etherwz2.ah
l:\arachne\system\gui\etherwz3.ah
l:\arachne\system\gui\etherwzn.ah
l:\arachne\system\gui\etherwzy.ah
l:\arachne\system\gui\ftplogin.ah
l:\arachne\system\gui\login.ah
l:\arachne\system\gui\maintain.ah
l:\arachne\system\gui\opt_loc.ah
l:\arachne\system\gui\opt_misc.ah
l:\arachne\system\gui\opt_net.ah
l:\arachne\system\gui\opt_pers.ah
l:\arachne\system\gui\print.ah
l:\arachne\system\gui\profiles.ah
l:\arachne\system\gui\prtbmp.ah
l:\arachne\system\gui\ps.ah
l:\arachne\system\gui\saveas.ah
l:\arachne\system\gui\tcpsetup.ah
l:\arachne\system\gui\wizard1.ah
l:\arachne\system\gui\wizard2.ah
l:\arachne\system\gui\wizard3.ah
l:\arachne\system\gui\wizard4.ah
l:\arachne\system\gui\wizard5.ah
l:\arachne\system\gui\wizard6.ah
l:\arachne\system\gui\wizard7.ah
l:\arachne\system\gui\wizard8.ah
l:\arachne\system\gui\wizard9.ah
l:\arachne\system\gui\wizarda.ah
l:\arachne\system\gui\wizardb.ah
__________________________________
--
Glenn
http://arachne.cz/
http://www.delorie.com/listserv/mime/
http://www.cisnet.com/glennmcc/
http://www.cisnet.com/glennmcc/aqc/