You are here: Home Mathematics MATH 140 - Calculus I Stylesheet for Math 140 classes

classes

Document Actions
  • Bookmarks
Blackboard import

— CSS stylesheet, 1006 bytes

File contents

.sectionTitle {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
.attention {
	color: #FF0000;
}

.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: #FF9933;
}

.assignduebg {
	background-color: #66CCFF;
}
.covered {
	color: #0000FF;
}
.question {
	font-style: italic;
	font-weight: bold;
}
.indented {
	margin-left: 20px;
}
.photo {
	height: 100px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
.flag {
	padding: 3px;
	width: 60px;
	border: 1px solid #0000FF;
	height: 40px;
}