mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.1 KiB
76 lines
1.1 KiB
html, body |
|
{ |
|
margin: 0; |
|
font-family: sans-serif; |
|
} |
|
|
|
a, a:visited, a:link, a:active { |
|
color: #2da6b0; |
|
text-decoration: none; |
|
} |
|
|
|
a:hover { |
|
color: #2da6b0; |
|
text-decoration: underline; |
|
} |
|
|
|
#topbar { |
|
background-color: #2da6b0; |
|
height: 60px; |
|
margin:auto; |
|
} |
|
|
|
#topbar .title { |
|
position: relative; |
|
top: 24px; |
|
left: 24px; |
|
color: white; |
|
font-family: sans-serif; |
|
font-weight: bold; |
|
} |
|
|
|
#main { |
|
max-width:1100px; |
|
margin:auto; |
|
} |
|
|
|
#main h2 { |
|
text-align: left; |
|
} |
|
|
|
#main table { |
|
width:100%; |
|
border-collapse: collapse; |
|
font-size: small; |
|
font-family: 'SF Mono', 'Menlo', 'Monaco', 'Courier New', Courier, monospace; |
|
} |
|
#main table tr td { |
|
border: solid black 1px; |
|
padding: 5px; |
|
} |
|
|
|
#main table tr td.hash { |
|
text-align: right; |
|
border-left: none; |
|
font-size: x-small; |
|
} |
|
|
|
#main table tr td.name { |
|
text-align: left; |
|
border-right: none; |
|
} |
|
|
|
p.description |
|
{ |
|
font-size: smaller; |
|
} |
|
|
|
#metadata { |
|
margin-top: 15px; |
|
padding: 15px; |
|
font-family: 'SF Mono', 'Menlo', 'Monaco', 'Courier New', Courier, monospace; |
|
} |
|
|
|
#metadata span.fieldname { |
|
font-family: sans-serif; |
|
} |