Песочница/Pok/3: различия между версиями

Отмена правки 53459, сделанной Pok (обсуждение)
Метка: отмена
мНет описания правки
Строка 17: Строка 17:
{{#css:
{{#css:
.category-menu {
.category-menu {
     border: 1px solid black;
     border: 2px solid #4a4a55;
     border-radius: 0.3em;
     border-radius: 0.3em;
     background-color: #37373d;
     background-color: #37373d;
     overflow: hidden;
     overflow: hidden;
     padding: 10px 8px;
     padding: 12px 10px;
     box-sizing: border-box;
     box-sizing: border-box;
}
}
Строка 67: Строка 67:
     max-height: 400px;
     max-height: 400px;
     transition: all 0.05s;
     transition: all 0.05s;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
}
.menu div:not(:last-child) {
.menu div:not(:last-child) {
Строка 85: Строка 86:


.menu .active {
.menu .active {
     border: 2px solid #888897;
     outline: 2px solid #888897;
}
}


Строка 99: Строка 100:
     box-sizing: border-box;
     box-sizing: border-box;
     margin-left: 10px;
     margin-left: 10px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}
}