Old 12-31-2008, 01:58 PM   #1 (permalink)
Junior Member
 
Join Date: Dec 2008
Posts: 7
Default Changing .CSS file has no affect on preview

I changed all the color values in the CSS file to black just to try and get some kind of change to show up on the .SWF preview and nothing in the CSS file seems to affect the text in the .SWF. Am I doing something wrong? Here is the CSS information I modified in hopes of seeing all the text turn black.

Code:
a{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	
	
}

a:hover{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	
}

a:active{
	color:#000000;
	font-size: 12px;
	text-decoration: none;
}



p{
	color: #000000;
	bold: true;
	font-size: 12px;
	
}

.smaller{
	color: #000000;
	font-size: 12px;
}

.big{
	font-size: 20px;
	font-weight: bold;
	color: Orange;
}
The readme states that

Quote:
The component is highly customizable directly from the xml.
...
14 - <description><![CDATA[ Your description will go here
]]></description> Here you will be able to change the news big text which is html
and css formatted.
Please explain how to customize directly from the XML and CSS files because nothing I'm doing seems to work.

I will open up another thread to discuss the HTML formatting (in the .XML) because I am not getting desired results with that either.
DJStrato is offline   Reply With Quote
Old 01-16-2009, 10:38 AM   #2 (permalink)
OXYLUS Staff
 
Razvan's Avatar
 
Join Date: May 2008
Posts: 1,570
Send a message via Skype™ to Razvan
Default

Please read this
Razvan is offline   Reply With Quote
Reply

Bookmarks

Tags
css, customize, external

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:55 PM.