Макет интерфейса UIK (Основан на UIkit) | UIK interface template (Based on UIkit)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

макет|template.css 438B

12345678910111213141516171819202122232425262728
  1. .tm-sidebar-left
  2. {
  3. width: 240px !important;
  4. position: fixed;
  5. top: 80px;
  6. bottom: 0;
  7. padding: 40px;
  8. border-right: 1px #e5e5e5 solid;
  9. overflow: auto;
  10. }
  11. .tm-nav .uk-nav-header
  12. {
  13. padding: 8px 0;
  14. border-bottom: 1px #e5e5e5 solid;
  15. }
  16. #${содержимое}
  17. {
  18. width: calc(100% - 320px);
  19. height: calc(100% - 80px);
  20. position: fixed;
  21. top: 80px;
  22. left: 320px;
  23. right: 0;
  24. bottom: 0;
  25. }