Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.scss_97a9b8e6852415b29a37632934745b8b.content « sass « scss « assets « _gen « resources « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff458cb41e600521798cc9e9cb08efc434562af9 (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
@charset "UTF-8";
body {
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: black; }
  body a {
    color: black;
    text-decoration: none;
    background-color: transparent; }
    body a:hover {
      color: initial;
      text-decoration: none; }
  body header {
    background-color: #333333;
    border-bottom: 2px solid gray;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
    justify-content: space-between;
    align-items: stretch;
    color: #e6e6e6; }
    body header a, body header a:hover {
      color: #cccccc; }
    body header > div {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      white-space: nowrap; }
      body header > div img {
        height: 32px;
        margin-right: 0.5rem; }
      body header > div .burger {
        margin-right: 1rem; }
    body header nav.shortcuts {
      margin-left: auto;
      position: relative;
      display: flex;
      justify-content: flex-start;
      list-style-type: none;
      flex-direction: row;
      flex-wrap: nowrap; }
      body header nav.shortcuts li {
        margin: 0px; }
        body header nav.shortcuts li .fa {
          margin-right: 0.5rem; }
        body header nav.shortcuts li a {
          color: #d6d6d6;
          padding: 0 1rem;
          font-weight: bold;
          font-size: 90%; }
  body article {
    background-color: white; }
    body article aside #close_menu {
      display: none;
      float: right;
      margin-right: 2rem; }
    body article aside.responsive #close_menu {
      display: block; }
    body article section.right-menu {
      padding: 3.5rem 0 3.5rem 0;
      font-size: 14px;
      line-height: 20px;
      padding-left: 2px; }
      body article section.right-menu > div {
        margin-bottom: 2em; }
        body article section.right-menu > div > * {
          margin-left: 5px; }
        body article section.right-menu > div label {
          font-weight: 700;
          letter-spacing: -1px;
          display: block;
          margin-bottom: 14px;
          border-bottom: 1px dotted #999999;
          color: #333333;
          font-variant: small-caps; }
        body article section.right-menu > div nav > ul {
          padding: 0px 0px 0px 0px;
          margin: 0px 0px 0px 0px; }
          body article section.right-menu > div nav > ul ul {
            padding: 0px 0px 0px 14px;
            margin: 0px 0px 0px 0px;
            border-left: 1px solid #e6e6e6; }
            body article section.right-menu > div nav > ul ul li {
              font-size: 90%; }
        body article section.right-menu > div ul {
          list-style-type: none; }
        body article section.right-menu > div li {
          padding: 8px 0px 8px 0px;
          font-weight: 300;
          border-bottom: 1px solid transparent; }
          body article section.right-menu > div li.active {
            border-bottom: 1px dashed #999999; }
          body article section.right-menu > div li a {
            /*padding-left: 2px;*/ }
      body article section.right-menu .Actions {
        font-size: 75%; }
  body footer {
    background-color: #333333;
    color: #cccccc;
    padding: 3rem; }
    body footer a {
      color: #cccccc; }

article section.page {
  background-color: inherit; }
  article section.page #ariane {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    font-weight: 500; }
    article section.page #ariane ol {
      margin-top: 1em !important;
      padding: 0px;
      display: flex;
      flex-wrap: wrap;
      list-style: none; }
      article section.page #ariane ol li {
        display: list-item; }
        article section.page #ariane ol li:after {
          display: inline-block;
          padding-right: .5rem;
          padding-left: .5rem;
          color: black;
          content: "⊸"; }
        article section.page #ariane ol li a {
          color: black;
          border-bottom: 1px dotted #737373;
          padding-bottom: 4px;
          padding-right: 0px; }
        article section.page #ariane ol li.active:after {
          display: inline-block;
          padding-left: .75rem;
          content: ""; }
  article section.page nav.subpages {
    flex-wrap: wrap;
    display: flex;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-left: 1.5em;
    position: -webkit-sticky;
    position: sticky;
    overflow-y: auto;
    top: 45px;
    background-color: inherit;
    opacity: 0.85;
    justify-content: flex-start;
    list-style-type: none; }
    article section.page nav.subpages li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0px;
      padding-right: .4rem;
      min-width: 50px; }
      article section.page nav.subpages li a {
        font-size: 90%;
        color: #ad3a3a; }
      article section.page nav.subpages li:not(:first-child):before {
        display: inline-block;
        margin-left: 0.4em;
        padding-right: .4rem;
        color: #965151;
        content: "|"; }
      article section.page nav.subpages li.active {
        font-weight: bold; }
    article section.page nav.subpages li:first-child:before {
      content: "└ ";
      color: #965151; }
  article section.page div.jump-to-section {
    font-size: smaller;
    color: #333333; }
    article section.page div.jump-to-section ul {
      padding-left-left: 0px;
      list-style-type: none; }
      article section.page div.jump-to-section ul li a {
        color: #a14545; }
    article section.page div.jump-to-section nav {
      background-color: white;
      opacity: 0.95; }
  article section.page div.chevrons {
    margin-top: 3rem;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 0rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
    article section.page div.chevrons a {
      display: flex;
      align-items: center !important;
      -webkit-box-align: center !important;
      justify-content: flex-end !important;
      max-width: 70%;
      padding: 24px; }
      article section.page div.chevrons a.prev {
        display: none; }
      article section.page div.chevrons a.next div {
        text-align: right;
        justify-content: flex-end;
        padding: 20px; }
      article section.page div.chevrons a label {
        font-size: 24px;
        font-weight: 700;
        cursor: pointer; }
      article section.page div.chevrons a p {
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        text-align: left; }

article section.page {
  line-height: 24px; }
  article section.page h1:first-of-type {
    font-size: 2.6rem;
    margin-top: 1.5rem !important;
    color: #333333;
    margin-bottom: 0px;
    line-height: 1.05;
    letter-spacing: -.05em;
    font-weight: 800; }
    article section.page h1:first-of-type span {
      font-size: 90%;
      font-weight: 500; }
      article section.page h1:first-of-type span:before {
        padding-left: .75rem;
        padding-right: .75rem;
        color: #333333;
        content: "⊷"; }

article section.page div.content {
  margin-top: 2.5rem; }
  article section.page div.content a.anchor {
    display: block;
    position: relative;
    top: -7rem;
    visibility: hidden; }
  article section.page div.content a {
    color: #db0c0c;
    font-weight: 500;
    text-decoration: underline; }
  article section.page div.content p {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  article section.page div.content h1 {
    color: #4d4d4d;
    font-variant-ligatures: none;
    font-weight: 800;
    letter-spacing: -0.75px;
    line-height: 32px; }
  article section.page div.content h2 {
    margin-top: 0.5em;
    font-weight: 700;
    letter-spacing: -0.95px; }
  article section.page div.content h3, article section.page div.content h4 {
    margin-top: 0.5em; }
  article section.page div.content table {
    width: 100%;
    margin-bottom: 2em;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e6e6e6; }
    article section.page div.content table th,
    article section.page div.content table td {
      padding: .25rem .75rem; }
    article section.page div.content table th {
      padding: 0.5rem;
      text-transform: uppercase;
      vertical-align: middle;
      text-align: center;
      font-weight: 800;
      background: #f6f6f6;
      color: black;
      border-bottom: 2px solid #e5e5e5; }
    article section.page div.content table td {
      padding: 0.5rem;
      vertical-align: middle;
      border-bottom: 1px solid #e5e5e5;
      border: 1px solid #e6e6e6;
      color: #323232; }
    article section.page div.content table td:first-child code {
      background-color: transparent;
      padding: 0; }
  article section.page div.content img {
    border: 0;
    max-width: 100%;
    margin: 1.5rem auto;
    display: block;
    text-align: center; }
    article section.page div.content img.border {
      border: 2px solid #e6e6e6 !important;
      padding: 2px; }
    article section.page div.content img.shadow {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
    article section.page div.content img.inline {
      display: inline !important;
      vertical-align: bottom; }
    article section.page div.content img.inline {
      display: inline !important;
      vertical-align: bottom; }
  article section.page div.content div.highlight pre {
    display: block;
    white-space: pre-wrap;
    overflow: inherit !important; }
    article section.page div.content div.highlight pre code {
      color: inherit !important;
      font-size: 95%;
      display: block;
      line-height: 1.2em;
      padding: 10px;
      border: 0px;
      font-weight: inherit;
      background-color: inherit; }
  article section.page div.content > div.highlight pre code {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }