]> git.openstreetmap.org Git - rails.git/blob - vendor/gems/composite_primary_keys-2.2.2/website/stylesheets/screen.css
Merge branch 'master' into terms
[rails.git] / vendor / gems / composite_primary_keys-2.2.2 / website / stylesheets / screen.css
1 body {
2   background-color: #2F30EE;
3   font-family: "Georgia", sans-serif;
4   font-size: 16px;
5   line-height: 1.6em;
6   padding: 1.6em 0 0 0;
7   color: #eee;
8 }
9 h1, h2, h3, h4, h5, h6 {
10   color: #FFEDFA;
11 }
12 h1 { 
13   font-family: sans-serif;
14   font-weight: normal;
15   font-size: 4em;
16   line-height: 0.8em;
17   letter-spacing: -0.1ex;
18         margin: 5px;
19 }
20 li {
21   padding: 0;
22   margin: 0;
23   list-style-type: square;
24 }
25 a {
26   color: #99f;
27   font-weight: normal;
28   text-decoration: underline;
29 }
30 blockquote {
31   font-size: 90%;
32   font-style: italic;
33   border-left: 1px solid #eee;
34   padding-left: 1em;
35 }
36 .caps {
37   font-size: 80%;
38 }
39
40 #main {
41   width: 45em;
42   padding: 0;
43   margin: 0 auto;
44 }
45 .coda {
46   text-align: right;
47   color: #77f;
48   font-size: smaller;
49 }
50
51 table {
52   font-size: 90%;
53   line-height: 1.4em;
54   color: #ff8;
55   background-color: #111;
56   padding: 2px 10px 2px 10px;
57         border-style: dashed;
58 }
59
60 th {
61         color: #fff;
62 }
63
64 td {
65   padding: 2px 10px 2px 10px;
66 }
67
68 .success {
69         color: #0CC52B;
70 }
71
72 .failed {
73         color: #E90A1B;
74 }
75
76 .unknown {
77         color: #995000;
78 }
79 pre, code {
80   font-family: monospace;
81   font-size: 90%;
82   line-height: 1.4em;
83   color: #ff8;
84   background-color: #111;
85   padding: 2px 10px 2px 10px;
86 }
87 .comment { color: #aaa; font-style: italic; }
88 .keyword { color: #eff; font-weight: bold; }
89 .punct { color: #eee; font-weight: bold; }
90 .symbol { color: #0bb; }
91 .string { color: #6b4; }
92 .ident { color: #ff8; }
93 .constant { color: #66f; }
94 .regex { color: #ec6; }
95 .number { color: #F99; }
96 .expr { color: #227; }
97
98 #version {
99   float: right;
100   text-align: right;
101   font-family: sans-serif;
102   font-weight: normal;
103   background-color: #ff8;
104   color: #66f;
105   padding: 15px 20px 10px 20px;
106   margin: 0 auto;
107         margin-top: 15px;
108   border: 3px solid #66f;
109 }
110
111 #version .numbers {
112   display: block;
113   font-size: 4em;
114   line-height: 0.8em;
115   letter-spacing: -0.1ex;
116 }
117
118 #version a {
119   text-decoration: none;
120 }
121
122 .clickable {
123         cursor: pointer; 
124         cursor: hand;
125 }
126