Skip to content

Commit 56b907e

Browse files
committedOct 13, 2021
New version; Dark color scheme support; Design tweaks
1 parent 42f54e5 commit 56b907e

File tree

207 files changed

+522
-480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+522
-480
lines changed
 

‎contact.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,17 @@
4040
<div class="main">
4141
<div style="float: right; text-align: right;"><a href="https://github.com/Qalculate" class="githubbutton">GitHub project</a></div>
4242
<div class="pagetitle"><span class="qcolor">Q</span>alculate! contact</div>
43-
<hr><br>
43+
<hr>
44+
<div class="content">
45+
<br>
4446
Submit bugs and feature requests, or ask questions, here:
4547
<ul>
4648
<li><a href="https://github.com/Qalculate/libqalculate/issues">libqalculate and qalc</a></li>
4749
<li><a href="https://github.com/Qalculate/qalculate-gtk/issues">qalculate-gtk</a></li>
4850
<li><a href="https://github.com/Qalculate/qalculate-qt/issues">qalculate-qt</a></li>
4951
</ul>
5052
</div>
53+
</div>
5154
</body>
5255
<script src="scripts/mobile.js"></script>
5356
</html>
54-

‎css/qalculate.css

+70-37
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,19 @@
2121
font-size: 0.95em;
2222
font-family: sans-serif;
2323
color: #fafcfd;
24-
padding: 0.4em 0.7em 0.7em;
2524
text-decoration: none;
2625
text-transform: uppercase;
27-
margin: 0.4em 0 0 0;
28-
border-radius: 0.35em 0.35em 0 0;
29-
}
30-
31-
.navleave {
3226
padding: 0.4em 0.7em 0.3em;
3327
margin: 0.4em 0 0.4em 0;
3428
border-radius: 0.35em;
3529
}
3630

31+
.navleave {
32+
}
33+
3734
.navitem:hover {
3835
background-color: #333A40;
36+
transition: 0.3s;
3937
}
4038

4139
.navq {
@@ -64,6 +62,9 @@
6462
.navcurrent {
6563
background-color: #fafcfd;
6664
color: #000000;
65+
padding: 0.4em 0.7em 0.7em;
66+
margin: 0.4em 0 0 0;
67+
border-radius: 0.35em 0.35em 0 0;
6768
}
6869

6970
.navcurrent:hover {
@@ -118,7 +119,7 @@
118119
display: flex;
119120
justify-content: space-between;
120121
align-items: center;
121-
padding: 0 1em 0 0.3em;
122+
padding: 0 0.5em 0 0.3em;
122123
}
123124

124125
.bar {
@@ -137,6 +138,7 @@
137138

138139
.nav-item:hover{
139140
background-color: #333A40;
141+
transition: 0.3s;
140142
}
141143

142144
.nav-logo {
@@ -150,6 +152,7 @@
150152

151153
.nav-logo:hover {
152154
background-color: #333A40;
155+
transition: 0.3s;
153156
}
154157

155158
.nav-menu {
@@ -179,6 +182,13 @@
179182
.hamburger {
180183
display: block;
181184
cursor: pointer;
185+
padding: 0.2em 0.5em 0.2em;
186+
border-radius: 0.35em;
187+
}
188+
189+
.hamburger:hover {
190+
background-color: #333A40;
191+
transition: 0.3s;
182192
}
183193

184194
.hamburger.active .bar:nth-child(2) {
@@ -196,11 +206,9 @@
196206
}
197207

198208
@media only screen and (max-width: 750px) {
199-
200209
.navbar {
201210
display: none;
202211
}
203-
204212
.header {
205213
position: fixed;
206214
top: 0;
@@ -210,45 +218,48 @@
210218
font-family: sans-serif;
211219
text-transform: uppercase;
212220
}
213-
214221
}
215222

216223
@media only screen and (min-width: 750px) {
217224
.main {
218225
padding: 5em 5% 5em 5%;
219-
background-color: #fafcfd;
220-
color: #000000;
221226
}
222227
}
223228

224229
@media only screen and (min-width: 900px) {
225230
.main {
226231
margin-left: auto;
227232
margin-right: auto;
228-
max-width: 1100px;
233+
max-width: 1150px;
229234
padding: 5em 7% 5em 7%;
230-
background-color: #fafcfd;
231-
color: #000000;
232235
}
233236
}
234237

238+
.content {
239+
text-align: left;
240+
clear: left;
241+
}
242+
243+
.lncontent {
244+
text-align: left;
245+
clear: left;
246+
}
247+
248+
.description {
249+
font-size: 1.15em;
250+
text-align: justify;
251+
}
252+
235253
@media only screen and (min-width: 1200px) {
236-
.subtitle {
237-
font-size: 1.35em;
238-
font-weight: bold;
239-
margin-bottom: 1.5em;
240-
text-align: center;
241-
}
242254
.mainscreenshot {
243255
float: left;
244-
margin-right: 1em;
245-
margin-bottom: 2em;
256+
margin: -4px 1.2em 2em -9px;
246257
}
247258
.subtitle {
248-
font-size: 1.35em;
249-
font-weight: bold;
250259
margin-bottom: 1.75em;
251-
text-align: center;
260+
}
261+
.lncontent {
262+
width: 70%;
252263
}
253264
}
254265

@@ -267,21 +278,11 @@
267278
text-align: left;
268279
}
269280

270-
.description {
271-
font-size: 1.15em;
272-
text-align: left;
273-
}
274-
275281
.qcolor {
276282
font-weight: bold;
277283
color: #cc4499;
278284
}
279285

280-
.content {
281-
text-align: left;
282-
clear: left;
283-
}
284-
285286
.latestnews {
286287
font-size: 1em;
287288
text-transform: uppercase;
@@ -302,7 +303,7 @@
302303
text-align: center;
303304
background-color: #994477;
304305
border-radius: 1.25em;
305-
padding: 0.3em 1.5em;
306+
padding: 0.3em 1.5em 0.3em;
306307
color: #fafcfd;
307308
text-transform: uppercase;
308309
font-size: 1.5em;
@@ -327,3 +328,35 @@
327328
transition: background-color 0.5s;
328329
}
329330

331+
.whiteimage {
332+
}
333+
334+
@media (prefers-color-scheme: dark) {
335+
.qbody, .main, .navcurrent, .navcurrent:hover {
336+
background-color: #202124;
337+
color: #e8eaed;
338+
}
339+
.navitem:hover, .nav-logo:hover, .nav-item:hover, .hamburger:hover {
340+
background-color: #202124;
341+
}
342+
.content a, .lncontent a, .description a {
343+
color: #8ab4f8;
344+
}
345+
.content a:visited, .lncontent a:visited, .description a:visited {
346+
color: #c58af9;
347+
}
348+
.qcolor {
349+
color: #ff77cc;
350+
}
351+
.newsdate {
352+
color: #9aa0a6;
353+
354+
}
355+
.title, .subtitle, .pagetitle {
356+
color: white;
357+
}
358+
.whiteimage {
359+
filter: invert(95%);
360+
}
361+
}
362+

0 commit comments

Comments
 (0)