Шаблон:SwearingWarning/styles.css: различия между версиями

Новая страница: «.message-box { margin-bottom: 6px; background: rgba(20,20,20,0.12); border-radius: 5px; overflow: hidden; display: grid; border: 1px solid #000; align-items: center; } .message-box::before { content: ""; display: block; width: 6px; height: 100%; } .message-box.warning::before { background: yellow; }»
 
Нет описания правки
Строка 1: Строка 1:
.message-box {
.message-box {
   margin-bottom: 6px;
   margin-bottom: 6px;
   background: rgba(20,20,20,0.12);
   background: rgba(230,230,230,0.25);
   border-radius: 5px;
   border-radius: 5px;
   overflow: hidden;
   overflow: hidden;
   display: grid;
   display: grid;
   border: 1px solid #000;
   border: 1px solid #b3b3b3;
   align-items: center;
   align-items: center;
}
}