sanskrit-documentation-theme 0.1.3 → 0.1.4
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.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/_includes/footer.html +3 -2
- data/_includes/topnav.html +0 -3
- data/assets/css/class-styles-general.scss +312 -0
- data/assets/css/device-specific.scss +95 -0
- data/assets/css/element-styles-general.scss +246 -0
- data/assets/css/fonts.css +2 -2
- data/assets/css/navbar-toc.scss +210 -0
- data/assets/css/theme-blue.scss +140 -0
- metadata +21 -8
- data/_includes/feedback.html +0 -13
- data/assets/css/class-styles-general.css +0 -281
- data/assets/css/device-specific.css +0 -92
- data/assets/css/element-styles-general.css +0 -229
- data/assets/css/navbar-toc.css +0 -203
- data/assets/css/theme-blue.css +0 -121
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
---
|
|
2
|
+
---
|
|
3
|
+
// The dashes above are required by jekyll.
|
|
4
|
+
// This file generates a css.
|
|
5
|
+
|
|
6
|
+
.summary {
|
|
7
|
+
color: #808080;
|
|
8
|
+
border-left: 5px solid #ED1951;
|
|
9
|
+
font-size: 100%;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
h3 {
|
|
13
|
+
color: #ED1951;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
h4 {
|
|
17
|
+
color: #808080;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.nav-tabs > li.active > a {
|
|
21
|
+
background-color: #248ec2;
|
|
22
|
+
color: white;
|
|
23
|
+
&:hover, &:focus {
|
|
24
|
+
background-color: #248ec2;
|
|
25
|
+
color: white;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.nav > li {
|
|
30
|
+
&.active > a {
|
|
31
|
+
background-color: #be8100;
|
|
32
|
+
}
|
|
33
|
+
> a:hover {
|
|
34
|
+
background-color: #c24700;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
div.navbar-collapse .dropdown-menu > li > a:hover {
|
|
39
|
+
background-color: #be8100;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.nav li.thirdlevel > a {
|
|
43
|
+
background-color: #FAFAFA !important;
|
|
44
|
+
color: #248EC2;
|
|
45
|
+
font-weight: bold;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
a[data-toggle="tooltip"] {
|
|
49
|
+
color: #649345;
|
|
50
|
+
font-style: italic;
|
|
51
|
+
cursor: default;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.navbar-inverse {
|
|
55
|
+
background-color: #be8100;
|
|
56
|
+
border-color: #015CAE;
|
|
57
|
+
.navbar-nav > li > a, .navbar-brand {
|
|
58
|
+
color: white;
|
|
59
|
+
}
|
|
60
|
+
.navbar-nav > li > a:hover {
|
|
61
|
+
color: #f0f0f0;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
a {
|
|
66
|
+
&.fa.fa-home.fa-lg.navbar-brand:hover, &.navbar-brand:hover {
|
|
67
|
+
color: #f0f0f0;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.navbar-inverse {
|
|
72
|
+
.navbar-nav > .open > a {
|
|
73
|
+
color: #015CAE;
|
|
74
|
+
&:hover, &:focus {
|
|
75
|
+
color: #015CAE;
|
|
76
|
+
}
|
|
77
|
+
background-color: #015CAE;
|
|
78
|
+
color: #ffffff;
|
|
79
|
+
&:hover, &:focus {
|
|
80
|
+
background-color: #015CAE;
|
|
81
|
+
color: #ffffff;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
.navbar-collapse, .navbar-form {
|
|
85
|
+
border-color: #248ec2 !important;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.btn-primary {
|
|
90
|
+
color: #ffffff;
|
|
91
|
+
background-color: #be8100;
|
|
92
|
+
border-color: #be8100;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.navbar-inverse .navbar-nav > .active > a {
|
|
96
|
+
background-color: #be8100;
|
|
97
|
+
&:hover, &:focus {
|
|
98
|
+
background-color: #be8100;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.btn-primary {
|
|
103
|
+
&:hover, &:focus, &:active, &.active {
|
|
104
|
+
background-color: #248ec2;
|
|
105
|
+
border-color: #be8100;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.open .dropdown-toggle.btn-primary {
|
|
110
|
+
background-color: #248ec2;
|
|
111
|
+
border-color: #be8100;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.printTitle {
|
|
115
|
+
color: #015CAE !important;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.anchorjs-link:hover {
|
|
119
|
+
color: #216f9b;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
div.sidebarTitle {
|
|
123
|
+
color: #015CAE;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
li.sidebarTitle {
|
|
127
|
+
margin-top: 20px;
|
|
128
|
+
font-weight: normal;
|
|
129
|
+
font-size: 130%;
|
|
130
|
+
color: #ED1951;
|
|
131
|
+
margin-bottom: 10px;
|
|
132
|
+
margin-left: 5px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.navbar-inverse .navbar-toggle {
|
|
136
|
+
&:focus, &:hover {
|
|
137
|
+
background-color: #015CAE;
|
|
138
|
+
}
|
|
139
|
+
border-color: #015CAE;
|
|
140
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sanskrit-documentation-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vvasuki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -66,6 +66,20 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 1.2.0
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: jekyll-regex-replace
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - "~>"
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: 1.0.0
|
|
76
|
+
type: :runtime
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - "~>"
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: 1.0.0
|
|
69
83
|
- !ruby/object:Gem::Dependency
|
|
70
84
|
name: bundler
|
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -105,7 +119,6 @@ files:
|
|
|
105
119
|
- _includes/archive.html
|
|
106
120
|
- _includes/callout.html
|
|
107
121
|
- _includes/disqus.html
|
|
108
|
-
- _includes/feedback.html
|
|
109
122
|
- _includes/footer.html
|
|
110
123
|
- _includes/functions/recursive_item_to_list.html
|
|
111
124
|
- _includes/google_analytics.html
|
|
@@ -131,15 +144,15 @@ files:
|
|
|
131
144
|
- assets/blog/archive.html
|
|
132
145
|
- assets/blog/index.html
|
|
133
146
|
- assets/css/boxshadowproperties.css
|
|
134
|
-
- assets/css/class-styles-general.
|
|
135
|
-
- assets/css/device-specific.
|
|
136
|
-
- assets/css/element-styles-general.
|
|
147
|
+
- assets/css/class-styles-general.scss
|
|
148
|
+
- assets/css/device-specific.scss
|
|
149
|
+
- assets/css/element-styles-general.scss
|
|
137
150
|
- assets/css/font-awesome.min.css
|
|
138
151
|
- assets/css/fonts.css
|
|
139
152
|
- assets/css/modern-business.css
|
|
140
|
-
- assets/css/navbar-toc.
|
|
153
|
+
- assets/css/navbar-toc.scss
|
|
141
154
|
- assets/css/printstyles.css
|
|
142
|
-
- assets/css/theme-blue.
|
|
155
|
+
- assets/css/theme-blue.scss
|
|
143
156
|
- assets/feed.xml
|
|
144
157
|
- assets/fonts/FontAwesome.otf
|
|
145
158
|
- assets/fonts/fontawesome-webfont.eot
|
data/_includes/feedback.html
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<li>
|
|
2
|
-
{% if site.feedback_text %}
|
|
3
|
-
{% assign feedback_text = site.feedback_text %}
|
|
4
|
-
{% else %}
|
|
5
|
-
{% assign feedback_text = "Feedback" %}
|
|
6
|
-
{% endif %}
|
|
7
|
-
|
|
8
|
-
{% if site.feedback_link %}
|
|
9
|
-
<a class="email" title="Submit feedback" href="{{site.feedback_link}}">{{feedback_text}}</a>
|
|
10
|
-
{% else %}
|
|
11
|
-
<a class="email" title="Submit feedback" href="#" onclick="javascript:window.location='mailto:{{site.feedback_email}}?subject={{site.feedback_subject_line}} feedback&body=I have some feedback about the {{page.title}} page: ' + window.location.href;"><i class="fa fa-envelope-o"></i> {{feedback_text}}</a>
|
|
12
|
-
{% endif %}
|
|
13
|
-
</li>
|
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
/************************************************************/
|
|
2
|
-
/* Bootstrap styles*/
|
|
3
|
-
.bs-callout {
|
|
4
|
-
padding: 20px;
|
|
5
|
-
margin: 20px 0;
|
|
6
|
-
border: 1px solid #eee;
|
|
7
|
-
border-left-width: 5px;
|
|
8
|
-
border-radius: 3px;
|
|
9
|
-
}
|
|
10
|
-
.bs-callout h4 {
|
|
11
|
-
margin-top: 0;
|
|
12
|
-
margin-bottom: 5px;
|
|
13
|
-
}
|
|
14
|
-
.bs-callout p:last-child {
|
|
15
|
-
margin-bottom: 0;
|
|
16
|
-
}
|
|
17
|
-
.bs-callout code {
|
|
18
|
-
border-radius: 3px;
|
|
19
|
-
}
|
|
20
|
-
.bs-callout+.bs-callout {
|
|
21
|
-
margin-top: -5px;
|
|
22
|
-
}
|
|
23
|
-
.bs-callout-default {
|
|
24
|
-
border-left-color: #777;
|
|
25
|
-
}
|
|
26
|
-
.bs-callout-default h4 {
|
|
27
|
-
color: #777;
|
|
28
|
-
}
|
|
29
|
-
.bs-callout-primary {
|
|
30
|
-
border-left-color: #428bca;
|
|
31
|
-
}
|
|
32
|
-
.bs-callout-primary h4 {
|
|
33
|
-
color: #428bca;
|
|
34
|
-
}
|
|
35
|
-
.bs-callout-success {
|
|
36
|
-
border-left-color: #5cb85c;
|
|
37
|
-
}
|
|
38
|
-
.bs-callout-success h4 {
|
|
39
|
-
color: #5cb85c;
|
|
40
|
-
}
|
|
41
|
-
.bs-callout-danger {
|
|
42
|
-
border-left-color: #d9534f;
|
|
43
|
-
}
|
|
44
|
-
.bs-callout-danger h4 {
|
|
45
|
-
color: #d9534f;
|
|
46
|
-
}
|
|
47
|
-
.bs-callout-warning {
|
|
48
|
-
border-left-color: #f0ad4e;
|
|
49
|
-
}
|
|
50
|
-
.bs-callout-warning h4 {
|
|
51
|
-
color: #f0ad4e;
|
|
52
|
-
}
|
|
53
|
-
.bs-callout-info {
|
|
54
|
-
border-left-color: #5bc0de;
|
|
55
|
-
}
|
|
56
|
-
.bs-callout-info h4 {
|
|
57
|
-
color: #5bc0de;
|
|
58
|
-
}
|
|
59
|
-
.bs-example{
|
|
60
|
-
margin: 20px;
|
|
61
|
-
}
|
|
62
|
-
.breadcrumb li {
|
|
63
|
-
color: gray;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
.btn-default {
|
|
68
|
-
margin-bottom: 10px;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
/*For use with https://getbootstrap.com/docs/3.3/components/ */
|
|
72
|
-
.glyphicons-2x{font-size: 2em;}
|
|
73
|
-
.glyphicons-3x{font-size: 3em;}
|
|
74
|
-
.glyphicons-4x{font-size: 4em;}
|
|
75
|
-
.glyphicons-5x{font-size: 5em;}
|
|
76
|
-
|
|
77
|
-
.breadcrumb > .active {color: #777 !important;}
|
|
78
|
-
/************************************************************/
|
|
79
|
-
|
|
80
|
-
p.external a {
|
|
81
|
-
text-align:right;
|
|
82
|
-
font-size:12px;
|
|
83
|
-
color: #0088cc;
|
|
84
|
-
display:inline;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
*[unicode_script="devanagari"] {
|
|
88
|
-
font-family: 'siddhanta-cakravat1', 'Noto Sans Devanagari From Github Hinted', serif;
|
|
89
|
-
font-size: 150%;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
/************************************************************/
|
|
93
|
-
p.post-meta {font-size: 80%; color: #777;}
|
|
94
|
-
|
|
95
|
-
.post-content a.fa-rss {
|
|
96
|
-
color: orange;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.post-content .rssfeedLink {
|
|
100
|
-
color: #248EC2;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.post-content img.inline {
|
|
104
|
-
margin:0px;
|
|
105
|
-
margin-bottom:6px;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.post-content img {
|
|
109
|
-
margin: 12px 0px 3px 0px;
|
|
110
|
-
width: auto;
|
|
111
|
-
height: auto;
|
|
112
|
-
max-width: 100%;
|
|
113
|
-
max-height: 100%;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
.post-meta {
|
|
118
|
-
font-size: 14px;
|
|
119
|
-
color: #828282;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.post-link {
|
|
123
|
-
font-size: 22px;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.post-list p {
|
|
127
|
-
margin: 10px 0px;
|
|
128
|
-
}
|
|
129
|
-
.post-content table th {
|
|
130
|
-
vertical-align: top;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.post-content img {
|
|
134
|
-
margin: 12px 0px 3px 0px;
|
|
135
|
-
width: auto;
|
|
136
|
-
height: auto;
|
|
137
|
-
max-width: 100%;
|
|
138
|
-
max-height: 100%;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/************************************************************/
|
|
142
|
-
.filter-options {
|
|
143
|
-
margin-bottom: 20px;
|
|
144
|
-
}
|
|
145
|
-
.filter-options button {
|
|
146
|
-
margin: 3px;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/************************************************************/
|
|
150
|
-
.footer {
|
|
151
|
-
text-align: right;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.footerMeta {
|
|
155
|
-
background-color: whitesmoke;
|
|
156
|
-
padding: 10px;
|
|
157
|
-
max-width: 250px;
|
|
158
|
-
border-radius: 5px;
|
|
159
|
-
margin-top: 50px;
|
|
160
|
-
font-style:italic;
|
|
161
|
-
font-size:12px;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/************************************************************/
|
|
165
|
-
.summary {
|
|
166
|
-
font-size:120%;
|
|
167
|
-
color: #808080;
|
|
168
|
-
margin:20px 0px 20px 0px;
|
|
169
|
-
border-left: 5px solid #ED1951;
|
|
170
|
-
padding-left: 10px;
|
|
171
|
-
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.summary:before {
|
|
175
|
-
content: "Summary: ";
|
|
176
|
-
font-weight: bold;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
/************************************************************/
|
|
180
|
-
.alert, .callout {
|
|
181
|
-
overflow: hidden;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.alert {
|
|
185
|
-
margin-bottom:10px;
|
|
186
|
-
margin-top:10px;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
/* without this, the links in these notes aren't visible.*/
|
|
190
|
-
.alert a {
|
|
191
|
-
text-decoration: underline;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
/************************************************************/
|
|
195
|
-
.projectTitle {
|
|
196
|
-
font-weight: bold;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.githubEditButton {
|
|
200
|
-
margin-bottom:7px;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
*:hover > .anchorjs-link {
|
|
206
|
-
transition: color .25s linear;
|
|
207
|
-
text-decoration: none;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.col-lg-12 .nav li a {background-color: white}
|
|
211
|
-
|
|
212
|
-
.col-md-9 img {
|
|
213
|
-
max-width: 100%;
|
|
214
|
-
max-height: 100%;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.col-md-9 img {
|
|
218
|
-
max-width: 100%;
|
|
219
|
-
max-height: 100%;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
/************************************************************/
|
|
223
|
-
|
|
224
|
-
.box {
|
|
225
|
-
padding: 10px;
|
|
226
|
-
border: 1px solid #888;
|
|
227
|
-
width: 100px;
|
|
228
|
-
height: 80px;
|
|
229
|
-
background-color: #f5f5f5;
|
|
230
|
-
font-family: Arial;
|
|
231
|
-
font-size: 12px;
|
|
232
|
-
hyphens: auto;
|
|
233
|
-
float: left;
|
|
234
|
-
font-size: 12px;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.box:hover {
|
|
238
|
-
background-color: #f0f0f0;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
/******************************************/
|
|
244
|
-
/* search area */
|
|
245
|
-
#search-demo-container ul#results-container {
|
|
246
|
-
list-style: none;
|
|
247
|
-
font-size: 12px;
|
|
248
|
-
background-color: white;
|
|
249
|
-
position: absolute;
|
|
250
|
-
top: 40px; /* if you change anything about the nav, you'll prob. need to reset the top and left values here.*/
|
|
251
|
-
left: 20px;
|
|
252
|
-
z-index: -1;
|
|
253
|
-
width:223px;
|
|
254
|
-
border-left: 1px solid #dedede;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
ul#results-container a {
|
|
259
|
-
background-color: transparent;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
ul#results-container a:hover {
|
|
263
|
-
color: black;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
#search-demo-container a:hover {
|
|
268
|
-
color: black;
|
|
269
|
-
}
|
|
270
|
-
#search-input {
|
|
271
|
-
padding: .5em;
|
|
272
|
-
margin-left:20px;
|
|
273
|
-
width:20em;
|
|
274
|
-
font-size: 0.8em;
|
|
275
|
-
-webkit-box-sizing: border-box;
|
|
276
|
-
-moz-box-sizing: border-box;
|
|
277
|
-
box-sizing: border-box;
|
|
278
|
-
margin-top:10px;
|
|
279
|
-
}
|
|
280
|
-
/* end search */
|
|
281
|
-
/******************************************/
|