14
0
Fork 0

initial commit after copying things from Github

This commit is contained in:
Willi Junga 2020-12-03 15:04:59 +01:00
parent 37e10319c6
commit c7780898b6
Signed by: JunWi
GPG Key ID: 16CD94732DE08DA5
4 changed files with 37 additions and 0 deletions

13
functions.php Normal file
View File

@ -0,0 +1,13 @@
<?php
/*Load Stylesheet */
function kr8_childtheme() {
wp_enqueue_style( 'kr8-childtheme-css', get_stylesheet_uri() );
}
add_action( 'wp_enqueue_scripts', 'kr8_childtheme',1000 );
?>

BIN
lib/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

24
style.css Executable file
View File

@ -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) {
}