project/static/css/leaflet.css
author Parth buch <parth.buch.115@gmail.com>
Fri, 02 Dec 2011 16:10:48 +0530
branch2011
changeset 469 40025d462588
permissions -rw-r--r--
Added map and map markers to the venue page
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
469
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
     1
/* required styles */
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
     2
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
     3
.leaflet-map-pane,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
     4
.leaflet-tile,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
     5
.leaflet-marker-icon, 
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
     6
.leaflet-marker-shadow,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
     7
.leaflet-tile-pane, 
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
     8
.leaflet-overlay-pane,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
     9
.leaflet-shadow-pane,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    10
.leaflet-marker-pane,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    11
.leaflet-popup-pane,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    12
.leaflet-overlay-pane svg,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    13
.leaflet-zoom-box,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    14
.leaflet-image-layer { /* TODO optimize classes */ 
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    15
	position: absolute;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    16
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    17
.leaflet-container {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    18
	overflow: hidden;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    19
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    20
.leaflet-tile-pane {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    21
	-webkit-transform: translate3d(0,0,0);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    22
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    23
.leaflet-tile, 
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    24
.leaflet-marker-icon, 
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    25
.leaflet-marker-shadow {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    26
	-moz-user-select: none;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    27
	-webkit-user-select: none;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    28
	user-select: none;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    29
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    30
.leaflet-marker-icon, 
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    31
.leaflet-marker-shadow {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    32
	display: block;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    33
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    34
.leaflet-clickable {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    35
	cursor: pointer;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    36
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    37
.leaflet-container img {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    38
	max-width: auto;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    39
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    40
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    41
.leaflet-tile-pane { z-index: 2; }
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    42
.leaflet-overlay-pane { z-index: 3; }
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    43
.leaflet-shadow-pane { z-index: 4; }
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    44
.leaflet-marker-pane { z-index: 5; }
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    45
.leaflet-popup-pane { z-index: 6; }
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    46
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    47
.leaflet-zoom-box {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    48
	width: 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    49
	height: 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    50
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    51
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    52
.leaflet-tile {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    53
	visibility: hidden;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    54
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    55
.leaflet-tile-loaded {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    56
	visibility: inherit;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    57
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    58
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    59
a.leaflet-active {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    60
	outline: 2px solid orange;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    61
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    62
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    63
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    64
/* Leaflet controls */
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    65
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    66
.leaflet-control {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    67
	position: relative;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    68
	z-index: 7;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    69
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    70
.leaflet-top,
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    71
.leaflet-bottom {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    72
	position: absolute;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    73
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    74
.leaflet-top {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    75
	top: 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    76
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    77
.leaflet-right {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    78
	right: 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    79
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    80
.leaflet-bottom {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    81
	bottom: 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    82
	}	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    83
.leaflet-left {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    84
	left: 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    85
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    86
.leaflet-control {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    87
	float: left;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    88
	clear: both;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    89
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    90
.leaflet-right .leaflet-control {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    91
	float: right;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    92
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    93
.leaflet-top .leaflet-control {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    94
	margin-top: 10px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    95
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    96
.leaflet-bottom .leaflet-control {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    97
	margin-bottom: 10px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    98
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
    99
.leaflet-left .leaflet-control {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   100
	margin-left: 10px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   101
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   102
.leaflet-right .leaflet-control {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   103
	margin-right: 10px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   104
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   105
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   106
.leaflet-control-zoom {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   107
	padding: 5px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   108
	background: rgba(0, 0, 0, 0.25);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   109
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   110
	-moz-border-radius: 7px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   111
	-webkit-border-radius: 7px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   112
	border-radius: 7px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   113
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   114
.leaflet-control-zoom a {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   115
	display: block;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   116
	width: 19px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   117
	height: 19px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   118
	background-position: 50% 50%;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   119
	background-repeat: no-repeat;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   120
	background-color: rgba(255, 255, 255, 0.75);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   121
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   122
	-moz-border-radius: 4px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   123
	-webkit-border-radius: 4px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   124
	border-radius: 4px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   125
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   126
.leaflet-control-zoom a:hover {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   127
	background-color: #fff;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   128
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   129
.leaflet-big-buttons .leaflet-control-zoom a {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   130
	width: 27px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   131
	height: 27px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   132
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   133
.leaflet-control-zoom-in {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   134
	background-image: url(images/zoom-in.png);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   135
	margin-bottom: 5px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   136
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   137
.leaflet-control-zoom-out {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   138
	background-image: url(images/zoom-out.png);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   139
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   140
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   141
.leaflet-container .leaflet-control-attribution {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   142
	margin: 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   143
	padding: 0 5px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   144
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   145
	font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   146
	color: #333;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   147
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   148
	background-color: rgba(255, 255, 255, 0.7);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   149
            
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   150
	-moz-box-shadow: 0 0 7px #ccc;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   151
	-webkit-box-shadow: 0 0 7px #ccc;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   152
	box-shadow: 0 0 7px #ccc;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   153
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   154
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   155
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   156
/* Fade animations */
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   157
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   158
.leaflet-fade-anim .leaflet-tile {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   159
	opacity: 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   160
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   161
	-webkit-transition: opacity 0.2s linear;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   162
	-moz-transition: opacity 0.2s linear;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   163
	-o-transition: opacity 0.2s linear;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   164
	transition: opacity 0.2s linear;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   165
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   166
.leaflet-fade-anim .leaflet-tile-loaded {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   167
	opacity: 1;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   168
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   169
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   170
.leaflet-fade-anim .leaflet-popup {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   171
	opacity: 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   172
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   173
	-webkit-transition: opacity 0.2s linear;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   174
	-moz-transition: opacity 0.2s linear;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   175
	-o-transition: opacity 0.2s linear;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   176
	transition: opacity 0.2s linear;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   177
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   178
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   179
	opacity: 1;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   180
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   181
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   182
.leaflet-zoom-anim .leaflet-tile {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   183
	-webkit-transition: none;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   184
	-moz-transition: none;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   185
	-o-transition: none;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   186
	transition: none;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   187
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   188
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   189
.leaflet-zoom-anim .leaflet-objects-pane {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   190
	visibility: hidden;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   191
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   192
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   193
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   194
/* Popup layout */
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   195
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   196
.leaflet-popup {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   197
	position: absolute;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   198
	text-align: center;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   199
	-webkit-transform: translate3d(0,0,0);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   200
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   201
.leaflet-popup-content-wrapper {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   202
	padding: 1px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   203
	text-align: left;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   204
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   205
.leaflet-popup-content {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   206
	margin: 19px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   207
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   208
.leaflet-popup-tip-container {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   209
	margin: 0 auto;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   210
	width: 40px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   211
	height: 16px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   212
	position: relative;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   213
	overflow: hidden;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   214
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   215
.leaflet-popup-tip {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   216
	width: 15px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   217
	height: 15px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   218
	padding: 1px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   219
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   220
	margin: -8px auto 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   221
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   222
	-moz-transform: rotate(45deg);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   223
	-webkit-transform: rotate(45deg);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   224
	-ms-transform: rotate(45deg);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   225
	-o-transform: rotate(45deg);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   226
	transform: rotate(45deg);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   227
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   228
.leaflet-popup-close-button {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   229
	position: absolute;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   230
	top: 9px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   231
	right: 9px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   232
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   233
	width: 10px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   234
	height: 10px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   235
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   236
	overflow: hidden;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   237
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   238
.leaflet-popup-content p {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   239
	margin: 18px 0;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   240
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   241
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   242
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   243
/* Visual appearance */
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   244
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   245
.leaflet-container {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   246
	background: #ddd;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   247
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   248
.leaflet-container a {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   249
	color: #0078A8;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   250
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   251
.leaflet-zoom-box {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   252
	border: 2px dotted #05f;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   253
	background: white;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   254
	opacity: 0.5;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   255
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   256
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   257
	background: white;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   258
	
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   259
	box-shadow: 0 1px 10px #888;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   260
	-moz-box-shadow: 0 1px 10px #888;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   261
	 -webkit-box-shadow: 0 1px 14px #999;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   262
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   263
.leaflet-popup-content-wrapper {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   264
	-moz-border-radius: 20px; 
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   265
	-webkit-border-radius: 20px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   266
	border-radius: 20px;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   267
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   268
.leaflet-popup-content {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   269
	font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   270
	}
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   271
.leaflet-popup-close-button {
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   272
	background: white url(images/popup-close.png);
40025d462588 Added map and map markers to the venue page
Parth buch <parth.buch.115@gmail.com>
parents:
diff changeset
   273
	}