2 h1, h2, h3, h4, h5, h6 {
11 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
21 /* Objectives and key points */
22 .objectives, .keypoints {
23 background-color: azure;
26 /* Comments in code. */
39 text-decoration: underline;
41 background-color: lightgray;
44 /* Highlighted changes in code. */
46 background-color: mistyrose;
60 /* Putting shadows around things. */
62 -moz-box-shadow: 0 0 30px 5px #999;
63 -webkit-box-shadow: 0 0 30px 5px #999;
64 box-shadow: 0 0 30px 5px #999;
67 /* Things to understand (lead-in to sections in book). */
69 background-color: lightyellow;
72 /* Block quotations. */
75 padding: 1em 1em .5em 1em;
79 /* Citation for testimonial quote. */
80 blockquote.testimonial cite {
84 /* Main body of pages. */
88 font-family: "Open Sans", Helvetica, Arial, sans-serif;
89 color: rgb(03, 03, 03);
92 /* Styling for editorial stylesheet */
99 /* Top banner of every page. */
101 background-color: #FFFFFF;
106 border-bottom: 1px solid #A6A6A6;
109 /* Padding around image in top banner. */
114 /* Explanatory call-out boxes. */
116 background-color: mistyrose;
126 outline-style: solid;
128 @media (max-width: 700px) {
133 @media (min-width: 700px) {
140 /* Level 2 headings inside pages. */
142 border-bottom: 1px solid #CCCCCC;
144 font-family: Verdana,"BitStream vera Sans";
149 /* PDF and slide files referenced from lectures. */
154 /* Footer of every page. */
157 background: url("/img/main_shadow.png") repeat-x scroll center top #FFFFFF;
158 padding: 4px 10px 7px 10px;
159 border-top: 1px solid #A6A6A6;
164 background-color: #20267D;
167 /* Main menu at the top of every page. */
170 background-color: #F4F4F4;
172 padding: 3px 0px 3px 25px;
173 border-bottom: 1px solid #A6A6A6;
187 /* Narration for audio-only lectures. */
193 /* Table of contents. */
195 /* No special styling yet. */
202 .transcript .media img {
203 border: 1px solid grey;
210 border-bottom:1px solid #515151;
213 /* YouTube video embed. */
219 /* Glossary description lists. */
224 /* FIXME: shouldn't be using iframe's directly (EventBrite and YouTube should be via macro expansion). */
225 iframe.youtube_player {
232 /* Amy Brown's logo in book/stylesheet.html. */
237 /* Person's name in team.html. */
243 /* Bibliography book covers. */
248 /* Blog calendar table in blog/index.html. */
249 table.blogcalendar th {
255 table.blogcalendar th.left {
260 table.blogcalendar tr td {
264 /* Blog index tables in blog/index.html. */
265 table.blogindex td.date {
270 /* Tables used for displaying choices in challenges. */
271 table.choices tr td {
272 vertical-align : top;
275 /* Database tables do _not_ have double borders */
277 border-collapse: collapse;
280 /* Container for content in the bootcamp index page */
285 /* Link items (to bootcamp pages) in the bootcamps tables */
286 table.bootcamps td.link {
291 /* Spacer items (i.e. ellipsis) on the bootcamps tables */
292 table.bootcamps td.spacer {
297 /* Date columns on the bootcamps tables */
298 table.bootcamps td.date {
303 /* Badge modal dialog */
308 #assertion-modal iframe {
309 background-color: transparent;
310 border: 0px none transparent;
316 #assertion-model img.badge {
323 /* list with checkbox as bullet */
325 list-style-image: url('/img/checkbox.png');