| Revision 350,
2.4 KB
checked in by jdalbey, 7 years ago
(diff) |
|
Add a branch EInotebook for Electronic Instructor Notebook prototype
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | @CHARSET "UTF-8"; |
|---|
| 2 | |
|---|
| 3 | body { |
|---|
| 4 | font-family: Verdana, sans-serif; |
|---|
| 5 | } |
|---|
| 6 | |
|---|
| 7 | /*=========================== Event =======================*/ |
|---|
| 8 | |
|---|
| 9 | button.eventExpandButton { |
|---|
| 10 | width:2em; |
|---|
| 11 | text-align:center; |
|---|
| 12 | font-size:12pt; |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | table.event { |
|---|
| 16 | padding:0px; |
|---|
| 17 | border:0px solid black; |
|---|
| 18 | width:100%; |
|---|
| 19 | border-collapse:collapse; |
|---|
| 20 | margin-bottom:30px; |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | table.eventHeader { |
|---|
| 24 | width:100%; |
|---|
| 25 | } |
|---|
| 26 | |
|---|
| 27 | td.eventHeader { |
|---|
| 28 | margin-bottom:0px; |
|---|
| 29 | border:2px solid gray; |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | td.eventData { |
|---|
| 33 | padding-left:2em; |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | tr.eventHeader { |
|---|
| 37 | font-size:medium; |
|---|
| 38 | font-weight:bold; |
|---|
| 39 | } |
|---|
| 40 | |
|---|
| 41 | td.eventTitle { |
|---|
| 42 | text-align:left; |
|---|
| 43 | width:40% |
|---|
| 44 | } |
|---|
| 45 | |
|---|
| 46 | td.eventExpandOption { |
|---|
| 47 | text-align:left; |
|---|
| 48 | width:10% |
|---|
| 49 | } |
|---|
| 50 | |
|---|
| 51 | td.eventNumber { |
|---|
| 52 | text-align:left; |
|---|
| 53 | width:20% |
|---|
| 54 | } |
|---|
| 55 | |
|---|
| 56 | td.eventTime { |
|---|
| 57 | text-align:left; |
|---|
| 58 | width:30% |
|---|
| 59 | } |
|---|
| 60 | |
|---|
| 61 | /*=============================== Evaluation ======================*/ |
|---|
| 62 | |
|---|
| 63 | table.evaluation { |
|---|
| 64 | border:0px solid black; |
|---|
| 65 | margin-bottom:0px; |
|---|
| 66 | width:100%; |
|---|
| 67 | } |
|---|
| 68 | |
|---|
| 69 | table.evaluationInner2 |
|---|
| 70 | { |
|---|
| 71 | width:100%; |
|---|
| 72 | } |
|---|
| 73 | |
|---|
| 74 | th.evaluationType { |
|---|
| 75 | text-align:left; |
|---|
| 76 | font-size:11pt; |
|---|
| 77 | } |
|---|
| 78 | |
|---|
| 79 | td.evaluationLabel { |
|---|
| 80 | padding-left:2em; |
|---|
| 81 | font-style:italic; |
|---|
| 82 | font-size:11pt; |
|---|
| 83 | vertical-align:top; |
|---|
| 84 | } |
|---|
| 85 | |
|---|
| 86 | td.evaluationCriteria { |
|---|
| 87 | text-align:left; |
|---|
| 88 | font-size:11pt; |
|---|
| 89 | } |
|---|
| 90 | |
|---|
| 91 | td.evaluationResponse { |
|---|
| 92 | padding-left:1em; |
|---|
| 93 | width:100%; |
|---|
| 94 | |
|---|
| 95 | } |
|---|
| 96 | |
|---|
| 97 | input.evaluationResponseText { |
|---|
| 98 | width:100%; |
|---|
| 99 | } |
|---|
| 100 | |
|---|
| 101 | table.evaluationScale { |
|---|
| 102 | |
|---|
| 103 | } |
|---|
| 104 | |
|---|
| 105 | td.evaluationScale { |
|---|
| 106 | font-size:12px; |
|---|
| 107 | } |
|---|
| 108 | |
|---|
| 109 | td.evaluationRadioButtonSmallScale { |
|---|
| 110 | padding-right:1em; |
|---|
| 111 | padding-left:1em; |
|---|
| 112 | text-align:center; |
|---|
| 113 | } |
|---|
| 114 | |
|---|
| 115 | /*=============================== Evaluations ======================*/ |
|---|
| 116 | |
|---|
| 117 | button.evaluationsExpandButton { |
|---|
| 118 | width:27px; |
|---|
| 119 | text-align:center; |
|---|
| 120 | font-size:10pt; |
|---|
| 121 | } |
|---|
| 122 | |
|---|
| 123 | table.evaluationsInner { |
|---|
| 124 | border:0px solid black; |
|---|
| 125 | width:100%; |
|---|
| 126 | } |
|---|
| 127 | |
|---|
| 128 | table.evaluationsOuter { |
|---|
| 129 | border:0px solid black; |
|---|
| 130 | width:100%; |
|---|
| 131 | } |
|---|
| 132 | |
|---|
| 133 | td.evaluationsExpandOption { |
|---|
| 134 | font-size:12pt; |
|---|
| 135 | } |
|---|
| 136 | |
|---|
| 137 | td.evaluations { |
|---|
| 138 | padding-left:2em; |
|---|
| 139 | } |
|---|
| 140 | |
|---|
| 141 | /*=============================== Properties ======================*/ |
|---|
| 142 | |
|---|
| 143 | button.propertiesExpandButton { |
|---|
| 144 | width:2em; |
|---|
| 145 | text-align:center; |
|---|
| 146 | font-size:10pt; |
|---|
| 147 | } |
|---|
| 148 | |
|---|
| 149 | td.propertiesExpandOption { |
|---|
| 150 | font-size:12pt; |
|---|
| 151 | } |
|---|
| 152 | |
|---|
| 153 | td.properties { |
|---|
| 154 | padding-left:2em; |
|---|
| 155 | } |
|---|
| 156 | |
|---|
| 157 | /*=============================== Property ======================*/ |
|---|
| 158 | |
|---|
| 159 | table.property { |
|---|
| 160 | border:0px solid black; |
|---|
| 161 | margin-bottom:-5px; |
|---|
| 162 | } |
|---|
| 163 | |
|---|
| 164 | th.propertyType { |
|---|
| 165 | font-size:11pt; |
|---|
| 166 | text-align:left; |
|---|
| 167 | } |
|---|
| 168 | |
|---|
| 169 | td.propertyContent { |
|---|
| 170 | padding-left:2em; |
|---|
| 171 | font-style:italic; |
|---|
| 172 | font-size:11pt; |
|---|
| 173 | } |
|---|
| 174 | |
|---|
| 175 | td.propertyLabel { |
|---|
| 176 | font-size:11pt; |
|---|
| 177 | padding-left:2em; |
|---|
| 178 | padding-right:1em; |
|---|
| 179 | font-style:italic; |
|---|
| 180 | vertical-align:top; |
|---|
| 181 | } |
|---|
| 182 | |
|---|
| 183 | td.propertyValue { |
|---|
| 184 | padding-left:1em; |
|---|
| 185 | font-size:11pt; |
|---|
| 186 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.