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

Материал из Space Station 14 Вики
Новая страница: «.пометка-проекта__absolute { position: absolute; left:0; top:0; padding: 2px 4px; font-family: "noto sans"; font-size: 0.7em; font-weight: bold; color: var(--text-color-orange); background: var(--bg-color-orange-dark); border-radius: 0.3em; } .пометка-проекта__wrapper { right: 0; bottom: 0; text-align: right; border-radius: 0; color: var(--text-color-orange);...»
 
мНет описания правки
 
Строка 2: Строка 2:
     position: absolute;
     position: absolute;
      
      
     left:0;
     left: 0;
     top:0;
     top: 0;


     padding: 2px 4px;
     padding: 2px 4px;
     font-family: "noto sans";
     font-family: var(--font-family-heading);
    font-size: 0.7em;
     font-size: var(--font-size-xxs);
     font-weight: bold;
     border-radius: var(--border-radius-medium);
    color: var(--text-color-orange);
     background: var(--bg-color-orange-dark);
    border-radius: 0.3em;
}
}


Строка 20: Строка 17:
     text-align: right;
     text-align: right;
     border-radius: 0;
     border-radius: 0;
    color: var(--text-color-orange);
    background: var(--bg-color-orange-dark);
}
}

Текущая версия от 22:57, 20 июня 2025

.пометка-проекта__absolute {
    position: absolute;
    
    left: 0;
    top: 0;

    padding: 2px 4px;
    font-family: var(--font-family-heading);
    font-size: var(--font-size-xxs);
    border-radius: var(--border-radius-medium);
}

.пометка-проекта__wrapper {
    right: 0;
    bottom: 0;

    text-align: right;
    border-radius: 0;
}