mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-04 07:48:00 +08:00
Alphabetized styles
This commit is contained in:
parent
18f090e060
commit
96ea8c91ba
@ -396,12 +396,12 @@
|
||||
/* END ICONS; NOW FOR CSS STYLING */
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
line-height: 1.43;
|
||||
color: #34373f;
|
||||
word-break: break-all;
|
||||
color: #34373f;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.43;
|
||||
margin: 0;
|
||||
word-break: break-all;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
@ -426,15 +426,15 @@ strong {
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table:last-child {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
}
|
||||
|
||||
tr:first-child td {
|
||||
@ -446,21 +446,21 @@ tr:nth-of-type(even) {
|
||||
}
|
||||
|
||||
td {
|
||||
border-top: 1px solid #d9dbe2;
|
||||
padding: 0.65em;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #d9dbe2;
|
||||
}
|
||||
|
||||
#page-header {
|
||||
align-items: center;
|
||||
background: #0b3a53;
|
||||
border-bottom: 4px solid #69c4cd;
|
||||
color: #ffffff;
|
||||
padding: 0 1em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
font-size: 1.15em;
|
||||
font-size: 1.12em;
|
||||
font-weight: 500;
|
||||
justify-content: space-between;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
#page-header a {
|
||||
@ -476,15 +476,15 @@ td {
|
||||
}
|
||||
|
||||
#page-header-logo {
|
||||
height: 2.5em;
|
||||
height: 2.25em;
|
||||
margin: 0.7em 0.7em 0.7em 0;
|
||||
width: 7.15em;
|
||||
}
|
||||
|
||||
#page-header-menu {
|
||||
margin: 0.65em 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin: 0.65em 0;
|
||||
}
|
||||
|
||||
#page-header-menu div {
|
||||
@ -496,8 +496,8 @@ td {
|
||||
}
|
||||
|
||||
#page-header-menu svg {
|
||||
fill: #69c4cd;
|
||||
height: 1.8em;
|
||||
fill: #69c4cd;
|
||||
margin-top: 0.125em;
|
||||
}
|
||||
|
||||
@ -510,17 +510,17 @@ td {
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 1em;
|
||||
border: 1px solid #d9dbe2;
|
||||
border-radius: 4px;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
#content-header {
|
||||
padding: 0.7em 1em;
|
||||
background-color: #edf0f4;
|
||||
border-bottom: 1px solid #d9dbe2;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
background-color: #edf0f4;
|
||||
padding: 0.7em 1em;
|
||||
}
|
||||
|
||||
.type-icon {
|
||||
@ -557,8 +557,8 @@ td {
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
text-decoration: underline;
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a[href]:after {
|
||||
content: " (" attr(href) ")";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user