Taking over new template from jsdoc but keep modifications by OpenLayers as much as possible

This commit is contained in:
augustus
2012-10-31 09:39:55 +01:00
parent f4139f208a
commit 64a252093c
17 changed files with 156 additions and 75 deletions
@@ -1,9 +1,11 @@
html {
html
{
overflow: auto;
background-color: #fff;
}
body {
body
{
font: 14px "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
line-height: 130%;
color: #000;
@@ -22,7 +24,8 @@ a:active {
color: #444;
}
header {
header
{
display: block;
padding: 6px 4px;
}
@@ -41,7 +44,8 @@ header {
width: 100%;
}
section {
section
{
display: block;
background-color: #fff;
@@ -62,7 +66,8 @@ section {
font-weight: lighter;
}
nav {
nav
{
display: block;
float: left;
margin-left: -230px;
@@ -114,21 +119,24 @@ footer {
font-size: 90%;
}
h1 {
h1
{
font-size: 200%;
font-weight: bold;
letter-spacing: -0.01em;
margin: 6px 0 9px 0;
}
h2 {
h2
{
font-size: 170%;
font-weight: bold;
letter-spacing: -0.01em;
margin: 6px 0 3px 0;
}
h3 {
h3
{
font-size: 150%;
font-weight: bold;
letter-spacing: -0.01em;
@@ -136,7 +144,8 @@ h3 {
margin: 6px 0 3px 0;
}
h4 {
h4
{
font-size: 130%;
font-weight: bold;
letter-spacing: -0.01em;
@@ -145,14 +154,16 @@ h4 {
color: #A35A00;
}
h5, .container-overview .subsection-title {
h5, .container-overview .subsection-title
{
font-size: 120%;
font-weight: bold;
letter-spacing: -0.01em;
margin: 8px 0 3px -16px;
}
h6 {
h6
{
font-size: 100%;
letter-spacing: -0.01em;
margin: 6px 0 3px 0;
@@ -162,18 +173,19 @@ h6 {
.protected {
display: none;
}
dt.tag-source, dd.tag-source {
display: none;
}
.ancestors { color: #999; }
.ancestors a {
.ancestors a
{
color: #999 !important;
text-decoration: none;
}
.important {
.important
{
font-weight: bold;
color: #950B02;
}
@@ -203,19 +215,22 @@ dt.tag-source, dd.tag-source {
margin-top: 1em;
}
.code-caption {
.code-caption
{
font-style: italic;
font-family: Palatino, 'Palatino Linotype', serif;
font-size: 107%;
margin: 0;
}
.prettyprint {
.prettyprint
{
border: 1px solid #ddd;
width: 80%;
}
.prettyprint code {
.prettyprint code
{
font-family: Consolas, 'Lucida Console', Monaco, monospace;
font-size: 100%;
line-height: 18px;
@@ -227,7 +242,8 @@ dt.tag-source, dd.tag-source {
border-left: 3px #ddd solid;
}
.params, .props {
.params, .props
{
border-spacing: 0;
border: 0;
border-collapse: collapse;
@@ -239,7 +255,8 @@ dt.tag-source, dd.tag-source {
font-size: 100%;
}
.params td, .params th, .props td, .props th {
.params td, .params th, .props td, .props th
{
border: 1px solid #ddd;
margin: 0px;
text-align: left;
@@ -248,12 +265,14 @@ dt.tag-source, dd.tag-source {
display: table-cell;
}
.params thead tr, .props thead tr {
.params thead tr, .props thead tr
{
background-color: #ddd;
font-weight: bold;
}
.params .params thead tr, .props .props thead tr {
.params .params thead tr, .props .props thead tr
{
background-color: #fff;
font-weight: bold;
}