-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
110 lines (93 loc) · 1.96 KB
/
Copy pathstylesheet.css
File metadata and controls
110 lines (93 loc) · 1.96 KB
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
104
105
106
107
108
109
110
/* DeskGlow - Desktop Clock & System Resource Monitor stylesheet for Zorin OS / GNOME */
.deskglow-container {
background-color: rgba(10, 11, 14, 0.85);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 18px;
padding: 20px 28px 16px 28px;
color: #ffffff;
font-family: sans-serif;
}
/* Time Row */
.deskglow-time-box {
spacing: 0px;
}
.deskglow-time-text {
font-size: 96px;
font-weight: 300;
color: #ffffff;
}
.deskglow-ampm-text {
font-size: 26px;
font-weight: 400;
color: rgba(255, 255, 255, 0.85);
margin-left: 8px;
margin-bottom: 16px;
}
/* Date Row */
.deskglow-date-box {
margin-top: 0px;
spacing: 8px;
}
.deskglow-date-day-num {
font-size: 36px;
font-weight: 400;
color: #ffffff;
}
.deskglow-date-month-year {
font-size: 26px;
font-weight: 300;
color: rgba(255, 255, 255, 0.9);
margin-left: 2px;
margin-right: 6px;
}
.deskglow-date-weekday {
font-size: 36px;
font-weight: 400;
color: #ffffff;
}
/* Horizontal Separator */
.deskglow-separator {
height: 1px;
background-color: rgba(255, 255, 255, 0.2);
margin-top: 14px;
margin-bottom: 14px;
}
/* Vertical Separator for Stats Row (Tall Vertical Line Divider matching Target Image 2) */
.deskglow-v-separator {
width: 1px;
background-color: rgba(255, 255, 255, 0.22);
margin-left: 8px;
margin-right: 8px;
margin-top: 2px;
margin-bottom: 2px;
}
/* Stats Row */
.deskglow-stats-box {
spacing: 0px;
}
.deskglow-stat-item {
spacing: 10px;
padding-left: 4px;
padding-right: 4px;
}
.deskglow-stat-item-last {
spacing: 10px;
padding-left: 4px;
padding-right: 0px;
}
.deskglow-stat-icon {
color: #ffffff;
}
.deskglow-stat-details {
spacing: 1px;
}
.deskglow-stat-label {
font-size: 10px;
font-weight: 700;
color: rgba(255, 255, 255, 0.75);
}
.deskglow-stat-value {
font-size: 12px;
font-weight: 500;
color: #ffffff;
}