Overview
| Comment: | Add styles for keyword index links |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1947b407adcadd563fa3666208590f77 |
| User & Date: | joel on 2019-05-05 14:38:06 |
| Other Links: | manifest | tags |
Context
|
2019-05-05
| ||
| 14:41 | Fix dumb makefile mistakes check-in: 21d8c833 user: joel tags: trunk | |
| 14:38 | Add styles for keyword index links check-in: 1947b407 user: joel tags: trunk | |
| 12:46 | Add ◊index tag, save index entries to cache db. Addresses [5daecde7] check-in: d7659912 user: joel tags: trunk | |
Changes
Modified web-extra/martin.css.pp from [f15478ac] to [48a09b2d].
| ︙ | ︙ | |||
161 162 163 164 165 166 167 168 169 170 171 172 173 174 |
text-decoration: none;
}
a:hover, a:active { /* …[H]as [A]rrived */
color: ◊color-linkhover;
background: ◊color-linkbackground;
}
main>a {
color: inherit;
}
span.links-footnote {
display: inline-block; /* allows keyframe animation to work */
| > > > > > > > > > > > > > > > | 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
text-decoration: none;
}
a:hover, a:active { /* …[H]as [A]rrived */
color: ◊color-linkhover;
background: ◊color-linkbackground;
}
a.index-link:link, a.index-link:visited {
color: ◊color-bodytext;
}
a.index-link:hover, a.index-link:active {
color: #006400;
}
a.index-link::after {
content: '\f89b';
color: #809102;
position: relative;
top: -0.3em;
}
main>a {
color: inherit;
}
span.links-footnote {
display: inline-block; /* allows keyframe animation to work */
|
| ︙ | ︙ | |||
299 300 301 302 303 304 305 |
background: none;
color: ◊color-bodytext;
}
a.rel-bookmark:hover, /* Has */
a.rel-bookmark:active { /* Arrived */
text-decoration: none;
| | | 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 |
background: none;
color: ◊color-bodytext;
}
a.rel-bookmark:hover, /* Has */
a.rel-bookmark:active { /* Arrived */
text-decoration: none;
background: ◊color-linkbackground;
color: #006400;
}
/* Here's where we add the minty fresh maple leaf glyph. */
a.rel-bookmark::after {
content: '\f894';
margin-left: 4px;
|
| ︙ | ︙ |