Spaces:
Running
Running
File size: 3,251 Bytes
6556bb5 |
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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 |
.entities {
line-height: 2
}
[data-entity] {
padding: 0.25em 0.35em;
margin: 0 0.25em;
line-height: 1;
display: inline-block;
border-radius: 0.25em;
border: 1px solid
}
[data-entity]:after {
box-sizing: border-box;
content: attr(data-entity);
font-size: 0.6em;
line-height: 1;
padding: 0.35em 0.35em;
border-radius: 0.35em;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
margin: 0 0 0.1rem 0.5rem
}
[data-entity][data-entity="person"] {
background: rgba(166, 226, 45, 0.2);
border-color: #a6e22d
}
[data-entity][data-entity="person"]:after {
background: #a6e22d
}
[data-entity][data-entity="norp"] {
background: rgba(224, 0, 132, 0.2);
border-color: #e00084
}
[data-entity][data-entity="norp"]:after {
background: #e00084
}
[data-entity][data-entity="facility"] {
background: rgba(67, 198, 252, 0.2);
border-color: #43c6fc
}
[data-entity][data-entity="facility"]:after {
background: #43c6fc
}
[data-entity][data-entity="org"] {
background: rgba(67, 198, 252, 0.2);
border-color: #43c6fc
}
[data-entity][data-entity="org"]:after {
background: #43c6fc
}
[data-entity][data-entity="gpe"] {
background: rgba(253, 151, 32, 0.2);
border-color: #fd9720
}
[data-entity][data-entity="gpe"]:after {
background: #fd9720
}
[data-entity][data-entity="loc"] {
background: rgba(253, 151, 32, 0.2);
border-color: #fd9720
}
[data-entity][data-entity="loc"]:after {
background: #fd9720
}
[data-entity][data-entity="product"] {
background: rgba(142, 125, 255, 0.2);
border-color: #8e7dff
}
[data-entity][data-entity="product"]:after {
background: #8e7dff
}
[data-entity][data-entity="event"] {
background: rgba(255, 204, 0, 0.2);
border-color: #fc0
}
[data-entity][data-entity="event"]:after {
background: #fc0
}
[data-entity][data-entity="work_of_art"] {
background: rgba(255, 204, 0, 0.2);
border-color: #fc0
}
[data-entity][data-entity="work_of_art"]:after {
background: #fc0
}
[data-entity][data-entity="language"] {
background: rgba(255, 204, 0, 0.2);
border-color: #fc0
}
[data-entity][data-entity="language"]:after {
background: #fc0
}
[data-entity][data-entity="date"] {
background: rgba(47, 187, 171, 0.2);
border-color: #2fbbab
}
[data-entity][data-entity="date"]:after {
background: #2fbbab
}
[data-entity][data-entity="time"] {
background: rgba(47, 187, 171, 0.2);
border-color: #2fbbab
}
[data-entity][data-entity="time"]:after {
background: #2fbbab
}
[data-entity][data-entity="percent"] {
background: rgba(153, 153, 153, 0.2);
border-color: #999
}
[data-entity][data-entity="percent"]:after {
background: #999
}
[data-entity][data-entity="money"] {
background: rgba(153, 153, 153, 0.2);
border-color: #999
}
[data-entity][data-entity="money"]:after {
background: #999
}
[data-entity][data-entity="quantity"] {
background: rgba(153, 153, 153, 0.2);
border-color: #999
}
[data-entity][data-entity="quantity"]:after {
background: #999
}
[data-entity][data-entity="ordinal"] {
background: rgba(153, 153, 153, 0.2);
border-color: #999
}
[data-entity][data-entity="ordinal"]:after {
background: #999
}
[data-entity][data-entity="cardinal"] {
background: rgba(153, 153, 153, 0.2);
border-color: #999
}
[data-entity][data-entity="cardinal"]:after {
background: #999
} |