/documentation/android_access/style.css
http://eyes-free.googlecode.com/ · CSS · 155 lines · 118 code · 25 blank · 12 comment · 0 complexity · cb03c1a502b8beaacd19ca4140b9c77c MD5 · raw file
- /* Copyright 2010 Google Inc.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License. */
- body {
- background-color: #7DB5FF;
- color: black;
- font-size: 14px;
- line-height: 125%;
- font-family: Verdana, Helvetica, sans-serif;
- letter-spacing: 1px;
- word-spacing: 0px;
- font-weight: none;
- }
- h1 {
- font-size: 30px;
- font-family: Helvetica, sans-serif;
- text-align: center;
- }
- h2 {
- font-size: 20px;
- font-family: Helvetica, sans-serif;
- margin-top: 35px;
- line-height: 30px;
- }
- h3 {
- margin-top: 18px;
- }
- #contents {
- margin-top: 10px;
- }
- #issues {
- margin-top: 40px;
- }
- h3 {
- font-size: 18px;
- font-family: Helvetica,sans-serif;
- }
- #main_body {
- margin: 10px auto auto;
- padding: 20px;
- width: 800px;
- background-color: white;
- border-radius: 10px;
- }
- .nav {
- padding-top: 10px;
- padding-bottom: 20px;
- margin-bottom: 20px;
- }
- .nav_back {
- float: left;
- width: 33%;
- text-align: left;
- }
- .nav_up {
- float: left;
- width: 34%;
- text-align: center;
- }
- .nav_next {
- float: left;
- width: 33%;
- text-align: right;
- }
- .note {
- border-style: solid;
- border-width: 2px;
- border-color: gray;
- background-color: #E0E0E0;
- padding: 4px;
- }
- .n {
- font-weight: bold;
- }
- #image_separator {
- text-align: center;
- }
- ul {
- list-style-type: bullet;
- padding-bottom: 5px;
- }
- li {
- margin-bottom: 10px;
- }
- table {
- border-collapse: collapse;
- width: 70%;
- }
- table.shortcut, td {
- text-align: center;
- font-size: 18px;
- border: 2px gray solid;
- padding: 0px;
- margin-right: auto;
- margin-left: auto;
- }
- .key {
- padding-right: 40px;
- padding-left: 40px;
- }
- .action {
- padding-left: 40px;
- }
- .screenshot {
- border-style: solid;
- border-width: 2px;
- border-color: gray;
- padding: 10px;
- }
- p.centeredImage {
- text-align: center;
- }
- #colortable {
- font-size: 48px;
- font-weight: bold;
- text-align: center;
- margin-left: auto;
- margin-right: auto;
- width: 70%;
- border: 2px gray solid;
- }