schnitzelstyle 0.0.4 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/assets/stylesheets/schnitzelstyle/_coderay.scss +26 -22
- data/lib/assets/stylesheets/schnitzelstyle/_configuration.scss +2 -0
- data/lib/assets/stylesheets/schnitzelstyle/_forms.scss +16 -2
- data/lib/assets/stylesheets/schnitzelstyle/_grid.scss +1 -0
- data/lib/schnitzelstyle/version.rb +1 -1
- metadata +4 -4
@@ -1,24 +1,28 @@
|
|
1
|
-
.CodeRay
|
2
|
-
|
3
|
-
color: #E6E0DB;
|
4
|
-
overflow: auto;
|
1
|
+
.CodeRay {
|
2
|
+
margin: 0.8em 0;
|
5
3
|
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
4
|
+
pre {
|
5
|
+
background-color: #232323;
|
6
|
+
color: #E6E0DB;
|
7
|
+
overflow: auto;
|
8
|
+
|
9
|
+
.attribute { color:#E7BE69 } /* html attribute */
|
10
|
+
.comment { color:#BC9358; font-style: italic; } /* comment */
|
11
|
+
.ch { color:#509E4F } /* escaped character */
|
12
|
+
.class { color:#FFF } /* class */
|
13
|
+
.constant, .predefined-constant { color:#FFF } /* constant */
|
14
|
+
.float { color:#A4C260 } /* float */
|
15
|
+
.function { color:#FFC56D } /* function */
|
16
|
+
.global { color:#D0CFFE } /* global variable */
|
17
|
+
.integer { color:#A4C260 } /* integer */
|
18
|
+
.inline { background:#151515 } /* inline code */
|
19
|
+
.instance-variable { color:#D0CFFE } /* instance variable */
|
20
|
+
.preprocessor { color:#E7BE69 } /* doctype */
|
21
|
+
.keyword { color:#CB7832 } /* keyword */
|
22
|
+
.regexp { color:#A4C260 } /* regex */
|
23
|
+
.string { color:#A4C260 } /* string */
|
24
|
+
.symbol { color:#6C9CBD } /* symbol */
|
25
|
+
.tag { color:#E7BE69 } /* html tag */
|
26
|
+
.pc { color:#6C9CBD } /* boolean */
|
27
|
+
}
|
24
28
|
}
|
@@ -30,9 +30,16 @@
|
|
30
30
|
width: 600px;
|
31
31
|
}
|
32
32
|
|
33
|
-
|
33
|
+
.error {
|
34
34
|
display: block;
|
35
|
-
color: $color-
|
35
|
+
color: $color-error;
|
36
|
+
font: $font-footer;
|
37
|
+
font-size: 80%;
|
38
|
+
}
|
39
|
+
|
40
|
+
.hint {
|
41
|
+
display: block;
|
42
|
+
color: $color-2;
|
36
43
|
font: $font-footer;
|
37
44
|
font-size: 80%;
|
38
45
|
}
|
@@ -50,4 +57,11 @@
|
|
50
57
|
}
|
51
58
|
}
|
52
59
|
}
|
60
|
+
|
61
|
+
::-webkit-input-placeholder {
|
62
|
+
color: #ccc;
|
63
|
+
font: $font-footer;
|
64
|
+
font-size: 80%;
|
65
|
+
padding-top: 2px;
|
66
|
+
}
|
53
67
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: schnitzelstyle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-02-
|
12
|
+
date: 2012-02-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
16
|
-
requirement: &
|
16
|
+
requirement: &70180181631340 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70180181631340
|
25
25
|
description: A simple, light-weight CSS framework to kickstart your web app.
|
26
26
|
email:
|
27
27
|
- hendrik@mans.de
|