CSS Summer 2003
CSS for Week One
- BODY
- {
- background: #FFFFFF url(images/transpbg.jpg) repeat;
- margin-left: 10px;
- font-family: lucida console, lucida sans, courier, monospaced, sans-serif;
- color: #000000;
- font-size:14pt;
- }
-
H1
- {
- font-family: lucida console, lucida sans, courier, monospaced, sans-serif;
- font-size: 24pt;
- color: #0000ff;
- BACKGROUND-COLOR: transparent;
- font-weight: bold;
- text-align: center;
- }
-
H2
- {
- font-family: lucida console, lucida sans, courier, monospaced, sans-serif;
- font-size: 24pt;
- color: #000000;
- BACKGROUND-COLOR: transparent;
- }
-
H3
- {
- font-family: lucida console, lucida sans, courier, monospaced, sans-serif;
- font-size: 18pt;
- color: #000000;
- BACKGROUND-COLOR: transparent;
- }
-
P
- {
- font-family: courier, new courier, monospace;
- font-size: 14pt;
- font-weight: bold;
- color: #ff0000;
- BACKGROUND-COLOR: transparent;
- }
-
A
- {
- text-decoration: none;
- }
-
IMG
-
LI
- {
- list-style-type: square;
- font-family: comic sans, comic sans ms, monospace;
- font-weight: bold;
- text-align: left;
- background: #fffacd;
- color: #000000;
- }
-
UL
- {
- list-style-type: square;
- color: #0B0E5D;
- background: #fffacd;
- padding-right: 45px;
- padding-left: 45px;
- padding-bottom: 10px;
- padding-top: 10px;
- width: 300px;
- border: thin dashed #000000;
- }
- OL
- {
- list-style-type: square;
- color: #0B0E5D;
- background: #fffacd;
- padding-right: 45px;
- padding-left: 45px;
- padding-bottom: 10px;
- padding-top: 10px;
- width: 400px;
- border: thin dashed #000000;
- }