X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaWT.git;a=blobdiff_plain;f=wt%2Fdata%2FresourcesXTK%2FstyleWT.css;fp=wt%2Fdata%2FresourcesXTK%2FstyleWT.css;h=85a7d475f162367fab3510cc1749225a3e047c0c;hp=0000000000000000000000000000000000000000;hb=106d081dda7d76f3f42347b742fe568e0ca98f46;hpb=538ef05196c1a65278c71a49d4d6002c6fbf10ab diff --git a/wt/data/resourcesXTK/styleWT.css b/wt/data/resourcesXTK/styleWT.css new file mode 100644 index 0000000..85a7d47 --- /dev/null +++ b/wt/data/resourcesXTK/styleWT.css @@ -0,0 +1,27 @@ +.yellow-box { + background-color: #ffffb4; + border: 1px solid black; + margin-top: 1ex; + margin-bottom: 1ex; +} + +.green-box { + background-color: #c4ffb4; + min-height: 30px; + text-align: center; + padding: 3px; +} + +.blue-box { + background-color: #65dae8; + min-height: 30px; + text-align: center; + padding: 3px; +} + +.black-box { + background-color: #000000; + min-height: 30px; + text-align: center; + padding: 3px; +}