1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
| .sticky-sidebar {
| border: none;
| }
|
| .list-group-item {
| border: none;
| }
|
| .code-wrapper {
| position: relative;
| }
| .copy-button {
| position: absolute;
| top: 5px;
| right: 5px;
| padding: 5px;
| background-color: #f4f4f4;
| border: none;
| border-radius: 3px;
| cursor: pointer;
| }
|
| #maincontent {
| margin-left: 20px;
| }
|
| #contentlist {
| margin-left: 55px;
| list-style-type: none;
| text-align: left;
| border:none;
| }
|
| .btn-group-vertical {
| background-color:lightslategrey;
| list-style-type: none;
| border:none;
| width: 100%;
| }
|
| .dropdown-menu {
| background-color:lightslategrey;
| left: 32px;
| }
|
| .dropdown-item1 {
| display: block;
| width: 100%;
| padding: 0.25rem 1.5rem;
| clear: both;
| font-weight: 400;
| color: #ffffff;
| text-align: inherit;
| white-space: nowrap;
| background-color:lightslategrey;
| border: 0;
|
| }
| .container-fluid p{
| line-height: 50px;
| }
|
|