Brian Muramatsu | 2f8eead | 2010-09-24 14:56:43 -0700 | [diff] [blame] | 1 | /* Copyright (C) 2010 The Android Open Source Project |
| 2 | |
| 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | you may not use this file except in compliance with the License. |
| 5 | You may obtain a copy of the License at |
| 6 | |
| 7 | http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | |
| 9 | Unless required by applicable law or agreed to in writing, software |
| 10 | distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | See the License for the specific language governing permissions and |
| 13 | limitations under the License. |
| 14 | */ |
| 15 | |
| 16 | body { |
| 17 | background-color: #CCCCCC; |
| 18 | font-family: sans-serif; |
| 19 | margin: 10px; |
| 20 | } |
| 21 | |
| 22 | .info { |
| 23 | margin-bottom: 10px; |
| 24 | } |
| 25 | |
| 26 | .apks, .package, .class { |
| 27 | cursor: pointer; |
| 28 | text-decoration: underline; |
| 29 | } |
| 30 | |
| 31 | .packageDetails { |
| 32 | padding-left: 20px; |
| 33 | } |
| 34 | |
| 35 | .classDetails { |
| 36 | padding-left: 40px; |
| 37 | } |
| 38 | |
| 39 | .method { |
| 40 | font-family: courier; |
| 41 | white-space: nowrap; |
| 42 | } |
| 43 | |
| 44 | .red { |
| 45 | background-color: #FF0000; |
| 46 | } |
| 47 | |
| 48 | .yellow { |
| 49 | background-color: #FFFF00; |
| 50 | } |
| 51 | |
| 52 | .green { |
| 53 | background-color: #00FF00; |
| 54 | } |