123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- .page-header {
- padding-bottom:0;
- margin-top:9px;
- }
- .table-comments tbody tr td {
- text-align:left;
- }
- .table-votes {
- table-layout:fixed;
- }
- .table-votes thead th {
- text-align: right;
- vertical-align: middle;
- }
- .table-votes thead th.users {
- text-align:left;
- padding-left:1em;
- }
- .table-votes th.choice-name {
- text-align: center;
- }
- .table-votes thead th.comments {
- text-align:left;
- padding-left:1em;
- }
- .table-votes tbody td.ok {
- text-align:left;
- padding-left:1em;
- }
- .table-votes input {
- margin: 0;
- }
- .row {
- margin-left:0;
- }
- .table-votes td {
- text-align: center;
- vertical-align: middle;
- }
- .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 */
- }
- .table-votes input,
- .table-votes textarea,
- .table-votes select,
- .table-votes .uneditable-input {
- width:auto;
- margin-bottom:0;
- }
- .table-votes td {
- font-family:sans-serif;
- font-size:12px;
- }
- .table-votes .value_black {
- background-color:black !important;
- }
- .value__X___Pas_d_Opinion_ {
- background-color:white !important;
- color:black !important;
- text-shadow: 0 0 2px #ccc !important;
- fill:white;
- }
- .results .value__X___Pas_d_Opinion_ + text {
- fill:black;
- }
- .table-votes *[class^="value_"] {
- color:white;
- text-shadow: 0 0 2px #000;
- }
- .cardinal-2 .value__0__Sans_moi_ {
- background-color:#B4B4B4 !important;
- fill:#B4B4B4;
- }
- .cardinal-2 .value__1__Avec_moi_ {
- background-color:#20B756 !important;
- fill:#20B756;
- }
- .cardinal-2 .value__1__Favorable_ {
- background-color:#20B756 !important;
- fill:#20B756;
- }
- .cardinal-3 .value_-1__Hostile_ {
- background-color:#DB4343 !important;
- fill:#DB4343;
- }
- .cardinal-3 .value__0__Indiff_rent_ {
- background-color:#B4B4B4 !important;
- fill:#B4B4B4;
- }
- .cardinal-3 .value__1__Favorable_ {
- background-color:#20B756 !important;
- fill:#20B756;
- }
- .cardinal-5 .value_-2__Hostile_et_sans_moi_ {
- background-color:#DB4343 !important;
- fill:#DB4343;
- }
- .results .value_-2__Hostile_et_sans_moi_ + text {
- font: 8px sans-serif;
- }
- .cardinal-5 .value_-1__Hostile_mais_avec_moi_ {
- background-color:#E49F37 !important;
- fill:#E49F37;
- }
- .results .value_-1__Hostile_mais_avec_moi_ + text {
- font: 8px sans-serif;
- }
- .cardinal-5 .value__0__Indiff_rent_ {
- background-color:#B4B4B4 !important;
- fill:#B4B4B4;
- }
- .cardinal-5 .value__1__Favorable_mais_sans_moi_ {
- background-color:#B1D039 !important;
- fill:#B1D039;
- }
- .results .value__1__Favorable_mais_sans_moi_ + text {
- font: 8px sans-serif;
- }
- .cardinal-5 .value__2__Favorable_et_avec_moi_ {
- background-color:#20B756 !important;
- fill:#20B756;
- }
- .results .value__2__Favorable_et_avec_moi_ + text {
- font: 8px sans-serif;
- }
- .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container {
- width:auto;
- }
- .span3 {
- width:24em;
- }
- .span3.description {
- height:10em;
- overflow:auto;
- }
- .span8 {
- width:625px;
- }
- .span8 svg {
- margin:0;
- padding:0;
- overflow:visible;
- }
- .span9 {
- width:800px;
- }
- .results rect {
- //fill: steelblue;
- }
- .results g.value_-2 rect {
- fill: #DB4343;
- }
- .results g.value_-1 rect {
- fill: #E49F37;
- }
- .results g.value__0 rect {
- fill: #B4B4B4;
- }
- .results g.value__1 rect {
- fill: #B1D039;
- }
- .results g.value__2 rect {
- fill: #20B756;
- }
- .results text.choice {
- fill: black;
- }
- .results text.choice-legend {
- fill: black;
- font-weight:bold;
- }
- .results text.choice-legend-item {
- fill: black;
- }
- .results text.choice-sum {
- fill: black;
- font-weight:bold;
- }
- .results text.choice-average {
- fill: black;
- font-weight:bold;
- }
- .results text.choice-sum-legend {
- fill: blue;
- font-weight:bold;
- }
- .results text.choice-average-legend {
- fill: blue;
- font-weight:bold;
- }
- .results text.choice-median {
- fill: blue;
- font-weight:bold;
- }
- .results text {
- fill: white;
- font: 10px sans-serif;
- text-anchor: end;
- }
- .results .axis text {
- fill: black;
- font: 10px sans-serif;
- }
- .results .axis path,
- .results .axis line {
- fill: none;
- shape-rendering: crispEdges;
- stroke: #000;
- }
|