summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css68
1 files changed, 68 insertions, 0 deletions
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