Skip to content

Commit

Permalink
Merge github.com:swcarpentry/styles into upgrade-bootstrap
Browse files Browse the repository at this point in the history
Conflicts:
	css/swc-bootstrap.css
	css/swc.css
  • Loading branch information
Francois Michonneau committed Jan 31, 2015
2 parents 2f93d5c + ea5a11d commit 95b0f4c
Show file tree
Hide file tree
Showing 3 changed files with 10,528 additions and 87 deletions.
10,500 changes: 10,500 additions & 0 deletions css/deckjs-js/deckjs-custom.js

Large diffs are not rendered by default.

82 changes: 0 additions & 82 deletions css/lesson.css

This file was deleted.

33 changes: 28 additions & 5 deletions css/swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
.challenge {
background-color: #CCFFCC;
border: 5px solid #CCFFCC;

/* Comments in code. */
.comment {
color: purple;
}

/* Error messages. */
.err {
color: darkred;
font-style: italic;
}

/* Things to fix. */
Expand All @@ -54,6 +64,22 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
background-color: lightgray;
}

/* Highlighted changes in code. */
.highlight {
background-color: mistyrose;
}

/* Manual input. */
.in {
color: darkgreen;
}

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

/* Putting shadows around things. */
.shadow {
-moz-box-shadow: 0 0 30px 5px #999;
Expand All @@ -80,7 +106,7 @@ blockquote.testimonial cite {

/* Main body of pages. */
body {
font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
color: rgb(03, 03, 03);
}

Expand All @@ -97,6 +123,7 @@ body.stylesheet {
}



/* Code sample */
pre.sourceCode,
pre.input {
Expand Down Expand Up @@ -218,7 +245,6 @@ div.banner a img {
padding: 20px 25px;
}


/* Explanatory call-out boxes. */
div.box {
width: 54em;
Expand Down Expand Up @@ -534,8 +560,6 @@ div.chapter h2 {
}




/* For the Request a Workshop form */
#ss-form .ss-q-title {
display: block;
Expand Down Expand Up @@ -584,7 +608,6 @@ div.chapter h2 {
}



/* GitHub Ribbon */
#github-ribbon a {
background: #000;
Expand Down

0 comments on commit 95b0f4c

Please sign in to comment.