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.
27 lines
992 B
27 lines
992 B
@charset "UTF-8";
|
|
/**
|
|
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
|
|
*
|
|
* (en) draft for a central stylesheet
|
|
* (de) Vorlage für ein zentrales Stylesheets
|
|
*
|
|
* @copyright Copyright 2005-2009, Dirk Jesse
|
|
* @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
|
|
* YAML-C (http://www.yaml.de/en/license/license-conditions.html)
|
|
* @link http://www.yaml.de
|
|
* @package yaml
|
|
* @version 3.1
|
|
* @revision $Revision: 343 $
|
|
* @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
|
|
*/
|
|
|
|
/* 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(/css/screen/basemod.css);
|
|
@import url(/css/screen/content.css); */
|
|
|
|
/* import print layout | Druck-Layout einbinden */
|
|
/* @import url(/css/print/print_003.css); */
|