forked from 0x2620/oxjs
update index
This commit is contained in:
parent
abfea74565
commit
99dfdfd224
5 changed files with 86 additions and 42 deletions
22
index.css
22
index.css
|
|
@ -7,7 +7,7 @@ body {
|
|||
z-index: 1001;
|
||||
}
|
||||
|
||||
.OxCode .doclink {
|
||||
.OxSyntaxHighlighter .doclink {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.OxComment .doclink {
|
||||
|
|
@ -18,6 +18,12 @@ body {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxLabel.label,
|
||||
.OxThemeModern .OxLabel.label {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.loading {
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
@ -31,7 +37,9 @@ body {
|
|||
padding: 32px;
|
||||
margin: 32px auto 32px auto;
|
||||
border-radius: 8px;
|
||||
font-size: 14px;
|
||||
//font-size: 14px;
|
||||
//line-height: 20px;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.page code, .page pre {
|
||||
|
|
@ -63,7 +71,7 @@ body {
|
|||
font-size: 12px;
|
||||
}
|
||||
.readme .text {
|
||||
padding: 8px;
|
||||
padding: 16px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
|
@ -92,18 +100,16 @@ body {
|
|||
|
||||
body.OxThemeClassic,
|
||||
.OxThemeClassic .screen {
|
||||
background-color: rgb(240, 240, 240);
|
||||
background-color: rgb(224, 224, 224);
|
||||
}
|
||||
body.OxThemeModern,
|
||||
.OxThemeModern .screen {
|
||||
background-color: rgb(16, 16, 16);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxLabel.label,
|
||||
.OxThemeClassic .page {
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeModern .OxLabel.label,
|
||||
.OxThemeModern .page {
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
|
|
@ -118,10 +124,10 @@ body.OxThemeModern,
|
|||
.OxThemeClassic .logo,
|
||||
.OxThemeClassic .page,
|
||||
.OxThemeClassic .readme .OxSyntaxHighlighter {
|
||||
box-shadow: 0 0 1px rgb(0, 0, 0)
|
||||
box-shadow: 0 0 1px rgb(160, 160, 160)
|
||||
}
|
||||
.OxThemeModern .logo,
|
||||
.OxThemeModern .page,
|
||||
.OxThemeModern .readme .OxSyntaxHighlighter {
|
||||
box-shadow: 0 0 1px rgb(255, 255, 255)
|
||||
box-shadow: 0 0 1px rgb(96, 96, 96)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue