Skip to content

Commit

Permalink
Merge pull request #5 from swcarpentry/join-site-lesson
Browse files Browse the repository at this point in the history
Join CSS from site and lessons
  • Loading branch information
Raniere Silva committed Jan 28, 2015
2 parents e821a90 + fb846e4 commit ea5a11d
Show file tree
Hide file tree
Showing 8 changed files with 11,708 additions and 244 deletions.
18 changes: 18 additions & 0 deletions css/badge.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.badges-section {
margin-bottom:30px;
}
.badges-section .media {
margin-top: 30px;
}
h1.badge-title{
margin-top: 10px;
}
#modal-badge-img {
position:absolute;
right: 25px;
bottom: 25px;
opacity: 0.5;
}
#assertion-modal.in {
color: black;
}
10,500 changes: 10,500 additions & 0 deletions css/deckjs-js/deckjs-custom.js

Large diffs are not rendered by default.

51 changes: 8 additions & 43 deletions css/lesson.css
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
/* pre blocks inherit color from parent */
pre {
color: inherit;
}

/* Work around to issue when create EPUB with pandoc for IPython Notebook
* template.
*/
div.out {
display: block;
padding: 9.5px;
margin-bottom: 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

div.out pre {
padding: 0px;
margin: 0px;
border: 0px;
}

/* Comments in code. */
.comment {
color: purple;
Expand All @@ -41,42 +11,37 @@ div.out pre {
/* Manual input. */
.in {
color: darkgreen;
margin-left: 20px;
}

/* Program output. */
.out {
color: darkblue;
margin-left: 20px;
font-style: italic;
}

/* Error output. */
.err {
color: darkred;
margin-left: 20px;
font-style: italic;
font-weight: bold;
}

/* Files. */
.file {
margin-left: 20px;
}

/* Explanatory call-out boxes. */
div.box {
background-color: lightgray;
}

/* Challenge questions. */
div.challenge {
border-style: solid;
border-width: thin;
border-color: gray;
}
div.challenges {}

/* Key points in summary. */
div.keypoints {}

/* Main lesson. */
div.lesson {}

/* Learning objectives. */
div.objectives {}

/* Continuation paragraph. */
p.continue {}
Binary file not shown.
Loading

0 comments on commit ea5a11d

Please sign in to comment.