Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/docsmith/layouts/partials/includes_head_prod.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link href="{{ relURL "build/stylesheets/home-037e14a687.min.css" }}" rel='stylesheet' type='text/css'>
<link href="{{ relURL "build/stylesheets/home-2574c50612.min.css" }}" rel='stylesheet' type='text/css'>
5 changes: 3 additions & 2 deletions themes/docsmith/layouts/partials/search_form.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<div class="input-group search-form">
<span class="search-icon glyphicon glyphicon-search"></span>
<label class="sr-only" for="q">Search guides and tutorials</label>
<input id="ss_keyword" name="q" type="text" class="form-control search-box" placeholder="Search guides..."></input>
<span class="input-group-btn">
<!-- <span class="input-group-btn">
<button type="submit" class="btn btn-blue" id="ds-search-btn"><span class="glyphicon glyphicon-search"></span></button>
</span>
</span> -->
<div class="hits"></div>
</div>
6 changes: 6 additions & 0 deletions themes/docsmith/layouts/shortcodes/community.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<blockquote class="community">
<strong class="callout-title"><strong>Still have a few questions?</strong></strong>
<p><a href="https://www.linode.com/community/questions/">Join our Community</a> and post your questions for other Linode and Linux enthusiasts to help you out.<br></p>
<strong>Related Questions:</strong>
<div>{{ .Inner | markdownify }}</div>
</blockquote>
Empty file modified themes/docsmith/static/build/js/libs-c748b0a681.min.js
100755 → 100644
Empty file.
Empty file modified themes/docsmith/static/build/js/libs.js
100755 → 100644
Empty file.
Empty file modified themes/docsmith/static/build/js/libs.min.js
100755 → 100644
Empty file.
1 change: 0 additions & 1 deletion themes/docsmith/static/build/searchIndex.json

This file was deleted.

Large diffs are not rendered by default.

82 changes: 82 additions & 0 deletions themes/docsmith/static/build/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -9236,6 +9236,78 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.note strong {
font-weight: bold;
}
.community {
padding: 15px;
background-color: #edf7fe;
border-left: 4px solid #bde2fb;
}
.community:before {
font-family: "Lato", sans-serif;
font-weight: 300;
line-height: 1.1;
color: inherit;
margin-top: 11px;
margin-bottom: 11px;
font-size: 14px;
font-size: 19px;
font-weight: 400;
color: #000;
}
.community:before small,
.community:before .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
.community:before small,
.community:before .small {
font-size: 75%;
}
.community:before + .lead {
padding-top: 10px;
}
.community:before {
display: inline-block;
margin-bottom: 10px;
}
.community * {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.community:before {
font-family: "Lato", sans-serif;
font-weight: 300;
line-height: 1.1;
color: inherit;
margin-top: 11px;
margin-bottom: 11px;
font-size: 14px;
font-size: 19px;
font-weight: 400;
}
.community:before small,
.community:before .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
.community:before small,
.community:before .small {
font-size: 75%;
}
.community:before + .lead {
padding-top: 10px;
}
.community a {
color: #0089bc;
}
.community a:hover {
color: #006489;
}
.community strong {
font-weight: bolder;
}
#article-body .disclosure-note {
padding: 15px;
background-color: #edf7fe;
Expand Down Expand Up @@ -20078,6 +20150,16 @@ li.list-group-item {
}
.search-form {
position: relative;
width: 100%;
}
.search-box {
padding-left: 35px;
}
.search-icon {
position: absolute;
top: .85em;
left: .85em;
z-index: 10;
}
.hits {
position: absolute;
Expand Down
6 changes: 3 additions & 3 deletions themes/docsmith/static/build/stylesheets/home.min.css

Large diffs are not rendered by default.