Compare group of apps

This commit is contained in:
relikd
2020-10-13 19:46:13 +02:00
parent 215ff82d65
commit 76b22281f5
16 changed files with 429 additions and 156 deletions

View File

@@ -128,6 +128,12 @@ footer .links {
.pagination a { margin: .5em; padding: .2em; }
.pagination a.active { border: 1pt solid black; border-radius: .2em; }
/* Lists */
.title-sub h4, h2.title { margin-bottom: 0; }
.title-sub span, p.subtitle { margin-top: .2em; }
.title-sub p { margin: .2em .5em 1.5em; font-style: italic; }
.title-sub span, .found-in span, .snd { color: #586472; font-size: .85em; }
#categories h3 { margin-top: 2em; }
@@ -136,7 +142,6 @@ footer .links {
#dom-top10>div { margin: .4em; }
#dom-top10 a, #dom-toc a { word-wrap: break-word; }
#dom-toc span { display: table; }
.found-in span, .snd { color: #586472; font-size: .85em; }
.fillbar {
display: block;
background: #DDD;
@@ -159,8 +164,6 @@ footer .links {
/* app bundle */
.squeeze { max-width: 700px; }
h2.title { margin-bottom: 0; }
p.subtitle { margin-top: .2em; }
.mg_lr { margin: 0 .4em; }
.mg_top { margin-top: 2em; }
.right { text-align: right; }
@@ -172,9 +175,11 @@ p.subtitle { margin-top: .2em; }
.xscroll { overflow-x: scroll; max-width: 100%; }
.yscroll { overflow-y: scroll; max-height: 80vh; }
.floatr, #main-nav { float: right; }
table { border-collapse: collapse; }
table.alternate td, table.alternate th { padding: .5em; }
table.alternate tr:nth-child(even) { background: #DDD; }
table.alternate tr:nth-child(odd) { background: #F9F9F9; }
table.stick-first td:nth-child(1) { position: sticky; left: 0; background: inherit; }
/*#meta { margin-bottom: 2em; }*/
#meta .icons { margin-bottom: 2em; }
@@ -282,14 +287,16 @@ p.trckr { font-size: .9em; margin-left: .5em; }
#rank-list th:not(:first-child) { min-width: 12ex; }
#rank-list img { width: 25px; height: 25px; vertical-align: bottom; }
#rank-list td { text-align: center; min-width: max-content; }
#rank-list td:nth-child(1) {
position: sticky; left: 0;
background: inherit;
text-align: right;
}
#rank-list td { text-align: center; }
#rank-list td:nth-child(1) { text-align: right; white-space: nowrap; }
#rank-list td:nth-child(2) { text-align: left; }
/* rank-cluster */
table.cluster tr { font-size: 0.8em; }
table.cluster td { padding: 0.75em; }
table.cluster .sep { border-left: 1pt solid #000; }
table.cluster td:not(:first-child) { text-align: center; }
/* responsive */
@media(max-width: 900px) {
#stats { grid-template-columns: repeat(2, max-content); }