style.css in HAL 1.0, at css/style.css
| 1 | #keys { |
| 2 | text-align : justify; |
| 3 | word-wrap: break-word; |
| 4 | } |
| 5 | |
| 6 | #keys a{ |
| 7 | text-decoration:none; |
| 8 | white-space: nowrap; |
| 9 | } |
| 10 | |
| 11 | .form-table td span{ |
| 12 | font-style: italic; !important |
| 13 | } |
| 14 | |
| 15 | .doc-content{ |
| 16 | max-height: 200px; |
| 17 | overflow: auto; |
| 18 | padding-left: 20px; |
| 19 | } |
| 20 | |
| 21 | .doc-header{ |
| 22 | padding: 10px; |
| 23 | margin: 0px; |
| 24 | font-size: 14px; |
| 25 | font-weight: bold; |
| 26 | line-height: 16px; |
| 27 | text-transform: uppercase; |
| 28 | border-radius: 4px 4px 0px 0px; |
| 29 | border-bottom: 1px solid #EBEBEB; |
| 30 | background-color: #F7F7F7; |
| 31 | } |
| 32 | |
| 33 | .doc-group{ |
| 34 | margin: 10px 0px; |
| 35 | padding: 0px; |
| 36 | border-radius: 4px; |
| 37 | border: 1px solid #DDD; |
| 38 | } |
| 39 | |
| 40 | .doc-nb{ |
| 41 | float: right; |
| 42 | color: #999; |
| 43 | font-weight: normal; |
| 44 | text-transform: lowercase; |
| 45 | font-size: 12px; |
| 46 | } |
| 47 | |
| 48 | #aut{ |
| 49 | height : 500px; |
| 50 | overflow: auto; |
| 51 | } |
| 52 | |
| 53 | #discipline{ |
| 54 | height : 500px; |
| 55 | overflow: auto; |
| 56 | } |
| 57 | |
| 58 | #keyw{ |
| 59 | height : 500px; |
| 60 | overflow: auto; |
| 61 | } |
| 62 | |
| 63 | #rev{ |
| 64 | height : 500px; |
| 65 | overflow: auto; |
| 66 | } |
| 67 | |
| 68 | #an{ |
| 69 | height : 500px; |
| 70 | overflow: auto; |
| 71 | } |
| 72 | |
| 73 | #institu{ |
| 74 | height : 500px; |
| 75 | overflow: auto; |
| 76 | } |
| 77 | |
| 78 | #labo{ |
| 79 | height : 500px; |
| 80 | overflow: auto; |
| 81 | } |
| 82 | |
| 83 | #dpt{ |
| 84 | height : 500px; |
| 85 | overflow: auto; |
| 86 | } |
| 87 | |
| 88 | #rteam{ |
| 89 | height : 500px; |
| 90 | overflow: auto; |
| 91 | } |
| 92 | |
| 93 | #toto{ |
| 94 | height: 500px; |
| 95 | } |