doc/course/src/css/exercise.css

Code
Comments
Other
Rev Date Author Line
4093 12 Jan 11 gregory 1 * { line-height: 1.5em }
4093 12 Jan 11 gregory 2 ol li { margin-bottom: 20px }
4093 12 Jan 11 gregory 3 ol li ul { margin: 10px 0px }
4093 12 Jan 11 gregory 4 ol li ul li { margin-bottom: 3px }
4093 12 Jan 11 gregory 5 .clickstream:before { content: "Click " }
4093 12 Jan 11 gregory 6 .in:before { content: "" }
4093 12 Jan 11 gregory 7 .clickstream { display: inline; list-style-position: inside; padding: 0px 0px }
4093 12 Jan 11 gregory 8 .clickstream li { display: inline; list-style-type: none; font-weight: bold; margin-right: 5px }
4093 12 Jan 11 gregory 9 .clickstream li:before { content: "\00BB \0020"; font-weight: normal }
4093 12 Jan 11 gregory 10 .clickstream li:first-child:before { content: "" }
4093 12 Jan 11 gregory 11 .click { font-weight: bold }
4093 12 Jan 11 gregory 12 .click p { font-weight: normal }
4093 12 Jan 11 gregory 13 .click .question { font-weight: normal }
4093 12 Jan 11 gregory 14 .click:before { content: "Click "; font-weight: normal }
4093 12 Jan 11 gregory 15 .note { font-style: italic }
4093 12 Jan 11 gregory 16 .question { color: brown; padding: 20px 20px }
4093 12 Jan 11 gregory 17 .author { font-family: Arial, Helvetica, sans-serif }
4093 12 Jan 11 gregory 18 .menuitem { font-family: Arial, Helvetica, sans-serif; background-color: #d2d2d2; padding: 3px 40px 1px 5px; border: 1px outset #fff; font-weight: normal; font-size: 0.8em  }
4093 12 Jan 11 gregory 19 .dim { color: #727272 }