Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
updated to new documentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Rocher authored and Graeme Rocher committed Aug 16, 2011
1 parent 3a7936a commit e362adb
Show file tree
Hide file tree
Showing 37 changed files with 4,435 additions and 580 deletions.
779 changes: 588 additions & 191 deletions mongo/manual/css/main.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions mongo/manual/css/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
.menuTitle {
font-size:85%;
font-family:Tahoma, Verdana, Arial;
}
}
.menuUsageItem {
font-size:95%;
font-family:Tahoma, Verdana, Arial;
font-family:Tahoma, Verdana, Arial;
margin-bottom:10px;
}
}
.menuUsageItem a {
text-decoration: none;
}
93 changes: 77 additions & 16 deletions mongo/manual/css/pdf.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* page layout and page numbering */
@page {
size: a4;
font-family:Arial;
}

@page :left {
Expand All @@ -21,26 +22,69 @@
}
}

.body {
margin: 0px;
padding: 0px;
font-size: 12pt;
}

#main {
margin: 0;
}

#header {
margin:0px;
padding:0px;
background:url(../img/bg.png) no-repeat;
}

#header .images .rsalogo{
display:none;
}

.body #header .message{
color:#FFFFFF;
font-size:16px;
margin-left:60px;
margin-top:730px;
border-bottom:none;
text-align:left;
}

/* style overrides */

.paragraph {
text-align:center;
margin: 0.2em 0;
padding: 0.2em 0;
}

h1 {
font-size: 20px;
font-family: helvetica,arial,sans-serif;
font-size: 1.5em;
string-set: header content();
page-break-before: always
}

h1>a {
font-size: 20px;
font-size: 1em;
string-set: header content();
page-break-before: always
}

h2 {
font-size: 16px;
font-family: helvetica,arial,sans-serif;
font-size: 1.3em;
}

h3 {
font-size: 14px;
font-family: helvetica,arial,sans-serif;
font-size: 1.2em;
}

h4 {
font-family: helvetica,arial,sans-serif;
font-size: 1.1em;
}

h1, h2, h3, h1>a, h2>a, h3>a {
Expand All @@ -58,30 +102,47 @@ h1, h2, h3, h1>a, h2>a, h3>a {
font-style: normal;
}

div.title {
font-size: 20px;
#col1 {
width: 100%;
}

.body {
font-size: 14px;
#col2 {
width: 0px;
}

#col2 .local {
display: none;
}

div.title {
font-size: 20px;
}

pre .code {
.code pre {
text-align: left;
padding-left:5px;
font-size: 12px;
font-size: 0.85em;
line-height: 100%;
white-space: normal;
white-space: pre-wrap;
page-break-inside: avoid;
}

.code, .bq {
border: 1px solid black;
margin-bottom: 2em;
.bq {
white-space: pre-wrap;
page-break-inside: avoid;
}

.code, .bq {
text-align: left;
margin-bottom: 1em;
}

.warning, .note{
background-position:10px 10px;
}

.warning, .note, table {
margin-top: 2em;
margin-bottom: 2em;
margin-top: 1em;
margin-bottom: 1em;
page-break-inside: avoid;
}
Loading

0 comments on commit e362adb

Please sign in to comment.