/* Theme Name: Luther Description: Child theme for the Alien Ship theme Version: 1.0 Author: Your Name Author URI: http://yoursite.com/ Template: alienship */ /* This is a starter style.css file for your Alien Ship child theme. Place it in your child theme's directory and activate it in the WordPress admin panel. For more information about creating your own child theme, visit the following web page: http://codex.wordpress.org/Child_Themes */ /* --------------------------------------------------------------------- Uncomment the following line to import Alien Ship's style.css file. --------------------------------------------------------------------- */ @import url("../../../wp-content/themes/alienship/style.css"); img.header-image { max-width: 950px; max-height: 200px; } #sidebar { background-color :transparent; } body { color: #fff; } .navbar-default { background-color :transparent; border-color:transparent; } a { color: #fff; } body { background: #111 url(../../../wp-content/themes/child_theme/images/bg.jpg) no-repeat center fixed; } a:hover, a:focus, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus { color: red !important; background-color:transparent; }