-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtg.css
More file actions
27 lines (23 loc) · 679 Bytes
/
tg.css
File metadata and controls
27 lines (23 loc) · 679 Bytes
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
/* titleGrabber CSS */
#tG{max-width:250px;z-index:999999;}
#tGDuplicate{max-width:500px;z-index:999998;}
#tGClickable{max-width:750px;z-index:999997;}
#tG,#tGClickable, #tGDuplicate{
border:1px solid #fff;
color:#fff;
background-color: rgba(0, 0, 0, 0.9);
filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 5px 0px #fff;
-moz-box-shadow: 0px 0px 5px 0px #fff;
box-shadow: 0px 0px 5px 0px #fff;
/* Leave unchanged below this line */
display:none;
position:absolute;
padding:10px;
}
/* END titleGrabber */