-
Notifications
You must be signed in to change notification settings - Fork 0
/
miniflux-onepager.css
103 lines (90 loc) · 1.78 KB
/
miniflux-onepager.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
html, body{min-height:100%;}
a {
color: #3575f1;
text-decoration: none;
}
.item-title a{
color: black;
}
.entry-actions a{
color: black;
}
:root {
--font-family:system-ui, -apple-system, Hack, 'Arial', Times, serif;
--entry-content-font-family: Hack, 'Arial', Times, serif;
--body-background: rgba(0,0,0,0);
background-image:linear-gradient(#ebfcf8, #efdaf1);
--title-color: #343434;
--link-color: #343434;
--link-focus-color: #343434;
--link-hover-color:#141414;
--item-padding: 1px !important;
--current-item-border-color:#FF0000;
--cuurent-item-border-width:3px;
}
.item{
margin-bottom:10px !important;
}
.item-status-unread{
background-color: #ffffbe;
}
.item-status-read{
background-color: #c4c4c4;
}
.item-status-unread{
bacground-color:#ffffbe;
}
.hide-read-items .item-status-read:not(.current-item) {
display:block !important;
}
.entry-website {
background-color:#a5ffa2;
}
.entry-author {
background-color:#f6af94;
}
.category{
background-color:#d7c8ff;
}
.item-meta-info-title{
background-color:#a5ffa2;
}
.entry-meta{
display: inline-block;
}
.entry-date{
font-size: 1em;
display: inline-block;
border: 1px solid #FF0000;
border-radius: 2px;
}
.entry-header::after {
content: "";
display: block;
width: 100%;
height: 2px; /* Adjust the height of the horizontal bar */
background-color: #000; /* Adjust the color of the horizontal bar */
}
.pagination-next a {
border: 1px solid #FF0000;
border-radius: 2px;
text-decoration: none;
}
.pagination-prev a {
border: 1px solid #FF0000;
border-radius: 2px;
text-decoration: none;
}
.entry-autho em a{
text-decoration: none;
cursor: default;
}
article.entry-content {
//max-width: 40rem !important;
//margin: auto !important;
font-size: 1.1em !important;
}
.entry header h1 {
font-size: 1.5em !important;
margin:5px 0 5px !important;
}