Subversion Repositories oidplus

Rev

Rev 419 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 419 Rev 420
Line 310... Line 310...
310
        font-size:2.2em;
310
        font-size:2.2em;
311
}
311
}
312
h2 {
312
h2 {
313
        font-size:1.6em !important;
313
        font-size:1.6em !important;
314
}
314
}
-
 
315
h3 {
-
 
316
        font-size:1.5em !important;
-
 
317
}
315
 
318
 
316
textarea,input[type="text"],input[type="password"],select {
319
textarea,input[type="text"],input[type="password"],select {
317
        /* for dark themes, this looks better */
320
        /* for dark themes, this looks better */
318
        /*background:transparent;*/
321
        /*background:transparent;*/
319
        background:rgba(255,255,255,0.4);
322
        background:rgba(255,255,255,0.4);
Line 451... Line 454...
451
                max-width:400px;
454
                max-width:400px;
452
        }
455
        }
453
 
456
 
454
}
457
}
455
 
458
 
-
 
459
#gotoedit {
-
 
460
        font-style:italic;
-
 
461
        font-weight:bolder;
-
 
462
}
-
 
463
 
456
#gotobox {
464
#gotobox {
457
        display: none; /* will be set to 'block' by JavaScript */
465
        display: none; /* will be set to 'block' by JavaScript */
458
 
466
 
459
        line-height:1.75em;
467
        line-height:1.75em;
460
 
468
 
461
        height:55px !important;
469
        height:55px !important;
462
 
470
 
463
        font-style:italic;
-
 
464
        font-weight:bolder;
-
 
465
        float:left;
471
        float:left;
466
        border-bottom:1px;
472
        border-bottom:1px;
467
 
473
 
468
        width:100%; /* required for NoScript */
474
        width:100%; /* required for NoScript */
469
        padding-left:5px;/* required for NoScript */
475
        padding-left:5px;/* required for NoScript */
Line 509... Line 515...
509
 
515
 
510
.severity_5 {
516
.severity_5 {
511
        /* Critical */
517
        /* Critical */
512
        color: DarkMagenta;
518
        color: DarkMagenta;
513
}
519
}
-
 
520
 
-
 
521
/* Tabs */
-
 
522
 
-
 
523
.tab-content {
-
 
524
        color: #000;
-
 
525
        background-color: #eeeeee;
-
 
526
        padding : 15px;
-
 
527
}
-
 
528
 
-
 
529
.nav-link.active {
-
 
530
        color: #000;
-
 
531
        font-weight: bold;
-
 
532
        background-color: #eeeeee !important;
-
 
533
        border-radius: 0;
-
 
534
}
-
 
535
 
-
 
536
/* Let Bootstrap 4 look like Bootstrap 3 (more or less) */
-
 
537
/* see https://www.geeksforgeeks.org/difference-between-bootstrap-3-and-bootstrap-4/ */
-
 
538
 
-
 
539
.container {
-
 
540
        max-width: unset !important;
-
 
541
}
-
 
542
 
-
 
543
body {
-
 
544
        font-size:14px;
-
 
545
}
-
 
546
 
-
 
547
h1, h2, h3 {
-
 
548
        margin-top: 20px;
-
 
549
        margin-bottom: 10px;
-
 
550
}