-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgStyle.css
More file actions
144 lines (142 loc) · 3.17 KB
/
gStyle.css
File metadata and controls
144 lines (142 loc) · 3.17 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
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
*{
font-family: 'Ubuntu',sans-serif;
font-size:15px;
}
.hide{
display:none;
}
.unhide{
display:block;
}
table{
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0px 9px 0px azure, 0px 9px 25px rgba(0,0,0,.7);
-moz-box-shadow: 0px 9px 0px azure, 0px 9px 25px rgba(0,0,0,.7);
box-shadow: 0px 9px 0px azure, 0px 9px 25px rgba(0,0,0,.7);
transform-origin: bottom;
}
#header, #error, #body, #footerImage, #footer{
clear:both;
display:block;
width:100%;
}
#header, #footerImage, #footer{
background-color:Gainsboro;
}
#error{
min-height:1px;
}
div #big{
display:inline;
}
div #logout{
display:inline;
float:right;
margin-top:10px;
}
.logo{
width:100px;
height:100px;
}
[Id*=logout]{
color:aqua;
font-size:20px;
margin-right:12%;
}
[id*=logout]:hover{
color:red;
transform:scale(1.1);
}
[Id*=outTxt]{
color:red;
font-weight:bold;
}
.tbl{
font-family: 'Ubuntu',sans-serif;
width:100%;
padding:25px;
}
.selectOption{
width:203px;
padding:2px;
}
.selectOptionReq{
width:203px;
border-left:2px solid red;
padding:2px;
}
.tdLbl{
width:17%;
font-family: 'Ubuntu',sans-serif;
}
.tdLbl1{
width:20%;
font-family: 'Ubuntu',sans-serif;
}
.input{
width:196px;
padding:2px;
}
.inputReq{
width:196px;
border-left:2px solid red;
padding:2px;
}
.inputArea{
width:90%;
heigth:900px;
overflow:scroll;
padding:2px;
}
.outcome{
width:90%;
padding:2px;
}
.outcomeReq{
width:90%;
padding:2px;
border-left:2px solid red;
border-right:1px solid black;
}
th{
font-size:20px;
}
.btnStyle{
font-family:'Ubuntu',sans-serif;!Important;
border: 1px outset #c0ffff ;!Important;
}
.leftBtns{
float:right;
margin-right:18%;
}
.tabPanel{
margin-left:15%;
width:70%;
}
.actvTab{
background-color: #236FBD;
color:white;
background-image:none;
font-size:20px;
font-family:'Ubuntu',sans-serif;
}
.inactvTab{
background-color: lightgrey;
color:black;
background-image:none;
font-family:'Ubuntu',sans-serif;
font-size:20px;
}
#footerImage{
background-image:url("https://lh4.googleusercontent.com/-sGks2m-eVtc/VUsrUf3tDiI/AAAAAAAAAZs/QQKZ2BAG5Hw/w1039-h92-no/footer%2Blogo.png");
background-repeat:repeat-x;
min-height:100px;
}
#error, #body, #footerImage{
margin-top:20px;
}
#footer{
min-height:155px;
}