-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhook.css
38 lines (37 loc) · 989 Bytes
/
hook.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
/**
* Hook
* Version: 1.0
* Author: Jordan Singer, Brandon Jacoby
* Copyright (c) 2013 - Hook. All rights reserved.
* http://www.usehook.com
*/
/* 'customizable' declares that a property can be customized without breaking functionality */
#hook * {
margin: 0 auto;
}
#hook {
/* customizable */ height: 85px;
/* customizable */ background: url(hook-bg.png) repeat;
/* customizable box-shadow: 0px -9px 5px -5px #999 inset; */
clear: both;
position: relative;
width: 100%;
overflow: hidden;
text-align: center;
}
#hook span#hook-text {
/* customizable */ font-size: 14px;
/* customizable */ font-family: Arial, Helvetica, sans-serif;
/* customizable */ color: #999;
/* customizable */ font-weight: normal;
/* customizable */ text-shadow: 0px 1px #fff;
}
#hook #loader {
padding: 10px 0;
}
#hook .spinner {
display: block;
/* customizable */ background: url(hook-spinner.gif) no-repeat center;
/* customizable */ width: 32px;
/* customizable */ height: 32px;
}