mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
30 lines
700 B
Plaintext
30 lines
700 B
Plaintext
<noscript>
|
|
<style>
|
|
body { margin-top: 2rem; }
|
|
|
|
.use-motion .brand,
|
|
.use-motion .menu-item,
|
|
.sidebar-inner,
|
|
.use-motion .post-block,
|
|
.use-motion .pagination,
|
|
.use-motion .comments,
|
|
.use-motion .post-header,
|
|
.use-motion .post-body,
|
|
.use-motion .collection-header { opacity: initial; }
|
|
|
|
.use-motion .site-title,
|
|
.use-motion .site-subtitle {
|
|
opacity: initial;
|
|
top: initial;
|
|
}
|
|
|
|
.use-motion .logo-line-before, .use-motion .logo-line-after {
|
|
transform: scaleX(1);
|
|
}
|
|
|
|
.search-pop-overlay, .sidebar-nav { display: none; }
|
|
.sidebar-panel { display: block; }
|
|
</style>
|
|
<div id="noscript-warning">Theme NexT works best with JavaScript enabled</div>
|
|
</noscript>
|