Skip to content

Commit

Permalink
Preparing material for Version 5 novice release
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Wilson committed Feb 7, 2014
1 parent 429de19 commit 7ddda0e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
6 changes: 6 additions & 0 deletions swc-bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/* Customizations to Bootstrap's default styles */

blockquote p {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}

/* readability: darken the alert colour for contrast with background */
.alert {
color: rgb(0,0,0);
Expand Down
31 changes: 16 additions & 15 deletions swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,25 @@ h1, h2, h3, h4, h5, h6 {
color: rgb(03,03,03);
}

h1, h2 {
h1, h2 {
margin-top: 40px;
margin-bottom: 10px;
}

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

/* Chapter titles. */
div.chapter h2 {
text-align: center;
font-style: italic;
}

/* Objectives and key points */
.objectives, .keypoints {
background-color: azure;
}

/* Comments in code. */
.comment {
Expand Down Expand Up @@ -223,22 +234,12 @@ img.logoARB {
float: right;
}

/* Sections in book chapters. */
section {
clear: both;
}

/* Person's name in team.html. */
span.person {
font-weight: bold;
font-style: italic;
}

/* Short review of book in bibliography. */
span.review {
font-style: italic;
}

/* Bibliography book covers. */
img.book-cover {
width: 80px;
Expand Down Expand Up @@ -301,14 +302,14 @@ table.bootcamps td.date {

/* Badge modal dialog */
#assertion-modal {
width:700px;
width:700px;
margin-left:-350px;
}
#assertion-modal iframe {
background-color: transparent;
border: 0px none transparent;
padding: 0px;
width: 100%;
width: 100%;
height: 20em;
}

Expand All @@ -321,5 +322,5 @@ table.bootcamps td.date {

/* list with checkbox as bullet */
ul.checklist {
list-style-image: url('/img/checkbox.png');
list-style-image: url('/img/checkbox.png');
}

0 comments on commit 7ddda0e

Please sign in to comment.