diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..5028bba --- /dev/null +++ b/functions.php @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/lib/images/logo.png b/lib/images/logo.png new file mode 100644 index 0000000..26765dc Binary files /dev/null and b/lib/images/logo.png differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..f4d673d Binary files /dev/null and b/screenshot.png differ diff --git a/style.css b/style.css new file mode 100755 index 0000000..6f21477 --- /dev/null +++ b/style.css @@ -0,0 +1,24 @@ +/* +Theme Name: Urwahl3000 Childtheme +Theme URI: http://kre8tiv.de/urwahl3000/ +Description: Child-Theme für Urwahl3000 +Author: Design & Kommunikation im modulbüro +Author URI: http://www.modulbuero.de +Template: urwahl3000 +Version: 1.0.1 +*/ + +/* Ab hier die eigenen Anpassungen... */ + +/*SMALLER LAPTOPS */ +@media screen { + + + +} + +/*SMALLER LAPTOPS */ +@media only screen and (min-width: 770px) { + + +}