From 90d0a66ce3ca3e0edd696bdcab9854480783ff74 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 24 Sep 2011 21:57:54 -0700 Subject: kilabytes wordpress theme --- style.css | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..98a53c0 --- /dev/null +++ b/style.css @@ -0,0 +1,68 @@ +/* +Theme Name: Kil-a-Bytes +Theme URI: http://mckenzierobotics.org + +Author: Luke Shumaker +Author URI: http://lukeshu.ath.cx + +License: GNU General Public License +License URI: license.txt + +Description: HTML5 Theme for FRC team 1024, a child theme of Twenty-Eleven +Version: 0.1 + +Template: twentyeleven +*/ + +@import url("../twentyeleven/style.css"); +@import url("/logo-style.css.php"); + +/* +yellow : #FFFF00 +background-blue: #2210D2 +highlight-blue : #0000FF <-lighter that background, darker than light +light-blue : #1E90FF +*/ + +header#branding hgroup { + margin: 0; + + min-height: 175px; + background: url('img/swoosh.png') no-repeat right bottom; + + padding: 2em 50% 0 3em; + overflow: hidden; + /* border: solid 1px red; */ +} + +header#branding hgroup a { + text-decoration: inherit; + color: inherit; +} + +#team-number { + position: absolute; + bottom: 0.2em; + right: 0.4em; + font-size: 130px; + line-height: 1em; +} + +#team-name { + font-size: 80px; +} +header#branding hgroup h2 { + font-size: 40px; +} + +.logo-white, .logo-nowhite { + line-height: 1em; + text-transform: uppercase; +} +.logo-white .lower, .logo-nowhite .lower { + text-transform: none; +} + +div.menu-wp_nav_menu-container { + margin: 0 .5em !important; +} \ No newline at end of file -- cgit v1.2.3