-
Notifications
You must be signed in to change notification settings - Fork 1
/
old-style.css
152 lines (122 loc) · 2.45 KB
/
old-style.css
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
body {
background-color: #F3F3F3;
font: 20px/25px 'inconsolata';
margin: 0;
}
a {
text-decoration:none;
color: #066;
}
a:hover {
color: #777;
}
h1, h2, h3 {
font: 75px 'Lobster Two', 'inconsolata';
margin: 0;
color: #555;
}
h3 {
font: 20px/10px 'inconsolata';
color: #555;
}
header {
min-height: 300px;
padding: 100px 0 100px 75px;
border-bottom: 5px solid #555;
background: url(images/starmonkey.png) no-repeat;
background-position: bottom 50px right;
}
header ul li {
list-style: none;
}
header h1 {
font-size: 150px;
line-height: 175px;
margin: 0;
}
section {
margin: 20px 0 0 60px;
width: 600px;
}
q{
display: block;
margin: 30px;
font: 30px/35px 'Lobster Two', cursive;
color: #555;
}
.extra-special{
color: #F55D71;
}
.text-right {
padding: 3% 6% 3% 55%;
}
.text-left {
padding: 3% 55% 3% 6%;
}
.text-left, .text-right{
border-bottom: 5px solid #555;
}
.passion-projects {
background:url(images/starfish.png) fixed no-repeat;
background-position: left;
}
.src2013 {
background:url(images/tree.png) fixed no-repeat;
background-position: right 100px center;
}
.fluent2013 {
background:url(images/yak.png) fixed no-repeat;
background-position: left center;
}
.fluent2013 h2, .fluent2013 a, .fluent2013 h3{
color: #DB6C27;
}
.fluent2013 p {
color: #F0A06E;
}
.soa .disaster {
color: #E83143;
}
.velocity2013 {
background:url(images/buried-ostrich.png) fixed no-repeat;
background-position: right 100px center;
}
.wicked2013 {
background:url(images/dino.png) fixed no-repeat;
background-position: left 175px center;
}
.railsgirls-milan {
background:url(images/boot.png) fixed no-repeat;
background-position: right 100px center;
}
.fluent2014 {
background:url(images/robot.png) fixed no-repeat;
background-position: left 200px center;
}
.codemania2014 {
background:url(images/car.png) fixed no-repeat;
background-position: right 50px center;
}
.frontendops2014 {
background:url(images/robot.png) fixed no-repeat;
background-position: left 200px center;
}
.soa {
background:url(images/robot-wires.png) fixed no-repeat;
background-position: left 50px center;
}
.railsbridge {
background:url(images/ruby.png) fixed no-repeat;
background-position: right 200px center;
}
footer {
max-width: 500px;
margin: 40px auto 0 auto;
height: 145px;
background: url(images/banana.png) no-repeat;
}
footer p{
position: absolute;
margin-top: 105px;
margin-left: 250px;
}