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