/documentation/android_access/style.css
CSS | 155 lines | 118 code | 25 blank | 12 comment | 0 complexity | cb03c1a502b8beaacd19ca4140b9c77c MD5 | raw file
1/* Copyright 2010 Google Inc. 2 Licensed under the Apache License, Version 2.0 (the "License"); 3 you may not use this file except in compliance with the License. 4 You may obtain a copy of the License at 5 6 http://www.apache.org/licenses/LICENSE-2.0 7 8 Unless required by applicable law or agreed to in writing, software 9 distributed under the License is distributed on an "AS IS" BASIS, 10 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11 See the License for the specific language governing permissions and 12 limitations under the License. */ 13 14body { 15 background-color: #7DB5FF; 16 color: black; 17 font-size: 14px; 18 line-height: 125%; 19 font-family: Verdana, Helvetica, sans-serif; 20 letter-spacing: 1px; 21 word-spacing: 0px; 22 font-weight: none; 23} 24 25h1 { 26 font-size: 30px; 27 font-family: Helvetica, sans-serif; 28 text-align: center; 29} 30 31h2 { 32 font-size: 20px; 33 font-family: Helvetica, sans-serif; 34 margin-top: 35px; 35 line-height: 30px; 36} 37 38h3 { 39 margin-top: 18px; 40} 41 42#contents { 43 margin-top: 10px; 44} 45 46#issues { 47 margin-top: 40px; 48} 49 50h3 { 51 font-size: 18px; 52 font-family: Helvetica,sans-serif; 53} 54 55#main_body { 56 margin: 10px auto auto; 57 padding: 20px; 58 width: 800px; 59 background-color: white; 60 border-radius: 10px; 61} 62 63.nav { 64 padding-top: 10px; 65 padding-bottom: 20px; 66 margin-bottom: 20px; 67} 68 69.nav_back { 70 float: left; 71 width: 33%; 72 text-align: left; 73} 74 75.nav_up { 76 float: left; 77 width: 34%; 78 text-align: center; 79} 80 81.nav_next { 82 float: left; 83 width: 33%; 84 text-align: right; 85} 86 87.note { 88 border-style: solid; 89 border-width: 2px; 90 border-color: gray; 91 background-color: #E0E0E0; 92 padding: 4px; 93} 94 95.n { 96 font-weight: bold; 97} 98 99#image_separator { 100 text-align: center; 101} 102 103ul { 104 list-style-type: bullet; 105 padding-bottom: 5px; 106} 107 108li { 109 margin-bottom: 10px; 110} 111 112table { 113 border-collapse: collapse; 114 width: 70%; 115} 116 117table.shortcut, td { 118 text-align: center; 119 font-size: 18px; 120 border: 2px gray solid; 121 padding: 0px; 122 margin-right: auto; 123 margin-left: auto; 124} 125 126 127.key { 128 padding-right: 40px; 129 padding-left: 40px; 130} 131 132.action { 133 padding-left: 40px; 134} 135 136.screenshot { 137 border-style: solid; 138 border-width: 2px; 139 border-color: gray; 140 padding: 10px; 141} 142 143p.centeredImage { 144 text-align: center; 145} 146 147#colortable { 148 font-size: 48px; 149 font-weight: bold; 150 text-align: center; 151 margin-left: auto; 152 margin-right: auto; 153 width: 70%; 154 border: 2px gray solid; 155}