Help - Search - Members - Calendar
Full Version: Style Sheet Question
Movable Type Community Forum > Using Movable Type > Default Stylesheets
wayno5000
Hello,

This is all that shows up as my stylesheet.

/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/pass-mt/mt-static/themes/base-weblog.css);
@import url(/pass-mt/mt-static/themes/theme-blue_crush/theme-blue_crush.css);
/* end StyleCatcher imports */

I want to make some modifications, but I don't know how since this really has no code. How do I get the old style sheet to appear where I can make changes? I am using blue crush style.

the changes I want to add are:

.entry-body-news {color: #000000;}

.entry-body-advice {color: #0000ff;}

.entry-body,
.entry-body-news
.entry-body-news {color: #000000;}
.entry-body-advice
.entry-body-advice {color: #0000ff;}
.entry-more-link,
.entry-more
{
clear: both;
}

If anyone has any suggestions on where to put this stuff please let me know. What I am trying to do is have the type font turn blue if the main category name is advice and for it to stay black if the main category name is News.

Thanks for any help on this. I have used this on a previous website and it worked well. The style sheet on that one was much longer though.

Wayno5000
serialpurrs
QUOTE (wayno5000 @ Jun 26 2007, 04:23 PM) *
Hello,

This is all that shows up as my stylesheet.

/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/pass-mt/mt-static/themes/base-weblog.css);
@import url(/pass-mt/mt-static/themes/theme-blue_crush/theme-blue_crush.css);
/* end StyleCatcher imports */

I want to make some modifications, but I don't know how since this really has no code. How do I get the old style sheet to appear where I can make changes? I am using blue crush style.

the changes I want to add are:

.entry-body-news {color: #000000;}

.entry-body-advice {color: #0000ff;}

.entry-body,
.entry-body-news
.entry-body-news {color: #000000;}
.entry-body-advice
.entry-body-advice {color: #0000ff;}
.entry-more-link,
.entry-more
{
clear: both;
}

If anyone has any suggestions on where to put this stuff please let me know. What I am trying to do is have the type font turn blue if the main category name is advice and for it to stay black if the main category name is News.

Thanks for any help on this. I have used this on a previous website and it worked well. The style sheet on that one was much longer though.

Wayno5000


You can just add that code below what you're seeing in the stylesheet as referenced above. All that code do, is to call the two stylesheets mentioned which is the way stylecatcher is doing things.
carmige
smile.gif
carmige
Serialpurrs beat me to the reply... :-)
wayno5000
Thanks to you both. I had tried putting the code before it and it didn't work. I appreciate the quick responses.

QUOTE (carmige @ Jun 26 2007, 12:36 PM) *
Serialpurrs beat me to the reply... :-)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.