1
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
2
3
/*
4
 * What follows is the result of much research on cross-browser styling.
5
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
6
 * Kroc Camen, and the H5BP dev community and team.
7
 */
8
9
/* ==========================================================================
10
   Base styles: opinionated defaults
11
   ========================================================================== */
12
13
html,
14
button,
15
input,
16
select,
17
textarea {
18
    color: #222;
19
}
20
21
html {
22
    font-size: 1em;
23
    line-height: 1.4;
24
}
25
26
/*
27
 * Remove text-shadow in selection highlight: h5bp.com/i
28
 * These selection rule sets have to be separate.
29
 * Customize the background color to match your design.
30
 */
31
32
::-moz-selection {
33
    background: #b3d4fc;
34
    text-shadow: none;
35
}
36
37
::selection {
38
    background: #b3d4fc;
39
    text-shadow: none;
40
}
41
42
/*
43
 * A better looking default horizontal rule
44
 */
45
46
body {
47
    /*background: url("/static/img/bg.jpg") no-repeat;
48
    background-size: 100%;
49
    */
50
    font-family:'Open Sans';
51
    height: 100%;
52
    color: #262525;
53
    background-color: #f0f0f0;
54
}
55
56
h1, h2, h3, h4, h5, h6 {
57
  font-family:'Open Sans';
58
}
59
60
hr {
61
    display: block;
62
    height: 1px;
63
    border: 0;
64
    border-top: 1px solid #ccc;
65
    margin: 1em 0;
66
    padding: 0;
67
}
68
.home-icons {
69
    padding-left:55px;
70
}
71
.home-page-content {
72
    font-size:21px;
73
    font-style: normal;
74
    font-weight: 400;
75
    text-shadow: none;
76
    text-align:center;
77
    margin-top: 5%;
78
}
79
80
#main-icons {
81
  margin-top: 30px;
82
}
83
84
a, a:hover, a:active{
85
    color:#262525;
86
}
87
p.western {
88
  /*font-size: 20px;*/
89
}
90
/*.navbar-default {
91
    background-color:#262525;
92
}
93
.navbar-default .navbar-nav > .active > a {
94
    background-color:none;
95
}*/
96
.navbar-inverse .navbar-brand {
97
    color:#1e9e04;
98
}
99
.navbar-inverse .navbar-brand a:hover {
100
    color:#262525;
101
}
102
.navbar-inverse .navbar-nav > li > a {
103
    color:#1e9e04;
104
}
105
106
/* side menu css */
107
108
#page-content-wrapper {
109
    visibility: hidden;
110
}
111
112
@media (max-width:767px) {
113
    .wrapper {
114
	padding-left: 70px;
115
}
116
.sidebar-wrapper {
117
    left: 70px;
118
}
119
120
.wrapper.active .container{
121
   padding-left: 150px;
122
}
123
124
.wrapper.active .sidebar-wrapper {
125
    left: 150px;
126
    width: 150px;
127
}
128
129
}
130
131
.sidebar-wrapper .row {
132
  margin: 10px 0;
133
}
134
135
.link_disabled {
136
    pointer-events: none;
137
    cursor: none;
138
    color: gray;
139
}
140
141
@media (max-width:450px) {
142
    .thumbnail {
143
	height: 350px;
144
}
145
146
.caption_heading {
147
    height: 100px;
148
}
149
150
}
151
/* -------------end ----------- */
152
.wrapper.active {
153
    padding-left: 0px;
154
//   border-right:2px solid #000;
155
//    margin-left:90px;
156
}
157
158
.wrapper.active .sidebar-wrapper {
159
    left: 250px;
160
    /*border-right:4px solid #727272;*/
161
}
162
163
.heading {
164
      border-bottom:1px solid #262525;
165
}
166
167
#message {
168
    padding-left: 15px;
169
    padding-right: -15px;
170
}
171
172
173
.menu-toggle {
174
    font-size:18px;
175
    color:#000;
176
}
177
.menu-icon {
178
    margin-left: -30px;
179
}
180
.main_icon {
181
    margin-right:20px;
182
}
183
184
.personal-info,.server-stats {
185
    list-style: none;
186
    padding-left: 0;
187
}
188
189
.progress {
190
191
    height: 5px;
192
}
193
194
h5 {
195
    color: #000;
196
}
197
198
.radio, .checkbox {
199
    color:#000;
200
    margin-left: 10px;
201
}
202
.radio label, .checkbox label {
203
    font-size:14px;
204
}
205
206
.sidebar-wrapper {
207
    /*transform*/
208
    -webkit-transform: translateZ(0);
209
    -moz-transform: translateZ(0);
210
    -o-transform: translateZ(0);
211
    -ms-transform: translateZ(0);
212
    transform: translateZ(0);
213
    margin-left: -250px;
214
    left: 20px;
215
    margin-top: 30px;
216
    width: 270px;
217
    background: #f0f0f0;
218
    position: fixed;
219
    height: auto;
220
    -ms-overflow-y: auto;
221
    overflow-y: auto;
222
    z-index: 10000;
223
    -webkit-transition: all .4s ease 0s;
224
    -moz-transition: all .4s ease 0s;
225
    -o-transition: all .4s ease 0s;
226
    -ms-transition: all .4s ease 0s;
227
    transition: all .4s ease 0s;
228
    box-shadow: 1px 1px 1px #262525;
229
    border-left: none;
230
    padding-right: 5px;
231
    padding-left: 10px;
232
}
233
234
.home-icon-title {
235
  /*text-align: center;*/
236
}
237
.sidebar-link a{
238
    color:#262525;
239
    padding-left:10px;
240
    font-size:16px;
241
}
242
.sidebar-link a:hover{
243
    color:#262525;
244
}
245
.sidebar-heading {
246
    color:#1e9e04;
247
    padding-left:10px;
248
    font-size:18px;
249
250
}
251
.row {
252
    margin-left: 0;
253
    margin-right: 0;
254
}
255
/* main navigation image style */
256
#ff-icon {
257
  background:url("/static/img/frequency-finder.svg") no-repeat;
258
  background-size:100%;
259
}
260
261
#ff-icon.active {
262
  background:url("/static/img/frequency-finder-active.svg") no-repeat;
263
  background-size:100%;
264
}
265
266
#ss-icon {
267
  background:url("/static/img/signal-strength.svg") no-repeat;
268
  background-size:100%;
269
}
270
271
#ss-icon.active {
272
  background:url("/static/img/signal-strength-active.svg") no-repeat;
273
  background-size:100%;
274
}
275
276
#gr-icon {
277
  background:url("/static/img/global-radio-policy.svg") no-repeat;
278
  background-size:100%;
279
}
280
281
#gr-icon.active {
282
  background:url("/static/img/global-radio-policy-active.svg") no-repeat;
283
  background-size:100%;
284
}
285
286
#mu-icon {
287
  background:url("/static/img/mobile-telephony.svg") no-repeat;
288
  background-size:100%;
289
}
290
291
#mu-icon.active {
292
  background:url("/static/img/mobile-telephony-active.svg") no-repeat;
293
  background-size:100%;
294
}
295
296
.navicon {
297
  width:50px;
298
  height:50px;
299
}
300
.icon-resize {
301
    padding-top:5px;
302
    padding-bottom:5px;
303
}
304
#navpos  {
305
    margin-left:15%;
306
    padding-left:3%;
307
}
308
/* main navigation image style end */
309
310
311
/*
312
 * Remove the gap between images, videos, audio and canvas and the bottom of
313
 * their containers: h5bp.com/i/440
314
 */
315
316
audio,
317
canvas,
318
img,
319
video {
320
    vertical-align: middle;
321
}
322
323
/*
324
 * Remove default fieldset styles.
325
 */
326
327
fieldset {
328
    border: 0;
329
    margin: 0;
330
    padding: 0;
331
}
332
333
/*
334
 * Allow only vertical resizing of textareas.
335
 */
336
337
textarea {
338
    resize: vertical;
339
}
340
341
/* ==========================================================================
342
   Browse Happy prompt
343
   ========================================================================== */
344
345
.browsehappy {
346
    margin: 0.2em 0;
347
    background: #ccc;
348
    color: #000;
349
    padding: 0.2em 0;
350
}
351
352
/* ==========================================================================
353
   Author's custom styles
354
   ========================================================================== */
355
356
357
/* ==========================================================================
358
   Helper classes
359
   ========================================================================== */
360
361
/*
362
 * Image replacement
363
 */
364
365
.ir {
366
    background-color: transparent;
367
    border: 0;
368
    overflow: hidden;
369
    /* IE 6/7 fallback */
370
    *text-indent: -9999px;
371
}
372
373
.ir:before {
374
    content: "";
375
    display: block;
376
    width: 0;
377
    height: 150%;
378
}
379
380
/*
381
 * Hide from both screenreaders and browsers: h5bp.com/u
382
 */
383
384
.hidden {
385
    display: none !important;
386
    visibility: hidden;
387
}
388
389
/*
390
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
391
 */
392
393
.visuallyhidden {
394
    border: 0;
395
    clip: rect(0 0 0 0);
396
    height: 1px;
397
    margin: -1px;
398
    overflow: hidden;
399
    padding: 0;
400
    position: absolute;
401
    width: 1px;
402
}
403
404
/*
405
 * Extends the .visuallyhidden class to allow the element to be focusable
406
 * when navigated to via the keyboard: h5bp.com/p
407
 */
408
409
.visuallyhidden.focusable:active,
410
.visuallyhidden.focusable:focus {
411
    clip: auto;
412
    height: auto;
413
    margin: 0;
414
    overflow: visible;
415
    position: static;
416
    width: auto;
417
}
418
419
/*
420
 * Hide visually and from screenreaders, but maintain layout
421
 */
422
423
.invisible {
424
    visibility: hidden;
425
}
426
427
/*
428
 * Clearfix: contain floats
429
 *
430
 * For modern browsers
431
 * 1. The space content is one way to avoid an Opera bug when the
432
 *    `contenteditable` attribute is included anywhere else in the document.
433
 *    Otherwise it causes space to appear at the top and bottom of elements
434
 *    that receive the `clearfix` class.
435
 * 2. The use of `table` rather than `block` is only necessary if using
436
 *    `:before` to contain the top-margins of child elements.
437
 */
438
439
.clearfix:before,
440
.clearfix:after {
441
    content: " "; /* 1 */
442
    display: table; /* 2 */
443
}
444
445
.clearfix:after {
446
    clear: both;
447
}
448
449
/*
450
 * For IE 6/7 only
451
 * Include this rule to trigger hasLayout and contain floats.
452
 */
453
454
.clearfix {
455
    *zoom: 1;
456
}
457
458
/* ==========================================================================
459
   EXAMPLE Media Queries for Responsive Design.
460
   These examples override the primary ('mobile first') styles.
461
   Modify as content requires.
462
   ========================================================================== */
463
464
@media only screen and (min-width: 35em) {
465
    /* Style adjustments for viewports that meet the condition */
466
}
467
468
@media print,
469
       (-o-min-device-pixel-ratio: 5/4),
470
       (-webkit-min-device-pixel-ratio: 1.25),
471
       (min-resolution: 120dpi) {
472
    /* Style adjustments for high resolution devices */
473
}
474
475
/* ==========================================================================
476
   Print styles.
477
   Inlined to avoid required HTTP connection: h5bp.com/r
478
   ========================================================================== */
479
480
@media print {
481
    * {
482
        background: transparent !important;
483
        color: #000 !important; /* Black prints faster: h5bp.com/s */
484
        box-shadow: none !important;
485
        text-shadow: none !important;
486
    }
487
488
    a,
489
    a:visited {
490
        text-decoration: underline;
491
    }
492
493
    a[href]:after {
494
        content: " (" attr(href) ")";
495
    }
496
497
    abbr[title]:after {
498
        content: " (" attr(title) ")";
499
    }
500
501
    /*
502
     * Don't show links for images, or javascript/internal links
503
     */
504
505
    .ir a:after,
506
    a[href^="javascript:"]:after,
507
    a[href^="#"]:after {
508
        content: "";
509
    }
510
511
    pre,
512
    blockquote {
513
        border: 1px solid #999;
514
        page-break-inside: avoid;
515
    }
516
517
    thead {
518
        display: table-header-group; /* h5bp.com/t */
519
    }
520
521
    tr,
522
    img {
523
        page-break-inside: avoid;
524
    }
525
526
    img {
527
        max-width: 100% !important;
528
    }
529
530
    @page {
531
        margin: 0.5cm;
532
    }
533
534
    p,
535
    h2,
536
    h3 {
537
        orphans: 3;
538
        widows: 3;
539
    }
540
541
    h2,
542
    h3 {
543
        page-break-after: avoid;
544
    }
545
}