cartodb/lib/assets/javascripts/cdb/themes/css/infowindow/cartodb-infowindow-header-yellow.css

51 lines
1.4 KiB
CSS
Raw Normal View History

2020-06-15 10:58:47 +08:00
/**
* CartoDB yellow header popup styles
*/
div.cartodb-popup.header.yellow div.cartodb-popup-header {
background:url('../img/headers.png') no-repeat -504px -40px;
}
div.cartodb-popup.header.yellow div.cartodb-popup-header h4 {
color:#D8832A;
}
div.cartodb-popup.header.yellow div.cartodb-popup-header span.separator {
background:#CC7A29;
}
div.cartodb-popup.header.yellow a.cartodb-popup-close-button {
background:url('../img/headers.png') no-repeat -730px -40px;
}
div.cartodb-popup.header.yellow a.cartodb-popup-close-button:hover {
background-position:-730px -66px;
}
/* NEW CartoDB 2.0 yellow header popups */
div.cartodb-popup.v2.header.yellow div.cartodb-popup-header {
background: none;
background: -ms-linear-gradient(top, #FFBF0D, #FF9933);
background: -o-linear-gradient(right, #FFBF0D, #FF9933);
background: -webkit-linear-gradient(top, #FFBF0D, #FF9933);
background: -moz-linear-gradient(right, #FFBF0D, #FF9933);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFBF0D',endColorStr='#FF9933',GradientType=0)";
}
div.cartodb-popup.v2.header.yellow a.cartodb-popup-close-button {
background:white;
}
div.cartodb-popup.v2.header.yellow a.cartodb-popup-close-button:before,
div.cartodb-popup.v2.header.yellow a.cartodb-popup-close-button:after {
background:#CC7A29;
}
/* Hello IE */
@media \0screen\,screen\9 {
div.cartodb-popup.v2.header.yellow a.cartodb-popup-close-button {
color:#CC7A29;
}
}