Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
649 B
22 lines
649 B
@charset "UTF-8";
|
|
/**
|
|
* "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
|
|
* (en) central stylesheet
|
|
* (de) zentrales Stylesheet
|
|
*
|
|
* @creator YAML Builder V1.2b (http://builder.yaml.de)
|
|
* @file my_layout.css
|
|
* @-yaml-minver 3.1
|
|
*
|
|
*/
|
|
|
|
/* import core styles | Basis-Stylesheets einbinden */
|
|
@import url(../yaml/core/base.css);
|
|
|
|
/* import screen layout | Screen-Layout einbinden */
|
|
@import url(../yaml/navigation/nav_shinybuttons.css);
|
|
@import url(screen/basemod.css);
|
|
@import url(screen/content.css);
|
|
|
|
/* import print layout | Druck-Layout einbinden */
|
|
@import url(../yaml/print/print_draft.css);
|