-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
134 lines (109 loc) · 2.28 KB
/
custom.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
@font-face {
font-family: 'burst_my_bubbleregular';
src: url('fonts/burstmybubble-webfont.eot');
src: url('fonts/burstmybubble-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/burstmybubble-webfont.woff2') format('woff2'),
url('fonts/burstmybubble-webfont.woff') format('woff'),
url('fonts/burstmybubble-webfont.ttf') format('truetype'),
url('fonts/burstmybubble-webfont.svg#burst_my_bubbleregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'primerprint';
src: url('fonts/primer_print-webfont.eot');
src: url('fonts/primer_print-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/primer_print-webfont.woff2') format('woff2'),
url('fonts/primer_print-webfont.woff') format('woff'),
url('fonts/primer_print-webfont.ttf') format('truetype'),
url('fonts/primer_print-webfont.svg#primerprint') format('svg');
font-weight: normal;
font-style: normal;
}
body {
padding-top: 15px;
}
#header-region {
margin: 15px 15px 0 15px;
}
#main-region {
}
nav {
margin-left: 130px;
}
nav h1 {
float: left;
margin: 5px 0 0 0;
font-size: 30px;
}
.wrapper-right {
margin: 0 0 0 160px;
}
.tool {
margin-top: 150px;
}
.section-description {
margin-top: 15px;
}
.hand-written {
font-family: primerprint, Arial, sans-serif;
font-size: 3em;
}
.search-form-simple {
margin-top: 20px;
}
.search-form .form-control-wrapper {
margin-top: 15px;
}
.hacks {
margin-top: 15px;
}
.search-form .advanced {
}
.search-form .submit {
margin-top: 15px;
}
.join-us {
position: relative;
font-size: 32px;
color: red;
text-align: center;
}
.join-us--arrow {
position: absolute;
z-index: 9999;
right: 0px;
bottom: -100px;
}
#sidebar {
font-family: primerprint, Arial, sans-serif;
font-size: 20px;
position: fixed;
top: 0px;
left: 0px;
background: #EEE;
padding: 30px 15px 0;
width: 130px;
height: 5000px;
text-align: center;
}
#sidebar .menu-item {
margin-bottom: 40px;
}
.hack-results {
margin-top: 15px !important;
}
.hack-results .thumbnail h3 {
font-size: 22px;
margin-top: 5px;
}
#sidebar .icon {
font-size: 40px;
clear: both;
}
.see-more {
text-align: center;
}
.page2 {
display:none;
}