From d5c8a19b1661aef8ddfd227c0b88c92e26b9446a Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Tue, 29 Jun 2021 19:09:59 +0500 Subject: [PATCH] Make blend transclusions actually blend Also add some slightly transparent backgrounds to many things --- static/default.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/static/default.css b/static/default.css index 19122c8..69d6fb7 100644 --- a/static/default.css +++ b/static/default.css @@ -216,21 +216,19 @@ caption { caption-side: top; font-size: small; } .btn:visited { color: black; } .btn_weak { background-color: transparent; } -article code, +p code, article .codeblock, .img-gallery_many-images, .rc-entry, .prevnext__el, -table { background-color: #eee; } - -.transclusion { - background-color: #eeeeee; +table, +.transclusion_stand-out { + background-color: rgba(220, 220, 220, 0.5); } - .transclusion_failed { - background-color: #eeeeee; border: 1px solid #a55858; } +.transclusion_blend .transclusion__link { display: none; } .hypha-tabs__tab { background-color: #eee; } .hypha-tabs__tab a { color: black; } @@ -293,13 +291,12 @@ input[type="text"], input[type="password"], ::-webkit-file-upload-button, .btn, article code, -article .codeblock, -.transclusion, +article .codeblock, .img-gallery_many-images, .rc-entry, .history__entry, .prevnext__el, -.upload-amnt, +.upload-amnt, textarea, table { border: 0; background-color: #444444; color: #ddd; } .btn:visited { color: #ddd;}