Материал из Bluemoon Wiki
|
|
Строка 1: |
Строка 1: |
| {{#css: | | {{#css:WIPHeader.css}} |
| .page-message { | |
| min-height: 150px;
| |
| width: 100%;
| |
| border: 1px solid;
| |
| border-radius: 5px 5px 5px 5px;
| |
| background: #FFB273;
| |
| | |
| text-align: center;
| |
| font-family:cursive;
| |
| | |
| }
| |
| | |
| .header {
| |
| display: flex;
| |
| flex-direction: row;
| |
| font-size: 20px;
| |
| line-height: 24px;
| |
|
| |
| height: 50px;
| |
| }
| |
| | |
| .header .left,
| |
| .header .right {
| |
| width: 25%;
| |
| height: 25px;
| |
| }
| |
| | |
| .header .left {
| |
| background-image: repeating-linear-gradient(
| |
| 45deg,
| |
| #171717 0px 10px,
| |
| #FF7400 10px 20px);
| |
| }
| |
| | |
| .header .right {
| |
| background-image: repeating-linear-gradient(
| |
| -45deg,
| |
| #171717 0px 10px,
| |
| #FF7400 10px 20px);
| |
| }
| |
| | |
| .header .text{
| |
| color: white;
| |
| background: #171717;
| |
| width: 100%;
| |
| height: auto;
| |
| border-radius: 0 0 15px 15px;
| |
| display: flex;
| |
| align-items: center;
| |
| justify-content: center;
| |
| | |
| }
| |
| | |
| .message {
| |
| padding: 15px;
| |
| }
| |
| }} | |
| | |
| <div class="page-message" style="--color-message: {{{2|#FFB273}}}"> | | <div class="page-message" style="--color-message: {{{2|#FFB273}}}"> |
| <div class="header" style="--color-header: {{{1|#FF7400}}}"> | | <div class="header" style="--color-header: {{{1|#FF7400}}}"> |
Версия от 19:47, 9 ноября 2024