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