summaryrefslogtreecommitdiff
path: root/docs/docs.css
blob: a8514e0d72f7ea9f42488aae5ac04ea58784bf4e (plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.pagebutton {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1em;
}

html.dark-mode .pagelink {
    display: block;
    background-color: rgb(40, 44, 52);
    width: 320px;
    box-shadow: 0 0 0 0;
    transition: 0.3s ease;
}

html.dark-mode .pagelink:hover {
  box-shadow: 0 5px 15px 5px rgba(0,0,0,1);

}

.pagelink:hover img {
  transform: scale3d(1.1,1.1,1.1);

}

.pageimg {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pageimg img {
    transition: 0.3s ease;
}

html.dark-mode .content {
    color: white;
    font-size: 1em;
    padding: 0;
    margin: 0;
}

html.dark-mode .pageheading {
    padding: .5em .5em;
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

html.dark-mode .pagedescription {
    color: #fff;
    border-color: transparent;
    opacity: 0.75;
    height: 84px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    display: block;
    padding: 10px;
    text-decoration: none;
    line-height: 1.64em;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

.pagea {
    display: inline-block;
}

.pagea:link {
    text-decoration: none;
}

.pagea:visited {
    text-decoration: none;
}

.pagea:hover {
    text-decoration: none;
}

.pagea:active {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

html.dark-mode .clipboard {
    fill: white;
}