-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcatface.css
More file actions
37 lines (30 loc) · 1.1 KB
/
catface.css
File metadata and controls
37 lines (30 loc) · 1.1 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
#catface {
background:transparent url(images/shadow.png) repeat-x;
border-left:0;
border-right:0;
bottom:0;
display:none;
left:0;
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
padding-top:10px;
position:fixed;
text-align:center;
width:100%;
}
#catface.catface-ie {
bottom:expression((0 - document.documentElement.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
left:0;
overflow:hidden;
position:absolute;
right:0;
width:expression((document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + 'px');
}
#catface .catface-body { position:relative;z-index:100; }
#catface .catface-close { border:0;position:absolute;right:4px;top:4px; }
#catface .catface-close img { border:0; }
#catface .catface-content { padding:1em; }
#catface .catface-loading { text-align:center; }
#catface .catface-loading img { margin:auto;padding:10px 20px; }