Spaces:
Sleeping
Sleeping
File size: 2,078 Bytes
64aaca8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
main > header.pagewidth {
margin-top: var(--medskip);
padding-left: calc(var(--void) - 0.5ex - 4pt);
height: 2.5rem;
}
#back {
display: inline-flex;
position: relative;
top: 2.8pt;
float: left;
border: none;
background: none;
padding: 0;
color: inherit;
}
#back::before,
header > menu a::before {
padding: 6pt 9pt;
font-size: var(--large);
}
#rss-button::before {
font-family: 'base-ui';
content: '\e910';
}
#print-button::before {
font-family: 'base-ui';
content: '\e90c';
}
#navigatorShare::before {
font-family: 'base-ui';
content: '\e912';
}
#copyPermalink::before {
font-family: base-ui;
content: '\e905';
}
main > header > menu {
float: right;
visibility: hidden;
margin: 0 0 0 auto;
padding: 0;
list-style: none;
font-size: 1.1rem;
}
main#term > header > menu,
main#page > header > menu {
visibility: visible;
}
main#term #print-button {
visibility: hidden;
}
main > header > menu > li,
ul.breadcrumb > li {
display: inline;
}
main > header > menu > li > a {
opacity: 0.86;
color: var(--fg) !important;
}
.pagination .rfill a::before,
.carousel__viewport__slide:last-child > nav a::before,
#back::before {
--tsf: rotate(-90deg) translateX(1pt);
font-family: base-ui;
content: '\e902';
}
#has-breadcrumb a {
margin: 2pt;
padding: 0.5ex;
text-transform: uppercase;
letter-spacing: 0.1rem;
color: var(--fg);
font-size: var(--small);
}
ul.breadcrumb {
display: block;
padding: 5pt 0;
overflow: auto;
text-overflow: ellipsis;
white-space: nowrap;
-ms-overflow-style: none;
scrollbar-width: none;
}
header > menu a {
display: inline-flex;
position: relative;
}
ul.breadcrumb > li:last-child a {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}
ul.breadcrumb > li + li:before {
color: var(--mid);
content: '/';
} |