Marthee commited on
Commit
80ca344
·
verified ·
1 Parent(s): 9b1aa9d

Update static/popups.css

Browse files
Files changed (1) hide show
  1. static/popups.css +191 -4
static/popups.css CHANGED
@@ -43,7 +43,7 @@
43
  }
44
 
45
  /* Modal Overlay */
46
- .mpopup, .overlay {
47
  display: none;
48
  position: absolute;
49
  z-index: 1;
@@ -57,8 +57,8 @@
57
  }
58
 
59
  /* Modal Content */
60
- .modal-content, .popup {
61
- position: relative;
62
  background-color: #fff;
63
  margin: auto;
64
  padding: 0;
@@ -68,7 +68,191 @@
68
  animation: animatetop 0.4s;
69
  border-radius: 0.3rem;
70
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  /* Modal Header */
73
  .modal-header {
74
  padding: 2px 12px;
@@ -136,6 +320,8 @@
136
  .closeModal {
137
  /* color: #aaa; */
138
  float: right;
 
 
139
  font-size: 28px;
140
  font-weight: bold;
141
  background: none;
@@ -147,6 +333,7 @@
147
  color:rgb(134, 28, 28);
148
  text-decoration: none;
149
  cursor: pointer;
 
150
  }
151
  #passwordField{
152
  font-size: 12px;
@@ -193,4 +380,4 @@
193
  box-shadow: 0 0 8px 2px #880909;
194
  color:black;
195
  cursor: pointer;
196
- }
 
43
  }
44
 
45
  /* Modal Overlay */
46
+ .mpopup, .overlay , .dropdown-content{
47
  display: none;
48
  position: absolute;
49
  z-index: 1;
 
57
  }
58
 
59
  /* Modal Content */
60
+ .modal-content, .popup ,#userguidetext{
61
+ position: fixe;
62
  background-color: #fff;
63
  margin: auto;
64
  padding: 0;
 
68
  animation: animatetop 0.4s;
69
  border-radius: 0.3rem;
70
  }
71
+ #userguideHome{
72
+ margin-top:10px;
73
+ font-size: 1.7em;
74
+ margin-left:5px;
75
+ }
76
+ #userguideTableMaya{
77
+ float:right;
78
+ margin-top:8px;
79
+ margin-right:5px;
80
+ font-size: 1.25em;
81
+ }
82
+ #userguideHome:hover,#userguideTableMaya:hover,.Userguidecontainer:hover{
83
+ cursor:pointer;
84
+ color:#302f2f;
85
+ }
86
+ #userguidetext{
87
+ width:97%;
88
+ height:88%;
89
+ margin-top:-40px;
90
+ margin-left: 25px;
91
+ margin-right: 25px;
92
+ overflow-y:auto;
93
+ font-family: "acumin-pro", sans-serif;
94
+ font-weight: 400;
95
+ font-style: normal;
96
+ position:fixed;
97
+ }
98
+
99
+ #textfirstpage, .othesectionsuserguide{
100
+ margin-left: 20px;
101
+ margin-right: 20px;
102
+ margin-top: 50px;
103
+ margin-bottom:20px;
104
+ font-size: 15px;
105
+
106
+ }
107
+ #userguideheadings{
108
+ font-size: 14px;
109
+ font-weight: bold;
110
+ }
111
+ #underlinedLables{
112
+ text-decoration: underline;
113
+ }
114
+
115
+ /* Style the entire scrollbar */
116
+ #userguidetext::-webkit-scrollbar, #UserGuideSideBar::-webkit-scrollbar{
117
+ width: 8px; /* Width of the scrollbar */
118
+ height: 8px; /* Height of the scrollbar (if horizontal) */
119
+ }
120
+
121
+ /* Style the thumb (the draggable part) */
122
+ #userguidetext::-webkit-scrollbar-thumb , #UserGuideSideBar::-webkit-scrollbar-thumb{
123
+ background-color: #888; /* Color of the thumb */
124
+ border: 2px solid #fff; /* Optional: Adds a border around the thumb */
125
+ }
126
+ /* Hover effect for the thumb */
127
+ #userguidetext::-webkit-scrollbar-thumb:hover , #UserGuideSideBar::-webkit-scrollbar-thumb:hover {
128
+ background-color: #2d2d2d; /* Darker color when hovering over the thumb */
129
+ }
130
+
131
+ /* Style the track (the area the thumb moves within) */
132
+ #userguidetext::-webkit-scrollbar-track , #UserGuideSideBar::-webkit-scrollbar-track{
133
+ background: #eee; /* Light gray background for the track */
134
+ border-radius: 15px; /* Rounded corners for the track */
135
+ }
136
+
137
+
138
+
139
+
140
+
141
+ .Userguidecontainer {
142
+ /* display: inline-block; */
143
+ cursor: pointer;
144
+ margin-top: 2px;
145
+ margin-bottom:2px;
146
+ display: block;
147
+ float: left;
148
+ margin-right: 5px;
149
+
150
+ }
151
+
152
+ .UserGuidebar1, .UserGuidebar2, .UserGuidebar3 {
153
+ width: 30px;
154
+ height: 5px;
155
+ background-color: #000000;
156
+ margin: 5px 0;
157
+ transition: 0.4s;
158
+ margin-left: 5px;
159
+
160
+ }
161
+
162
+
163
+
164
+ .change .UserGuidebar1 {
165
+ transform: translate(0, 10px) rotate(-45deg);
166
+ }
167
+
168
+ .change .UserGuidebar2 {opacity: 0;}
169
+
170
+ .change .UserGuidebar3 {
171
+ transform: translate(0, -10px) rotate(45deg);
172
+ }
173
+
174
+ #UserGuidemenuOptions{
175
+ margin-left: 5px;
176
+ font-size: 18px;
177
+ margin-top: 8px;
178
+ color: white;
179
+ font-family: "acumin-pro", sans-serif;
180
+ font-weight: 400;
181
+
182
+ font-style: normal;
183
+ text-decoration: none;
184
+ }
185
+
186
+ #UserGuidemenuOptions li:hover{
187
+ color: #000000;
188
+ cursor:pointer;
189
+
190
+ }
191
+ #UserGuideSideBar{
192
 
193
+ position: fixed;
194
+
195
+ height:82.6%;
196
+
197
+ margin-top: 11px;
198
+
199
+ background:rgb(179, 179, 179);
200
+
201
+ transform: translateX(-100%);
202
+
203
+ -webkit-transform: translateX(-100%);
204
+
205
+ z-index: 2;
206
+
207
+ overflow-y:auto
208
+ }
209
+
210
+ #UserguideRibbon{
211
+ position: fixed;
212
+ background-color: #767373;
213
+ width:97%;
214
+ }
215
+
216
+ #UserGuideHeader{
217
+
218
+ font-size: 18px;
219
+
220
+ font-family: "acumin-pro", sans-serif;
221
+ margin-top:9px;
222
+ margin-left:35px;
223
+ position:absolute;
224
+ }
225
+
226
+ .UserGuideslide-in {
227
+ animation: slide-in 0.9s forwards;
228
+ -webkit-animation: slide-in 0.9s forwards;
229
+ }
230
+
231
+ .UserGuideslide-out {
232
+ animation: UserGuideslide-out 0.9s forwards;
233
+ -webkit-animation: UserGuideslide-out 0.9s forwards;
234
+ }
235
+
236
+ @keyframes UserGuideslide-in {
237
+ 100% { transform: translateX(0%); }
238
+ }
239
+
240
+ @-webkit-keyframes UserGuideslide-in {
241
+ 100% { -webkit-transform: translateX(0%); }
242
+ }
243
+
244
+ @keyframes UserGuideslide-out {
245
+ 0% { transform: translateX(0%); }
246
+ 100% { transform: translateX(-100%); }
247
+ }
248
+
249
+ @-webkit-keyframes UserGuideslide-out {
250
+ 0% { -webkit-transform: translateX(0%); }
251
+ 100% { -webkit-transform: translateX(-100%); }
252
+ }
253
+ .fa fa-circle-o{
254
+ margin-left:20px;
255
+ }
256
  /* Modal Header */
257
  .modal-header {
258
  padding: 2px 12px;
 
320
  .closeModal {
321
  /* color: #aaa; */
322
  float: right;
323
+ margin-top:3px;
324
+ margin-right:7px;
325
  font-size: 28px;
326
  font-weight: bold;
327
  background: none;
 
333
  color:rgb(134, 28, 28);
334
  text-decoration: none;
335
  cursor: pointer;
336
+
337
  }
338
  #passwordField{
339
  font-size: 12px;
 
380
  box-shadow: 0 0 8px 2px #880909;
381
  color:black;
382
  cursor: pointer;
383
+ }