CSS Summer 2003
CSS for Week Two
- BODY
- {
- background: #FFFFFF url(images/roseborder1.jpg);
- background-repeat: repeat-y;
- margin-left: 130px;
- font-family: times new roman, serif;
- color: #000000;
- font-size: 14pt;
-
}
-
H1
- {
- font-family: times new roman, serif;
- font-size: 36pt;
- font-style: italic;
- font-weight: bold;
- color: #d25769;
- BACKGROUND-COLOR: transparent;
- }
- H2
- {
- font-family: times new roman, serif;
- font-size: 18pt;
- font-style: italic;
- font-weight: bold;
- color: #106829;
- BACKGROUND-COLOR: transparent;
- }
-
H3
- {
- font-family: times new roman, serif;
- font-size: 18pt;
- color: #000000;
- BACKGROUND-COLOR: transparent;
- }
-
P
- {
- font-family: times new roman, serif;
- font-size: 12pt;
- color: #000000;
- BACKGROUND-COLOR: transparent;
- margin-left: 30px;
- }
-
A
- {
- font-family: times new roman, serif;
- font-size: 14pt;
- color: #d25769;
- BACKGROUND-COLOR: transparent;
- }
-
IMG
-
LI
- {
- list-style-image:url(images/singlepink2.jpg);
- font-family: times new roman, serif;
- font-size: 14pt;
- text-align: left;
- background: #ECE5CB;
- color: #106E29;
- }
-
UL
- {
- list-style-type: square;
- color: #000000;
- background: #ECE5CB;
- padding-right: 25px;
- padding-left: 75px;
- padding-bottom: 10px;
- padding-top: 10px;
- width: 200px;
- border: Thick double #106829;
- }
-
OL
- {
- color: #0B0E5D;
- background: #ECE5CB;
- padding-right: 45px;
- padding-left: 45px;
- padding-bottom: 10px;
- padding-top: 10px;
- width: 300px;
- border: thick double #d25769;
- }
Embedded in Template 2
- IMG
- {
- border: Thick double #106829;
- }
- TABLE
- {
- border: thick solid #106829;
- }
TBODY
- {
- background: #fcd5ca;
- font-family: arial, verdana, sans-serif;
- text-align: left;
- color: #0B0E5D;
- }
- TD
- {
- Border: thin solid #d25769;
- }
- H4
- {
- font-family: arial, verdana, sans-serif;
- text-align: left;
- color: #106829;
- font-size: 14pt;
- background: #fcd5ca;
- border-bottom: thin solid #d25769;
- }