• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PassengerPane/English.lproj/PassengerPaneHelp/
1body
2{
3  margin: 0;
4  padding: 0;
5  height: 100%;
6  font: 12px/16px "Lucida Grande", Arial, sans-serif;
7}
8a
9{
10  color: #666;
11}
12a:hover
13{
14  background-color: #777;
15  outline: 1px solid #777;
16  color: #fff;
17  text-decoration: none;
18}
19tt
20{
21  font: 11px/16px "Monaco", monospace;
22}
23#main
24{
25  padding: 17px 15px 15px 15px;
26}
27h1
28{
29  margin: 0 0 15px 0;
30  font-size: 17px;
31  line-height: 32px;
32}
33h1 img
34{
35  display: block;
36  float: left;
37  width: 32px;
38  height: 32px;
39  padding: 0 9px 0 0;
40  vertical-align: middle;
41}
42p
43{
44  margin: 8px 0;
45}
46table
47{
48  margin: 29px 0;
49  width: 100%;
50  border-collapse: collapse;
51}
52th,
53td
54{
55  width: 50%;
56  padding: 12px 10px;
57  text-align: left;
58  vertical-align: top;
59}
60th
61{
62  padding: 19px 10px 9px 10px;
63  background: url(table_border.gif) top left no-repeat;
64  color: #778fbd;
65}
66th+th
67{
68  background-position: top right;
69}
70td
71{
72  border-top: 1px solid #ccc;
73  border-bottom: 1px solid #ccc;
74}
75p.footer
76{
77  margin: 16px 0 0 0;
78  font-size: 11px;
79  line-height: 14px;
80  color: #666;
81}