1
0
Fork 0
forked from 0x2620/oxjs

updating index.js

This commit is contained in:
rolux 2012-04-08 14:48:07 +02:00
commit 706af769a8
2 changed files with 101 additions and 90 deletions

View file

@ -100,19 +100,10 @@ body.OxThemeModern,
}
.OxThemeClassic .page {
background: rgb(255, 255, 255);
background-color: rgb(255, 255, 255);
}
.OxThemeModern .page {
background: rgb(0, 0, 0);
}
.OxThemeClassic .logo,
.OxThemeClassic .page {
box-shadow: 0 0 1px rgb(0, 0, 0)
}
.OxThemeModern .logo,
.OxThemeModern .page {
box-shadow: 0 0 1px rgb(255, 255, 255)
background-color: rgb(0, 0, 0);
}
.OxThemeClassic .readme .item.selected {
@ -121,3 +112,15 @@ body.OxThemeModern,
.OxThemeModern .readme .item.selected {
background: rgb(32, 32, 32);
}
.OxThemeClassic .logo,
.OxThemeClassic .page,
.OxThemeClassic .readme .OxSyntaxHighlighter {
box-shadow: 0 0 1px rgb(0, 0, 0)
}
.OxThemeModern .logo,
.OxThemeModern .page,
.OxThemeModern .readme .OxSyntaxHighlighter {
box-shadow: 0 0 1px rgb(255, 255, 255)
}