schnitzelstyle 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +1,28 @@
1
- .CodeRay pre {
2
- background-color: #232323;
3
- color: #E6E0DB;
4
- overflow: auto;
1
+ .CodeRay {
2
+ margin: 0.8em 0;
5
3
 
6
- .attribute { color:#E7BE69 } /* html attribute */
7
- .comment { color:#BC9358; font-style: italic; } /* comment */
8
- .ch { color:#509E4F } /* escaped character */
9
- .class { color:#FFF } /* class */
10
- .constant, .predefined-constant { color:#FFF } /* constant */
11
- .float { color:#A4C260 } /* float */
12
- .function { color:#FFC56D } /* function */
13
- .global { color:#D0CFFE } /* global variable */
14
- .integer { color:#A4C260 } /* integer */
15
- .inline { background:#151515 } /* inline code */
16
- .instance-variable { color:#D0CFFE } /* instance variable */
17
- .preprocessor { color:#E7BE69 } /* doctype */
18
- .keyword { color:#CB7832 } /* keyword */
19
- .regexp { color:#A4C260 } /* regex */
20
- .string { color:#A4C260 } /* string */
21
- .symbol { color:#6C9CBD } /* symbol */
22
- .tag { color:#E7BE69 } /* html tag */
23
- .pc { color:#6C9CBD } /* boolean */
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
  }
@@ -21,3 +21,5 @@ $color-header: $color-3 !default;
21
21
  $color-link: $color-text !default;
22
22
  $color-link-underline: lighten($color-4, 10%) !default;
23
23
  $color-link-hover: darken($color-link, 20%) !default;
24
+
25
+ $color-error: #d33 !default;
@@ -30,9 +30,16 @@
30
30
  width: 600px;
31
31
  }
32
32
 
33
- span.error {
33
+ .error {
34
34
  display: block;
35
- color: $color-4;
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
  }
@@ -12,6 +12,7 @@
12
12
 
13
13
  @mixin row {
14
14
  @include clearfix;
15
+ margin-bottom: 5px;
15
16
  }
16
17
 
17
18
  @mixin columns($num, $margin: 1.25%, $padding: 0%) {
@@ -1,3 +1,3 @@
1
1
  module Schnitzelstyle
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.6"
3
3
  end
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
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-18 00:00:00.000000000 Z
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: &70136829008180 !ruby/object:Gem::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: *70136829008180
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