Spaces:
Running
Running
File size: 1,602 Bytes
42ee455 b699ae9 42ee455 b699ae9 42ee455 b699ae9 42ee455 b699ae9 42ee455 f5e87d9 42ee455 f5e87d9 42ee455 f5e87d9 76bf90c 8330232 519f644 |
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 |
#page-header {
padding-left: 8px;
}
#left-main {
width: 288px;
}
img[src*="#chart-icon"] {
width: 100%;
}
.open-in-new {
font-size: inherit;
margin-left: 4px;
vertical-align: middle;
}
.code-clipboard {
float: right;
font-size: 20px;
}
.code-clipboard pre {
font-family: monospace;
margin-bottom: 12px;
}
.code-clipboard-container {
background: var(--surfaces-bg-card);
max-height: 500px;
overflow: auto;
padding: 1rem;
position: relative;
}
.code-clipboard-container .pycafe-link,
.code-clipboard-container .pycafe-link:focus {
line-height: unset;
margin-bottom: 12px;
}
.code-clipboard-container::-webkit-scrollbar-thumb {
border-color: var(--surfaces-bg-card);
}
.flex-container {
display: flex;
flex-wrap: wrap;
gap: 24px;
justify-content: flex-start;
}
.flex-container h4 {
color: var(--text-secondary);
margin: 0;
padding-top: 12px;
text-align: center;
}
.flex-container .card {
height: 232px;
margin: 0 0 auto;
opacity: 0.3;
width: 176px;
}
.flex-container .card-nav {
opacity: 1;
}
.flex-container .card img {
width: 100%;
}
.intro-text {
border-left: 4px solid var(--text-secondary);
padding: 4px 12px;
}
.intro-text h4 {
color: var(--text-secondary);
}
.intro-text p {
font-size: 12px;
margin: 0;
}
.intro-text ul:last-of-type {
margin-bottom: 0;
}
.anchor-container {
background: #060a17;
bottom: 0;
display: flex;
font-weight: 600;
gap: 2rem;
padding: 4px;
place-content: baseline center;
position: fixed;
width: 100%;
}
.anchor-div {
display: flex;
flex-direction: row;
}
|