kube-rails 0.0.10 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,257 +0,0 @@
1
- /* =Typography
2
- -----------------------------------------------------------------------------*/
3
- body {
4
- background: @colorWhite;
5
- color: @colorBody;
6
- font-size: @baseFontSize / 16 * 1em;
7
- line-height: @baseLine/@em;
8
- font-family: @baseFontFamily;
9
- }
10
- a {
11
- color: @colorLink;
12
- }
13
- a:focus,
14
- a:hover {
15
- color: @colorLinkHover;
16
- }
17
- h1,
18
- h2,
19
- h3,
20
- h4,
21
- h5,
22
- h6 {
23
- color: @colorHeadings;
24
- font-family: @headingsFontFamily;
25
- font-weight: bold;
26
- }
27
- h1 {
28
- font-size: @baseFontSize * 2.142 / @em;
29
- line-height: 1.1333em;
30
- margin-bottom: .2666em;
31
- }
32
- h2 {
33
- font-size: @baseFontSize * 1.714 / @em;
34
- line-height: 1.1666em;
35
- margin-bottom: .4555em;
36
- }
37
- h3 {
38
- font-size: @baseFontSize * 1.429 / @em;
39
- line-height: 1.4em;
40
- margin-bottom: .4em;
41
- }
42
- h4 {
43
- font-size: @baseFontSize * 1.143 / @em;
44
- line-height: @baseLine / @em;
45
- margin-bottom: .4555em;
46
- }
47
- h5 {
48
- font-size: @baseFontSize / @em;
49
- line-height: @baseLine / @em;
50
- margin-bottom: .5em;
51
- }
52
- h6 {
53
- font-size: @baseFontSize * 0.857 / @em;
54
- line-height: 1.5em;
55
- margin-bottom: .4555em;
56
- text-transform: uppercase;
57
- }
58
- hgroup h1,
59
- hgroup h2,
60
- hgroup h3,
61
- hgroup h4,
62
- hgroup h5,
63
- hgroup h6 {
64
- margin-bottom: 0;
65
- }
66
- hgroup {
67
- margin-bottom: 0.6em;
68
- }
69
- .subheader {
70
- font-weight: 300;
71
- color: #888;
72
- }
73
-
74
- h1.subheader {
75
- font-size: @baseFontSize * 1.357 / @em;
76
- line-height: 1.263em;
77
- }
78
- h2.subheader {
79
- font-size: @baseFontSize * 1.214 / @em;
80
- line-height: 1.412em;
81
- }
82
- h3.subheader {
83
- font-size: @baseFontSize / @em;
84
- line-height: 1.286em;
85
- }
86
- h4.subheader,
87
- h5.subheader {
88
- font-size: @baseFontSize * 0.95 / @em;
89
- line-height: 1.385em;
90
- }
91
- h6.subheader {
92
- font-size: @baseFontSize * 0.8 / @em;
93
- line-height: 1.364em;
94
- }
95
- p,
96
- ul,
97
- ol,
98
- dl,
99
- dd,
100
- dt,
101
- blockquote,
102
- td,
103
- th {
104
- line-height: @baseLine/@em;
105
- }
106
- ul,
107
- ol,
108
- ul ul,
109
- ol ol,
110
- ul ol,
111
- ol ul {
112
- margin: 0 0 0 @listsLeft;
113
- }
114
- ol ol li {
115
- list-style-type: lower-alpha;
116
- }
117
- ol ol ol li {
118
- list-style-type: lower-roman;
119
- }
120
- p,
121
- ul,
122
- ol,
123
- dl,
124
- blockquote,
125
- hr,
126
- pre,
127
- table,
128
- form,
129
- fieldset,
130
- figure {
131
- margin-bottom: @baseLine/@em;
132
- }
133
- dl dt {
134
- font-weight: bold;
135
- }
136
- dd {
137
- margin-left: @listsLeft / 2;
138
- }
139
- blockquote {
140
- margin-bottom: @baseLine/@em;
141
- position: relative;
142
- color: @colorGray;
143
- padding-left: @baseLine/@em;
144
- margin-left: @baseLine/@em;
145
- border-left: 1px solid #ddd;
146
- }
147
-
148
- blockquote small,
149
- cite {
150
- color: @colorGrayLight;
151
- font-style: normal;
152
- }
153
- blockquote p {
154
- margin-bottom: .5em;
155
- }
156
- small,
157
- blockquote cite {
158
- font-size: @smallFontSize;
159
- line-height: 1;
160
- }
161
- blockquote .pull-right,
162
- .units-row blockquote .pull-right {
163
- float: none;
164
- text-align: right;
165
- display: block;
166
- }
167
- address {
168
- font-style: italic;
169
- }
170
- del {
171
- text-decoration: line-through;
172
- }
173
- abbr[title],
174
- dfn[title] {
175
- border-bottom: 1px dotted #000;
176
- cursor: help;
177
- }
178
- strong,
179
- b {
180
- font-weight: bold;
181
- }
182
- em,
183
- i {
184
- font-style: italic;
185
- }
186
- sub,
187
- sup {
188
- font-size: @superSmallFontSize;
189
- line-height: 0;
190
- position: relative;
191
- }
192
- sup {
193
- top: -0.5em;
194
- }
195
- sub {
196
- bottom: -0.25em;
197
- }
198
- figcaption {
199
- font-size: @smallFontSize;
200
- font-style: italic;
201
- }
202
- ins,
203
- mark {
204
- background-color: @markBackgroundColor;
205
- color: @colorBlack;
206
- text-decoration: none;
207
- }
208
- pre,
209
- code,
210
- kbd,
211
- samp {
212
- font-size: 90%;
213
- font-family: @codeFontFamily;
214
- }
215
- pre {
216
- font-size: 90%;
217
- color: #444;
218
- background: @codeBackgroundColor;
219
- padding: .85em;
220
- overflow: auto;
221
- }
222
- code {
223
- padding: 2px 3px;
224
- display: inline-block;
225
- line-height: 1;
226
- background: @codeBackgroundColor;
227
- border: 1px solid #ddd;
228
- }
229
- kbd {
230
- padding: 2px 6px 1px 6px;
231
- line-height: 1;
232
- display: inline-block;
233
- border-radius: .3em;
234
- box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2),0 0 0 1px white inset;
235
- background-color: #fafafa;
236
- border-color: #ccc #ccc white;
237
- border-style: solid solid none;
238
- border-width: 1px 1px medium;
239
- color: #444;
240
- font-weight: normal;
241
- white-space: nowrap;
242
- }
243
- input[type="text"],
244
- input[type="password"],
245
- input[type="email"],
246
- textarea {
247
- font-size: .95em;
248
- }
249
- fieldset {
250
- padding: @baseLine/@em;
251
- margin-bottom: @baseLine/@em;
252
- border: @fieldsetBorder;
253
- }
254
- legend {
255
- font-weight: bold;
256
- padding: 0 1em;
257
- }