1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-04-28 13:33:09 +00:00

Make blend transclusions actually blend

Also add some slightly transparent backgrounds to many things
This commit is contained in:
Timur Ismagilov 2021-06-29 19:09:59 +05:00
parent 11e98b2368
commit d5c8a19b16

View File

@ -216,21 +216,19 @@ caption { caption-side: top; font-size: small; }
.btn:visited { color: black; } .btn:visited { color: black; }
.btn_weak { background-color: transparent; } .btn_weak { background-color: transparent; }
article code, p code,
article .codeblock, article .codeblock,
.img-gallery_many-images, .img-gallery_many-images,
.rc-entry, .rc-entry,
.prevnext__el, .prevnext__el,
table { background-color: #eee; } table,
.transclusion_stand-out {
.transclusion { background-color: rgba(220, 220, 220, 0.5);
background-color: #eeeeee;
} }
.transclusion_failed { .transclusion_failed {
background-color: #eeeeee;
border: 1px solid #a55858; border: 1px solid #a55858;
} }
.transclusion_blend .transclusion__link { display: none; }
.hypha-tabs__tab { background-color: #eee; } .hypha-tabs__tab { background-color: #eee; }
.hypha-tabs__tab a { color: black; } .hypha-tabs__tab a { color: black; }
@ -294,7 +292,6 @@ input[type="text"], input[type="password"],
.btn, .btn,
article code, article code,
article .codeblock, article .codeblock,
.transclusion,
.img-gallery_many-images, .img-gallery_many-images,
.rc-entry, .rc-entry,
.history__entry, .history__entry,