2013-10-24 15:38:27 +00:00
|
|
|
/* Special alert areas at the top of the page. */
|
|
|
|
.todo-div {
|
|
|
|
background-color: #bbffbb;
|
|
|
|
}
|
|
|
|
.warning-div {
|
|
|
|
background-color: #ffbb00;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Tab which has been selected. */
|
2013-10-23 15:07:26 +00:00
|
|
|
.tab-true {
|
|
|
|
background-color: #ccccff;
|
2013-10-24 15:38:27 +00:00
|
|
|
display: inline-block;
|
|
|
|
font-size: 20px;
|
2013-10-23 15:07:26 +00:00
|
|
|
}
|
2013-10-24 15:38:27 +00:00
|
|
|
/* All other tabs. */
|
2013-10-23 15:07:26 +00:00
|
|
|
.tab-false {
|
|
|
|
background-color: #8888ff;
|
2013-10-24 15:38:27 +00:00
|
|
|
display: inline-block;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
/* Spacers between tabs. */
|
|
|
|
.tab-spacer {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
/* The main working area (connected to the selected tab). */
|
|
|
|
.tab-main {
|
|
|
|
background-color: #ccccff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.update-results-button {
|
|
|
|
font-size: 30px;
|
2013-10-23 15:07:26 +00:00
|
|
|
}
|
2013-11-22 19:26:18 +00:00
|
|
|
|
2014-02-06 20:22:25 +00:00
|
|
|
.show-only-button {
|
|
|
|
font-size: 8px;
|
|
|
|
}
|
|
|
|
.show-all-button {
|
|
|
|
font-size: 8px;
|
|
|
|
}
|
|
|
|
|
2013-11-22 19:26:18 +00:00
|
|
|
.image-link {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|