mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 17:19:03 +08:00
14 lines
386 B
CSS
14 lines
386 B
CSS
@charset "UTF-8";
|
|
|
|
/* import core styles | Basis-Stylesheets einbinden */
|
|
@import url(yaml/core/base.css);
|
|
@import url(yaml/screen/content_default.css);
|
|
|
|
/* import screen layout | Screen-Layout einbinden */
|
|
@import url(screen/nav_vlist.css);
|
|
@import url(screen/basemod.css);
|
|
|
|
/* import print layout | Druck-Layout einbinden */
|
|
@import url(yaml/print/print_100_draft.css);
|
|
|