|
97 | 97 | .vid-wrapper { margin-left: auto; margin-right: auto; max-width: 100%; } |
98 | 98 | video { border-radius: 10px; } |
99 | 99 |
|
100 | | -◊; Taken from Tufte-css. Plain, underlined links without cutting |
101 | | -◊; through descenders. |
102 | 100 | a:link, a:visited { color: inherit; } |
103 | 101 |
|
104 | | -a:link { |
105 | | -text-decoration: none; |
106 | | -background: -webkit-linear-gradient(◊|background-color|, ◊|background-color|), -webkit-linear-gradient(◊|background-color|, ◊|background-color|), -webkit-linear-gradient(#333, #333); |
107 | | -background: linear-gradient(◊|background-color|, ◊|background-color|), linear-gradient(◊|background-color|, ◊|background-color|), linear-gradient(#333, #333); |
108 | | --webkit-background-size: 0.05em 1px, 0.05em 1px, 1px 1px; |
109 | | --moz-background-size: 0.05em 1px, 0.05em 1px, 1px 1px; |
110 | | -background-size: 0.05em 1px, 0.05em 1px, 1px 1px; |
111 | | -background-repeat: no-repeat, no-repeat, repeat-x; |
112 | | -text-shadow: 0.03em 0 ◊|background-color|, -0.03em 0 ◊|background-color|, 0 0.03em ◊|background-color|, 0 -0.03em ◊|background-color|, 0.06em 0 ◊|background-color|, -0.06em 0 ◊|background-color|, 0.09em 0 ◊|background-color|, -0.09em 0 ◊|background-color|, 0.12em 0 ◊|background-color|, -0.12em 0 ◊|background-color|, 0.15em 0 ◊|background-color|, -0.15em 0 ◊|background-color|; |
113 | | -background-position: 0% 93%, 100% 93%, 0% 93%; |
114 | | -} |
115 | | -
|
116 | | -@media screen and (-webkit-min-device-pixel-ratio: 0) { a:link { background-position-y: 87%, 87%, 87%; } } |
117 | | -
|
118 | | -a:link::selection { |
119 | | -text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe; |
120 | | -background: #b4d5fe; |
121 | | -} |
122 | | -
|
123 | | -a:link::-moz-selection { |
124 | | -text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe; |
125 | | -background: #b4d5fe; |
126 | | -} |
127 | | -
|
128 | 102 | ◊; Core styles for commonly used elements. |
129 | 103 | p, li, blockquote {line-height: 1.5;} |
130 | 104 | ul {list-style: circle outside;} |
|
0 commit comments