|
@@ -488,6 +488,83 @@ body {
|
|
|
display: block;
|
|
display: block;
|
|
|
margin-right: 20px; }
|
|
margin-right: 20px; }
|
|
|
|
|
|
|
|
|
|
+.entity-badge__badge {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ bottom: 0;
|
|
|
|
|
+ left: -10px;
|
|
|
|
|
+ height: 36px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ padding-right: 8px;
|
|
|
|
|
+ max-width: calc(100% - 18px);
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ background-image: url(../img/specials/badge-middle.png);
|
|
|
|
|
+ font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge:before {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ left: -8px;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ width: 8px;
|
|
|
|
|
+ background-image: url(../img/specials/badge-start.png);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge:after {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ right: -10px;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ width: 10px;
|
|
|
|
|
+ background-image: url(../img/specials/badge-end.png);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge--orange, .special-items__badge--specials {
|
|
|
|
|
+ background-position: 0 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge--orange:before, .special-items__badge--specials:before, .entity-badge__badge--orange:after, .special-items__badge--specials:after {
|
|
|
|
|
+ background-position: 0 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge--green, .special-items__badge--exhibition {
|
|
|
|
|
+ background-position: 0 -36px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge--green:before, .special-items__badge--exhibition:before, .entity-badge__badge--green:after, .special-items__badge--exhibition:after {
|
|
|
|
|
+ background-position: 0 -36px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge--gray, .special-items__badge--school {
|
|
|
|
|
+ background-position: 0 -72px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge--gray:before, .special-items__badge--school:before, .entity-badge__badge--gray:after, .special-items__badge--school:after {
|
|
|
|
|
+ background-position: 0 -72px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge--blue, .special-items__badge--conference {
|
|
|
|
|
+ background-position: 0 -108px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge--blue:before, .special-items__badge--conference:before, .entity-badge__badge--blue:after, .special-items__badge--conference:after {
|
|
|
|
|
+ background-position: 0 -108px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.entity-badge__badge-text {
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.header {
|
|
.header {
|
|
|
background: #3b434d;
|
|
background: #3b434d;
|
|
|
display: -webkit-flex;
|
|
display: -webkit-flex;
|
|
@@ -1077,7 +1154,9 @@ body {
|
|
|
.entitybanner__imgcase {
|
|
.entitybanner__imgcase {
|
|
|
display: block;
|
|
display: block;
|
|
|
margin: auto;
|
|
margin: auto;
|
|
|
- margin-bottom: 5px; }
|
|
|
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ }
|
|
|
.entitybanner__img {
|
|
.entitybanner__img {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
max-width: 200px;
|
|
max-width: 200px;
|
|
@@ -1098,6 +1177,11 @@ body {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
align-content: center;
|
|
align-content: center;
|
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif; }
|
|
font-family: "cuprum", Impact, "Charcoal CY", sans-serif; }
|
|
|
|
|
+
|
|
|
|
|
+.entitybanner__badge {
|
|
|
|
|
+ left: -14px;
|
|
|
|
|
+ bottom: 7px;
|
|
|
|
|
+}
|
|
|
.entitybanner__item:hover {
|
|
.entitybanner__item:hover {
|
|
|
border-color: #d2dee9; }
|
|
border-color: #d2dee9; }
|
|
|
.entitybanner__item:hover .entitybanner__address {
|
|
.entitybanner__item:hover .entitybanner__address {
|
|
@@ -2275,60 +2359,6 @@ body {
|
|
|
.special-items__title--conference {
|
|
.special-items__title--conference {
|
|
|
background-color: #5597d1; }
|
|
background-color: #5597d1; }
|
|
|
|
|
|
|
|
-.special-items__badge {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- bottom: 0;
|
|
|
|
|
- left: -10px;
|
|
|
|
|
- height: 36px;
|
|
|
|
|
- line-height: 30px;
|
|
|
|
|
- padding-right: 8px;
|
|
|
|
|
- max-width: calc(100% - 18px);
|
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
|
- color: #fff;
|
|
|
|
|
- background-image: url(../img/specials/badge-middle.png);
|
|
|
|
|
- font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
|
|
- font-size: 18px; }
|
|
|
|
|
- .special-items__badge:before {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- left: -8px;
|
|
|
|
|
- top: 0;
|
|
|
|
|
- content: '';
|
|
|
|
|
- display: block;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- width: 8px;
|
|
|
|
|
- background-image: url(../img/specials/badge-start.png); }
|
|
|
|
|
- .special-items__badge:after {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- right: -10px;
|
|
|
|
|
- top: 0;
|
|
|
|
|
- content: '';
|
|
|
|
|
- display: block;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- width: 10px;
|
|
|
|
|
- background-image: url(../img/specials/badge-end.png); }
|
|
|
|
|
- .special-items__badge--specials {
|
|
|
|
|
- background-position: 0 0; }
|
|
|
|
|
- .special-items__badge--specials:before, .special-items__badge--specials:after {
|
|
|
|
|
- background-position: 0 0; }
|
|
|
|
|
- .special-items__badge--exhibition {
|
|
|
|
|
- background-position: 0 -36px; }
|
|
|
|
|
- .special-items__badge--exhibition:before, .special-items__badge--exhibition:after {
|
|
|
|
|
- background-position: 0 -36px; }
|
|
|
|
|
- .special-items__badge--school {
|
|
|
|
|
- background-position: 0 -72px; }
|
|
|
|
|
- .special-items__badge--school:before, .special-items__badge--school:after {
|
|
|
|
|
- background-position: 0 -72px; }
|
|
|
|
|
- .special-items__badge--conference {
|
|
|
|
|
- background-position: 0 -108px; }
|
|
|
|
|
- .special-items__badge--conference:before, .special-items__badge--conference:after {
|
|
|
|
|
- background-position: 0 -108px; }
|
|
|
|
|
- .special-items__badge-text {
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- display: block;
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
- text-overflow: ellipsis; }
|
|
|
|
|
-
|
|
|
|
|
.special-items__item-content {
|
|
.special-items__item-content {
|
|
|
padding: 10px;
|
|
padding: 10px;
|
|
|
display: block; }
|
|
display: block; }
|