Skip to content

Commit

Permalink
Create tag 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Mar 26, 2013
1 parent f06c3e1 commit d8c7031
Show file tree
Hide file tree
Showing 22 changed files with 2,400 additions and 145 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
catalog-v001.xml
45 changes: 45 additions & 0 deletions LODE/Primer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/* define a class "noprint" for sections which don't get printed */
.noprint { display: none; }

/* our syntax menu for switching */
div.syntaxmenu {
border: 1px dotted black;
padding:0.5em;
margin: 1em;
}

@media print {
div.syntaxmenu { display:none; }
}

/* use tab-like headers for syntax examples */
div.exampleheader {
font-size: 90%;
float: left;
background: #F9F9F9;
color: #2F6FAB;
border: 1px dashed #2F6FAB;
border-bottom: 0px;
padding-top: 2px;
}

div.exampleheader span.exampleheader {
background: #F9F9F9;
padding-top: 0px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 3px;
padding-top: 0px;
}

/* Also copy MediaWiki style here, so it will not look different when exported */
div.fssyntax pre, div.rdfxml pre, div.owlxml pre, div.turtle pre, div.manchester pre {
background-color: #F9F9F9;
border: 1px dashed #2F6FAB;
color: black;
line-height: 1.1em;
padding: 1em;
clear: both;
margin-left: 0em;
}
/* (further styles directly embedded in header template) */
124 changes: 124 additions & 0 deletions LODE/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
body {
text-align: justify;
}

h1 {
line-height: 110%;
}

.hlist {
border: 1px solid navy;
padding:5px;
background-color: #F4FFFF;
}

.hlist li {
display: inline;
display: inline-table;
list-style-type: none;
padding-right: 20px;

}

.entity {
border: 1px solid navy;
margin:5px 0px 5px 0px;
padding: 5px;
}

.type-c {
cursor:help;
color:orange;
}

.type-op {
cursor:help;
color:navy;
}

.type-dp {
cursor:help;
color:green;
}

.type-ap {
cursor:help;
color:maroon;
}

.type-ni {
cursor:help;
color:brown;
}

.logic {
color:purple;
font-weight:bold;
}

h3 {
margin-top: 3px;
padding-bottom: 5px;
border-bottom: 1px solid navy;
}

h2 {
margin-top:40px;
}

.dotted {
border-bottom: 1px dotted gray;
}

dt {
margin-top:5px;
}

.description {
border-top: 1px dashed gray;
border-bottom: 1px dashed gray;
background-color: rgb(242, 243, 244);
margin-top:5px;
padding-bottom:5px;
}

.description dl {
background-color: rgb(242, 243, 244);
}

.description ul {
padding-left: 12px;
margin-top: 0px;
}

.backlink {
font-size:10pt;
text-align:right;
float:right;
color:black;
padding: 2px;
border: 1px dotted navy;
background-color: #F4FFFF;
}

.imageblock {
text-align: center;
}

.imageblock img {
border:1px solid gray;
}

.endnote {
margin-top: 40px;
border-top: 1px solid gray;
padding-top: 10px;
text-align: center;
color:gray;
font-size:50%;
}

.literal {
color:green;
font-style:italic;
}
Binary file added LODE/favicon.ico
Binary file not shown.
18 changes: 18 additions & 0 deletions LODE/jquery.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions LODE/jquery.scrollTo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d8c7031

Please sign in to comment.