Skip to content
Snippets Groups Projects
Commit 34dcd54c authored by Adam Caprez's avatar Adam Caprez
Browse files

Initial changes for NU theming.

parent 4e4cb1ef
Branches master
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ enableMissingTranslationPlaceholders = false
[params]
editURL = "https://git.unl.edu/hcc/hcc-docs/edit/master/content/"
showVisitedLinks = true # default is false
themeStyle = "flex" # "original" or "flex" # default "flex"
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
themeStyle = "original" # "original" or "flex" # default "flex"
themeVariant = "blue" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = false # default is false
disableSearch = false # default is false
......
+++
title = "Header"
+++
{{< figure src="/images/UNMasterwhite.gif" link="https://nebraska.edu" target="_blank" >}}
### [Holland Computing Center](https://hcc.unl.edu)
#### [HCC-DOCS]({{< relref "/" >}})
<footer class=" footline" >
{{ $footer := print "_footer." .Lang }}
{{ range where .Site.Pages "File.BaseFileName" $footer }}
{{ .Content }}
{{else}}
{{ if .Site.GetPage "page" "_footer.md" }}
{{(.Site.GetPage "page" "_footer.md").Content}}
{{else}}
{{ T "create-footer-md" }}
{{end}}
{{end}}
</footer>
<link rel="stylesheet" href="/css/custom.css">
<link href="//cloud.typography.com/7717652/616662/css/fonts.css" type="text/css" rel="stylesheet">
.img-border a img {
border:1px solid #021a40 !important ;
}
body, h5, h6 {
background: #FEFDFA ;
font-family: "Mercury SSm A","Mercury SSm B","Times New Roman",serif;
font-size: 16px !important;
}
#sidebar {
background-color: rgb(239, 238, 235);
}
#header-wrapper {
background: #D00000;
/* background-color: #137CBD; */
}
#header-wrapper a {
color: #ffffff !important;
}
.searchbox {
background: #FEFDFA;
}
.searchbox input {
color: rgb(91,91,90);
}
.searchbox label {
color: #1B9AE8;
}
::placeholder {
color: #137CBD !important ;
}
.searchbox span {
color: #1B9AE8;
}
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
background: #f4f3f0;
color: #5b5b5a;
}
#sidebar ul.topics > li.parent a, #sidebar ul.topics > li.active a {
color: #5b5b5a;
}
h1, h2, h3, h4 {
font-family: "Tungsten A","Tungsten B",Impact,Haettenschweiler,"Arial Narrow Bold","Franklin Gothic Bold",sans-serif ;
letter-spacing: 0px;
}
code {
background: none;
border: none;
}
#sidebar a {
color: #5b5b5a;
border-bottom-style: none;
border-bottom-width: none;
}
#sidebar a:hover {
color: #D00000;
}
#sidebar ul.topics > li.parent a:hover, #sidebar ul.topics > li.active a:hover {
color: #D00000;
}
#sidebar ul li.active > div > a:hover {
color: #D00000 !important;
}
#sidebar ul li .read-icon {
margin-left: -14px;
}
.fa-circle-thin:before {
content: none;
}
#header h3, h4 {
margin-top: 16px;
color: #ffffff;
}
#clear-history {
display: none;
}
a {
color: #d00000;
border-bottom-style: dotted;
border-bottom-width: 1px;
}
a:hover {
color: #6a0000;
}
#header a:hover {
border-bottom-style: dotted;
border-bottom-width: 1px;
}
static/images/UNMasterwhite.gif

2.14 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment