-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
146 lines (117 loc) · 4.93 KB
/
stylesheet.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
135
136
137
138
139
140
141
142
143
144
145
146
/*#nav-container{position:relative;;height:30px;width:100%;display:inline}*/
/*#navspan{margin-top:-10px}*/
#navspan{z-index:10000;position:static !important;}
body, html {
height: 100%;
font-family: 'trebuchet MS','Lucida sans',Arial;
}
body{
word-wrap:break-word !IMPORTANT;
top:0px;left:0px;
padding:8px;
margin:0;
}
#sqltext{width:98%;height:150px}
#editor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
#login{display:none;position:absolute;width:200px;left:calc(50% - 100px);left:45%;top:20%;z-index:10;background:white;padding:10px;border:1px solid black}
#login input[type="button"]{margin-top:4px}
#click{position:absolute;width:100%;height:100%;left:0;top:0;background:gray;opacity:0.4;filter:alpha(opacity=40);}
.var{width:100px}
#togrow{position:absolute;right:10px;top:0}
.rhn{position:absolute;right:10px;}
#tblData tbody td,thead th{max-width:300px !important}
#tblData tbody tr:hover{background:#f3c922 !important}
.highlight{background:#fff71c !important}
#export,#init-hide{display:none}
#init-hide{padding-bottom:5px;position:relative}
.vcon{padding-right:10px;height:30px !important}
#export,.mobile,.vcon,.foofilter{display:inline}
.mobile{position:relative;width:100%}
.foofilter{padding-left:10px}
#header{background-color:white;position:fixed;height:100px;width:100%;z-index:10;top:0px;left:0px;z-index:10}
#header *{vertical-align:middle}
.cclicker-bg{background:#696969;opacity:0.8;filter: alpha(opacity = 80)}
#cclicker{position:absolute;left:0px;top:0px;width:100%;height:100%;z-index:200100}
#cm{position:absolute;min-width:150px;max-height:250px;overflow-x:hidden;white-space:nowrap;overflow-y:visible;z-index:200105;background:#FFFFFF;box-shadow: 3px 3px 2px #8A8A8A;border:1px solid #BABABA;font-family: 'trebuchet MS','Lucida sans',Arial;font-size:0.9em}
.hr{padding:3px 0;margin-bottom:3px;border-bottom:medium groove white}
#hr-resize:hover{cursor:n-resize;cursor:row-resize}
.cm-file:not(.hrcm),#cm-copy{padding:2px 5px}
.hrcm { display: block; height: 1px;border: 0; border-top: 1px solid #E9E9E9;margin: 1em 0; padding: 0; font-size:0.2em}
.cm-file:hover,#cm-copy:hover,.zeroclipboard-is-hover{background:#4281F4 !important;color:#fff !important}
.h{display:none}
.trh{display:none !important}
#cclicker-text{z-index:200101;color:white;width:70%;height:80%;overflow-y:auto;}
.hover:hover,.zeroclipboard-is-hover{cursor: pointer !important; cursor: hand !important}
.no-text{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}
#cclicker-text table{color:white;font-size:1.2em;width:100%;min-width:650px;}
#cclicker-text table tr td{text-align:justify;text-justify:inter-word;vertical-align:text-top;padding-bottom:20px}
#filtered-number{padding-left:10px}
.collapse:before{content:'*'}
@media only screen and (min-device-width : 481px){
body,html{overflow-y:hidden;}
#filter{font-size:16px;width:415px;height:19px}
}
.fht-tbody{overflow-y:scroll !important}
#comments{font-family:"Courier New", Courier, monospace;color:#008000}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.mh{display:none !important}
.vcon,.mobile{display:block;height:40px !important}
.vcon:after{content:'\a';white-space:pre}
.vcon span,.mobile span{line-height:30px}
.vcon input[type="checkbox"]{position:absolute;right:60px;}
.vcon input[type="text"],#selquery,.mobile input[type="text"]{width:200px;position:absolute;right:10px;font-size:1.2em;height:30px}
#b-execute{height:35px;width:100px;font-size:1.2em}
}
/*CODE FROM
http://css-tricks.com/examples/ShapesOfCSS/
*/
th{position:relative}
.mg-container{position:absolute;right:3px;top:-2px;}
.mg{
font-size: 1.2em; /* This controls the size. */
display: inline-block;
width: 0.4em;
height: 0.4em;
/*border: 0.1em solid black;*/
position: relative;
border-radius: 0.35em;
margin-right:5px;
}
.mg::before
{
content: "";
display: inline-block;
position: absolute;
right: -0.25em;
bottom: -0.1em;
border-width: 0;
/* background: black;*/
width: 0.35em;
height: 0.08em;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.mg:not(.white){border:0.1em solid black}
.mg:not(.white)::before{background:black}
.mg.white{border:0.1em solid white}
.mg.white::before{background:white}
.ml{margin-left:3px}
#vars{margin-top:3px}
.btr{border-top-right-radius:2px}
.btl{border-top-left-radius:2px}
.bbr{border-bottom-right-radius:2px}
.bbl{border-bottom-left-radius:2px}
.blue{background:#4484F1;border:1px solid #4387FD;color:#fff;box-shadow: none;outline: 0;padding:2px 8px}
.gray{background:#F5F5F5;border:1px solid #D8D8D8;color:#444444;box-shadow: none;outline: 0;padding:2px 8px}
.blue:hover{box-shadow: 0px 1px 1px #D8D8D8;}
.blue:active{box-shadow:inset 0 8px 8px -8px #3267C0;}
.gray:hover{box-shadow: 0px 1px 1px #EAEAEA;}
.gray:active{box-shadow:inset 0 8px 8px -8px #EAEAEA;}