Skip to content

Commit 4b153ae

Browse files
author
Troy Howard
committed
initial design
1 parent ce1fe87 commit 4b153ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+8505
-413
lines changed

css/bootstrap-responsive.css

+1,088
Large diffs are not rendered by default.

css/bootstrap-responsive.min.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.css

+4,678
Large diffs are not rendered by default.

css/bootstrap.min.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

layout.css css/layout.css

File renamed without changes.

css/main.css

+134
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
2+
3+
/* ==========================================================================
4+
Author's custom styles
5+
========================================================================== */
6+
7+
8+
header {
9+
z-index: 50000;
10+
background-color: #1D1D1D;
11+
background-color: rgba(29, 29, 29, 0.88);
12+
border-bottom: 5px solid black;
13+
text-transform: uppercase;
14+
font-weight: bold;
15+
}
16+
.navbar .btn-navbar, .navbar .btn-navbar:hover {
17+
background-color: #1D1D1D;
18+
background-color: rgba(29, 29, 29, 0.66);
19+
}
20+
.navbar .btn-navbar:hover {
21+
background-color: #1D1D1D;
22+
background-color: rgba(29, 29, 29, 0.88);
23+
}
24+
.navbar-collapse {
25+
background-color: transparent;
26+
}
27+
28+
.navbar .nav > li > a {
29+
color: #a49d95;
30+
text-shadow: none;
31+
-webkit-border-radius: 0;
32+
-moz-border-radius: 0;
33+
border-radius: 0;
34+
}
35+
.navbar .nav > li > a:hover,
36+
.navbar .nav > li > .active a,
37+
.navbar .nav > a,
38+
.navbar .nav > a:hover,
39+
.navbar .nav > .active a,
40+
.navbar .nav > .active a:hover {
41+
color: #fff;
42+
background-color: #2d2d2d;
43+
text-decoration: none;
44+
text-shadow: none;
45+
}
46+
47+
header > ul {
48+
margin: 0 0 0 3px;
49+
float: left;
50+
}
51+
52+
header > ul li {
53+
display: inline;
54+
margin-left: 18px;
55+
}
56+
57+
.banner {
58+
padding-top: 20px;
59+
padding-bottom: 0;
60+
}
61+
strong {
62+
border-bottom: 1px solid #CCC;
63+
}
64+
65+
hr.pinstripe {
66+
border-top: solid 1px #333;
67+
border-bottom: solid 4px #333;
68+
color: white;
69+
background-color: white;
70+
height: 2px;
71+
margin: 0;
72+
padding: 0;
73+
margin: 10px 0 25px 0;
74+
}
75+
76+
#slab {
77+
text-align: center;
78+
}
79+
section .container {
80+
padding: 30px 0;
81+
}
82+
#home {
83+
margin-bottom: 30px;
84+
}
85+
#info {
86+
background-image: url(../img/satin-weave.png);
87+
}
88+
#crew {
89+
background-image: url(../img/retina-dust.png);
90+
margin-bottom: -20px;
91+
}
92+
footer {
93+
margin:0;
94+
padding:0;
95+
}
96+
#social-footer {
97+
margin: 0 0 20px 0;
98+
text-align: center;
99+
vertical-align: middle;
100+
}
101+
#social-footer a {
102+
padding-left: 10px;
103+
}
104+
105+
.rock {
106+
-webkit-transition: -webkit-transform 0.4s ease-out;
107+
-moz-transition: -moz-transform 0.4s ease-out;
108+
-ms-transition: -ms-transform 0.4s ease-out;
109+
-o-transition: -o-transform 0.4s ease-out;
110+
transition: transform 0.4s ease-out;
111+
}
112+
113+
*:hover > .rock {
114+
-webkit-transform: rotateZ(15deg);
115+
-moz-transform: rotateZ(15deg);
116+
-ms-transform: rotateZ(15deg);
117+
-o-transform: rotateZ(15deg);
118+
transform: rotateZ(15deg);
119+
}
120+
121+
@-webkit-keyframes bounce {
122+
from {
123+
margin-left: -25px;
124+
}
125+
to {
126+
margin-left: 25px;
127+
}
128+
}
129+
130+
.headshot {
131+
width: 128px;
132+
}
133+
134+

css/slabtext.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typography.css css/typography.css

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)