-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathecui.css
More file actions
executable file
·39 lines (37 loc) · 1.14 KB
/
Copy pathecui.css
File metadata and controls
executable file
·39 lines (37 loc) · 1.14 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
/*<script>window.onload=function(){value=document.getElementsByTagName('TEXTAREA')[0].value;parent.postMessage({url:location.href.slice(7),text:value.slice(value.indexOf('\n')+1).replace(/</g,'<').replace(/>/g,'>').replace(/&/g,'&')},'*');}</script><textarea>*/
.inline-block() {
display: inline-block;
*display: inline;
*zoom: 1;
}
.opacity0() {
opacity: 0;
filter: alpha(opacity=00);
}
.pointer-events-none() {
pointer-events: none;
content: 'pointer-events:none';
filter: pointer-events(none);
}
.width100rate() {
width: 100%;
padding-right: 0px !important;
padding-left: 0px !important;
border-right-width: 0px !important;
border-left-width: 0px !important;
margin-right: 0px !important;
margin-left: 0px !important;
}
.height100rate() {
height: 100%;
padding-top: 0px !important;
padding-bottom: 0px !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.m-width100rate() {
box-sizing: border-box !important;
width: 100%;
}