We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23650cb + f0cd923 commit 8bfc640Copy full SHA for 8bfc640
1 file changed
theme/default/style.css
@@ -448,11 +448,16 @@ hr {
448
right: 10px;
449
}
450
451
+/* EOL 警告バナー(statichtml --eol-warning、body の先頭に入る)。
452
+ #rurema-topbar と同じく負マージンで body の余白(上 20px・左右 2%)を
453
+ 突き破って全幅にする。下マージン 20px は直後の topbar の margin-top -20px と
454
+ 相殺され、topbar がバナーの真下に密着する(バナーが無いページでは
455
+ topbar 自身の負マージンが従来どおり body の余白を打ち消す) */
456
.eol-warning {
457
background-color: #aa3333;
458
color: white;
- padding: 0.4em;
- margin: 0;
459
+ padding: 0.4em 2%;
460
+ margin: -20px -2% 20px;
461
462
463
.eol-warning a {
0 commit comments