Hi, I try to define a .css, called skin.css, for my skin, that is
.SkinObject { font-weight: bold; font-size: 10.5pt; color: #003366; font-family: Tahoma, Arial, Helvetica; text-decoration: none; }
/* text style used for most text rendered by modules */ .Normal, .NormalDisabled { font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: normal; }
and I add to the skin file, called iWorkLogin-1.htm.
But during runtime, I found (with IE developer toolbar) that there are no external .css (skin.css) within the pages with this skin file applied.
BTW: iWorkLogin-1.htm and skin.css are at the same folder.
So what further steps I need to take?
Thanks a lot. Ricky. |