cartodb-4.42/lib/assets/javascripts/cdb/themes/css/infowindow/cartodb-infowindow-default.css
2024-04-06 05:25:13 +00:00

550 lines
12 KiB
CSS

/**
* CartoDB popup styles (DEFAULT)
*/
div.cartodb-infowindow {
position: absolute;
z-index: 12;
}
div.cartodb-popup {
position:relative;
width:226px;
height:auto;
padding:7px 0 0 0;
margin:0;
background:url('../img/light.png') no-repeat -226px 0;
}
div.cartodb-popup div.cartodb-popup-content-wrapper {
width:190px;
max-width: 190px;
padding:12px 19px 12px 19px;
overflow-x: hidden;
background:url('../img/light.png') repeat-y -452px 0;
}
div.cartodb-popup div.cartodb-popup-content {
display:block;
width:190px;
max-width: 190px;
min-height:5px;
height:auto;
max-height:185px;
margin: 0;
padding: 0;
overflow-y: auto;
overflow-x: hidden!important;
outline: none;
text-align:left;
}
/* Custom gradients for scroll content */
div.cartodb-popup .jspContainer:after,
div.cartodb-popup .jspContainer:before {
content:'';
position:absolute;
left:0;
right:12px;
display:block;
height:10px;
width:190px;
z-index: 5;
}
div.cartodb-popup .jspContainer:after {
bottom:0px;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
background: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
div.cartodb-popup .jspContainer:before {
top:0px;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
background: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
div.cartodb-popup div.cartodb-popup-tip-container {
width:226px;
height:20px;
background:url('../img/light.png') no-repeat 0 0;
}
div.cartodb-popup a.cartodb-popup-close-button {
position:absolute;
top:-9px;
right:-9px;
width:26px;
height:26px;
padding:0;
background:url('../img/light.png') no-repeat 0 -23px;
text-indent:-9999px;
font-size:0;
line-height:0;
opacity:1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
filter: alpha(opacity=100);
text-transform:uppercase;
z-index:3;
}
/* When there are no fields in header popup themes */
div.cartodb-popup.header.no_fields div.cartodb-popup-content {
display:none;
}
div.cartodb-popup.header.no_fields
div.cartodb-popup-content-wrapper
div.cartodb-edit-buttons {
padding-top:5px;
margin-top:0;
}
div.cartodb-popup.header.no_fields div.cartodb-edit-buttons {
border: none;
padding-top:0;
}
/* Custom scroll in CartoDB content */
div.cartodb-popup .jspContainer {
overflow: hidden;
position: relative;
outline: none;
}
div.cartodb-popup .jspContainer * {
outline: none;
}
div.cartodb-popup .jspPane {
position: absolute;
padding:4px 0 0 0!important;
z-index:1;
}
div.cartodb-popup .jspVerticalBar {
position: absolute;
top: 0;
right: 0;
width: 6px;
height: 100%;
background: none;
z-index:10;
}
div.cartodb-popup .jspHorizontalBar {
position: absolute;
bottom: 0; left: 0;
width: 100%;
height: 6px;
background: none;
}
div.cartodb-popup .jspVerticalBar *,
div.cartodb-popup .jspHorizontalBar * {
margin: 0;
padding: 0;
}
div.cartodb-popup .jspCap {
display: none;
}
div.cartodb-popup .jspHorizontalBar .jspCap {
float: left;
}
div.cartodb-popup .jspTrack {
position: relative;
cursor: pointer;
background: none;
}
div.cartodb-popup .jspDrag {
position: relative;
top: 0; left: 0;
cursor: pointer;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
background: #999999;
background: rgba(0,0,0,0.16);
}
div.cartodb-popup .jspDrag:hover {
background: #666666;
background: rgba(0,0,0,0.5);
cursor: pointer;
}
div.cartodb-popup .jspHorizontalBar .jspTrack,
div.cartodb-popup .jspHorizontalBar .jspDrag {
float: left;
height: 100%;
}
div.cartodb-popup .jspArrow {
background: #50506d;
text-indent: -20000px;
display: block;
cursor: pointer;
}
div.cartodb-popup .jspArrow.jspDisabled {
cursor: default;
background: #80808d;
}
div.cartodb-popup .jspVerticalBar .jspArrow {
height: 16px;
}
div.cartodb-popup .jspHorizontalBar .jspArrow {
width: 16px;
float: left;
height: 100%;
}
div.cartodb-popup .jspVerticalBar .jspArrow:focus {
outline: none;
}
div.cartodb-popup .jspCorner {
background: #eeeef4;
float: left;
height: 100%;
}
* html div.cartodb-popup .jspCorner {
margin: 0 -3px 0 0;
}
/* CartoDB light content styles */
div.cartodb-popup h2 {
line-height:normal;
}
div.cartodb-popup h1,
div.cartodb-popup h2,
div.cartodb-popup h3,
div.cartodb-popup h4,
div.cartodb-popup h5,
div.cartodb-popup h6 {
display:block;
width:190px;
margin: 0;
padding: 0;
font-weight :bold;
font-family: "Helvetica Neue", "Helvetica", Arial;
color:#CCCCCC;
text-transform:uppercase;
word-wrap: break-word;
line-height: 120%;
}
div.cartodb-popup h1 {
font-size:24px;
}
div.cartodb-popup h2 {
font-size:20px;
}
div.cartodb-popup h3 {
font-size:15px;
}
div.cartodb-popup h4 {
font-size:11px;
}
div.cartodb-popup h5 {
font-size:10px;
}
div.cartodb-popup h6 {
font-size:9px;
}
div.cartodb-popup p {
display:block;
width:190px;
max-width: 190px;
margin: 0;
padding:0 0 7px;
font:normal 13px "Helvetica",Arial;
color:#333333;
word-wrap: break-word;
}
div.cartodb-popup p.italic {
font-style: italic;
}
div.cartodb-popup p.loading {
position:relative;
display:block;
width:170px;
max-width: 170px;
margin: 0;
padding:0 0 0 30px;
font:normal 13px "Helvetica",Arial;
color:#888;
font-style:italic;
word-wrap: break-word;
line-height:21px;
}
div.cartodb-popup p.error {
position:relative;
display:block;
width:170px;
max-width:170px;
margin:0;
padding:0;
font:normal 13px "Helvetica",Arial;
color:#FF7F7F;
font-style:italic;
word-wrap: break-word;
line-height:18px;
}
div.cartodb-popup p.empty {
color:#999999;
font-style: italic;
}
div.cartodb-popup div.spinner {
position:absolute!important;
display:inline;
top:0;
left:0;
margin:10px 0 0 10px;
}
/* NEW CartoDB 2.0 popups */
div.cartodb-popup.v2 {
width:226px;
padding:0;
margin:0 0 14px 0;
background:none;
-moz-box-shadow: 0 0 0 4px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.15);
box-shadow: 0 0 0 4px rgba(0,0,0,0.15);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
background:white;
}
div.cartodb-popup.v2:before {
content:'';
position:absolute;
bottom:-14px;
left:0;
width:0;
height:0;
margin-left:28px;
border-left:0px solid transparent;
border-right:14px solid transparent;
border-top:14px solid white;
z-index:2;
}
div.cartodb-popup.v2
div.cartodb-popup-content-wrapper {
width: auto;
max-width: none;
padding:12px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
background:none;
}
div.cartodb-popup.v2
div.cartodb-popup-content {
width:auto;
max-width:none;
display:block;
background:none;
}
div.cartodb-popup.v2 div.cartodb-popup-content p,
div.cartodb-popup.v2 div.cartodb-popup-content h1,
div.cartodb-popup.v2 div.cartodb-popup-content h2,
div.cartodb-popup.v2 div.cartodb-popup-content h3,
div.cartodb-popup.v2 div.cartodb-popup-content h4,
div.cartodb-popup.v2 div.cartodb-popup-content h5,
div.cartodb-popup.v2 div.cartodb-popup-content h6 {
width:auto;
max-width:95%;
display:block;
}
div.cartodb-popup.v2 div.cartodb-popup-tip-container {
position:absolute;
bottom:-20px;
left:-4px;
width:20px;
height:16px;
margin-left:28px;
background:none;
overflow:hidden;
z-index:0;
}
div.cartodb-popup.v2 div.cartodb-popup-tip-container:before {
content:'';
position:absolute;
width:20px;
height:20px;
left:0;
top:-10px;
margin-left:0;
-ms-transform: skew(0,-45deg);
-webkit-transform: skew(0,-45deg);
transform: skew(0,-45deg);
border-radius:0 0 0 10px;
background:rgba(0,0,0,0.15);
z-index:0;
}
div.cartodb-popup.v2.centered:before {
content:'';
position:absolute;
width:0px;
height:0px;
left: -10px;
bottom: -10px;
margin-left:50%;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid white;
border-radius: 0;
-ms-transform: skew(0,0);
-webkit-transform: skew(0,0);
transform: skew(0,0);
background: none;
z-index:1;
}
div.cartodb-popup.v2.centered p {
width: 160px;
padding-bottom: 0;
}
div.cartodb-popup.v2.centered div.cartodb-popup-tip-container {
left: -12px;
width: 24px;
margin-left: 50%;
}
div.cartodb-popup.v2.centered div.cartodb-popup-tip-container:before {
content: '';
position: absolute;
width: 0px;
height: 0px;
left: 0;
top: 0;
margin-left: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid rgba(0,0,0,0.15);
-ms-transform: skew(0,0);
-webkit-transform: skew(0,0);
transform: skew(0,0);
background: none;
z-index: 0;
}
div.cartodb-popup.v2 a.cartodb-popup-close-button {
right:-12px;
top:-12px;
width:20px;
height:20px;
background:white;
-webkit-border-radius:18px;
-moz-border-radius:18px;
border-radius:18px;
box-shadow:0 0 0 3px rgba(0,0,0,0.15);
}
div.cartodb-popup.v2 a.cartodb-popup-close-button:before,
div.cartodb-popup.v2 a.cartodb-popup-close-button:after {
content:'';
position:absolute;
top:9px;
left:6px;
width:8px;
height:2px;
background:#397DBA;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
div.cartodb-popup.v2 a.cartodb-popup-close-button:before {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
div.cartodb-popup.v2 a.cartodb-popup-close-button:after {
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
div.cartodb-popup.v2 a.cartodb-popup-close-button:hover {
box-shadow:0 0 0 3px rgba(0,0,0,0.25);
}
/* Hello IE */
@media \0screen\,screen\9 {
div.cartodb-popup.v2 {
border:4px solid #CCC;
}
div.cartodb-popup.v2 div.cartodb-popup-tip-container {
position:absolute;
width:0;
height:0;
margin-left:28px;
z-index:2;
bottom:-18px;
left:-4px;
border-left:0px solid transparent;
border-right:18px solid transparent;
border-top:18px solid white;
}
div.cartodb-popup.v2 a.cartodb-popup-close-button {
right:-14px;
top:-14px;
width:18px;
padding:0 0 0 2px;
text-indent:0;
font:bold 11px Arial;
font-weight:700;
text-decoration:none;
text-align:center;
line-height:20px;
border:2px solid #CCC;
}
div.cartodb-popup.v2 a.cartodb-popup-close-button:before,
div.cartodb-popup.v2 a.cartodb-popup-close-button:after {
display:none;
}
div.cartodb-popup.v2 a.cartodb-popup-close-button:hover {
border:2px solid #999;
}
}