123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
- * {
- box-sizing: border-box;
- }
- body {
- margin: 0;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial,
- sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
- font-size: calc(14px + 0.5vmin);
- background-color: #ebebeb;
- }
- #header {
- padding: 1em;
- background-color: #500076;
- }
- #header h1 {
- max-width: 640px;
- margin: 0 auto;
- font-weight: 600;
- }
- #header a {
- color: white;
- text-decoration: none;
- }
- #content {
- padding: 2em 1em 1em;
- }
- #footer {
- padding: 1em;
- text-align: center;
- }
- hr {
- border-top: #c5c5c5 0.2vmin solid;
- margin-top: 4vmin;
- margin-bottom: 5vmin;
- }
- a {
- color: black;
- text-decoration: underline;
- }
- h2 {
- max-width: 640px;
- margin: 0 auto;
- }
- h3 {
- max-width: 640px;
- margin: 0 auto;
- font-size: calc(16px + 1vmin);
- font-weight: 500;
- }
- .simpleText {
- max-width: 640px;
- margin: 1em auto 2em;
- }
- .columnContainer {
- position: relative;
- }
- .columnLeft {
- float: left;
- width: 100%;
- }
- .columnRight {
- float: left;
- width: 100%;
- margin-bottom: 4vmin;
- }
- @media screen and (min-width: 80em) {
- .columnLeft {
- width: 50%;
- }
- .columnRight {
- width: 50%;
- }
- }
- .questionBox {
- max-width: 640px;
- min-height: 5em;
- margin: 1em auto;
- }
- .description {
- margin: 1.5em auto;
- display: flex;
- justify-content: center;
- }
- .descText,
- .descTextMono {
- flex-grow: 1;
- max-width: 640px;
- }
- .descText {
- width: calc(100% - 30vmin);
- }
- .descText p {
- margin: 0 0 1em;
- }
- .descTextMono {
- align-self: center;
- }
- .descTextMono p {
- margin: 0;
- }
- .descImg {
- line-height: 0;
- }
- .descImg img {
- width: 15vmin;
- height: 15vmin;
- }
- .axisDesc {
- }
- .axisDescLeft,
- .axisDescRight {
- width: 50%;
- display: inline-block;
- position: relative;
- top: 4vmin;
- z-index: 4;
- font-size: 2.5vmin;
- }
- .axisDescLeft {
- text-align: left;
- }
- .axisDescRight {
- text-align: right;
- }
- .axisDescLeft p {
- margin: 0;
- margin-left: 16vmin;
- }
- .axisDescRight p {
- margin: 0;
- margin-right: 16vmin;
- }
- .axisNeutral {
- background-color: #ebebeb;
- color: black;
- text-align: center;
- z-index: 1;
- position: relative;
- }
- .axisConstructivism {
- background-color: #a425b6;
- text-align: right;
- }
- .axisEssentialism {
- background-color: #34b634;
- text-align: left;
- }
- .axisInternationalism {
- background-color: #3e6ffd;
- text-align: right;
- }
- .axisNationalism {
- background-color: #ff8500;
- text-align: left;
- }
- .axisCommunism {
- background-color: #cc0000;
- text-align: right;
- }
- .axisCapitalism {
- background-color: #ffb800;
- text-align: left;
- }
- .axisProgressism {
- background-color: #850083;
- text-align: right;
- }
- .axisConservatism {
- background-color: #970000;
- text-align: left;
- }
- .axisEcology {
- background-color: #a0e90d;
- text-align: right;
- }
- .axisProductivism {
- background-color: #4deae9;
- text-align: left;
- }
- .axisLiberal {
- background-color: #14bee1;
- text-align: right;
- }
- .axisAuthoritarism {
- background-color: #e6cc27;
- text-align: left;
- }
- .axisRegulation {
- background-color: #269b32;
- text-align: right;
- }
- .axisLaissez {
- background-color: #6608c0;
- text-align: left;
- }
- .axisRevo {
- background-color: #eb1a66;
- text-align: right;
- }
- .axisRefo {
- background-color: #0ee4c8;
- text-align: left;
- }
- .bonusList {
- text-align: center;
- }
- .bonus {
- width: 15vmin;
- height: 15vmin;
- }
- .navButtons {
- margin: 0 auto 1em;
- text-align: center;
- max-width: 400px;
- }
- .buttonQuestion,
- .button {
- text-align: center;
- margin: 0.5em 0;
- padding: 0.5em 1.5em;
- display: inline-block;
- border: none;
- border-radius: 3px;
- text-decoration: none;
- font-size: 18px;
- }
- .button:hover {
- background-color: white;
- color: #500076;
- }
- .button {
- background-color: #500076;
- color: white;
- }
- .buttonQuestion,
- #back_button,
- #back_button_off {
- color: white;
- width: 100%;
- }
- .buttonLink {
- background-color: #500076;
- color: white;
- }
- .buttonLink:hover {
- color: #500076;
- }
- .buttonLinkGood {
- background-color: #0eb31a;
- color: white;
- }
- .buttonLinkGood:hover {
- background-color: #0eb31a;
- color: white;
- }
- .flagDecoration {
- text-align: center;
- }
- .flagDecoration canvas {
- border: solid 1px grey;
- max-width: 70vmin;
- }
- .generatedResultsDecorations {
- text-align: center;
- }
- .generatedResultsDecorations canvas {
- border: solid 1px grey;
- max-width: 800px;
- width: 100%;
- }
- #slogan {
- margin: 1em 0;
- font-size: calc(14px + 2vmin);
- }
- .urlToCopyContainer {
- width: 100%;
- text-align: center;
- }
- .urlToCopy {
- max-width: 400px;
- background-color: white;
- display: inline-block;
- padding: 0.5em;
- margin: 1em 0 0;
- z-index: 6;
- border-radius: 3px;
- word-break: break-all;
- }
- .scale {
- font-family: Segoe UI, sans-serif;
- display: flex;
- width: 100%;
- margin-bottom: 1em;
- }
- .scale .left,
- .scale .right {
- width: 15vmin;
- height: 15vmin;
- position: relative;
- }
- .scale .left img,
- .scale .right img {
- position: absolute;
- top: 0;
- width: 15vmin;
- z-index: 2;
- }
- .scale .left img {
- left: 2vmin;
- }
- .scale .right img {
- right: 2vmin;
- }
- .scale .axis {
- flex-grow: 1;
- }
- .scale .axis .label {
- display: flex;
- font-size: 2.5vmin;
- height: 5vmin;
- align-items: center;
- }
- .scale .axis .label .left-label,
- .scale .axis .label .right-label {
- width: 50%;
- margin: 0 0.5em;
- }
- .scale .axis .label .right-label {
- text-align: right;
- }
- .scale .axis .axis-bar {
- display: flex;
- box-shadow: 0vmin 0vmin 0.4vmin #222;
- height: 5vmin;
- }
- .scale .axis .axis-bar .axis-left,
- .scale .axis .axis-bar .axis-center,
- .scale .axis .axis-bar .axis-right {
- font-size: 3.2vmin;
- }
- .scale .axis .axis-bar .axis-left,
- .scale .axis .axis-bar .axis-right {
- color: white;
- }
- .scale .axis .axis-bar .axis-left span,
- .scale .axis .axis-bar .axis-right span {
- padding: 0 1.1vmin;
- }
- .scale .axis .axis-bar .axis-left span,
- .scale .axis .axis-bar .axis-center span,
- .scale .axis .axis-bar .axis-right span {
- vertical-align: middle;
- }
- .scale .axis .axis-bar .axis-left {
- text-align: right;
- }
- .scale .axis .axis-bar .axis-center {
- text-align: center;
- flex-grow: 1;
- }
- .scale .axis .axis-bar .axis-right {
-
- }
|