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
1 change: 1 addition & 0 deletions themes/docsmith/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
{{ partial "operating_systems" . }}
{{ partial "deprecated" . }}
{{ partial "cloud_manager_link" . }}
{{ partial "dedicated_cpu_link" . }}
{{ .Content }}
{{ partial "more" . }}
{{ partial "community_link" }}
Expand Down
6 changes: 6 additions & 0 deletions themes/docsmith/layouts/partials/dedicated_cpu_link.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{{ with .Params.dedicated_cpu_link }}
<blockquote class="dedicated_cpu_link">
<strong class="callout-title">Dedicated CPU instances are available!</strong>
<div>Linode's Dedicated CPU instances are ideal for CPU-intensive workloads like those discussed in this guide. To learn more about Dedicated CPU, read our <a href="https://blog.linode.com/2019/02/04/introducing-linode-dedicated-cpu-instances/">blog post</a>. To upgrade an existing Linode to a Dedicated CPU instance, review the <a href="/docs/platform/disk-images/resizing-a-linode/">Resizing a Linode</a> guide.</div>
</blockquote>
{{ end }}
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-84dcf75eeb.min.css" }}" rel='stylesheet' type='text/css'>
<link href="{{ relURL "build/stylesheets/home-27a79e6934.min.css" }}" rel='stylesheet' type='text/css'>

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions themes/docsmith/static/build/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -9621,6 +9621,78 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.cloud_manager_link strong {
font-weight: bold;
}
.dedicated_cpu_link {
padding: 15px;
background-color: #eff9f5;
border-left: 4px solid #caebde;
}
.dedicated_cpu_link: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;
}
.dedicated_cpu_link:before small,
.dedicated_cpu_link:before .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
.dedicated_cpu_link:before small,
.dedicated_cpu_link:before .small {
font-size: 75%;
}
.dedicated_cpu_link:before + .lead {
padding-top: 10px;
}
.dedicated_cpu_link:before {
display: inline-block;
margin-bottom: 10px;
}
.dedicated_cpu_link * {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.dedicated_cpu_link: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;
}
.dedicated_cpu_link:before small,
.dedicated_cpu_link:before .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
.dedicated_cpu_link:before small,
.dedicated_cpu_link:before .small {
font-size: 75%;
}
.dedicated_cpu_link:before + .lead {
padding-top: 10px;
}
.dedicated_cpu_link a {
color: #0089bc;
}
.dedicated_cpu_link a:hover {
color: #006489;
}
.dedicated_cpu_link strong {
font-weight: bold;
}
.terminal {
background-color: black;
color: rgba(65, 255, 0, 0.85);
Expand Down
4 changes: 2 additions & 2 deletions themes/docsmith/static/build/stylesheets/home.min.css

Large diffs are not rendered by default.