Leaflet/docs/css/main.css
Vladimir Agafonkin 75466f41fb pass three
2015-06-30 14:00:54 +03:00

110 lines
1.4 KiB
CSS

body {
font: 16px/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
color: #333;
}
.container {
max-width: 920px;
padding: 0 20px;
margin: 0 auto;
}
p {
margin: 1.4em 0;
}
.container code, .container pre code {
font-family: "Consolas", "Menlo", "Lucida Console", "Courier New", monospace;
}
.container pre code {
padding: 10px 15px;
background: white;
color: #444;
}
.container pre {
/*box-shadow: 0 0 15px rgba(0,0,0,0.1);
border-radius: 5px;*/
border: 1px dotted #aaa;
}
h1 {
margin-top: 50px;
text-align: center;
}
h1 a {
-webkit-transition: 0.8s all;
}
h1 a:hover, h1 a:focus {
-webkit-filter: hue-rotate(-70deg) saturate(1.5);
}
h3.tagline {
font-weight: 300;
font-size: 30px;
margin-top: -15px;
color: #777;
text-align: center;
margin-bottom: 40px;
}
h2 {
margin-top: 40px;
}
.p-example {
margin-top: 40px;
}
.container .map {
border: 1px solid #ccc;
}
.container .map:focus {
border-color: #999;
}
h2, h3, .nav {
font-family: 'Open Sans', sans-serif;
}
.nav {
overflow: hidden;
list-style: none;
padding: 0;
text-align: center;
font-size: 24px;
margin-bottom: 50px;
}
.nav li {
display: inline;
padding: 10px;
font-weight: 300;
}
.nav li a {
font-weight: 400;
text-decoration: none;
color: #0b6;
}
.nav li a:hover {
text-decoration: underline;
}
a {
color: #0b6;
}
.footer {
margin-top: 50px;
color: #777;
}
.usedby {
background: #eee;
height: 80px;
margin: 50px 0;
}