123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- @charset "UTF-8";
- /* LISIBILITY */
- /*
- * www.g-u-i.net
- */
- /* line 5, ../scss/wysiwyg.scss */
- * {
- font-size: 14px;
- }
- /* line 6, ../scss/wysiwyg.scss */
- div {
- border: 1px dashed #D4D4D4;
- }
- /* line 7, ../scss/wysiwyg.scss */
- p:after, ul:after {
- content: "¬";
- color: red;
- }
- /* line 9, ../scss/wysiwyg.scss */
- h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
- color: blue;
- font-weight: normal;
- font-size: 10px;
- vertical-align: super;
- }
- /* line 13, ../scss/wysiwyg.scss */
- h1:before {
- content: "h1 ";
- }
- /* line 14, ../scss/wysiwyg.scss */
- h2:before {
- content: "h2 ";
- }
- /* line 15, ../scss/wysiwyg.scss */
- h3:before {
- content: "h3 ";
- }
- /* line 16, ../scss/wysiwyg.scss */
- h4:before {
- content: "h4 ";
- }
- /* line 17, ../scss/wysiwyg.scss */
- h5:before {
- content: "h5 ";
- }
- /* line 18, ../scss/wysiwyg.scss */
- h6:before {
- content: "h6 ";
- }
- /* line 21, ../scss/wysiwyg.scss */
- h2 {
- font-size: 24px;
- }
- /* line 22, ../scss/wysiwyg.scss */
- h3 {
- font-size: 18px;
- }
- /* line 23, ../scss/wysiwyg.scss */
- h4 {
- font-size: 16px;
- }
- /* line 24, ../scss/wysiwyg.scss */
- h5 {
- font-size: 14px;
- }
- /* line 25, ../scss/wysiwyg.scss */
- h6 {
- font-size: 12px;
- }
- /* line 27, ../scss/wysiwyg.scss */
- br:after {
- content: "·";
- color: red;
- border: 1px solid #999;
- }
- /* LAYOUT AND GRAPHICS */
- /* line 39, ../scss/wysiwyg.scss */
- img {
- height: auto;
- margin: 0.5em 0;
- }
- /* line 40, ../scss/wysiwyg.scss */
- p {
- border: 1px dashed #848484;
- }
- /* line 41, ../scss/wysiwyg.scss */
- div {
- border: 1px solid #1A1A1A;
- }
- /* line 43, ../scss/wysiwyg.scss */
- img, p, div {
- position: relative;
- }
- /* line 44, ../scss/wysiwyg.scss */
- img:before, p:before, div:before {
- font-size: 10px;
- color: red;
- background-color: #1A1A1A;
- position: absolute;
- top: 0;
- z-index: 3000;
- }
- /* line 46, ../scss/wysiwyg.scss */
- img.full, p.full, div.full {
- width: 99%;
- }
- /* line 46, ../scss/wysiwyg.scss */
- img.full:before, p.full:before, div.full:before {
- content: " full ";
- }
- /* line 47, ../scss/wysiwyg.scss */
- img.demi, p.demi, div.demi {
- width: 47%;
- margin-right: 2%;
- }
- /* line 47, ../scss/wysiwyg.scss */
- img.demi:before, p.demi:before, div.demi:before {
- content: " demi ";
- right: 0;
- }
- /* line 48, ../scss/wysiwyg.scss */
- img.tiers, p.tiers, div.tiers {
- width: 29%;
- margin-right: 2%;
- }
- /* line 48, ../scss/wysiwyg.scss */
- img.tiers:before, p.tiers:before, div.tiers:before {
- content: " tiers ";
- right: 0;
- }
- /* line 49, ../scss/wysiwyg.scss */
- img.quart, p.quart, div.quart {
- width: 23%;
- margin-right: 2%;
- }
- /* line 49, ../scss/wysiwyg.scss */
- img.quart:before, p.quart:before, div.quart:before {
- content: " quart ";
- right: 0;
- }
- /* line 51, ../scss/wysiwyg.scss */
- img.demi-left, p.demi-left, div.demi-left {
- width: 47%;
- float: left;
- margin-right: 2%;
- }
- /* line 51, ../scss/wysiwyg.scss */
- img.demi-left:before, p.demi-left:before, div.demi-left:before {
- content: " demi-left ";
- left: 0;
- }
- /* line 52, ../scss/wysiwyg.scss */
- img.demi-right, p.demi-right, div.demi-right {
- width: 47%;
- float: right;
- margin-left: 2%;
- }
- /* line 52, ../scss/wysiwyg.scss */
- img.demi-right:before, p.demi-right:before, div.demi-right:before {
- content: " demi-right ";
- right: 0;
- }
- /* line 53, ../scss/wysiwyg.scss */
- img.demi-center, p.demi-center, div.demi-center {
- width: 47%;
- display: block;
- margin: 0 auto;
- }
- /* line 53, ../scss/wysiwyg.scss */
- img.demi-center:before, p.demi-center:before, div.demi-center:before {
- content: " demi-denter ";
- right: 0;
- }
- /* line 55, ../scss/wysiwyg.scss */
- img.tiers-left, p.tiers-left, div.tiers-left {
- width: 29%;
- float: left;
- margin-right: 2%;
- }
- /* line 55, ../scss/wysiwyg.scss */
- img.tiers-left:before, p.tiers-left:before, div.tiers-left:before {
- content: " tiers-left ";
- left: 0;
- }
- /* line 56, ../scss/wysiwyg.scss */
- img.tiers-right, p.tiers-right, div.tiers-right {
- width: 29%;
- float: right;
- margin-left: 2%;
- }
- /* line 56, ../scss/wysiwyg.scss */
- img.tiers-right:before, p.tiers-right:before, div.tiers-right:before {
- content: " tiers-right ";
- right: 0;
- }
- /* line 57, ../scss/wysiwyg.scss */
- img.tiers-center, p.tiers-center, div.tiers-center {
- width: 29%;
- display: block;
- margin: 0 auto;
- }
- /* line 57, ../scss/wysiwyg.scss */
- img.tiers-center:before, p.tiers-center:before, div.tiers-center:before {
- content: " tiers-center ";
- right: 0;
- }
- /* line 59, ../scss/wysiwyg.scss */
- img.quart-left, p.quart-left, div.quart-left {
- width: 23%;
- float: left;
- margin-right: 2%;
- }
- /* line 59, ../scss/wysiwyg.scss */
- img.quart-left:before, p.quart-left:before, div.quart-left:before {
- content: " quart-left ";
- left: 0;
- }
- /* line 60, ../scss/wysiwyg.scss */
- img.quart-right, p.quart-right, div.quart-right {
- width: 23%;
- float: right;
- margin-left: 2%;
- }
- /* line 60, ../scss/wysiwyg.scss */
- img.quart-right:before, p.quart-right:before, div.quart-right:before {
- content: " quart-right ";
- right: 0;
- }
- /* line 61, ../scss/wysiwyg.scss */
- img.quart-center, p.quart-center, div.quart-center {
- width: 23%;
- display: block;
- margin: 0 auto;
- }
- /* line 61, ../scss/wysiwyg.scss */
- img.quart-center:before, p.quart-center:before, div.quart-center:before {
- content: " quart-center ";
- right: 0;
- }
- /* line 67, ../scss/wysiwyg.scss */
- table, tr, td {
- position: relative;
- padding: 1em 0.3em 0.3em;
- width: 100%;
- }
- /* line 72, ../scss/wysiwyg.scss */
- table:before, tr:before, td:before {
- font-size: 10px;
- color: white;
- background-color: blue;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 3000;
- padding: 1px 3px;
- }
- /* line 78, ../scss/wysiwyg.scss */
- table {
- border: 2px solid blue !important;
- }
- /* line 80, ../scss/wysiwyg.scss */
- table:before {
- content: "table";
- }
- /* line 83, ../scss/wysiwyg.scss */
- tr {
- display: block;
- border: 1px dashed blue !important;
- }
- /* line 86, ../scss/wysiwyg.scss */
- tr:before {
- content: "tr";
- }
- /* line 89, ../scss/wysiwyg.scss */
- td {
- border: 1px dotted blue !important;
- }
- /* line 91, ../scss/wysiwyg.scss */
- td:before {
- content: "td";
- }
- /* line 92, ../scss/wysiwyg.scss */
- td p {
- padding: 0 15px;
- }
|