I'm trying to use a <p class='  tag around text area's with the
following css, yet nothing is working.

What's the best way of specifying multiple font formatting in a
stylesheet? I've got an example where the p{} specifies the font
familiy, then every version of the class (ie .p2{}) only sets up the
size, etc, but I need something a little more:


.title{
        font: 30px/25px QuadraatSans-Regular;
        size: 30;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: right;
}

.primary_button {
        font: 25px Eureka-Roman;
        color: #ffffff;
        text-align: right;
        margin-bottom: 8;
}       


.secondary_button {
        font: 18px Eureka-Italic;       
        color: #ffffff;
        text-align: right;
        margin-bottom: 8px;
}

.body{
        font: 21px/25px QuadraatSans-Regular;
        color: #ffffff;
        margin-bottom: 8px;
}

.EX_Title{
        font: 35px/38px QuadraatHead-Bold;
        color: #ffffff;
        margin-bottom: 8px;
}

.EX_Subtitle{
        font: 21px/27px QuadraatHead-BoldIta;
        color: #ffffff;
        margin-bottom: 16px;
}

.EX_Date{
        font: 25px/29px QuadraatHead-Light;
        color: #ffffff;
        margin-bottom: 16px;
}

.FV_Section{
        font: 25px QuadraatHead-Bold;
        size: 25px;
        color: #ffffff;
        letter-spacing: 1px;
        margin-bottom: 8px;
}

.FV_Time{
        font: 30px/25px QuadraatSans-Regular;
        color:  #ffffff;
}

.FV_Year_Duration{
        font: 30px/25px QuadraatSans-Regular;
        margin-bottom: 16px;
        color: #ffffff;
}

.FV_Location{
        font: 20px/23px QuadraatSans-Regular;
        margin-bottom: 33px;
        color: #ffffff;
}

.FV_Film_Title{
        font: 27px/27px QuadraatHead-Bold;
        color: #ffffff;
}

.FV-ATM_Program_Title{
        font: 35px/38px QuadraatHead-Bold;
        margin-bottom: 8px;
        color: #ffffff;
}

.FV-ATM_Date{
        font: 25px/29px QuadraatHead-Light;
        color: #ffffff;
}

.FV-EFK-DS_Program_Title{
        font: 27px/27px QuadraatHead-Bold;
        margin-bottom: 8px;
        color: #ffffff;
}

.FV-EFK-DS_Date{
        font: 40px/38px QuadraatHead-Bold;
        letter-spacing: 1px;
        color: #ffffff;
}

.PP-SE_Weekday{
        font: 25px/25px QuadraatHead-Bold;
        letter-spacing: 1px;
        color: #ffffff;
}

.PP-SE_Date{
        font: 40px/38px QuadraatHead-Bold;
        letter-spacing: 1px;
        margin-bottom: 16px;
        color: #ffffff;
}

.PP-SE_Program_Title{
        font: 27px/27px QuadraatHead-Bold;
        margin-bottom: 16px;
        color: #ffffff;
}

.PP-SE_Time{
        font: 20px/23px QuadraatSans-Regular;
        color: #ffffff;
}

.PP-SE_Location{
        font: 20px/23px QuadraatSans-Regular;
        margin-bottom: 16px;
        color: #ffffff;
}
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to