Skip to content

Commit 951b0df

Browse files
committed
Darken text and go over mathicsscript section
1 parent 3026952 commit 951b0df

File tree

2 files changed

+54
-49
lines changed

2 files changed

+54
-49
lines changed

assets/css/main.css

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ body {
228228
/* Type */
229229

230230
body {
231-
color: #999999;
231+
color: #666677;
232232
}
233233

234234
html,
@@ -445,7 +445,7 @@ hr.major {
445445
input,
446446
select,
447447
textarea {
448-
color: #999999;
448+
color: #666677;
449449
}
450450

451451
a {
@@ -472,17 +472,17 @@ h6 {
472472
}
473473

474474
blockquote {
475-
border-left-color: #e6e6e6;
475+
border-left-color: #c4c4e6;
476476
}
477477

478478
code,
479479
kbd {
480480
background: rgba(144, 144, 144, 0.075);
481-
border-color: #e6e6e6;
481+
border-color: #c4c4e6;
482482
}
483483

484484
hr {
485-
border-bottom-color: #e6e6e6;
485+
border-bottom-color: #c4c4e6;
486486
}
487487

488488

@@ -1664,7 +1664,7 @@ hr {
16641664

16651665
.box {
16661666
border-radius: 6px;
1667-
border: solid 1px #e6e6e6;
1667+
border: solid 1px #c4c4e6;
16681668
margin-bottom: 2em;
16691669
padding: 1.5em;
16701670
}
@@ -1793,7 +1793,7 @@ button,
17931793
.button {
17941794
background-color: transparent;
17951795
color: #828282 !important;
1796-
box-shadow: inset 0 0 0 2px #e6e6e6;
1796+
box-shadow: inset 0 0 0 2px #c4c4e6;
17971797
}
17981798

17991799
input[type="submit"]:hover,
@@ -1882,7 +1882,7 @@ textarea:invalid {
18821882
}
18831883

18841884
select {
1885-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e6e6e6' /%3E%3C/svg%3E");
1885+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23c4c4e6' /%3E%3C/svg%3E");
18861886
background-size: 1.25rem;
18871887
background-repeat: no-repeat;
18881888
background-position: calc(100% - 1rem) center;
@@ -2016,7 +2016,7 @@ select,
20162016
textarea {
20172017
color: inherit;
20182018
background-color: rgba(144, 144, 144, 0.075);
2019-
border-color: #e6e6e6;
2019+
border-color: #c4c4e6;
20202020
}
20212021

20222022
input[type="text"]:focus,
@@ -2029,18 +2029,18 @@ textarea:focus {
20292029
}
20302030

20312031
.select-wrapper:before {
2032-
color: #e6e6e6;
2032+
color: #c4c4e6;
20332033
}
20342034

20352035
input[type="checkbox"]+label,
20362036
input[type="radio"]+label {
2037-
color: #999999;
2037+
color: #666677;
20382038
}
20392039

20402040
input[type="checkbox"]+label:before,
20412041
input[type="radio"]+label:before {
20422042
background-color: rgba(144, 144, 144, 0.075);
2043-
border-color: #e6e6e6;
2043+
border-color: #c4c4e6;
20442044
}
20452045

20462046
input[type="checkbox"]:checked+label:before,
@@ -2246,7 +2246,7 @@ input[type="radio"]:focus+label:before {
22462246
}
22472247

22482248
.image {
2249-
box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #e6e6e6;
2249+
box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #c4c4e6;
22502250
}
22512251

22522252
.image.phone {
@@ -2256,15 +2256,15 @@ input[type="radio"]:focus+label:before {
22562256
.image.phone .inner,
22572257
.image.phone:before,
22582258
.image.phone:after {
2259-
border-color: #e6e6e6;
2259+
border-color: #c4c4e6;
22602260
}
22612261

22622262
.image.phone .inner:before {
2263-
background: #e6e6e6;
2263+
background: #c4c4e6;
22642264
}
22652265

22662266
.image.phone .inner:after {
2267-
border-color: #e6e6e6;
2267+
border-color: #c4c4e6;
22682268
}
22692269

22702270

@@ -2326,7 +2326,7 @@ dl dd {
23262326
}
23272327

23282328
ul.alt>li {
2329-
border-top-color: #e6e6e6;
2329+
border-top-color: #c4c4e6;
23302330
}
23312331

23322332

@@ -2498,7 +2498,7 @@ ul.icons.labeled li .icon:before {
24982498
ul.icons.labeled li .icon .label {
24992499
display: inline-block;
25002500
vertical-align: middle;
2501-
color: #999999;
2501+
color: #666677;
25022502
}
25032503

25042504
@media screen and (max-width: 736px) and (orientation: portrait) {
@@ -2576,7 +2576,7 @@ header.major {
25762576

25772577
header.major:after {
25782578
content: '';
2579-
border-bottom: solid 2px #e6e6e6;
2579+
border-bottom: solid 2px #c4c4e6;
25802580
display: block;
25812581
width: 4em;
25822582
margin: 2em auto 0 auto;
@@ -2738,7 +2738,7 @@ table.alt tfoot {
27382738
}
27392739

27402740
table tbody tr {
2741-
border-color: #e6e6e6;
2741+
border-color: #c4c4e6;
27422742
}
27432743

27442744
table tbody tr:nth-child(2n+1) {
@@ -2750,15 +2750,15 @@ table th {
27502750
}
27512751

27522752
table thead {
2753-
border-bottom-color: #e6e6e6;
2753+
border-bottom-color: #c4c4e6;
27542754
}
27552755

27562756
table tfoot {
2757-
border-top-color: #e6e6e6;
2757+
border-top-color: #c4c4e6;
27582758
}
27592759

27602760
table.alt tbody tr td {
2761-
border-color: #e6e6e6;
2761+
border-color: #c4c4e6;
27622762
}
27632763

27642764
/* Wrapper */
@@ -2995,7 +2995,7 @@ table.alt tbody tr td {
29952995

29962996
.wrapper.style2 {
29972997
background-color: #fbfbfb;
2998-
color: #999999;
2998+
color: #666677;
29992999
}
30003000

30013001
.wrapper.style2 input[type="submit"],
@@ -3005,7 +3005,7 @@ table.alt tbody tr td {
30053005
.wrapper.style2 .button {
30063006
background-color: transparent;
30073007
color: #828282 !important;
3008-
box-shadow: inset 0 0 0 2px #e6e6e6;
3008+
box-shadow: inset 0 0 0 2px #c4c4e6;
30093009
}
30103010

30113011
.wrapper.style2 input[type="submit"]:hover,
@@ -3061,7 +3061,7 @@ table.alt tbody tr td {
30613061
.wrapper.style2 textarea {
30623062
color: inherit;
30633063
background-color: rgba(144, 144, 144, 0.075);
3064-
border-color: #e6e6e6;
3064+
border-color: #c4c4e6;
30653065
}
30663066

30673067
.wrapper.style2 input[type="text"]:focus,
@@ -3074,18 +3074,18 @@ table.alt tbody tr td {
30743074
}
30753075

30763076
.wrapper.style2 .select-wrapper:before {
3077-
color: #e6e6e6;
3077+
color: #c4c4e6;
30783078
}
30793079

30803080
.wrapper.style2 input[type="checkbox"]+label,
30813081
.wrapper.style2 input[type="radio"]+label {
3082-
color: #999999;
3082+
color: #666677;
30833083
}
30843084

30853085
.wrapper.style2 input[type="checkbox"]+label:before,
30863086
.wrapper.style2 input[type="radio"]+label:before {
30873087
background-color: rgba(144, 144, 144, 0.075);
3088-
border-color: #e6e6e6;
3088+
border-color: #c4c4e6;
30893089
}
30903090

30913091
.wrapper.style2 input[type="checkbox"]:checked+label:before,
@@ -3126,7 +3126,7 @@ table.alt tbody tr td {
31263126
}
31273127

31283128
.wrapper.style2 .image {
3129-
box-shadow: 0 0 0 4px #fbfbfb, 0 0 0 5px #e6e6e6;
3129+
box-shadow: 0 0 0 4px #fbfbfb, 0 0 0 5px #c4c4e6;
31303130
}
31313131

31323132
.wrapper.style2 .image.phone {
@@ -3136,23 +3136,23 @@ table.alt tbody tr td {
31363136
.wrapper.style2 .image.phone .inner,
31373137
.wrapper.style2 .image.phone:before,
31383138
.wrapper.style2 .image.phone:after {
3139-
border-color: #e6e6e6;
3139+
border-color: #c4c4e6;
31403140
}
31413141

31423142
.wrapper.style2 .image.phone .inner:before {
3143-
background: #e6e6e6;
3143+
background: #c4c4e6;
31443144
}
31453145

31463146
.wrapper.style2 .image.phone .inner:after {
3147-
border-color: #e6e6e6;
3147+
border-color: #c4c4e6;
31483148
}
31493149

31503150
.wrapper.style2 ul.alt>li {
3151-
border-top-color: #e6e6e6;
3151+
border-top-color: #c4c4e6;
31523152
}
31533153

31543154
.wrapper.style2 table tbody tr {
3155-
border-color: #e6e6e6;
3155+
border-color: #c4c4e6;
31563156
}
31573157

31583158
.wrapper.style2 table tbody tr:nth-child(2n+1) {
@@ -3164,21 +3164,21 @@ table.alt tbody tr td {
31643164
}
31653165

31663166
.wrapper.style2 table thead {
3167-
border-bottom-color: #e6e6e6;
3167+
border-bottom-color: #c4c4e6;
31683168
}
31693169

31703170
.wrapper.style2 table tfoot {
3171-
border-top-color: #e6e6e6;
3171+
border-top-color: #c4c4e6;
31723172
}
31733173

31743174
.wrapper.style2 table.alt tbody tr td {
3175-
border-color: #e6e6e6;
3175+
border-color: #c4c4e6;
31763176
}
31773177

31783178
.wrapper.style2 input,
31793179
.wrapper.style2 select,
31803180
.wrapper.style2 textarea {
3181-
color: #999999;
3181+
color: #666677;
31823182
}
31833183

31843184
.wrapper.style2 a {
@@ -3205,21 +3205,21 @@ table.alt tbody tr td {
32053205
}
32063206

32073207
.wrapper.style2 blockquote {
3208-
border-left-color: #e6e6e6;
3208+
border-left-color: #c4c4e6;
32093209
}
32103210

32113211
.wrapper.style2 code {
32123212
background: rgba(144, 144, 144, 0.075);
3213-
border-color: #e6e6e6;
3213+
border-color: #c4c4e6;
32143214
}
32153215

32163216
.wrapper.style2 hr {
3217-
border-bottom-color: #e6e6e6;
3217+
border-bottom-color: #c4c4e6;
32183218
}
32193219

32203220
.wrapper.style3 {
32213221
background-color: #f7f7f7;
3222-
color: #999999;
3222+
color: #666677;
32233223
}
32243224

32253225
.wrapper.style3 input[type="submit"],
@@ -3303,7 +3303,7 @@ table.alt tbody tr td {
33033303

33043304
.wrapper.style3 input[type="checkbox"]+label,
33053305
.wrapper.style3 input[type="radio"]+label {
3306-
color: #999999;
3306+
color: #666677;
33073307
}
33083308

33093309
.wrapper.style3 input[type="checkbox"]+label:before,
@@ -3402,7 +3402,7 @@ table.alt tbody tr td {
34023402
.wrapper.style3 input,
34033403
.wrapper.style3 select,
34043404
.wrapper.style3 textarea {
3405-
color: #999999;
3405+
color: #666677;
34063406
}
34073407

34083408
.wrapper.style3 a {
@@ -3884,7 +3884,7 @@ table.alt tbody tr td {
38843884

38853885
#footer {
38863886
background-color: #f7f7f7;
3887-
color: #999999;
3887+
color: #666677;
38883888
padding: 4.5em 0 2.5em 0;
38893889
color: #b0b0b0;
38903890
text-align: center;
@@ -3893,7 +3893,7 @@ table.alt tbody tr td {
38933893
#footer input,
38943894
#footer select,
38953895
#footer textarea {
3896-
color: #999999;
3896+
color: #666677;
38973897
}
38983898

38993899
#footer a {

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ <h3><a href="https://github.com/mathics/Mathics">Mathics Core</a></h3>
8484
</p>
8585

8686
<h3 id="mathicsscript"><a href="https://pypi.org/project/mathics-django/">mathicsscript</a></h3>
87+
<p>
88+
mathicsscript is a fancier command-line client for Mathics.
89+
</p>
8790
<p>
8891
<dd>
8992
<div class="image">
@@ -92,12 +95,14 @@ <h3 id="mathicsscript"><a href="https://pypi.org/project/mathics-django/">mathic
9295
</div>
9396
</dd>
9497
</p>
98+
9599
<p>
96-
mathicsscript is a CLI client for Mathics. It features:
100+
mathicsscript features:
97101
</p>
98102

99103
<ul>
100-
<li>GNU Readline terminal interaction. This includes
104+
<li><a href="https://python-prompt-toolkit.readthedocs.io/en/stable">prompt_toolkit</a>
105+
or GNU Readline terminal interaction. This includes
101106

102107
<ul>
103108
<li>saving command history between sessions.</li>

0 commit comments

Comments
 (0)