X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=variants%2FDice%2Fstyle.css;fp=variants%2FDice%2Fstyle.css;h=5881bc3f4d3a60d4126e4c2b72de8d71aa625b2b;hp=0000000000000000000000000000000000000000;hb=d01282a527e60af95f2a71deee1fbac9c0dd26be;hpb=5212758164eaa08e382b7bc281f87999c8af352b diff --git a/variants/Dice/style.css b/variants/Dice/style.css new file mode 100644 index 0000000..5881bc3 --- /dev/null +++ b/variants/Dice/style.css @@ -0,0 +1,12 @@ +@import url("/base_pieces.css"); + +div.piece-text { + position: relative; + margin-top: 15px; + width: 100%; + text-align: center; + background-color: transparent; + color: darkred; + font-weight: bold; + font-size: 2em; +}