{u'login_url': u'http://auth.bethel.edu/auth/getsession.cgi?siteid=100&amp;sendto=http%3a%2f%2fknowledgebase%2eits%2ebethel%2eedu%2farticles%2f429%2f', u'title': u'ITS KnowledgeBase - Article #429', u'hide_personalbar': u'no', u'breadcrumb': u'<a href="/">ITS KB</a> -> <a href="/articles/429/">Article #429</a>', u'analytics_code': u'UA-1888141-15', u'hide_welcome': u'no', u'logout_url': u'?bethelauthsession_100='}
 
  • BU Home | 
  • News | 
  • Events | 
  •  | 
  •  

ITS KnowledgeBase - Article #429

Welcome Guest: Login

Common CSS Commands and Functions

http://kb.its.bethel.edu/articles/429/

Editting the format of all your websites at once:

FONT:

To edit the font through CSS select the "Paragraph" option from the dropdown menu and enter the following commands in the "P" text box

Type: font-family: helvetica;

Note: the bolded text can be changed to the desired font (i.e. helvetica, sans-serif, etc.)

Size: font-size: 14px;

Note: the bolded text can be changed to the desired font size (16px, 24px, etc.)

Color: color: red;

Note: the bolded text can be changed to the desired font color (black, blue, white, green,  or yellow)

Style: font-style: italic;
          font-style: normal;
          font-style: oblique;

Variants: font-variant: normal;
               font-variant: small-caps;

BACKGROUND

Color: background-color: black;  

*Note that you can change the background color for headings, paragraphs and tables by selecting those areas from the drop down menu an typing the above text into the text box.

Keywords: No Keywords

Created: 2006-11-10 09:11:32

Updated: 2006-11-23 01:05:50

Targeted toward:

This is a technical article

Maintained by: