|
|
| (не показано 10 промежуточных версий этого же участника) |
| Строка 15: |
Строка 15: |
| --></div><!-- | | --></div><!-- |
|
| |
|
| -->{{#css: | | --><templatestyles src="GradientBlock/styles.css" /> |
| .gradient-block {
| |
| display: inline-flex;
| |
| flex-direction: column;
| |
| border: 1px solid #3c3c47;
| |
| border-radius: 0.2em;
| |
| }
| |
| | |
| .gradient-block__header,
| |
| .gradient-block__sub-body {
| |
| padding: 6px;
| |
| background: linear-gradient(120deg, #2f2f37, #28282f);
| |
| text-align: left;
| |
| border-radius: 0.2em 0.2em 0 0;
| |
| }
| |
| | |
| .gradient-block__header {
| |
| border-radius: 0.2em 0.2em 0 0;
| |
| }
| |
| | |
| .gradient-block__sub-body {
| |
| border-radius: 0 0 0.2em 0.2em;
| |
| }
| |
| | |
| .gradient-block__body {
| |
| box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3), inset 0 -3px 5px rgba(0, 0, 0, 0.3);
| |
| background: #232329;
| |
| flex-grow: 2;
| |
| border-radius: 0 0 0.2em 0.2em;
| |
| padding: 8px;
| |
| position: relative;
| |
| font-size: 14px;
| |
| border-top: 1px solid #333339;
| |
| border-bottom: 1px solid #333339;
| |
| overflow: auto;
| |
| }
| |
| }}
| |