publish_my_data 1.3.13 → 1.3.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.
@@ -103,39 +103,6 @@ a:hover, a:hover * {
|
|
103
103
|
color: $pmdconfig_colour_nav_selected_text;
|
104
104
|
}
|
105
105
|
|
106
|
-
/* 8004 - ARTICLE TOP STRIPE is coloured by body tag
|
107
|
-
========================================================================== */
|
108
|
-
|
109
|
-
.dataset article{
|
110
|
-
border-top-color: $pmdconfig_colour_page_dataset;
|
111
|
-
border-bottom-color: $pmdconfig_colour_page_dataset;
|
112
|
-
}
|
113
|
-
|
114
|
-
.theme article{
|
115
|
-
border-top-color: $pmdconfig_colour_page_theme;
|
116
|
-
border-bottom-color: $pmdconfig_colour_page_theme;
|
117
|
-
}
|
118
|
-
|
119
|
-
.concept article,
|
120
|
-
.concept_scheme article{
|
121
|
-
border-top-color: $pmdconfig_colour_page_concept;
|
122
|
-
border-bottom-color: $pmdconfig_colour_page_concept;
|
123
|
-
}
|
124
|
-
|
125
|
-
.resource article{
|
126
|
-
border-top-color: $pmdconfig_colour_page_resource;
|
127
|
-
border-bottom-color: $pmdconfig_colour_page_resource;
|
128
|
-
}
|
129
|
-
|
130
|
-
.ontology article{
|
131
|
-
border-top-color: $pmdconfig_colour_page_ontology;
|
132
|
-
border-bottom-color: $pmdconfig_colour_page_ontology;
|
133
|
-
}
|
134
|
-
|
135
|
-
.type article{
|
136
|
-
border-top-color: $pmdconfig_colour_page_type;
|
137
|
-
border-bottom-color: $pmdconfig_colour_page_type;
|
138
|
-
}
|
139
106
|
|
140
107
|
// in the future, a page might have more than one of these so can't just inherit from body class
|
141
108
|
|
@@ -0,0 +1,33 @@
|
|
1
|
+
/* 8500 - ARTICLE TOP STRIPE is coloured by body tag
|
2
|
+
========================================================================== */
|
3
|
+
|
4
|
+
.dataset article{
|
5
|
+
border-top-color: $pmdconfig_colour_page_dataset;
|
6
|
+
border-bottom-color: $pmdconfig_colour_page_dataset;
|
7
|
+
}
|
8
|
+
|
9
|
+
.theme article{
|
10
|
+
border-top-color: $pmdconfig_colour_page_theme;
|
11
|
+
border-bottom-color: $pmdconfig_colour_page_theme;
|
12
|
+
}
|
13
|
+
|
14
|
+
.concept article,
|
15
|
+
.concept_scheme article{
|
16
|
+
border-top-color: $pmdconfig_colour_page_concept;
|
17
|
+
border-bottom-color: $pmdconfig_colour_page_concept;
|
18
|
+
}
|
19
|
+
|
20
|
+
.resource article{
|
21
|
+
border-top-color: $pmdconfig_colour_page_resource;
|
22
|
+
border-bottom-color: $pmdconfig_colour_page_resource;
|
23
|
+
}
|
24
|
+
|
25
|
+
.ontology article{
|
26
|
+
border-top-color: $pmdconfig_colour_page_ontology;
|
27
|
+
border-bottom-color: $pmdconfig_colour_page_ontology;
|
28
|
+
}
|
29
|
+
|
30
|
+
.type article{
|
31
|
+
border-top-color: $pmdconfig_colour_page_type;
|
32
|
+
border-bottom-color: $pmdconfig_colour_page_type;
|
33
|
+
}
|
@@ -18,7 +18,7 @@
|
|
18
18
|
/ /_/ / ___ |/ / / ___ |
|
19
19
|
/_____/_/ |_/_/ /_/ |_|
|
20
20
|
|
21
|
-
By SWIRRL, baby. v2.
|
21
|
+
By SWIRRL, baby. v2.5 2014
|
22
22
|
|
23
23
|
****************************************************************************/
|
24
24
|
|
@@ -136,6 +136,8 @@ $scope: "";
|
|
136
136
|
@import "publish_my_data/core/8000-colour";
|
137
137
|
}
|
138
138
|
|
139
|
+
@import "publish_my_data/core/8500-colourbars";
|
140
|
+
|
139
141
|
// ==========================================================================
|
140
142
|
// TODO list
|
141
143
|
// ==========================================================================
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: publish_my_data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.14
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -16,7 +16,7 @@ authors:
|
|
16
16
|
autorequire:
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
|
-
date: 2014-03-
|
19
|
+
date: 2014-03-20 00:00:00.000000000 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rails
|
@@ -267,6 +267,7 @@ files:
|
|
267
267
|
- app/assets/stylesheets/publish_my_data/core/6200-sparqlconsole.scss
|
268
268
|
- app/assets/stylesheets/publish_my_data/core/7000-experimental.scss
|
269
269
|
- app/assets/stylesheets/publish_my_data/core/8000-colour.scss
|
270
|
+
- app/assets/stylesheets/publish_my_data/core/8500-colourbars.scss
|
270
271
|
- app/assets/stylesheets/publish_my_data/facades/bootstrap.scss
|
271
272
|
- app/assets/stylesheets/publish_my_data/facades/snapper.scss
|
272
273
|
- app/assets/stylesheets/publish_my_data/facades/zurb.scss
|
@@ -542,7 +543,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
542
543
|
version: '0'
|
543
544
|
segments:
|
544
545
|
- 0
|
545
|
-
hash:
|
546
|
+
hash: 500404824016621030
|
546
547
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
547
548
|
none: false
|
548
549
|
requirements:
|