kube-rails 0.3.1 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,225 +0,0 @@
1
- /* =Normalize
2
- -----------------------------------------------------------------------------*/
3
- *,
4
- *:before,
5
- *:after {
6
- .box-sizing(border-box);
7
- }
8
- html {
9
- font-family: sans-serif;
10
- -ms-text-size-adjust: 100%;
11
- -webkit-text-size-adjust: 100%;
12
- }
13
- html,
14
- body,
15
- div,
16
- span,
17
- object,
18
- iframe,
19
- p,
20
- blockquote,
21
- pre,
22
- a,
23
- abbr,
24
- acronym,
25
- address,
26
- big,
27
- cite,
28
- code,
29
- del,
30
- dfn,
31
- em,
32
- img,
33
- ins,
34
- kbd,
35
- q,
36
- s,
37
- samp,
38
- small,
39
- strike,
40
- strong,
41
- sub,
42
- sup,
43
- tt,
44
- var,
45
- b,
46
- u,
47
- i,
48
- center,
49
- dl,
50
- dt,
51
- dd,
52
- ol,
53
- ul,
54
- li,
55
- fieldset,
56
- form,
57
- label,
58
- legend,
59
- table,
60
- caption,
61
- tbody,
62
- tfoot,
63
- thead,
64
- tr,
65
- th,
66
- td,
67
- article,
68
- aside,
69
- canvas,
70
- details,
71
- embed,
72
- figure,
73
- figcaption,
74
- footer,
75
- header,
76
- hgroup,
77
- menu,
78
- nav,
79
- output,
80
- ruby,
81
- section,
82
- summary,
83
- time,
84
- mark,
85
- audio,
86
- video,
87
- h1,
88
- h2,
89
- h3,
90
- h4,
91
- h5,
92
- h6 {
93
- margin: 0;
94
- padding: 0;
95
- border: 0;
96
- outline: 0;
97
- font-size: 100%;
98
- vertical-align: baseline;
99
- background: transparent;
100
- }
101
- a:active,
102
- a:hover {
103
- outline: 0;
104
- }
105
- button,
106
- input {
107
- line-height: normal;
108
- }
109
- button,
110
- select {
111
- text-transform: none;
112
- }
113
- /* Structure tags */
114
- article,
115
- aside,
116
- details,
117
- figcaption,
118
- figure,
119
- footer,
120
- header,
121
- hgroup,
122
- main,
123
- nav,
124
- section,
125
- summary {
126
- display: block;
127
- }
128
- audio,
129
- canvas,
130
- video {
131
- display: inline-block;
132
- }
133
- audio:not([controls]) {
134
- display: none;
135
- height: 0;
136
- }
137
- /* To prevent some browsers from inserting quotes on q and p */
138
- blockquote,
139
- q {
140
- quotes: none;
141
- }
142
- blockquote p:before,
143
- blockquote p:after,
144
- q:before,
145
- q:after {
146
- content: '';
147
- content: none;
148
- }
149
- /* Table reset */
150
- table {
151
- border-collapse: collapse;
152
- border-spacing: 0;
153
- }
154
- caption,
155
- th,
156
- td {
157
- text-align: left;
158
- vertical-align: top;
159
- font-weight: normal;
160
- }
161
- thead th,
162
- thead td {
163
- font-weight: bold;
164
- vertical-align: bottom;
165
- }
166
- /* Image inside */
167
- a img,
168
- th img,
169
- td img {
170
- vertical-align: top;
171
- }
172
- button,
173
- input,
174
- select,
175
- textarea {
176
- margin: 0;
177
- }
178
- textarea {
179
- overflow: auto;
180
- vertical-align: top;
181
- resize: vertical;
182
- }
183
- /* Normalize buttons in IE */
184
- button {
185
- width: auto;
186
- overflow: visible;
187
- }
188
- /* Hand cursor on clickable controls */
189
- input[type=button],
190
- input[type=submit],
191
- button {
192
- cursor: pointer;
193
- }
194
- /* Trick with vertical align for radio and checkbox */
195
- input[type="radio"],
196
- input[type="checkbox"] {
197
- font-size: 110%;
198
- position: relative;
199
- top: -1px;
200
- }
201
- /* Normalize search fields */
202
- input[type="search"] {
203
- -webkit-appearance: textfield;
204
- }
205
- input[type="search"]::-webkit-search-decoration {
206
- -webkit-appearance: none;
207
- }
208
- hr {
209
- display: block;
210
- height: 1px;
211
- border: 0;
212
- border-top: 1px solid #ddd;
213
- }
214
- /* Responsive media */
215
- img,
216
- video {
217
- max-width: 100%;
218
- height: auto;
219
- }
220
- img {
221
- -ms-interpolation-mode: bicubic;
222
- }
223
- audio {
224
- width: 100%;
225
- }
@@ -1,69 +0,0 @@
1
- /* string content */
2
- .str {
3
- color: #dd1144;
4
- }
5
-
6
- /* a keyword */
7
- .kwd {
8
- color: #333333;
9
- }
10
-
11
- /* a comment */
12
- .com {
13
- color: #999988;
14
- }
15
-
16
- /* a type name */
17
- .typ {
18
- color: #445588;
19
- }
20
-
21
- /* a literal value */
22
- .lit {
23
- color: #445588;
24
- }
25
-
26
- /* punctuation */
27
- .pun {
28
- color: #888;
29
- }
30
-
31
- /* lisp open bracket */
32
- .opn {
33
- color: #333333;
34
- }
35
-
36
- /* lisp close bracket */
37
- .clo {
38
- color: #333333;
39
- }
40
-
41
- /* a markup tag name */
42
- .tag {
43
- color: #367ac3;
44
- }
45
-
46
- /* a markup attribute name */
47
- .atn {
48
- color: #51a7c9;
49
- }
50
-
51
- /* a markup attribute value */
52
- .atv {
53
- color: #709c1a;
54
- }
55
-
56
- /* a declaration */
57
- .dec {
58
- color: #666;
59
- }
60
-
61
- /* a variable name */
62
- .var {
63
- color: teal;
64
- }
65
-
66
- /* a function name */
67
- .fun {
68
- color: #990000;
69
- }