1
1
#include < stdlib.h>
2
2
3
- extern const char sHtmlCssEtag [] = " 00000005 " ;
3
+ extern const char sHtmlCssEtag [] = " 00000006 " ;
4
4
extern const char sHtmlCssFile [] =
5
5
" body {"
6
6
" font-family: Tahoma, Arial, sans-serif;"
7
7
" font-size: 80%;"
8
- " background-color: rgb(230, 230, 230 );"
8
+ " background-color: rgb(240, 240, 240 );"
9
9
" }"
10
10
11
11
" a {"
12
- " color: rgb(43, 51, 62 );"
12
+ " color: rgb(44, 55, 66 );"
13
13
" }"
14
14
15
15
" a:link {"
16
16
" text-decoration: none;"
17
17
" }"
18
18
19
19
" a:visited {"
20
- " color: rgb(43, 51, 62 );"
20
+ " color: rgb(44, 55, 66 );"
21
21
" }"
22
22
23
23
" a:hover {"
@@ -42,9 +42,9 @@ extern const char sHtmlCssFile [] =
42
42
" }"
43
43
44
44
" .links {"
45
- " padding: 5px ;"
45
+ " padding: 7px ;"
46
46
" text-align: center;"
47
- " background-color: rgb(213, 213, 213 );"
47
+ " background-color: rgb(215, 215, 215 );"
48
48
" box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);"
49
49
" }"
50
50
@@ -72,7 +72,7 @@ extern const char sHtmlCssFile [] =
72
72
" }"
73
73
74
74
" h4 {"
75
- " background-color: rgb(0, 129, 124 );"
75
+ " background-color: rgb(0, 130, 130 );"
76
76
" color: white;"
77
77
" padding: 10px;"
78
78
" margin: 10px 0px;"
@@ -85,7 +85,7 @@ extern const char sHtmlCssFile [] =
85
85
86
86
" .flex-item {"
87
87
" width: 33%;"
88
- " margin: 6px ;"
88
+ " margin: 3px ;"
89
89
" }" ;
90
90
91
91
size_t sHtmlCssSize = sizeof (sHtmlCssFile ) - 1 ;
@@ -97,7 +97,7 @@ extern const char sHtmlCommonHeader [] =
97
97
" <link rel='stylesheet' href='style.css' /><title>%s</title></head>"
98
98
" <body>"
99
99
" <div class='all'>"
100
- " <div class='header'><span style='color: rgb(255, 153 , 0)'>XMR</span>-Stak-CPU</div>"
100
+ " <div class='header'><span style='color: rgb(255, 160 , 0)'>XMR</span>-Stak-CPU</div>"
101
101
102
102
" <div class='flex-container'>"
103
103
" <div class='links flex-item'>"
0 commit comments