Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonblast committed Feb 18, 2011
1 parent d66bf51 commit dc498e1
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# ----------------------------
# some artifacts can be expected to happen from experimenting in the main and samples dir:

doc/
doc/*
./doc/
./doc/*

# general intermediary files (relative to sample/)
SAMPLE.edoc
Expand Down
Binary file added samples/markedoc/doc/erlang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/markedoc/doc/markedoc-footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
202 changes: 202 additions & 0 deletions samples/markedoc/doc/markedoc.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
/* standard EDoc style sheet */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
margin-left: 2em;
margin-right: 2em;
margin-top: 2em;
margin-bottom: 2em;
color: #000000;
background-color: #ffffff;
}
h1 {
margin-left: 0;
font-size: 3em;
}
h2 {
margin-left: -.3em;
font-size: 2em;
}

h2.indextitle {

font-size: 1em;
}

h2.indextitle table {
border-collapse: separate;
border-bottom-right-radius: 1em;
border: 1px solid #3070a0;
padding: 1em;

font-size: 0.9em;
}

h2.indextitle table tr td {
background-color: #deeefe;
border: 0;
border-bottom: 1px solid white;
}

h3 {
margin-left: -.3em;
font-size: 1.8em;
}

h4 {
margin-left: -.3em;
font-size: 1.5em;
}

div.navbar {
color: white;
font-weight: bold;
text-size: 0.9em;
background-color: #3070a0;
padding: 0.2em;
border-bottom: 1em solid #f09840;
border-top-left-radius: 1em;
}
h2.indextitle {
color: white;
padding: 0.4em;
background-color: #3070a0;
border-bottom: 10px solid #f09840;
border-top-left-radius: 1em;
}

h3.function,h3.typedecl {
color: white;
background-color: #3070a0;
padding-left: 1em;
border-bottom: 5px solid #f09840;
border-top-left-radius: 1em;
}

div.spec {
font-weight: bold;
margin-left: 0em;
padding: .2em 1.1em .2em;
background-color: #eeeeee;
border-bottom-right-radius: 1em;

}
a { color: inherit; padding: 2px; text-decoration: none; }

a.module,a.package {
text-decoration:none
}
a:hover {
background-color: #deeefe;
color: navy;
}

a.module:hover,a.package:hover {
background-color: #deeefe;
}
ul.definitions {
list-style-type: none;
}

ul.index {
list-style-type: none;
border-collapse: separate;
border-bottom-right-radius: 1em;
border: 1px solid #3070a0;
padding: 1em;

font-size: 1.1em;
}

ul.index li {
background-color: #feeede;
border: 0;
border-bottom: 1px solid white;
padding: 2px;
}

ul {
list-style-type: square;
}
table {
border-collapse: collapse;
}

table.index {
border-collapse: separate;
border-bottom-right-radius: 1em;
border: 1px solid #3070a0;
padding: 1em;

font-size: 0.9em;
}

table.index td {
background-color: #deeefe;
border: 0;
border-bottom: 1px solid white;
}


table.index td a:hover {
background-color: #feeede;
}

td {
padding: 2px;
}

code {
font-size: 1.1em;
}

div.navbar {
background:url("markedoc-footer.png") no-repeat right top;
}


div.navbar a {
color: lightblue;
font-size: 0.9em;
font-weight: bold;
margin-left:1em;
line-height: 1em;
}

img {
margin-right: 10px;

}

a {
color: navy;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
color: black;
}

h3.function a {
color: white;
}

pre { margin: 0;
margin-top: 1em;
margin-bottom: 1em;
padding: 1.2em;
background-color: #f0f4f8;
border-radius: 1em;
line-height: 1.3em;
color: #101000; }
span.comment {
color: dimgrey;
}

li.ref {
background-color: #fff8e8;
padding: 0.1em;
margin-left: 0em;
padding-left: 1em;
list-style-type:square;
font-variant: small-caps;
}

0 comments on commit dc498e1

Please sign in to comment.