2020-05-20 14:35:05 +00:00
|
|
|
<#--
|
|
|
|
|
|
|
|
Bolo - A stable and beautiful blogging system based in Solo.
|
|
|
|
Copyright (c) 2020, https://github.com/adlered
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU Affero General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
-->
|
2020-09-03 16:14:57 +00:00
|
|
|
<style type="text/css">
|
2020-09-19 15:21:46 +00:00
|
|
|
.halo-comment .comment-textarea textarea{
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
.tags_bigger .tag{
|
|
|
|
font-size:13px;
|
|
|
|
}
|
2020-09-03 16:14:57 +00:00
|
|
|
.user__site {
|
|
|
|
display: inline-block;
|
|
|
|
height: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
border-bottom: 0;
|
|
|
|
margin: 8px 5px 0 0;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
.footer_main{
|
2020-09-06 07:20:31 +00:00
|
|
|
max-width: 900px;
|
2020-09-03 16:14:57 +00:00
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
.footer{
|
|
|
|
padding: 1rem 1.5rem 1.5rem;
|
|
|
|
}
|
2020-09-03 16:33:08 +00:00
|
|
|
.blog-slider__img{
|
|
|
|
margin-left: 20px;
|
|
|
|
width: 280px;
|
|
|
|
height: 178px;
|
|
|
|
}
|
|
|
|
.card-normal .card .card-image img{
|
2020-09-25 14:28:55 +00:00
|
|
|
margin-left: 13px;
|
2020-09-03 16:33:08 +00:00
|
|
|
}
|
|
|
|
#search,#search-m{
|
|
|
|
box-shadow: none;
|
|
|
|
border: 1px solid #e1e8ed;
|
|
|
|
border-radius: 5px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color:#657786;
|
|
|
|
resize: vertical;
|
|
|
|
height:30px;
|
|
|
|
}
|
2020-09-06 07:20:31 +00:00
|
|
|
|
|
|
|
.vditor-tooltipped {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
.vditor-toolbar{
|
|
|
|
padding-left: 15px !important;
|
2020-09-09 13:49:57 +00:00
|
|
|
}
|
|
|
|
.vditor-reset{
|
|
|
|
background-color:white !important;
|
2020-09-06 07:20:31 +00:00
|
|
|
}
|
2020-09-20 06:20:59 +00:00
|
|
|
.emoji{
|
|
|
|
width:20px;
|
|
|
|
}
|
2020-11-03 15:00:25 +00:00
|
|
|
.media-comment .media-content {
|
2020-11-03 14:52:16 +00:00
|
|
|
max-width: 170px;
|
|
|
|
overflow: hidden;
|
|
|
|
max-height: 90px;
|
|
|
|
}
|
2021-04-29 17:34:29 +00:00
|
|
|
.halo-comment {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
2021-11-10 16:18:16 +00:00
|
|
|
.blog-slider__content{
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2021-04-29 17:34:29 +00:00
|
|
|
|
2020-09-03 16:14:57 +00:00
|
|
|
</style>
|
2020-05-20 14:35:05 +00:00
|
|
|
<nav class="navbar navbar-main is-paddingless ">
|
|
|
|
<div class="container ">
|
|
|
|
<div class="navbar-brand transparent">
|
2020-09-29 16:49:32 +00:00
|
|
|
<a class="navbar-item navbar-logo" href="/" rel="start">
|
2020-05-20 14:35:05 +00:00
|
|
|
<img src="${faviconURL}" alt="${blogTitle!}" height="28"/>
|
|
|
|
${blogTitle!}
|
|
|
|
</a>
|
|
|
|
<span class="navbar-burger burger" data-target="navMenu">
|
|
|
|
<span></span>
|
|
|
|
<span></span>
|
|
|
|
<span></span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div id="navMenu" class="navbar-menu transparent">
|
|
|
|
<div class="navbar-start transparent">
|
|
|
|
<div class="navbar-start">
|
2020-09-29 16:49:32 +00:00
|
|
|
<a class="navbar-item" href="/tags.html" rel="section">${allTagsLabel}</a>
|
|
|
|
<a class="navbar-item" href="/archives.html" rel="section">${archiveLabel}</a>
|
|
|
|
<a class="navbar-item" href="/links.html" rel="section">${linkLabel}</a>
|
2020-05-20 14:35:05 +00:00
|
|
|
<#list pageNavigations as page>
|
|
|
|
<a class="navbar-item" href="${page.pagePermalink}" target="${page.pageOpenTarget}"
|
|
|
|
rel="section">
|
|
|
|
${page.pageTitle}
|
|
|
|
</a>
|
|
|
|
</#list>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="navbar-end">
|
|
|
|
|
|
|
|
<#if isLoggedIn>
|
2020-09-29 16:49:32 +00:00
|
|
|
<a class="navbar-item" href="/admin-index.do#main" title="${adminLabel}">
|
2020-05-20 14:35:05 +00:00
|
|
|
${adminLabel}
|
|
|
|
</a>
|
|
|
|
<a class="navbar-item" href="${logoutURL}">
|
|
|
|
${logoutLabel}
|
|
|
|
</a>
|
|
|
|
<#else>
|
2020-09-29 16:49:32 +00:00
|
|
|
<a class="navbar-item" href="/start">
|
2020-05-20 14:35:05 +00:00
|
|
|
${startToUseLabel}
|
|
|
|
</a>
|
|
|
|
</#if>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|