forked from allgirlhacknight/allgirlhacknight.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhacknight.css
More file actions
109 lines (102 loc) · 2.22 KB
/
hacknight.css
File metadata and controls
109 lines (102 loc) · 2.22 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
/* 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: 'blackrose';
src: url('fonts/BLACKR-webfont.eot');
src: url('fonts/BLACKR-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/BLACKR-webfont.woff') format('woff'),
url('fonts/BLACKR-webfont.ttf') format('truetype'),
url('fonts/BLACKR-webfont.svg#BlackRoseRegular') 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, h3 {
color: #d31a53;
font-family: bebas;
text-align: center;
}
h1 { font-size: 6em; margin: 100px 0 0; }
h1 span {
padding: 70px 0px 0px 90px;
background: url("img/logo-tilt.png") no-repeat left top;
margin-left: -90px;
}
h2 { font-size: 3em; color: #c5a664; margin: 0 0 1em; }
h2 span { font-family: blackrose; text-transform: lowercase; color: #fff; }
h3 { 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 {
font-family: blackrose;
font-size: 3em;
line-height: 1.1em;
text-align: center;
height: 2.2em;
overflow: hidden;
}
.thismonth {
background-color: #d31a53;
padding: 1em 2em;
overflow: hidden;
color: #fff;
font-size: 1.3em;
}
.thismonth a {
color: #c5a664;
}
.thismonth img {
float: left;
margin: 0 1em 1em 0;
}
.datetime {
text-align: center;
font-size: 1.5em;
font-weight: bold;
}
.otherevents, .jobs {
margin: 5em 0;
font-size: 1.1em;
}