[{{mminutes}}:{{sseconds}}] X
Пользователь приглашает вас присоединиться к открытой игре игре с друзьями .
CSS Examples: All Properties
(0)       Используют 9 человек

Комментарии

Ни одного комментария.
Написать тут
Описание:
Examples for every CSS property
Автор:
Oreh117
Создан:
14 октября 2016 в 12:03 (текущая версия от 21 октября 2016 в 13:51)
Публичный:
Нет
Тип словаря:
Фразы
В этом режиме перемешиваться будут не слова, а целые фразы, разделенные переносом строки.
Информация:
Examples for every CSS property
Содержание:
1 !important;
2 align-content: flex-start;
3 align-content: flex-end;
4 align-content: center;
5 align-content: space-between;
6 align-content: space-around;
7 align-content: stretch;
8 align-items: flex-start;
9 align-items: flex-end;
10 align-items: center;
11 align-items: baseline;
12 align-items: stretch;
13 align-self: auto;
14 align-self: flex-start;
15 align-self: flex-end;
16 align-self: center;
17 align-self: baseline;
18 align-self: stretch;
19 all: initial;
20 all: inherit;
21 all: unset;
22 animation-delay: 1s;
23 animation-direction: normal;
24 animation-direction: alternate;
25 animation-direction: reverse;
26 animation-direction: alternate-reverse;
27 animation-duration: 18s;
28 animation-iteration-count:
29 animation-iteration-count: infinite;
30 animation-iteration-count: 0.5;
31 animation-fill-mode: none;
32 animation-fill-mode: forwards;
33 animation-fill-mode: backwards;
34 animation-fill-mode: both;
35 animation-name: none;
36 animation-name: spaceOutUp;
37 animation-play-state: running;
38 animation-play-state: paused;
39 animation-timing-function:
40 animation-timing-function: ease-in-out;
41 animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
42 backface-visibility: hidden;
43 backface-visibility: visible;
44 background: url(/example/image/bg.png) no-repeat;
45 background-attachment: fixed;
46 background-attachment: scroll;
47 background-attachment: local;
48 background-clip: padding-box;
49 background-clip: border-box;
50 background-clip: content-box;
51 background-color: #c7b39a;
52 background-color: rgba(255, 255, 0, 0.8);
53 background-color: transparent;
54 background-color: maroon;
55 background-image: url(/example/image/bg.jpg);
56 background-origin: padding-box;
57 background-origin: border-box;
58 background-origin: content-box;
59 background-position: top left;
60 background-position: 50% 0%;
61 background-position: center right;
62 background-position: right bottom;
63 background-repeat: no-repeat;
64 background-repeat: repeat;
65 background-repeat: repeat-x;
66 background-repeat: repeat-y;
67 background-repeat: space;
68 background-repeat: round;
69 background-size: cover;
70 background-size: contain;
71 background-size: initial;
72 background-size: unset;
73 background-size: auto;
74 background-size: inherit;
75 background-size: 100px auto;
76 background-size: 50%;
77 background-size: 3em;
78 background-size: 50% auto;
79 background-size: 3em 25%;
80 border: 4px double black;
81 border-bottom: 2px solid white;
82 border-bottom-color: transparent;
83 border-bottom-color: #fffcd5;
84 border-bottom-right-radius: 70px 40px;
85 border-bottom-style: none;
86 border-bottom-style: hidden;
87 border-bottom-style: dotted;
88 border-bottom-style: dashed;
89 border-bottom-style: solid;
90 border-bottom-style: double;
91 border-bottom-style: groove;
92 border-bottom-style: ridge;
93 border-bottom-style: inset;
94 border-bottom-style: outset;
95 border-bottom-style: inherit;
96 border-style: initial;
97 border-style: none;
98 border-style: hidden;
99 border-style: dotted;
100 border-style: dashed;
101 border-style: solid;
102 border-style: double;
103 border-style: groove;
104 border-style: ridge;
105 border-style: inset;
106 border-style: outset;
107 border-style: dotted solid double dashed;
108 border-bottom-width: 7px;
109 border-collapse: collapse;
110 border-collapse: separate;
111 border-color: transparent;
112 border-color: inherit;
113 border-color: red white;
114 border-image: none;
115 border-image: url(/example/image/bg.png) 30 round round;
116 border-left: 2px dotted green;
117 border-left-style: double;
118 border-left-width: thick;
119 border-radius: 50px 0 0 50px;
120 border-radius: 40px 10px;
121 border-radius: 13em/3em;
122 border-radius: 13em 0.5em/1em 0.5em;
123 border-right: 8px;
124 border-right-color: navy;
125 border-right-style: dotted;
126 border-right-width: 3px;
127 border-spacing: 7px 11px;
128 border-style: double;
129 border-top: 2px dotted white;
130 border-top-color: #ccc;
131 border-top-left-radius: 10px;
132 border-bottom-left-radius: 20px;
133 border-top-right-radius: 70px 40px;
134 border-top-style: double;
135 border-top-width: 7px;
136 border-width: thin;
137 border-width: medium;
138 border-width: thick;
139 border-width: 3px 7px 7px 4px;
140 bottom: 15px;
141 bottom: 30%;
142 bottom: auto;
143 box-shadow: none;
144 box-shadow: inset;
145 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
146 box-sizing: content-box;
147 box-sizing: border-box;
148 caption-side: top;
149 caption-side: bottom;
150 clear: none;
151 clear: left;
152 clear: right;
153 clear: both;
154 clip: auto;
155 clip: rect(auto, 220px, auto, 0);
156 color: transparent;
157 color: rgb(0, 113, 181);
158 column-count: auto;
159 column-count: 2;
160 column-fill: auto;
161 column-fill: balance;
162 column-fill: balance-all;
163 column-gap: 2em;
164 column-gap: normal;
165 column-rule: 1px solid #ccc;
166 column-rule-color: #ccc;
167 column-rule-style: none;
168 column-rule-style: hidden;
169 column-rule-style: dotted;
170 column-rule-style: dashed;
171 column-rule-style: solid;
172 column-rule-style: double;
173 column-rule-style: groove;
174 column-rule-style: ridge;
175 column-rule-style: inset;
176 column-rule-style: outset;
177 column-rule-width: thin;
178 column-rule-width: medium;
179 column-rule-width: thick;
180 column-span: none;
181 column-span: all;
182 column-width: 200px;
183 column-width: auto;
184 columns: 200px auto;
185 columns: 3 12em;
186 columns: 2;
187 content: open-quote;
188 content: close-quote;
189 content: no-open-quote;
190 content: url();
191 content: counter;
192 content: normal;
193 content: none;
194 content: attr(href);
195 counter-increment: none;
196 counter-increment: list2;
197 counter-increment: heading5;
198 counter-reset: none;
199 counter-reset: inherit;
200 cursor: url();
201 cursor: auto;
202 cursor: none;
203 cursor: default;
204 cursor: context-menu;
205 cursor: help;
206 cursor: pointer;
207 cursor: progress;
208 cursor: wait;
209 cursor: cell;
210 cursor: crosshair;
211 cursor: text;
212 cursor: vertical-text;
213 cursor: alias;
214 cursor: copy;
215 cursor: move;
216 cursor: no-drop;
217 cursor: not-allowed;
218 cursor: all-scroll;
219 cursor: col-resize;
220 cursor: row-resize;
221 cursor: n-resize;
222 cursor: ne-resize;
223 cursor: e-resize;
224 cursor: se-resize;
225 cursor: s-resize;
226 cursor: sw-resize;
227 cursor: w-resize;
228 cursor: nw-resize;
229 cursor: nesw-resize;
230 cursor: nwse-resize;
231 cursor: zoom-in;
232 cursor: zoom-out;
233 cursor: grab;
234 cursor: grabbing;
235 direction: ltr;
236 direction: rtl;
237 display: block;
238 display: inline;
239 display: inline-block;
240 display: inline-table;
241 display: inline-flex;
242 display: flex;
243 display: list-item;
244 display: none;
245 display: run-in;
246 display: table;
247 display: table-caption;
248 display: table-cell;
249 display: table-column-group;
250 display: table-column;
251 display: table-footer-group;
252 display: table-header-group;
253 display: table-row;
254 display: table-row-group;
255 empty-cells: show;
256 empty-cells: hide;
257 filter: grayscale(100%);
258 filter: none;
259 filter: blur();
260 filter: brightness();
261 filter: contrast();
262 filter: drop-shadow();
263 filter: grayscale();
264 filter: hue-rotate();
265 filter: invert();
266 filter: opacity();
267 filter: saturate();
268 filter: sepia();
269 flex: none;
270 flex: 0 1 auto;
271 flex-basis: 100%;
272 flex-basis: auto;
273 flex-direction: row;
274 flex-direction: row-reverse;
275 flex-direction: column;
276 flex-direction: column-reverse;
277 flex-flow: row-reverse wrap;
278 flex-grow: 1;
279 flex-shrink: 3;
280 flex-wrap: nowrap;
281 flex-wrap: wrap;
282 flex-wrap: wrap-reverse;
283 float: left;
284 float: right;
285 float: none;
286 font: 12pt/10pt sans-serif;
287 font: bold italic 110% serif;
288 font: 2em fantasy;
289 font-family: Geneva, Arial, Helvetica, sans-serif;
290 font-family: Georgia, 'Times New Roman', Times, serif;
291 font-kerning: auto;
292 font-kerning: normal;
293 font-kerning: none;
294 font-size: 250%;
295 font-size: 11pt;
296 font-stretch: ultra-condensed;
297 font-stretch: extra-condensed;
298 font-stretch: condensed;
299 font-stretch: semi-condensed;
300 font-stretch: normal;
301 font-stretch: semi-expanded;
302 font-stretch: expanded;
303 font-stretch: extra-expanded;
304 font-stretch: ultra-expanded;
305 font-style: normal;
306 font-style: italic;
307 font-style: oblique;
308 font-variant: normal;
309 font-variant: small-caps;
310 font-weight: bold;
311 font-weight: bolder;
312 font-weight: lighter;
313 font-weight: normal;
314 font-weight: 100;
315 font-weight: 400;
316 font-weight: 900;
317 height: 50px;
318 height: 25%;
319 height: auto;
320 hyphens: none;
321 hyphens: manual;
322 hyphens: auto;
323 image-rendering: auto;
324 image-rendering: crisp-edges;
325 image-rendering: pixelated;
326 justify-content: flex-start;
327 justify-content: flex-end;
328 justify-content: center;
329 justify-content: space-between;
330 justify-content: space-around;
331 left: 60%;
332 left: -12px;
333 letter-spacing:
334 letter-spacing: 2px;
335 letter-spacing: normal;
336 line-height: 70%;
337 line-height: 1.5;
338 line-height: normal;
339 list-style: square outside;
340 list-style-image:
341 list-style-image: none;
342 list-style-image: url();
343 list-style-position: inside;
344 list-style-position: outside;
345 list-style-type: circle;
346 list-style-type: disc;
347 list-style-type: square;
348 list-style-type: armenian;
349 list-style-type: decimal;
350 list-style-type: decimal-leading-zero;
351 list-style-type: georgian;
352 list-style-type: lower-alpha;
353 list-style-type: lower-greek;
354 list-style-type: lower-latin;
355 list-style-type: lower-roman;
356 list-style-type: upper-alpha;
357 list-style-type: upper-latin;
358 list-style-type: upper-roman;
359 list-style-type: none;
360 margin: 40%;
361 margin: 10px;
362 margin-bottom: -7px;
363 margin-left: 16px;
364 margin-right: 120px;
365 margin-top: -3px;
366 max-height: 80px;
367 max-width: 480px;
368 min-height: 112px;
369 min-width: 300px;
370 object-fit: fill;
371 object-fit: contain;
372 object-fit: cover;
373 object-fit: none;
374 opacity: 0.5;
375 order: 5;
376 orphans: 3;
377 outline: 1px solid #666;
378 outline-color: invert;
379 outline-color: #be8b5e;
380 outline-offset: -10px;
381 outline-style: none;
382 outline-style: dotted;
383 outline-style: dashed;
384 outline-style: solid;
385 outline-style: double;
386 outline-style: groove;
387 outline-style: ridge;
388 outline-style: inset;
389 outline-style: outset;
390 outline-width: thin;
391 outline-width: medium;
392 outline-width: thick;
393 outline-width: 3px;
394 overflow: auto;
395 overflow: hidden;
396 overflow: scroll;
397 overflow: visible;
398 overflow-x: scroll;
399 overflow-y: visible;
400 padding: 20px;
401 padding-bottom: 117px;
402 padding-left: 65px;
403 padding-right: 293px;
404 padding-top: 22px;
405 page-break-after: always;
406 page-break-after: auto;
407 page-break-after: avoid;
408 page-break-after: left;
409 page-break-after: right;
410 page-break-before: always;
411 page-break-before: auto;
412 page-break-before: avoid;
413 page-break-before: left;
414 page-break-before: right;
415 page-break-inside:
416 page-break-inside: auto;
417 page-break-inside: avoid;
418 perspective: 800px;
419 perspective: none;
420 perspective-origin: right center;
421 perspective-origin: 0 50%;
422 pointer-events: auto;
423 pointer-events: none;
424 position: absolute;
425 position: fixed;
426 position: relative;
427 position: static;
428 position: sticky;
429 quotes: "\00ab" "\00bb";
430 quotes: none;
431 resize: none;
432 resize: both;
433 resize: horizontal;
434 resize: vertical;
435 right: 10px;
436 tab-size: 3;
437 table-layout: auto;
438 table-layout: fixed;
439 text-align: center;
440 text-align: justify;
441 text-align: left;
442 text-align: right;
443 text-align: start;
444 text-align: end;
445 text-align-last: start;
446 text-align-last: end;
447 text-align-last: left;
448 text-align-last: right;
449 text-align-last: center;
450 text-align-last: justify;
451 text-decoration: blink;
452 text-decoration: line-through;
453 text-decoration: overline;
454 text-decoration: underline;
455 text-decoration: none;
456 text-decoration-color: red;
457 text-decoration-line: line-through;
458 text-decoration-line: overline;
459 text-decoration-line: underline;
460 text-decoration-line: none;
461 text-decoration-style: solid;
462 text-decoration-style: double;
463 text-decoration-style: dotted;
464 text-decoration-style: dashed;
465 text-decoration-style: wavy;
466 text-indent: 1.5em;
467 text-overflow: clip;
468 text-overflow: ellipsis;
469 text-shadow: 1px 1px 2px black;
470 text-transform: capitalize;
471 text-transform: lowercase;
472 text-transform: uppercase;
473 text-transform: none;
474 top: 50px;
475 top: auto;
476 transform: matrix();
477 transform: matrix3d();
478 transform: rotate3d();
479 transform: rotateX();
480 transform: rotateY();
481 transform: rotateZ();
482 transform: scale();
483 transform: rotate();
484 transform: none();
485 transform: scale3d();
486 transform: scaleX();
487 transform: scaleY();
488 transform: scaleZ();
489 transform: skewX();
490 transform: skewY();
491 transform: translate();
492 transform: translate3d();
493 transform: translateX();
494 transform: translateY();
495 transform: translateZ();
496 transform: perspective();
497 transform: rotate(15deg);
498 transform-origin: 100% 0;
499 transform-style: flat;
500 transform-style: preserve-3d;
501 transition: top 1s ease-out 0.5s;
502 transition-delay: 0.5s;
503 transition-duration: 2s;
504 transition-property: none;
505 transition-property: all;
506 transition-property: top;
507 transition-timing-function: ease;
508 transition-timing-function: ease-in;
509 transition-timing-function: ease-out;
510 transition-timing-function: ease-in-out;
511 transition-timing-function: linear;
512 transition-timing-function: step-start;
513 transition-timing-function: step-end;
514 transition-timing-function: steps;
515 transition-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
516 unicode-bidi: normal;
517 unicode-bidi: embed;
518 unicode-bidi: bidi-override;
519 user-select: auto;
520 user-select: none;
521 user-select: text;
522 user-select: all;
523 user-select: contain;
524 vertical-align: baseline;
525 vertical-align: bottom;
526 vertical-align: middle;
527 vertical-align: sub;
528 vertical-align: super;
529 vertical-align: text-bottom;
530 vertical-align: text-top;
531 vertical-align: top;
532 vertical-align: 5px;
533 visibility: visible;
534 visibility: hidden;
535 visibility: collapse;
536 white-space: normal;
537 white-space: nowrap;
538 white-space: pre;
539 white-space: pre-line;
540 white-space: pre-wrap;
541 widows: 3;
542 width: 400px;
543 width: auto;
544 width: 75%;
545 word-break: normal;
546 word-break: break-all;
547 word-break: keep-all;
548 word-spacing: 20px;
549 word-wrap: normal;
550 word-wrap: break-word;
551 writing-mode: horizontal-tb;
552 writing-mode: vertical-rl;
553 writing-mode: vertical-lr;
554 writing-mode: sideways-rl;
555 writing-mode: sideways-lr;
556 z-index: 10;
557 z-index: auto;
558 zoom: 3;
559 zoom: 5%;
560 zoom: normal;
561 @charset "windows-1251";
562 @charset "utf-8";
563 @document url()
564 @document url-prefix()
565 @document domain()
566 @document regexp()
567 @font-face
568 @import "/style/main.css" screen;
569 @import all;
570 @import aural;
571 @import braille;
572 @import handheld;
573 @import print;
574 @import projection;
575 @import screen;
576 @import tv;
577 @keyframes {}
578 @media all;
579 @media print;
580 @media screen;
581 @media speech;
582 @page :left {}
583 @page :right {}
584 @page :first {}
585 @viewport {}
586 .class:active {}
587 .class:checked {}
588 .class:default {}
589 .class:disabled {}
590 .class:empty {}
591 .class:enabled {}
592 .class:first-child {}
593 .class:first-of-type {}
594 .class:focus {}
595 .class:fullscreen {}
596 .class:hover {}
597 .class:in-range {}
598 .class:indeterminate {}
599 .class:invalid {}
600 .class:lang (en) {}
601 .class:last-child {}
602 .class:last-of-type {}
603 .class:link {}
604 .class:not {}
605 .class:nth-child(2n+1) {}
606 .class:nth-child(odd) {}
607 .class:nth-child(even) {}
608 .class:nth-last-child(2n+1) {}
609 .class:nth-last-child(odd) {}
610 .class:nth-last-child(even) {}
611 .class:nth-last-of-type(2n+1) {}
612 .class:nth-last-of-type(odd) {}
613 .class:nth-last-of-type(even) {}
614 .class:nth-of-type(2n+1) {}
615 .class:nth-of-type(odd) {}
616 .class:nth-of-type(even) {}
617 .class:only-child {}
618 .class:only-of-type {}
619 .class:optional {}
620 .class:out-of-range {}
621 .class:read-only {}
622 .class:read-write {}
623 .class:required {}
624 .class:root {}
625 .class:target {}
626 .class:valid {}
627 .class:visited {}
628 .class::after {}
629 .class::backdrop {}
630 .class::before {}
631 .class::first-letter {}
632 .class::first-line {}
633 .class::placeholder {}
634 .class::selection {}
635 #id:active {}
636 #id:checked {}
637 #id:default {}
638 #id:disabled {}
639 #id:empty {}
640 #id:enabled {}
641 #id:first-child {}
642 #id:first-of-type {}
643 #id:focus {}
644 #id:fullscreen {}
645 #id:hover {}
646 #id:in-range {}
647 #id:indeterminate {}
648 #id:invalid {}
649 #id:lang (en) {}
650 #id:last-child {}
651 #id:last-of-type {}
652 #id:link {}
653 #id:not {}
654 #id:nth-child(2n+1) {}
655 #id:nth-child(odd) {}
656 #id:nth-child(even) {}
657 #id:nth-last-child(2n+1) {}
658 #id:nth-last-child(odd) {}
659 #id:nth-last-child(even) {}
660 #id:nth-last-of-type(2n+1) {}
661 #id:nth-last-of-type(odd) {}
662 #id:nth-last-of-type(even) {}
663 #id:nth-of-type(2n+1) {}
664 #id:nth-of-type(odd) {}
665 #id:nth-of-type(even) {}
666 #id:only-child {}
667 #id:only-of-type {}
668 #id:optional {}
669 #id:out-of-range {}
670 #id:read-only {}
671 #id:read-write {}
672 #id:required {}
673 #id:root {}
674 #id:target {}
675 #id:valid {}
676 #id:visited {}
677 #id::after {}
678 #id::backdrop {}
679 #id::before {}
680 #id::first-letter {}
681 #id::first-line {}
682 #id::placeholder {}
683 #id::selection {}
684 a[target="_blank"] {}
685 a[href^="http://"] {}
686 a[href$=".ru"] {}
687 a[href*="htmlbook"] {}
688 [class~="block"] a {}
689 div[class|="block"] {}

Связаться
Выделить
Выделите фрагменты страницы, относящиеся к вашему сообщению
Скрыть сведения
Скрыть всю личную информацию
Отмена