MediaWiki:SandboxCSS: различия между версиями

Материал из Bluemoon Wiki
мНет описания правки
Метка: отменено
мНет описания правки
Метка: отменено
Строка 1: Строка 1:
{{#css:
{{#css:
.page-message {
min-height: 150px;
width: 100%;
border: 1px solid;
border-radius: 5px 5px 5px 5px;
background: var(--color-message, #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,
    var(--color-header, #FF7400) 10px 20px);
}
.header .right {
  background-image: repeating-linear-gradient(
    -45deg,
    #171717 0px 10px,
    var(--color-header, #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 {
.message {
color: var(--color-a);
padding: 15px;
background: var(--color-b);
}
}
}}
}}
<div class="page-message">
  <div class="header" style="--color-header: {{headercolor}}">
    <div class="left"></div>
    <div class="text"> {{header}} </div>
    <div class="right"></div>
  </div>
  <div class="message" style="--color-message: {{mmessagecolor}}">
    {{message}}
  </div>
  <div class="message-editor">
  [[Участник:Gabefrut|Gabefrut]] ([[Обсуждение участника:Gabefrut|обсуждение]]) 19:23, 9 ноября 2024 (MSK)
  </div>
  <p class="message-editor-link">{{footer}}</p>


<div class="message" style="--color-a: red; --color-b: blue">
[[Участник:Gabefrut|Gabefrut]] ([[Обсуждение участника:Gabefrut|обсуждение]]) 19:20, 9 ноября 2024 (MSK)
</div>
<div class="message" style="--color-a: green; --color-b: green">
[[Участник:Gabefrut|Gabefrut]] ([[Обсуждение участника:Gabefrut|обсуждение]]) 19:20, 9 ноября 2024 (MSK)
</div>
<div class="message" style="--color-a: blue; --color-b: red">
[[Участник:Gabefrut|Gabefrut]] ([[Обсуждение участника:Gabefrut|обсуждение]]) 19:20, 9 ноября 2024 (MSK)
</div>
</div>

Версия от 19:23, 9 ноября 2024