compass_radix 0.0.13 → 0.0.14

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.
@@ -19,17 +19,12 @@
19
19
  @import "compass_twitter_bootstrap";
20
20
  @import "compass_twitter_bootstrap_awesome";
21
21
 
22
- // Contrib
23
- // --------------------------------------------------
24
- @import "compass_radix/contrib";
25
-
26
22
  // Radix Theme CSS
27
23
  // --------------------------------------------------
28
24
  @import "compass_radix/font";
29
25
  @import "compass_radix/layout";
30
26
  @import "compass_radix/structure";
31
27
  @import "compass_radix/menu";
32
- @import "compass_radix/navbar";
33
28
  @import "compass_radix/page";
34
29
  @import "compass_radix/panel";
35
30
  @import "compass_radix/view";
@@ -11,4 +11,3 @@
11
11
  // --------------------------------------------------
12
12
  @import "compass_radix/responsive_menu";
13
13
  @import "compass_radix/responsive_form";
14
- @import "compass_radix/responsive_navbar";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_radix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-28 00:00:00.000000000 Z
12
+ date: 2012-04-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
@@ -53,20 +53,17 @@ files:
53
53
  - lib/compass_radix.rb
54
54
  - stylesheets/_compass_radix.scss
55
55
  - stylesheets/_compass_radix_responsive.scss
56
- - stylesheets/compass_radix/_contrib.scss
57
56
  - stylesheets/compass_radix/_font.scss
58
57
  - stylesheets/compass_radix/_form.scss
59
58
  - stylesheets/compass_radix/_layout.scss
60
59
  - stylesheets/compass_radix/_maintenance.scss
61
60
  - stylesheets/compass_radix/_menu.scss
62
61
  - stylesheets/compass_radix/_mixin.scss
63
- - stylesheets/compass_radix/_navbar.scss
64
62
  - stylesheets/compass_radix/_node.scss
65
63
  - stylesheets/compass_radix/_page.scss
66
64
  - stylesheets/compass_radix/_panel.scss
67
65
  - stylesheets/compass_radix/_responsive_form.scss
68
66
  - stylesheets/compass_radix/_responsive_menu.scss
69
- - stylesheets/compass_radix/_responsive_navbar.scss
70
67
  - stylesheets/compass_radix/_structure.scss
71
68
  - stylesheets/compass_radix/_user.scss
72
69
  - stylesheets/compass_radix/_variable.scss
@@ -1,10 +0,0 @@
1
- //
2
- // Contrib
3
- // Some extra config for Drupal contrib
4
- // --------------------------------------------------
5
-
6
- // Navbar (Drupal)
7
- // @see http://drupal.org/project/navbar
8
- // -------------------------
9
- $drupalNavbarBackground: #2B2C30;
10
- $drupalNavbarLinkColor: $linkColor !default;
@@ -1,205 +0,0 @@
1
- //
2
- // Styles for Navbar module
3
- // --------------------------------------------------
4
- #navbar {
5
- font-family: inherit;
6
- font-size: 1.0em;
7
- .navbar-bar {
8
- background-color: $drupalNavbarBackground;
9
- padding: 10px 0;
10
- height: 60px;
11
- @include box-shadow(none);
12
- .section {
13
- &.section-user {
14
- float: right !important;
15
- }
16
- ul.menu {
17
- li {
18
- margin: 0 10px 0 0;
19
- a {
20
- background: lighten($drupalNavbarBackground, 5) !important;
21
- border: 1px solid #000;
22
- @include border-radius(3px);
23
- @include box-shadow(inset rgba(#FFFFFF,0.2) 0 1px 0);
24
- color: #999;
25
- overflow: hidden;
26
- padding: 8px 15px !important;
27
- text-decoration: none;
28
- text-shadow: none !important;
29
- i {
30
- font-size: 1.2em;
31
- width: 0.9em;
32
- height: 0.9em;
33
- line-height: 100%;
34
- margin-right: 8px;
35
- margin-top: -3px;
36
- text-align: center;
37
- text-indent: 0;
38
- vertical-align: middle;
39
- }
40
- span {
41
- vertical-align: middle;
42
- font-size: 12px;
43
- text-transform: uppercase;
44
- }
45
- &:hover,
46
- &.active {
47
- color: #fff;
48
- background: $drupalNavbarLinkColor !important;
49
- }
50
- &.toggle-tray {
51
- margin-left: 10px;
52
- }
53
- }
54
- &:hover {
55
- background: none !important;
56
- }
57
- }
58
- }
59
- }
60
- }
61
- .navbar-tray {
62
- background-color: $drupalNavbarBackground;
63
- border: none;
64
- @include box-shadow(inset -5px 0px 15px 0px rgba(#000, 0.4));
65
- color: #fff;
66
- width: 18rem !important;
67
- a {
68
- color: #999;
69
- }
70
- .lining {
71
- padding: 0;
72
- }
73
- .navbar-shortcuts {
74
- display: none;
75
- }
76
- .navbar-menu {
77
- border: none;
78
- margin: 0;
79
- .handle {
80
- background-size: 30%;
81
- width: 4em
82
- }
83
- .fleximenu {
84
- li.open {
85
- .box {
86
- border: none !important;
87
- }
88
- }
89
- > ul.menu {
90
- > li {
91
- border: none;
92
- border-bottom: 1px solid #000;
93
- border-top: 1px solid #333;
94
- margin: 0;
95
- &.first {
96
- border-top: none;
97
- }
98
- .box {
99
- > a {
100
- background: none !important;
101
- color: #fff;
102
- @include clearfix();
103
- font-weight: normal;
104
- line-height: 100%;
105
- padding: 0px;
106
- text-decoration: none !important;
107
- text-indent: 0;
108
- i {
109
- background: #000;
110
- float: left;
111
- font-size: 1.4em;
112
- height: 60px;
113
- line-height: 60px;
114
- width: 60px;
115
- text-align: center;
116
- }
117
- span {
118
- float: left;
119
- height: 60px;
120
- font-size: 1.2em;
121
- line-height: 60px;
122
- padding: 0 15px;
123
- vertical-align: top;
124
- }
125
- &:hover {
126
- background: $drupalNavbarLinkColor !important;
127
- border: none;
128
- text-decoration: none !important;
129
- i {
130
- background-color: darken($drupalNavbarLinkColor, 20);
131
- }
132
- }
133
- }
134
- &.expanded {
135
- .box {
136
- a {
137
- margin-right: 55px;
138
- }
139
- }
140
- }
141
- }
142
- ul.menu {
143
- background: #000;
144
- border-top: 1px solid #000;
145
- padding: 0;
146
- margin: 0;
147
- li {
148
- margin: 0;
149
- border: none;
150
- .handle {
151
- display: none;
152
- }
153
- a {
154
- padding: 10px 15px;
155
- background: none !important;
156
- border-left: 60px solid #000;
157
- margin: 0;
158
- span {
159
- height: auto;
160
- font-size: 1.0em;
161
- line-height: 100%;
162
- padding: 0;
163
- }
164
- &:hover {
165
- text-decoration: none;
166
- border: none;
167
- border-left: 60px solid darken($drupalNavbarLinkColor, 20);
168
- }
169
- }
170
- &.open {
171
- border: none;
172
- }
173
- }
174
- }
175
- &.open {
176
- > .box {
177
- background: $drupalNavbarLinkColor !important;
178
- border: none;
179
- > a {
180
- text-decoration: none !important;
181
- i {
182
- background-color: darken($drupalNavbarLinkColor, 20);
183
- }
184
- }
185
- }
186
- }
187
- }
188
- }
189
- }
190
- }
191
- }
192
- }
193
-
194
- .menu-tray-open {
195
- padding-left: 18rem !important;
196
- .container {
197
- width: 95%;
198
- }
199
- .navbar-bar {
200
- left: 18rem !important;
201
- }
202
- .navbar-tray {
203
- top: 0 !important;
204
- }
205
- }
@@ -1,97 +0,0 @@
1
- //
2
- // Styles for Navbar module
3
- // --------------------------------------------------
4
-
5
- // Tablet
6
- @media (min-width: 768px) and (max-width: 979px) {
7
- #navbar {
8
- .navbar-bar {
9
- .section {
10
- ul.menu {
11
- li {
12
- a {
13
- padding: 8px 15px 9px !important;
14
- margin: 0;
15
- text-align: center;
16
- text-indent: 0;
17
- width: auto !important;
18
- height: auto !important;
19
- i {
20
- font-size: 1.8em;
21
- width: 0.9em;
22
- height: 0.9em;
23
- line-height: 100%;
24
- margin: 0;
25
- text-align: center;
26
- text-indent: 0;
27
- vertical-align: middle;
28
- }
29
- span {
30
- span {
31
- display: none;
32
- }
33
- }
34
- }
35
- }
36
- }
37
- }
38
- }
39
- }
40
- .menu-tray-open {
41
- .navbar-bar {
42
- a {
43
- display: none !important;
44
- &.toggle-tray {
45
- display: block !important;
46
- }
47
- }
48
- }
49
- }
50
- }
51
-
52
- // Mobile
53
- @media (max-width: 767px) {
54
- #navbar {
55
- .navbar-bar {
56
- .section {
57
- ul.menu {
58
- li {
59
- a {
60
- padding: 8px 15px 9px !important;
61
- margin: 0;
62
- text-align: center;
63
- text-indent: 0 !important;
64
- width: auto !important;
65
- height: auto !important;
66
- i {
67
- font-size: 1.8em;
68
- width: 0.9em;
69
- height: 0.9em;
70
- line-height: 100%;
71
- margin: 0;
72
- text-align: center;
73
- text-indent: 0;
74
- vertical-align: middle;
75
- }
76
- span {
77
- span {
78
- display: none;
79
- }
80
- }
81
- }
82
- }
83
- }
84
- }
85
- }
86
- }
87
- .menu-tray-open {
88
- .navbar-bar {
89
- a {
90
- display: none !important;
91
- &.toggle-tray {
92
- display: block !important;
93
- }
94
- }
95
- }
96
- }
97
- }