aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-rw-r--r--p/themes/Dark/freshrss.css45
-rw-r--r--p/themes/Flat/freshrss.css45
-rw-r--r--p/themes/Origine/freshrss.css5
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{