Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pytorch
GitHub Repository: pytorch/tutorials
Path: blob/main/_static/css/custom2.css
1698 views
1
/* Survey banner .css */
2
3
.survey-banner {
4
margin-top: 10px;
5
background-color: #f3f4f7;
6
padding-top: 15px;
7
padding-left: 10px;
8
padding-bottom: 1px;
9
}
10
11
@media screen and (max-width: 600px) {
12
.survey-banner {
13
padding-top: 5px;
14
padding-left: 5px;
15
padding-bottom: -1px;
16
font-size: 12px;
17
margin-bottom: 5px;
18
}
19
}
20
21
/* Left nav for 2nd level nav */
22
23
.pytorch-left-menu li.toctree-l2 {
24
padding-left: 10px;
25
}
26
27
.pytorch-left-menu li.toctree-l2.current > a, {
28
color: #ee4c2c;
29
}
30
31
.pytorch-left-menu li.toctree-l2.current a:link.reference.internal {
32
color: #ee4c2c;
33
}
34
35
.pytorch-left-menu li.toctree-l1.current > a:before {
36
content: "";
37
}
38
39
/* search radio button*/
40
41
input[type="radio"] {
42
accent-color: #ee4c2c;
43
}
44
45
.gsst_b {
46
display: none;
47
}
48
49
#gsc-i-id1 {
50
height: 1.5rem;
51
text-indent: 12px !important;
52
font-size: 1rem !important;
53
font-family: "FreightSansi";
54
background-image: url(../images/search-icon.svg) !important;
55
background-repeat: no-repeat !important;
56
background-size: 18px 18px !important;
57
background-position: 5px 0px !important;
58
padding-left: 20px !important;
59
}
60
61
#gsc-i-id1::placeholder {
62
font-family: 'FreightSans';
63
font-size: 1rem;
64
color: #262626;
65
}
66
67
.gsc-control-cse {
68
padding: 0 !important;
69
border-radius: 0px !important;
70
border: none !important;
71
}
72
73
.gsc-overflow-hidden {
74
overflow: visible !important;
75
}
76
77
#___gcse_0 {
78
height: 44px !important;
79
padding: 0 !important;
80
}
81
82
table.gsc-search-box td.gsc-input {
83
padding-right: 0 !important;
84
}
85
86
table.gsc-search-box td {
87
height: 44px;
88
margin-bottom: 0 !important;
89
padding-bottom: 0 !important;
90
}
91
92
.gsc-search-button-v2 {
93
display: none;
94
}
95
96
.gs_id50 {
97
width: 308px;
98
}
99
100
.gsib_a {
101
padding: 0px 8px 4px 9px !important;
102
}
103
104
.gsc-input-box {
105
border-radius: 0px !important;
106
border: none !important;
107
}
108
109
form.gsc-search-box {
110
margin-bottom 0px;
111
}
112
113
114