diff options
| author | 2014-01-26 08:54:52 -0500 | |
|---|---|---|
| committer | 2014-01-26 08:54:52 -0500 | |
| commit | b0641fd0ebcaa02dcbeb2983703bff6516f93487 (patch) | |
| tree | c709673e8e5622e73c7b06cd2f0c92a103660873 /p | |
| parent | 5ad19cddc179e3528bd90d4bea8c97518e65bf51 (diff) | |
Modification des statistiques.
Ajout de la liste des 10 plus gros contributeurs
Ajout de règles CSS pour les thèmes Flat et Dark
Modification de l'affichage des camemberts (tri par nombre qui remplace le tri alphabétique)
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/Dark/freshrss.css | 45 | ||||
| -rw-r--r-- | p/themes/Flat/freshrss.css | 45 | ||||
| -rw-r--r-- | p/themes/Origine/freshrss.css | 5 |
3 files changed, 94 insertions, 1 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index 40634e398..98c742c89 100644 --- a/p/themes/Dark/freshrss.css +++ b/p/themes/Dark/freshrss.css @@ -875,3 +875,48 @@ input.extend { text-decoration: underline; } } + +.stat{ + border:1px solid #2f2f2f; + border-radius:10px; + margin: 10px 0; +} +.stat h2{ + border-bottom:1px solid #2f2f2f; + margin:0; + padding-left:5px; +} +.stat h2 + *{ + margin:5px; +} +.stat h2 + div + div{ + margin:0 5px 5px 5px; +} +.stat h2 + table{ + border-collapse:collapse; + width:calc(100% - 10px); +} +.stat h2 + table th{ + padding:5px; +} +.stat h2 + table td{ + padding:5px; +} +.stat h2 + table td.numeric{ + text-align:center; +} +.stat h2 + table thead th{ + border-bottom:2px solid #2f2f2f; +} +.stat h2 + table tbody tr *{ + border-bottom:1px solid #2f2f2f; +} +.stat h2 + table tbody tr:last-child *{ + border-bottom:0; +} +.stat h2 + table tr *{ + border-left:2px solid #2f2f2f; +} +.stat h2 + table tr *:first-child{ + border-left:0; +}
\ No newline at end of file diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css index 04b3df842..f0ebe2300 100644 --- a/p/themes/Flat/freshrss.css +++ b/p/themes/Flat/freshrss.css @@ -842,3 +842,48 @@ input.extend { text-decoration: underline; } } + +.stat{ + border:1px solid #aaa; + border-radius:10px; + margin: 10px 0; +} +.stat h2{ + border-bottom:1px solid #aaa; + margin:0; + padding-left:5px; +} +.stat h2 + *{ + margin:5px; +} +.stat h2 + div + div{ + margin:0 5px 5px 5px; +} +.stat h2 + table{ + border-collapse:collapse; + width:calc(100% - 10px); +} +.stat h2 + table th{ + padding:5px; +} +.stat h2 + table td{ + padding:5px; +} +.stat h2 + table td.numeric{ + text-align:center; +} +.stat h2 + table thead th{ + border-bottom:2px solid #aaa; +} +.stat h2 + table tbody tr *{ + border-bottom:1px solid #aaa; +} +.stat h2 + table tbody tr:last-child *{ + border-bottom:0; +} +.stat h2 + table tr *{ + border-left:2px solid #aaa; +} +.stat h2 + table tr *:first-child{ + border-left:0; +}
\ No newline at end of file diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css index 78adbeff0..fb8abb0b6 100644 --- a/p/themes/Origine/freshrss.css +++ b/p/themes/Origine/freshrss.css @@ -921,9 +921,12 @@ input.extend { width:calc(100% - 10px); } .stat h2 + table th{ - text-transform:capitalize; + padding:5px; } .stat h2 + table td{ + padding:5px; +} +.stat h2 + table td.numeric{ text-align:center; } .stat h2 + table thead th{ |
