X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=static%2Fcss%2Fcavote.css;fp=static%2Fcss%2Fcavote.css;h=ac17021994740a9444ff09ea8441d6712f25f1ed;hb=9a0891ac3f5ae69cd1e276931401516b3213df4c;hp=0000000000000000000000000000000000000000;hpb=33346b25d357b3ad3242cfac21ab09e92cb2024b;p=cavote.git diff --git a/static/css/cavote.css b/static/css/cavote.css new file mode 100644 index 0000000..ac17021 --- /dev/null +++ b/static/css/cavote.css @@ -0,0 +1,34 @@ +.table-votes th { + text-align: right; +} + +.table-votes input { + margin: 0; +} + +.table-votes td { + text-align: center; +} + +.table-votes .yes { + background-color: #46a546; /* green */ + /*background-color: #049cdb;*/ /* blue */ + color: white; + font-weight: bold; +} + +.table-votes .no { + background-color: #9d261d; /* red */ + color: white; + font-weight: bold; +} + +.table-votes tr:hover .yes { + /*background-color: #60C160; [> green <]*/ + background-color: #55ab55; /* green */ + /*background-color: #049cdb;*/ /* blue */ +} + +.table-votes tr:hover .no { + background-color: #C73F38; /* red */ +}