css
This commit is contained in:
parent
36c7d232f2
commit
70fc367a48
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link rel="icon" href="/page-resources/wmilogo.png" type="image/png">
|
<link rel="icon" href="/page-resources/wmi.png" type="image/png">
|
||||||
<title>
|
<title>
|
||||||
{{ block "title" . }}
|
{{ block "title" . }}
|
||||||
{{ .Title}}{{ if ne .Title .Site.Title }} | {{ .Site.Title }}{{ end }}
|
{{ .Title}}{{ if ne .Title .Site.Title }} | {{ .Site.Title }}{{ end }}
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
<div class="sidebar-header">
|
<div class="sidebar-header">
|
||||||
{{ if eq .Lang "en"}}
|
{{ if eq .Lang "en"}}
|
||||||
<a class="sidebar-brand" href="/en/">
|
<a class="sidebar-brand" href="/en/">
|
||||||
<img src="/page-resources/wmilogo_red.png">
|
<img src="/page-resources/wmi_black.png">
|
||||||
{{ .Site.Title }}
|
{{ .Site.Title }}
|
||||||
</a>
|
</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a class="sidebar-brand" href="/">
|
<a class="sidebar-brand" href="/">
|
||||||
<img src="/page-resources/wmilogo_red.png">
|
<img src="/page-resources/wmi_black.png">
|
||||||
{{ .Site.Title }}
|
{{ .Site.Title }}
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@ -176,7 +176,7 @@ a:hover {
|
|||||||
letter-spacing: 0.3rem;
|
letter-spacing: 0.3rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
background-color: rgb(186, 50, 50);/*#ba3232;*/
|
background-color: #292929;/*rgb(186, 50, 50); #ba3232;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-menu {
|
.sidebar-menu {
|
||||||
@ -206,7 +206,14 @@ a:hover {
|
|||||||
width: 32rem;
|
width: 32rem;
|
||||||
margin: 0 0;
|
margin: 0 0;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
.sidebar img {
|
||||||
|
max-width: 42rem;
|
||||||
|
margin-left: -3rem;
|
||||||
|
margin-top: -1rem;
|
||||||
|
margin-right:
|
||||||
|
}
|
||||||
|
*/
|
||||||
.sidebar.active {
|
.sidebar.active {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user