<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Styles for CSSE340 web page
    and Schedule.
 **/
ul.header &gt; li {
  list-style-type: square;
}

td {
  padding:10px;
  margin:10px;
}

table.plain, table.plain td {
  border:none;
}

table.schedule  {
  border:1px solid black;
  border-collapse: collapse;
}

.schedule th {
  padding: 5px;
  background: #ccc;
  /*border: 1px solid;*/
}

.schedule td {
  padding: 5px;
  border: 1px solid #aaa;
}

.firstCol , .secondCol {
  background: #eef;
}

.schedule .break {
  background: #efe;
  text-align:center;
  border: 1px dotted;
}

td.exam {
  background: #fcc;
  font-weight:bold;
}

td.lab {
  background: #ffc;
}

td.presentations {
  background: #dfe;
}

td.noclass {
  background: #eee;
  color: #777;
  font-style:italic;
}
td.noclass:before {
  content: "(no class)";
}

img.mode_icon {
  height: 1.3em;
  vertical-align: middle;
  margin-right: 6px;
}
&lt;/style&gt;

</pre></body></html>