forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
94 lines (76 loc) · 1.49 KB
/
custom.css
File metadata and controls
94 lines (76 loc) · 1.49 KB
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
#gc-logo img {
width: 280px;
top: -20px;
left: -20px;
}
.gc-search {
left: 320px;
}
body.two-column #gc-content {
margin-left: 206px;
}
body.two-column #gc-sidebar {
width: 190px;
}
/* Clearfix for the services floating. */
.section#services:after {
content: " "; /* Older browser do not support empty content */
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.service.topic {
width: 33%;
height: 340px;
float: left;
text-align: center;
}
.service.topic .topic-title {
margin-bottom: 0;
font-size: 167%;
font-family: 'open sans', arial, sans-serif;
font-weight: 600;
}
.service.topic img {
width: 160px;
}
.service.topic ul {
list-style-type: none;
font-size: 110%;
line-height: 200%;
}
.service.topic ul li a, .service.topic ul li a em {
font-style: normal;
}
body.docs table th.field-name {
vertical-align: top;
width: 80px;
}
.first.admonition-title {
margin: 0 4px 0 0;
float: left;
font-weight: bold;
}
.admonition {
margin-bottom: 1em;
}
a.headerlink {
visibility: hidden;
padding: 0 4px 0 4px;
text-decoration: none;
font-size: 0.8em;
}
h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, h4:hover > a.headerlink, h5:hover > a.headerlink, h6:hover > a.headerlink, dt:hover > a.headerlink {
visibility: visible;
}
body.docs h2, body.docs h3, body.docs h4, body.docs h5, body.docs h6 {
margin-top: 0.5em;
padding-top: 1em;
}
.viewcode-link {
float: right;
}
footer {
color: #fff;
}