You are here: Home Mathematics Calculus II m141sp06-ocw style classes

classes

Document Actions
  • Bookmarks

— CSS stylesheet, 675 bytes

File contents

.sectionTitle {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}

.sitetitle {
	font-size: x-large;
	font-weight: bold;
	padding: 10px;
}
.menulink {
	font-size: medium;
	font-weight: bold;
}

.contentFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
}
.smallerFont {
	font-size: small;
}

.noclassbg {
	background-color: #66CC33;
}

.exambg {
	background-color: #FF6666;
}

.assignduebg {
	background-color: #33CCFF;
}
.covered {
	color: #0000FF;
}
.question {
	font-style: italic;
	font-weight: bold;
}
.attention {
	color: #FF0000;
}