diff options
| author | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-10 20:55:53 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-10 20:55:53 +0200 |
| commit | 406abd7c4df1ace2cd3e4e17159e8941a2e8c0c4 (patch) | |
| tree | a324be16021f44f2fd6d55e609f47024e945b1db /themes/greydragon_old/css/screen.css | |
Initial import
Diffstat (limited to 'themes/greydragon_old/css/screen.css')
| -rw-r--r-- | themes/greydragon_old/css/screen.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/greydragon_old/css/screen.css b/themes/greydragon_old/css/screen.css new file mode 100644 index 0000000..d820ad5 --- /dev/null +++ b/themes/greydragon_old/css/screen.css @@ -0,0 +1,17 @@ +/**
+ * Gallery 3 Grey Dragon Theme
+ * Copyright (C) 2006-2011 Serguei Dosyukov
+ *
+ * CSS rules - Kitchen sync
+ *
+ * Color rules for font/background/lines can be found in dedicated colorpack files
+ */
+
+@import "normalize.css";
+@import "layout.css";
+@import "menus.css";
+@import "modules.css";
+@import "forms.css";
+@import "base.css";
+@import "ipad.css";
+@import "rtl.css";
|
