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.
|
|
|
/* raspberry pi styles styles */
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #000000;
|
|
|
|
color: #6CC04A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.courselink {
|
|
|
|
background-color: #C51A4A;
|
|
|
|
color: #6CC04A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lecturer {
|
|
|
|
background-color: #6CC04A;
|
|
|
|
color: #C51A4A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.episodetitle {
|
|
|
|
padding: 6px;
|
|
|
|
background-color: #C51A4A;
|
|
|
|
color: #6CC04A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sectiontitle {
|
|
|
|
color: #C51A4A;
|
|
|
|
padding: 6px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subsectiontitle {
|
|
|
|
color: #C51A4A;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
article p {
|
|
|
|
padding: 6px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inset, .inset-overflow {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: #C51A4A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
max-width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #C51A4A;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #6CC04A;
|
|
|
|
}
|