X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=variants%2FCheckered%2Fstyle.css;h=c103c25aa421a9570e148ea7f7318fafc6fdc5dc;hb=df3fdaff8fa7b3046eb67e4bc4da37a5bcc8c4d7;hp=91b60acbf469c4dbede4f566524bfd8428c5f014;hpb=b57b726c569a1a0f21b7f3ca00956bc2f26a6f3e;p=xogo.git diff --git a/variants/Checkered/style.css b/variants/Checkered/style.css index 91b60ac..c103c25 100644 --- a/variants/Checkered/style.css +++ b/variants/Checkered/style.css @@ -15,3 +15,14 @@ piece.checkered.bishop { piece.checkered.queen { background-image: url('/variants/Checkered/pieces/cq.svg'); } + +div.info-text { + position: relative; + margin-top: 15px; + width: 100%; + text-align: center; + background-color: transparent; + color: darkblue; + font-weight: bold; + font-size: 2em; +}