2017-12-28 23:46:12 +00:00
|
|
|
:root {
|
|
|
|
--mdc-theme-primary: #1b5e20;
|
2017-12-28 23:58:29 +00:00
|
|
|
--mdc-theme-primary-light: #4c8c4a;
|
|
|
|
--mdc-theme-primary-dark: #003300;
|
2017-12-28 23:46:12 +00:00
|
|
|
--mdc-theme-secondary: #f9a825;
|
2017-12-28 23:58:29 +00:00
|
|
|
--mdc-theme-secondary-light: #ffd95a;
|
|
|
|
--mdc-theme-secondary-dark: #c17900;
|
2017-12-28 23:46:12 +00:00
|
|
|
}
|
|
|
|
|
2018-02-18 22:31:14 +00:00
|
|
|
.mdc-toolbar .mdc-tab {
|
|
|
|
color: var(--mdc-theme-text-secondary-on-primary, rgba(255, 255, 255, 0.7));
|
|
|
|
}
|
|
|
|
|
|
|
|
.mdc-toolbar .mdc-tab--active {
|
|
|
|
color: var(--mdc-theme-text-primary-on-primary, white);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mdc-toolbar .mdc-tab-bar__indicator {
|
|
|
|
background-color: var(--mdc-theme-secondary, #ff4081);
|
|
|
|
}
|
|
|
|
|
2017-12-16 19:17:11 +00:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
2018-02-17 00:25:07 +00:00
|
|
|
body.timeline {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2018-01-07 21:20:32 +00:00
|
|
|
main {
|
2018-02-17 00:25:07 +00:00
|
|
|
overflow: auto;
|
2018-01-07 21:20:32 +00:00
|
|
|
}
|
|
|
|
|
2017-12-29 15:25:57 +00:00
|
|
|
.panel {
|
|
|
|
margin-top: 70px;
|
|
|
|
}
|
|
|
|
|
2018-01-15 11:55:40 +00:00
|
|
|
.nofiles {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
2018-01-06 23:55:45 +00:00
|
|
|
#tooltip {
|
|
|
|
background-color: white;
|
|
|
|
z-index: 200;
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
2018-01-07 21:32:20 +00:00
|
|
|
max-width: 70%;
|
2018-01-06 23:55:45 +00:00
|
|
|
}
|
|
|
|
|
2018-02-18 22:31:14 +00:00
|
|
|
.tooltip-card__primary {
|
|
|
|
padding: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip-card__supporting-text {
|
|
|
|
padding: 0 1rem 8px 1rem;
|
|
|
|
}
|
|
|
|
|
2018-01-06 23:55:45 +00:00
|
|
|
#tooltip h1 {
|
|
|
|
font-weight: bold;
|
2018-02-18 22:31:14 +00:00
|
|
|
margin: 0;
|
2018-01-06 23:55:45 +00:00
|
|
|
}
|
|
|
|
|
2017-12-16 18:42:24 +00:00
|
|
|
table td+td {
|
2017-12-16 19:17:11 +00:00
|
|
|
border-left: 1px dashed silver;
|
|
|
|
text-align: center;
|
2017-12-16 18:42:24 +00:00
|
|
|
}
|
|
|
|
|
2018-01-06 23:55:45 +00:00
|
|
|
th, td {
|
2017-12-16 18:42:24 +00:00
|
|
|
font-family: monospace;
|
2017-12-28 23:44:43 +00:00
|
|
|
white-space: nowrap;
|
2017-12-16 18:42:24 +00:00
|
|
|
}
|
|
|
|
|
2018-01-06 23:55:45 +00:00
|
|
|
th.ref {
|
2017-12-16 19:17:11 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2017-12-16 18:42:24 +00:00
|
|
|
td.empty {
|
|
|
|
color: silver;
|
|
|
|
}
|
2017-12-16 22:06:19 +00:00
|
|
|
|
|
|
|
tr:hover {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
2017-12-17 18:33:33 +00:00
|
|
|
|
|
|
|
td.fullonly {
|
|
|
|
color: #88f;
|
|
|
|
}
|
2018-02-17 00:25:07 +00:00
|
|
|
|
|
|
|
.release-card {
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 12px 4px;
|
|
|
|
width: 80%;
|
|
|
|
margin: 20px auto;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release-card .version {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.5em;
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release-card .date {
|
|
|
|
display: table-cell;
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release-card .date span {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release-card .devices {
|
|
|
|
display: table-cell;
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release-card .devices span {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release-card .lastreleased {
|
|
|
|
}
|