-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhacknight.css
More file actions
152 lines (145 loc) · 2.92 KB
/
hacknight.css
File metadata and controls
152 lines (145 loc) · 2.92 KB
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
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 7, 2013 09:05:12 PM America/New_York */
@font-face {
font-family: 'bebas';
src: url('fonts/BEBAS___-webfont.eot');
src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/BEBAS___-webfont.woff') format('woff'),
url('fonts/BEBAS___-webfont.ttf') format('truetype'),
url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
}
@font-face {
font-family: 'pacifico';
src: url('fonts/Pacifico-webfont.eot');
src: url('fonts/Pacifico-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Pacifico-webfont.woff') format('woff'),
url('fonts/Pacifico-webfont.ttf') format('truetype'),
url('fonts/Pacifico-webfont.svg#PacificoRegular') format('svg');
}
body {
background: url("img/plaid.jpg") repeat;
font-family: arial;
font-size: 16px;
color: #5e3612;
}
a {
color: #d31a53;
text-decoration: none;
}
a:hover {
color: #f31a53;
}
h1, h2 {
color: #d31a53;
font-family: bebas;
text-align: center;
}
h1 {
font-size: 6em;
margin: 100px 0 0;
text-shadow: .05em .05em 0 #fff;
}
h1 span {
padding: 70px 0px 0px 90px;
background: url("img/logo-tilt.png") no-repeat left top;
margin-left: -90px;
}
h2 { font-family: fantasy, sans-serif; font-size: 3em; color: #c5a664; margin: 0 0 1em; }
h2 span {
font-family: pacifico;
text-transform: lowercase;
color: #1b7778;
text-shadow: .05em .05em 0 #fff;
position: absolute;
top: auto;
left: 10%;
margin-top: -1.3em;
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
transform: rotate(-20deg);
}
h3 { font-family: Verdana, Geneva, sans-serif; color: #c5a664; font-size: 2em; text-align: left;}
nav {
font-family: bebas;
font-size: 2em;
font-weight: bold;
text-align: center;
background-color: #CEC3B8;
padding: .2em;
}
nav a {
padding: 0 .5em;
color: #1b7778;
}
aside { font-style: italic; }
footer {
background-color: #1b7778;
padding: 1em;
text-align: center;
color: #fff;
}
footer a {
color: #c5a664;
}
.content {
width: 60em;
max-width: 70%;
margin: 0px auto;
}
.about,
.aboutlong {
font-family: pacifico;
font-size: 3em;
line-height: 1.4em;
text-align: center;
}
.aboutlong {
display: none;
}
.thismonth {
background-color: #d31a53;
padding: 1em 2em;
overflow: hidden;
color: #fff;
font-size: 1.3em;
margin-top: 4em;
}
.thismonth h2 {
margin-bottom: 0;
}
.thismonth a {
color: #c5a664;
}
.thismonth img {
float: left;
margin: 0 1em 1em 0;
}
.datetime {
text-align: center;
font-size: 1.5em;
font-weight: bold;
margin: .5em 0;
}
.otherevents, .jobs {
margin: 5em 0;
font-size: 1.1em;
}
.job {
background-color: #CEC3B8;
padding: 2em;
}
.job h3 {
margin-bottom: 0 0 .5em;
}
.event {
margin: 1em 0;
background-color: #CEC3B8;
padding: 2em;
}
.event h3 {
margin: 0;
}
.event .datetime {
text-align: left;
}