Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yfpeng committed Feb 21, 2024
1 parent 98ff0b8 commit 2da532c
Showing 1 changed file with 71 additions and 71 deletions.
142 changes: 71 additions & 71 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@


body {
/*background: #f7f7f7;*/
background: #B31B1B;
color: #f7f7f7;
font-family: Arial, Helvetica, sans-serif;
font-weight: 300;
font-size:16px;
/*background: #f7f7f7;*/
background: #B31B1B;
color: #f7f7f7;
font-family: Arial, Helvetica, sans-serif;
font-weight: 300;
font-size:16px;
}

/* Headings */

h1 {
font-size:30pt;
font-size:30pt;
}

h2 {
font-size:22pt;
font-size:22pt;
}

h3 {
font-size:14pt;
font-size:14pt;
}


Expand All @@ -43,7 +43,7 @@ a:active {
}

a:hover {
color: #f09228;
color: #f09228;
text-decoration: none;
}

Expand All @@ -52,51 +52,51 @@ a:hover {


.container {
width: 1024px;
min-height: 200px;
margin: 0 auto; /* top and bottom, right and left */
border: 1px hidden #000;
/* border: none; */
text-align: center;
padding: 1em 1em 1em 1em; /* top, right, bottom, left */
color: #4d4b59;
background: #f7f7f7;
width: 1024px;
min-height: 200px;
margin: 0 auto; /* top and bottom, right and left */
border: 1px hidden #000;
/* border: none; */
text-align: center;
padding: 1em 1em 1em 1em; /* top, right, bottom, left */
color: #4d4b59;
background: #f7f7f7;
}

.overview {
text-align: left;
text-align: left;
}


.containersmall {
width: 1024px;
min-height: 10px;
margin: 0 auto; /* top and bottom, right and left */
border: 1px hidden #000;
/* border: none; */
text-align: left;
padding: 1em 1em 1em 1em; /* top, right, bottom, left */
color: #4d4b59;
background: #f7f7f7;
width: 1024px;
min-height: 10px;
margin: 0 auto; /* top and bottom, right and left */
border: 1px hidden #000;
/* border: none; */
text-align: left;
padding: 1em 1em 1em 1em; /* top, right, bottom, left */
color: #4d4b59;
background: #f7f7f7;
}

.schedule {
width: 1000px;
min-height: 200px;
margin: 0 auto; /* top and bottom, right and left */
/*border: 1px solid #000;*/
border: none;
text-align: left;
padding: 1em 1em 1em 1em; /* top, right, bottom, left */
color: #4d4b59;
background: #f7f7f7;
width: 1000px;
min-height: 200px;
margin: 0 auto; /* top and bottom, right and left */
/*border: 1px solid #000;*/
border: none;
text-align: left;
padding: 1em 1em 1em 1em; /* top, right, bottom, left */
color: #4d4b59;
background: #f7f7f7;
}

/* Title and menu */

.title{
font-size: 22pt;
margin: 1px;
font-size: 22pt;
margin: 1px;
}

.menubar {
Expand All @@ -110,84 +110,84 @@ a:hover {
/* Announcements */

.announce_date {
font-size: .875em;
font-style: italic;
font-size: .875em;
font-style: italic;
}
.announce {
font-size: inherit;
font-size: inherit;
}
.schedule_week {
font-size: small;
background-color: #CCF;
font-size: small;
background-color: #CCF;
}


/* Schedule */

table.schedule {
/* border-width: 1px;*/
/* border-spacing: 2px;*/
/* border-style: none;*/
/* border-color: #000;*/
border-collapse: collapse;
/* background-color: white;*/
/* border-width: 1px;*/
/* border-spacing: 2px;*/
/* border-style: none;*/
/* border-color: #000;*/
border-collapse: collapse;
/* background-color: white;*/
}

.schedule th{
font-weight: bold;
padding-left: 5px;
font-weight: bold;
padding-left: 5px;
}

table.schedule tr {
border-bottom: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

table.schedule td{
padding-top:10px;
padding-bottom:10px;
padding-left: 5px;
padding-top:10px;
padding-bottom:10px;
padding-left: 5px;
}

p.subtitle {
text-indent: -5em;
margin-left: 5em;
text-indent: -5em;
margin-left: 5em;
}

/* Notes */

table.notes {
border: none;
border-collapse: collapse;
border: none;
border-collapse: collapse;
}

.notes td {
border-bottom: 1px solid;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px solid;
padding-bottom: 5px;
padding-top: 5px;
}


/* Problem sets */

table.psets {
/* border: none;*/
border-collapse: collapse;
/* border: none;*/
border-collapse: collapse;
}

.psets td {
border-bottom: 1px solid;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px solid;
padding-bottom: 5px;
padding-top: 5px;
}


.acknowledgement
{
font-size: .875em;
font-size: .875em;
}

.code {
font-family: "Courier New", Courier, monospace
font-family: "Courier New", Courier, monospace
}

.instructorphoto img {
Expand Down

0 comments on commit 2da532c

Please sign in to comment.