summaryrefslogtreecommitdiff
path: root/style.css
blob: 98a53c0131d9013541046bf86a51e847ef0f344c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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;
}