git.r.bdr.sh
/
rbdr
/
r.bdr.sh
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Swap font to see how it affects phone
[rbdr/r.bdr.sh]
/
css
/
style.css
diff --git
a/css/style.css
b/css/style.css
index e775321a251856e6e07e57c28dfc39fe2927ed3d..e5236e8aefd1da0fce8a8004c510a75cd0414715 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-1,8
+1,25
@@
+html {
+ scroll-behavior: smooth;
+}
+
body {
body {
+ font: -apple-system-body;
+ font-size: 1em;
font-family: "Hoefler Text", "Times New Roman", serif;
font-family: "Hoefler Text", "Times New Roman", serif;
- font-feature-settings: "
hlig" 1, "dlig" 1, "onum" 1, "zero" 1, "swsh" 1, "kern" 1, "medi
" 1;
+ font-feature-settings: "
liga" 1, "dlig" 1, "pnum
" 1;
line-height: 1.6;
letter-spacing: 0.02em;
line-height: 1.6;
letter-spacing: 0.02em;
+ text-align: justify;
+}
+
+aside {
+ clear: both;
+ padding-top: 2em;
+}
+
+::selection {
+ color: #00f;
+ background-color: #e8e8e8;
}
@media only screen and (min-width: 500px) {
}
@media only screen and (min-width: 500px) {
@@
-11,22
+28,22
@@
body {
}
.columned {
}
.columned {
- height: calc(100vh - 200px);
width: max-content;
}
.columned .h2:not(:only-child) {
float: left;
margin: 0 40px;
width: max-content;
}
.columned .h2:not(:only-child) {
float: left;
margin: 0 40px;
- height: calc(100vh - 200px);
}
.columned .h2:not(:only-child) h2 {
width: 14.6em;
}
}
.columned .h2:not(:only-child) h2 {
width: 14.6em;
}
- .columned .h2:not(:only-child) .h3, .columned .h2:not(:only-child) p {
- width: 22em;
+ .columned .h2:not(:only-child) .h3,
+ .columned .h2:not(:only-child) li,
+ .columned .h2:not(:only-child) p {
+ width: 24em;
}
.columned .h2:not(:only-child) pre { width: 25em }
}
.columned .h2:not(:only-child) pre { width: 25em }
@@
-36,26
+53,33
@@
body {
line-height: 1;
}
line-height: 1;
}
-blockquote, p { max-width: 45em }
+blockquote, p, article > div {
+ margin: 0 0.3em;
+ max-width: 45em
+}
pre { max-width: 55em }
blockquote {
border-left: 4px solid #ccc;
padding-left: 10px;
}
pre { max-width: 55em }
blockquote {
border-left: 4px solid #ccc;
padding-left: 10px;
}
-h1, h2, h3 { font-weight: normal }
br { display: none }
br { display: none }
+h1, h2, h3 { font-weight: normal }
+h1 { font-size: 1em }
+h2 { font-size: 1.65em }
+h3 { font-size: 1.25em }
pre {
font-family: courier, monospace;
pre {
font-family: courier, monospace;
- font-size:
14px
;
+ font-size:
0.875em
;
background-color: #eee;
overflow-x: auto;
background-color: #eee;
overflow-x: auto;
+ padding: 1em;
}
canvas {
width: 64px;
height: 64px;
}
canvas {
width: 64px;
height: 64px;
- display:
inline-
block;
+ display: block;
background-color: #000;
border: 1px solid #000;
}
background-color: #000;
border: 1px solid #000;
}