/spec/lib/screw.css
CSS | 90 lines | 74 code | 16 blank | 0 comment | 0 complexity | 4fb9e6693268ce8b4ef0280bc2cd572f MD5 | raw file
1html { 2 padding: 0.5em; 3 font-family: Georgia, serif; 4 background: #EDEBD5; 5} 6 7 li { 8 list-style-type: none; 9 } 10 11 .focused { 12 background-color: #F4F2E4; 13 } 14 15 .focused * { 16 opacity: 1.0; 17 } 18 19 h1, h2, p { 20 opacity: 0.4; 21 } 22 23 .describes { 24 padding-left: 0; 25 } 26 27 .describes h1 { 28 font-size: 1.1em; 29 color: #877C21; 30 line-height: 1.8em; 31 margin: 0pt 0pt 0.6em; 32 border-bottom: 1px solid transparent; 33 } 34 35 .describes h1:hover { 36 cursor: pointer; 37 color: #000; 38 background-color: #F4F2E4; 39 border-bottom: 1px solid #9A8E51; 40 } 41 42 .describes .describe { 43 margin-left: 0.6em; 44 padding-left: 0.6em; 45 border: 1px dashed grey; 46 } 47 48 .describes .describe .its {} 49 50 .describes .describe .its .it { 51 list-style-type: lower-roman; 52 list-style-position: outside; 53 } 54 55 .describes .describe .its .it h2 { 56 font-weight: normal; 57 font-style: italic; 58 padding-left: 0.5em; 59 font-size: 1.0em; 60 color: #877C21; 61 line-height: 1.8em; 62 margin: 0 0 0.5em; 63 border-bottom: 1px solid transparent; 64 } 65 66 .describes .describe .its .it.enqueued h2 { 67 background-color: #CC6600; 68 color: white !important; 69 } 70 71 .describes .describe .its .it.passed h2 { 72 background-color: #5A753D; 73 color: white !important; 74 } 75 76 .describes .describe .its .it.failed h2 { 77 background-color: #993300; 78 color: white !important; 79 } 80 81 .describes .describe .its .it.failed p { 82 margin-left: 1em; 83 color: #993300; 84 } 85 86 .describes .describe .its .it h2:hover { 87 cursor: pointer; 88 color: #000 !important; 89 border-bottom: 1px solid #9A8E51; 90 }