|
| 1 | +.fa:before { |
| 2 | + -webkit-font-smoothing: antialiased; } |
| 3 | + |
| 4 | +.clearfix { |
| 5 | + *zoom: 1; } |
| 6 | + .clearfix:before, .clearfix:after { |
| 7 | + display: table; |
| 8 | + content: ""; } |
| 9 | + .clearfix:after { |
| 10 | + clear: both; } |
| 11 | + |
| 12 | +@font-face { |
| 13 | + font-family: FontAwesome; |
| 14 | + font-weight: normal; |
| 15 | + font-style: normal; |
| 16 | + src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot"); |
| 17 | + src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg#FontAwesome") format("svg"); } |
| 18 | + |
| 19 | +.fa:before { |
| 20 | + display: inline-block; |
| 21 | + font-family: FontAwesome; |
| 22 | + font-style: normal; |
| 23 | + font-weight: normal; |
| 24 | + line-height: 1; |
| 25 | + text-decoration: inherit; } |
| 26 | + |
| 27 | +a .fa { |
| 28 | + display: inline-block; |
| 29 | + text-decoration: inherit; } |
| 30 | + |
| 31 | +li .fa { |
| 32 | + display: inline-block; } |
| 33 | + |
| 34 | +li .fa-large:before, |
| 35 | +li .fa-large:before { |
| 36 | + /* 1.5 increased font size for fa-large * 1.25 width */ |
| 37 | + width: 1.875em; } |
| 38 | + |
| 39 | +ul.fas { |
| 40 | + list-style-type: none; |
| 41 | + margin-left: 2em; |
| 42 | + text-indent: -0.8em; } |
| 43 | + ul.fas li .fa { |
| 44 | + width: 0.8em; } |
| 45 | + ul.fas li .fa-large:before, |
| 46 | + ul.fas li .fa-large:before { |
| 47 | + /* 1.5 increased font size for fa-large * 1.25 width */ |
| 48 | + vertical-align: baseline; } |
| 49 | + |
| 50 | +.fa-book:before { |
| 51 | + content: "\f02d"; } |
| 52 | + |
| 53 | +.icon-book:before { |
| 54 | + content: "\f02d"; } |
| 55 | + |
| 56 | +.fa-caret-down:before { |
| 57 | + content: "\f0d7"; } |
| 58 | + |
| 59 | +.icon-caret-down:before { |
| 60 | + content: "\f0d7"; } |
| 61 | + |
| 62 | +.fa-caret-up:before { |
| 63 | + content: "\f0d8"; } |
| 64 | + |
| 65 | +.icon-caret-up:before { |
| 66 | + content: "\f0d8"; } |
| 67 | + |
| 68 | +.fa-caret-left:before { |
| 69 | + content: "\f0d9"; } |
| 70 | + |
| 71 | +.icon-caret-left:before { |
| 72 | + content: "\f0d9"; } |
| 73 | + |
| 74 | +.fa-caret-right:before { |
| 75 | + content: "\f0da"; } |
| 76 | + |
| 77 | +.icon-caret-right:before { |
| 78 | + content: "\f0da"; } |
| 79 | + |
| 80 | +.rst-versions { |
| 81 | + position: fixed; |
| 82 | + bottom: 0; |
| 83 | + left: 0; |
| 84 | + width: 23rem; |
| 85 | + color: #fcfcfc; |
| 86 | + background: #1f1d1d; |
| 87 | + font-family: "Roboto Slab", serif; |
| 88 | + z-index: 400; } |
| 89 | + .rst-versions a { |
| 90 | + color: #ff420e; |
| 91 | + text-decoration: none; } |
| 92 | + .rst-versions .rst-badge-small { |
| 93 | + display: none; } |
| 94 | + .rst-versions .rst-current-version { |
| 95 | + padding: 12px; |
| 96 | + background-color: #272525; |
| 97 | + display: block; |
| 98 | + text-align: right; |
| 99 | + font-size: 90%; |
| 100 | + cursor: pointer; |
| 101 | + color: #27AE60; |
| 102 | + *zoom: 1; } |
| 103 | + .rst-versions .rst-current-version:before, .rst-versions .rst-current-version:after { |
| 104 | + display: table; |
| 105 | + content: ""; } |
| 106 | + .rst-versions .rst-current-version:after { |
| 107 | + clear: both; } |
| 108 | + .rst-versions .rst-current-version .fa { |
| 109 | + color: #fcfcfc; } |
| 110 | + .rst-versions .rst-current-version .fa-book { |
| 111 | + float: left; } |
| 112 | + .rst-versions .rst-current-version .icon-book { |
| 113 | + float: left; } |
| 114 | + .rst-versions .rst-current-version.rst-out-of-date { |
| 115 | + background-color: #E74C3C; |
| 116 | + color: #fff; } |
| 117 | + .rst-versions .rst-current-version.rst-active-old-version { |
| 118 | + background-color: #F1C40F; |
| 119 | + color: #000; } |
| 120 | + .rst-versions.shift-up { |
| 121 | + height: auto; |
| 122 | + max-height: 100%; |
| 123 | + overflow-y: scroll; } |
| 124 | + .rst-versions.shift-up .rst-other-versions { |
| 125 | + display: block; } |
| 126 | + .rst-versions .rst-other-versions { |
| 127 | + font-size: 90%; |
| 128 | + padding: 12px; |
| 129 | + color: gray; |
| 130 | + display: none; } |
| 131 | + .rst-versions .rst-other-versions hr { |
| 132 | + display: block; |
| 133 | + height: 1px; |
| 134 | + border: 0; |
| 135 | + margin: 20px 0; |
| 136 | + padding: 0; |
| 137 | + border-top: solid 1px #413d3d; } |
| 138 | + .rst-versions .rst-other-versions dd { |
| 139 | + display: inline-block; |
| 140 | + margin: 0; } |
| 141 | + .rst-versions .rst-other-versions dd a { |
| 142 | + display: inline-block; |
| 143 | + padding: 6px; |
| 144 | + color: #fcfcfc; } |
| 145 | + .rst-versions.rst-badge { |
| 146 | + width: auto; |
| 147 | + bottom: 20px; |
| 148 | + right: 20px; |
| 149 | + left: auto; |
| 150 | + border: none; |
| 151 | + max-width: 23rem; |
| 152 | + max-height: 90%; } |
| 153 | + .rst-versions.rst-badge .icon-book { |
| 154 | + float: none; |
| 155 | + line-height: 30px; } |
| 156 | + .rst-versions.rst-badge .fa-book { |
| 157 | + float: none; |
| 158 | + line-height: 30px; } |
| 159 | + .rst-versions.rst-badge.shift-up .rst-current-version { |
| 160 | + text-align: right; } |
| 161 | + .rst-versions.rst-badge.shift-up .rst-current-version .fa-book { |
| 162 | + float: left; } |
| 163 | + .rst-versions.rst-badge.shift-up .rst-current-version .icon-book { |
| 164 | + float: left; } |
| 165 | + .rst-versions.rst-badge > .rst-current-version { |
| 166 | + width: auto; |
| 167 | + height: 30px; |
| 168 | + line-height: 30px; |
| 169 | + padding: 0 6px; |
| 170 | + display: block; |
| 171 | + text-align: center; } |
| 172 | + |
| 173 | +@media screen and (max-width: 768px) { |
| 174 | + .rst-versions { |
| 175 | + width: 85%; |
| 176 | + display: none; } |
| 177 | + .rst-versions.shift { |
| 178 | + display: block; } } |
0 commit comments