1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
| body {
| margin-top: 2rem;
| }
| .use-motion .menu-item,
| .use-motion .sidebar,
| .use-motion .sidebar-inner,
| .use-motion .post-block,
| .use-motion .pagination,
| .use-motion .comments,
| .use-motion .post-header,
| .use-motion .post-body,
| .use-motion .collection-header {
| visibility: visible;
| }
| .use-motion .column,
| .use-motion .site-brand-container .toggle,
| .use-motion .footer {
| opacity: initial;
| }
| .use-motion .site-title,
| .use-motion .site-subtitle,
| .use-motion .custom-logo-image {
| opacity: initial;
| top: initial;
| }
| .use-motion .logo-line {
| transform: scaleX(1);
| }
| .search-pop-overlay,
| .sidebar-nav {
| display: none;
| }
| .sidebar-panel {
| display: block;
| }
| .noscript-warning {
| background-color: #f55;
| color: #fff;
| font-family: sans-serif;
| font-size: 1rem;
| font-weight: bold;
| left: 0;
| position: fixed;
| text-align: center;
| top: 0;
| width: 100%;
| z-index: 50;
| }
|
|