From 7ddda0e1b0d4759ea11b8f64ec642fd94dcb823f Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Fri, 7 Feb 2014 12:05:02 -0500 Subject: [PATCH] Preparing material for Version 5 novice release --- swc-bootstrap.css | 6 ++++++ swc.css | 31 ++++++++++++++++--------------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/swc-bootstrap.css b/swc-bootstrap.css index 6df6d15..e86e864 100644 --- a/swc-bootstrap.css +++ b/swc-bootstrap.css @@ -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); diff --git a/swc.css b/swc.css index cd7acb5..12ddde7 100644 --- a/swc.css +++ b/swc.css @@ -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 { @@ -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; @@ -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; } @@ -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'); }