forked from RRZE-Webteam/Design-RRZE-Techfak2013
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
28 lines (23 loc) · 1.11 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
Theme Name: Techfak2013
Theme URI: https://github.com/RRZE-Webteam/Design-RRZE-Techfak2013
Author URI: http://www.rrze.uni-erlangen.de/
Author: Wolfgang Wiese, Barbara Bothe
Author URI: http://www.rrze.uni-erlangen.de/
Description: Wordpress-Theme for the german event Webkongress Erlangen 2014
Version: 1.4
License: GNU General Public License
License URI: http://www.gnu.org/copyleft/gpl.html
Tags: one-column, two-columns, three-columns, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-header, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/
/* import core styles | Basis-Stylesheets einbinden */
@import url(css/base.css);
@import url(css/base_ym3.css);
/* import screen layout | Screen-Layout einbinden */
@import url(css/techfak-2013/screen/basemod.css);
@import url(css/techfak-2013/screen/content.css);
@import url(css/techfak-2013/screen/buttons.css);
/* Media queries */
@import url(css/techfak-2013/screen/mediaqueries.css);
/* import print layout | Print-Layout einbinden */
@import url(css/techfak2013/print/print.css);