Макет интерфейса UIK (Основан на UIkit) | UIK interface template (Based on UIkit)
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- .tm-sidebar-left
- {
- width: 240px !important;
- position: fixed;
- top: 80px;
- bottom: 0;
- padding: 40px;
- border-right: 1px #e5e5e5 solid;
- overflow: auto;
- }
-
- .tm-nav .uk-nav-header
- {
- padding: 8px 0;
- border-bottom: 1px #e5e5e5 solid;
- }
-
- #${содержимое}
- {
- width: calc(100% - 320px);
- height: calc(100% - 80px);
- position: fixed;
- top: 80px;
- left: 320px;
- right: 0;
- bottom: 0;
- overflow: auto;
- }
|