Skip to content

Commit

Permalink
sett article
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtheschmitzer committed May 8, 2013
1 parent 3095c1c commit 58e59f2
Show file tree
Hide file tree
Showing 10 changed files with 1,128 additions and 0 deletions.
Binary file added doc/liquibook_sett/images/Left.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 doc/liquibook_sett/images/Middle.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 doc/liquibook_sett/images/OCILogo.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 doc/liquibook_sett/images/Right.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 doc/liquibook_sett/images/SETT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,008 changes: 1,008 additions & 0 deletions doc/liquibook_sett/liquibook_sett.html

Large diffs are not rendered by default.

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 doc/liquibook_sett/settAug2013_files/Exchange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions doc/liquibook_sett/settAug2013_files/paper.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.listing {
font-weight: bold;
font-size: .9em;
margin-bottom: -16px;
}
115 changes: 115 additions & 0 deletions doc/liquibook_sett/styles/SETT.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
body {
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
font-family: Verdana, sans-serif;
margin-left: 0.25in;
margin-right: 0.25in;
}

a.career {
font-weight: bold;
}

a:hover {
color: rgb(0, 0, 255);
background-color: rgb(255, 253, 160);
}

code {
font-family: "Courier New", monospace;
}

div.center {
text-align: center;
}

h1 {
text-align: center;
}

h2 {
text-align: left;
}

h3 {
text-align: left;
}

h4 {
text-align: left;
}

h5 {
text-align: left;
}

hr {
height: 1px;
color: rgb(17, 59, 86);
background-color: transparent;
}

kbd {
font-family: "Courier New", monospace;
}

p {
text-align: justify;
}

p.author {
text-align: center;
}

p.footer {
text-align: justify;
}

pre {
font-family: "Courier New", monospace;
}

.educationquicklinks {
text-align: center;
}

.quicklinks {
text-align: right;
}

.red {
color: rgb(255, 0, 0);
background-color: rgb(255, 255, 255);
}

.green {
color: rgb(0, 128, 0);
background-color: rgb(255, 255, 255);
}

.blue {
color: rgb(0, 0, 192);
background-color: rgb(255, 255, 255);
}

.code {
background-color: #FFFFF0;
border: dashed black 1px;
padding-left: 10px;
}

.comment {
color: rgb(128, 128, 128);
font-weight: normal;
font-style: italic;
}

.table_name {
font-weight: bold;
vertical-align: top;
}

.table_desc {
font-weight: normal;
vertical-align: top;
}

0 comments on commit 58e59f2

Please sign in to comment.