mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
fallbacks for noscript
This commit is contained in:
parent
8a1aee319d
commit
5a2f9bbd33
63 changed files with 69976 additions and 88 deletions
|
@ -1,4 +1,8 @@
|
|||
@charset "UTF-8";
|
||||
.flexjs,
|
||||
.iflexjs {
|
||||
display: none; }
|
||||
|
||||
body {
|
||||
background-color: #413c74;
|
||||
color: #ff8ad0; }
|
||||
|
@ -265,6 +269,7 @@ footer {
|
|||
#content ul,
|
||||
#content ol,
|
||||
#content table,
|
||||
#content nav,
|
||||
.embed,
|
||||
code,
|
||||
.postdescription,
|
||||
|
@ -279,6 +284,9 @@ hr,
|
|||
max-width: 52%;
|
||||
height: 100%; }
|
||||
|
||||
#replacement-burger {
|
||||
display: flex; }
|
||||
|
||||
#content .embed {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
@ -328,7 +336,6 @@ p code {
|
|||
margin: 0; }
|
||||
|
||||
#footer-right * {
|
||||
display: flex;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto; }
|
||||
|
||||
|
@ -507,6 +514,10 @@ button {
|
|||
border-style: solid;
|
||||
cursor: pointer; }
|
||||
|
||||
#replacement-burger {
|
||||
width: 24pt;
|
||||
height: 24pt; }
|
||||
|
||||
.togglelabel {
|
||||
border: solid; }
|
||||
|
||||
|
@ -555,6 +566,7 @@ h6 {
|
|||
content: ""; }
|
||||
|
||||
.postdescription,
|
||||
#content nav,
|
||||
#content p,
|
||||
#content ul,
|
||||
#content ol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue