/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

  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. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License. */
  11. body {
  12. background-color: #7DB5FF;
  13. color: black;
  14. font-size: 14px;
  15. line-height: 125%;
  16. font-family: Verdana, Helvetica, sans-serif;
  17. letter-spacing: 1px;
  18. word-spacing: 0px;
  19. font-weight: none;
  20. }
  21. h1 {
  22. font-size: 30px;
  23. font-family: Helvetica, sans-serif;
  24. text-align: center;
  25. }
  26. h2 {
  27. font-size: 20px;
  28. font-family: Helvetica, sans-serif;
  29. margin-top: 35px;
  30. line-height: 30px;
  31. }
  32. h3 {
  33. margin-top: 18px;
  34. }
  35. #contents {
  36. margin-top: 10px;
  37. }
  38. #issues {
  39. margin-top: 40px;
  40. }
  41. h3 {
  42. font-size: 18px;
  43. font-family: Helvetica,sans-serif;
  44. }
  45. #main_body {
  46. margin: 10px auto auto;
  47. padding: 20px;
  48. width: 800px;
  49. background-color: white;
  50. border-radius: 10px;
  51. }
  52. .nav {
  53. padding-top: 10px;
  54. padding-bottom: 20px;
  55. margin-bottom: 20px;
  56. }
  57. .nav_back {
  58. float: left;
  59. width: 33%;
  60. text-align: left;
  61. }
  62. .nav_up {
  63. float: left;
  64. width: 34%;
  65. text-align: center;
  66. }
  67. .nav_next {
  68. float: left;
  69. width: 33%;
  70. text-align: right;
  71. }
  72. .note {
  73. border-style: solid;
  74. border-width: 2px;
  75. border-color: gray;
  76. background-color: #E0E0E0;
  77. padding: 4px;
  78. }
  79. .n {
  80. font-weight: bold;
  81. }
  82. #image_separator {
  83. text-align: center;
  84. }
  85. ul {
  86. list-style-type: bullet;
  87. padding-bottom: 5px;
  88. }
  89. li {
  90. margin-bottom: 10px;
  91. }
  92. table {
  93. border-collapse: collapse;
  94. width: 70%;
  95. }
  96. table.shortcut, td {
  97. text-align: center;
  98. font-size: 18px;
  99. border: 2px gray solid;
  100. padding: 0px;
  101. margin-right: auto;
  102. margin-left: auto;
  103. }
  104. .key {
  105. padding-right: 40px;
  106. padding-left: 40px;
  107. }
  108. .action {
  109. padding-left: 40px;
  110. }
  111. .screenshot {
  112. border-style: solid;
  113. border-width: 2px;
  114. border-color: gray;
  115. padding: 10px;
  116. }
  117. p.centeredImage {
  118. text-align: center;
  119. }
  120. #colortable {
  121. font-size: 48px;
  122. font-weight: bold;
  123. text-align: center;
  124. margin-left: auto;
  125. margin-right: auto;
  126. width: 70%;
  127. border: 2px gray solid;
  128. }