X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=wt%2Fdata%2FreosurcesXTK%2FstyleWT.css;fp=wt%2Fdata%2FreosurcesXTK%2FstyleWT.css;h=85a7d475f162367fab3510cc1749225a3e047c0c;hb=708bc1229cb98486aa18f03ebfd4fd8f26137843;hp=0000000000000000000000000000000000000000;hpb=1830bf64f6ad13d04f4fd7589317f0515fae837c;p=creaWT.git diff --git a/wt/data/reosurcesXTK/styleWT.css b/wt/data/reosurcesXTK/styleWT.css new file mode 100644 index 0000000..85a7d47 --- /dev/null +++ b/wt/data/reosurcesXTK/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; +}