PageRenderTime 108ms CodeModel.GetById 3ms RepoModel.GetById 0ms app.codeStats 0ms

/examples/kitchensink/public/KitchenSink.css

http://pyjamas.googlecode.com/
CSS | 244 lines | 193 code | 50 blank | 1 comment | 0 complexity | a2eb975fe2b05cea9d7349a066432ff8 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. body {
  2. background-color: white;
  3. color: black;
  4. font-family: Arial, sans-serif;
  5. font-size: smaller;
  6. margin: 20px 20px 20px 20px;
  7. }
  8. code {
  9. font-size: small;
  10. }
  11. a {
  12. color: darkblue;
  13. }
  14. a:visited {
  15. color: darkblue;
  16. }
  17. .gwt-BorderedPanel {
  18. }
  19. .gwt-Button {
  20. }
  21. .gwt-Canvas {
  22. }
  23. .gwt-CheckBox {
  24. font-size: smaller;
  25. }
  26. .gwt-DialogBox {
  27. sborder: 8px solid #C3D9FF;
  28. border: 2px outset;
  29. background-color: white;
  30. }
  31. .gwt-DialogBox .Caption {
  32. background-color: #C3D9FF;
  33. padding: 3px;
  34. margin: 2px;
  35. font-weight: bold;
  36. cursor: default;
  37. }
  38. .gwt-FileUpload {
  39. }
  40. .gwt-Frame {
  41. }
  42. .gwt-HorizontalSplitter .Bar {
  43. width: 8px;
  44. background-color: #C3D9FF;
  45. }
  46. .gwt-VerticalSplitter .Bar {
  47. height: 8px;
  48. background-color: #C3D9FF;
  49. }
  50. .gwt-HTML {
  51. font-size: smaller;
  52. }
  53. .gwt-Hyperlink {
  54. }
  55. .gwt-Image {
  56. }
  57. .gwt-Label {
  58. font-size: smaller;
  59. }
  60. .gwt-ListBox {
  61. }
  62. .gwt-MenuBar {
  63. background-color: #C3D9FF;
  64. border: 1px solid #87B3FF;
  65. cursor: default;
  66. }
  67. .gwt-MenuBar .gwt-MenuItem {
  68. padding: 1px 4px 1px 4px;
  69. font-size: smaller;
  70. cursor: default;
  71. }
  72. .gwt-MenuBar .gwt-MenuItem-selected {
  73. background-color: #E8EEF7;
  74. }
  75. .gwt-PasswordTextBox {
  76. }
  77. .gwt-RadioButton {
  78. font-size: smaller;
  79. }
  80. .gwt-TabPanel {
  81. }
  82. .gwt-TabPanelBottom {
  83. border-left: 1px solid #87B3FF;
  84. }
  85. .gwt-TabBar {
  86. background-color: #C3D9FF;
  87. font-size: smaller;
  88. }
  89. .gwt-TabBar .gwt-TabBarFirst {
  90. height: 100%;
  91. border-bottom: 1px solid #87B3FF;
  92. padding-left: 3px;
  93. }
  94. .gwt-TabBar .gwt-TabBarRest {
  95. border-bottom: 1px solid #87B3FF;
  96. padding-right: 3px;
  97. }
  98. .gwt-TabBar .gwt-TabBarItem {
  99. border-top: 1px solid #C3D9FF;
  100. border-bottom: 1px solid #87B3FF;
  101. padding: 2px;
  102. cursor: pointer;
  103. cursor: hand;
  104. }
  105. .gwt-TabBar .gwt-TabBarItem-selected {
  106. font-weight: bold;
  107. background-color: #E8EEF7;
  108. border-top: 1px solid #87B3FF;
  109. border-left: 1px solid #87B3FF;
  110. border-right: 1px solid #87B3FF;
  111. border-bottom: 1px solid #E8EEF7;
  112. padding: 2px;
  113. cursor: default;
  114. }
  115. .gwt-TextArea {
  116. }
  117. .gwt-TextBox {
  118. }
  119. .gwt-Tree {
  120. }
  121. .gwt-Tree .gwt-TreeItem {
  122. font-size: smaller;
  123. }
  124. .gwt-Tree .gwt-TreeItem-selected {
  125. background-color: #C3D9FF;
  126. }
  127. .gwt-StackPanel {
  128. }
  129. .gwt-StackPanel .gwt-StackPanelItem {
  130. background-color: #C3D9FF;
  131. cursor: pointer;
  132. cursor: hand;
  133. }
  134. .gwt-StackPanel .gwt-StackPanelItem-selected {
  135. }
  136. /* -------------------------------------------------------------------------- */
  137. .ks-Sink {
  138. border: 8px solid #C3D9FF;
  139. background-color: #E8EEF7;
  140. width: 100%;
  141. height: 24em;
  142. }
  143. .ks-Info {
  144. background-color: #C3D9FF;
  145. padding: 10px 10px 2px 10px;
  146. font-size: smaller;
  147. }
  148. .ks-List {
  149. margin-top: 8px;
  150. margin-bottom: 8px;
  151. font-size: smaller;
  152. }
  153. .ks-List .ks-SinkItem {
  154. width: 100%;
  155. padding: 0.3em;
  156. padding-right: 16px;
  157. cursor: pointer;
  158. cursor: hand;
  159. }
  160. .ks-List .ks-SinkItem-selected {
  161. background-color: #C3D9FF;
  162. }
  163. .ks-images-Image {
  164. margin: 8px;
  165. }
  166. .ks-images-Button {
  167. margin: 8px;
  168. cursor: pointer;
  169. cursor: hand;
  170. }
  171. .ks-layouts {
  172. margin: 8px;
  173. }
  174. .ks-layouts-Label {
  175. background-color: #C3D9FF;
  176. font-weight: bold;
  177. margin-top: 1em;
  178. padding: 2px 0px 2px 0px;
  179. width: 100%;
  180. }
  181. .ks-layouts-Scroller {
  182. height: 128px;
  183. border: 2px solid #C3D9FF;
  184. padding: 8px;
  185. margin: 8px;
  186. }
  187. .ks-popups-Popup {
  188. background-color: white;
  189. border: 1px solid #87B3FF;
  190. padding: 4px;
  191. }
  192. .infoProse {
  193. margin: 8px;
  194. }