Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 1 | @charset "utf-8"; |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 2 | /* |
| 3 | light orange: #f4eebb; |
| 4 | dark orange: #ffa500; |
| 5 | dark green: #496000; |
| 6 | light green: #7ba400; |
| 7 | |
| 8 | Search for: [orth=erstens] |
| 9 | */ |
| 10 | |
| 11 | ol { |
| 12 | width: auto; |
| 13 | overflow: hidden; |
| 14 | list-style-type: none; |
| 15 | font-size: 10pt; |
| 16 | margin: 0; |
| 17 | padding: 0; |
| 18 | text-indent: 0; |
| 19 | border: 1px solid #ccc; |
| 20 | font-family: verdana, tahoma, arial; |
| 21 | text-shadow: 1px 1px rgba(255, 255, 255, 0.4); |
| 22 | } |
| 23 | |
| 24 | ol > li { |
| 25 | border-style: solid; |
| 26 | border-color: #ffa500; |
| 27 | border-width: 0; |
| 28 | } |
| 29 | |
| 30 | ol > li:not(.active) { |
| 31 | width: 99999%; |
| 32 | margin-left: -49999.5%; |
| 33 | background-color: #f5f5f5; |
| 34 | overflow: hidden; |
| 35 | white-space: no-wrap; |
| 36 | cursor: pointer; |
| 37 | padding: 10px 0; |
| 38 | text-indent: 0; |
| 39 | } |
| 40 | |
| 41 | ol > li:nth-of-type(even) { |
| 42 | background-color: #ddd; |
| 43 | } |
| 44 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 45 | ol > li > div > div.snippet > span, |
| 46 | ol > li > div > div.snippet > span > span { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 47 | white-space: no-wrap !important; |
| 48 | } |
| 49 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 50 | ol.free-aligned > li:not(.active) > div > div.snippet > span.left { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 51 | display: inline-block; |
| 52 | text-align: right; |
| 53 | width: 50.046%; |
| 54 | } |
| 55 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 56 | ol.free-aligned > li:not(.active) > div > div.snippet > span.separator { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 57 | width: 0px; |
| 58 | height: 1em; |
| 59 | margin-bottom: -2px; |
| 60 | display: inline-block; |
| 61 | line-height: 100%; |
| 62 | border: 1px solid #009EE0; |
| 63 | margin-left: 2px; |
| 64 | margin-right: 2px; |
| 65 | } |
| 66 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 67 | ol.free-aligned > li > div > div.snippet > span.right { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 68 | text-align: left; |
| 69 | } |
| 70 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 71 | ol.left-aligned > li > div > div.snippet > span.context-left { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 72 | display: inline-block; |
| 73 | text-align: right; |
| 74 | width: 50.01%; |
| 75 | } |
| 76 | |
| 77 | ol.right-aligned { |
| 78 | text-align: right; |
| 79 | } |
| 80 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 81 | ol.right-aligned > li:not(.active) > div > div.snippet > span.context-right { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 82 | display: inline-block; |
| 83 | text-align: left; |
| 84 | width: 49.915%; |
| 85 | } |
| 86 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 87 | li > div > div.snippet > span { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 88 | color: #666; |
| 89 | } |
| 90 | |
| 91 | .match { |
| 92 | font-weight: bold; |
| 93 | text-shadow: 1px 1px rgba(255, 255, 255, 0.9); |
| 94 | color: #111; |
| 95 | padding-left: 4pt; |
| 96 | padding-right: 2pt; |
| 97 | } |
| 98 | |
| 99 | em, em.level-0 { |
| 100 | border-bottom-width: 2px; |
| 101 | border-bottom-style: solid; |
| 102 | padding-bottom: 0px; |
| 103 | font-style: normal; |
| 104 | } |
| 105 | |
| 106 | em > em, em.level-1 { |
| 107 | padding-bottom: 3px; |
| 108 | } |
| 109 | |
| 110 | em > em > em, em.level-2 { |
| 111 | padding-bottom: 6px; |
| 112 | } |
| 113 | |
| 114 | .class-0 { border-color: #c1002b; } |
| 115 | .class-1 { border-color: #009ee0; } |
| 116 | .class-2 { border-color: #f29400; } |
| 117 | |
| 118 | span.more:before { |
| 119 | content: "…"; |
| 120 | padding-left: 2pt; |
| 121 | padding-right: 2pt; |
| 122 | } |
| 123 | |
| 124 | /* active view */ |
| 125 | ol > li.active { |
| 126 | text-align: left; |
| 127 | width: auto; |
| 128 | cursor: normal; |
| 129 | white-space: wrap; |
| 130 | height: auto; |
| 131 | border-width: 2px; |
| 132 | background-color: #f4eebb; |
| 133 | position: relative; |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 134 | } |
| 135 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 136 | ol > li.active > div > div.snippet { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 137 | margin: 5pt 10pt; |
| 138 | margin-right: 3em; |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 139 | } |
| 140 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 141 | ol > li.active > div { |
| 142 | min-height: 42pt; |
| 143 | } |
| 144 | |
| 145 | ol > li.active > div > div.snippet > span { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 146 | line-height: 1.4em; |
| 147 | width: auto; |
| 148 | } |
| 149 | |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 150 | ol > li.active > div > div.snippet > span.context-left { |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 151 | margin-left: 0; |
| 152 | display: inline; |
| 153 | overflow: visible; |
| 154 | text-align: left; |
| 155 | width: auto; |
| 156 | } |
| 157 | |
| 158 | /* Korap-Actions: */ |
| 159 | ol > li ul.action { |
| 160 | display: none; |
| 161 | } |
| 162 | |
| 163 | ol > li ul.action li { |
| 164 | cursor: pointer; |
| 165 | color: white; |
| 166 | text-decoration: none; |
| 167 | } |
| 168 | |
| 169 | ol > li.active ul.action { |
| 170 | background-color: #ffa500; |
| 171 | font-size: 12pt; |
| 172 | color: white; |
| 173 | text-shadow: none; |
| 174 | display: block; |
| 175 | margin: 0; |
| 176 | padding: 0; |
| 177 | z-index: 4; |
| 178 | text-indent: 0; |
| 179 | list-style-type: none; |
| 180 | list-style-position: inline; |
| 181 | } |
| 182 | |
| 183 | /* |
| 184 | ol > li.active ul.action.right { |
| 185 | position: absolute; |
| 186 | right: 0; |
| 187 | bottom: 0; |
| 188 | height: 1.2em; |
| 189 | } |
| 190 | |
| 191 | ol > li.active ul.action.right li { |
| 192 | float: left; |
| 193 | padding-left: 1em; |
| 194 | } |
| 195 | */ |
| 196 | |
| 197 | ol > li.active ul.action.right { |
| 198 | position: absolute; |
| 199 | float: right; |
| 200 | text-align: center; |
| 201 | padding: 0pt 3pt; |
| 202 | height: 100%; |
| 203 | width: 1.2em;; |
| 204 | right: 0; |
| 205 | top: 0; |
| 206 | } |
| 207 | |
| 208 | ol > li:not(.active) p { |
| 209 | display: none; |
| 210 | } |
| 211 | |
| 212 | ol > li.active p { |
| 213 | background-color: #ffa500; |
| 214 | color: white; |
| 215 | text-shadow: none; |
| 216 | padding: 3pt 10pt; |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 217 | margin: 0pt; |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 218 | width: 100%; |
| 219 | bottom: 0; |
Nils Diewald | 1eba657 | 2014-06-17 19:49:53 +0000 | [diff] [blame] | 220 | z-index: 300; |
Nils Diewald | 33e1555 | 2014-06-13 19:38:37 +0000 | [diff] [blame] | 221 | } |