You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
886 B
63 lines
886 B
/* programming styles */ |
|
|
|
body { |
|
background-color: #bbab9b; |
|
color: #4f3222; |
|
} |
|
|
|
.coursetitle { |
|
background-color: #eaac8bff; |
|
color: #6d597aff; |
|
} |
|
|
|
.lecturer { |
|
background-color: #355070ff; |
|
color: #D5E1DF; |
|
} |
|
|
|
.episodetitle { |
|
padding: 6px; |
|
} |
|
|
|
.sectiontitle { |
|
padding: 6px 12px; |
|
} |
|
|
|
article p { |
|
padding: 6px 12px; |
|
} |
|
|
|
.inset, .inset-overflow { |
|
background-color: #4f3222; |
|
color: #bbab9b; |
|
} |
|
|
|
.inset-error { |
|
background-color: lightcoral; |
|
color: darkred; |
|
} |
|
|
|
.logic tr { |
|
padding: 0 10px; |
|
} |
|
|
|
.bold { |
|
color: darkred; |
|
} |
|
|
|
td { |
|
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; |
|
text-align: center; |
|
margin: 10px; |
|
min-width: 10%; |
|
} |
|
|
|
th { |
|
color: antiquewhite; |
|
background-color: black; |
|
} |
|
|
|
tr { |
|
color: black; |
|
background-color: antiquewhite; |
|
} |