Leaflet/docs/css/screen.css

88 lines
1.4 KiB
CSS
Raw Normal View History

2011-03-24 00:35:06 +08:00
.container {
padding-top: 40px;
width: 790px;
}
code {
font-family: Courier, monospace;
}
.container pre code {
2011-03-24 22:18:53 +08:00
padding: 10px 15px;
border: 1px solid #ccc;
2011-03-24 00:35:06 +08:00
background: white;
font-family: Courier, monospace;
color: #444;
}
h1 {
text-shadow: 1px 1px 3px #888;
}
h2 {
margin-top: 1.5em;
border-bottom: 1px solid #ccc;
}
/*.container p {
margin-right: 160px;
}*/
.alt {
color: #666;
font-family: /*"Warnock Pro", "Goudy Old Style",*/"Palatino","Book Antiqua", Georgia, serif;
2011-03-24 00:35:06 +08:00
font-style: italic;
font-weight: normal;
}
#map {
height: 250px;
border: 1px solid #ccc;
-moz-box-shadow: 0px 0px 10px #aaa;
-webkit-box-shadow: 0px 0px 10px #aaa;
box-shadow: 0px 0px 10px #aaa;
}
.nav {
margin-left: -5px;
line-height: 1em;
}
.nav a, .nav span {
2011-03-24 20:23:37 +08:00
margin: 0 5px;
2011-03-24 00:35:06 +08:00
}
.nav span a {
2011-03-24 20:23:37 +08:00
margin: 0;
2011-03-24 00:35:06 +08:00
}
table { border-collapse: collapse; }
th { background:#e5ecf9; }
th, td {
padding: 4px 5px;
}
2011-03-24 00:41:52 +08:00
#forkme {
position: absolute;
top: 0;
right: 0;
border: 0;
2011-03-24 20:23:37 +08:00
}
a.github-link {
background: url(https://github.com/favicon.png) left center no-repeat;
padding-left: 20px;
}
a.twitter-link {
background: url(http://twitter.com/phoenix/favicon.ico) left center no-repeat;
padding-left: 20px;
2011-03-24 22:18:53 +08:00
}
.javascript .keyword {
2011-03-28 20:36:32 +08:00
}
#toc ul {
list-style-type: none;
padding-left: 0;
}
#map-class {
margin-top: 0.5em;
}
a.nodocs {
color: #f44;
2011-03-24 00:41:52 +08:00
}