forked from 0x2620/oxjs
this is the future...
This commit is contained in:
parent
3c010a6f99
commit
5d088a38b4
4 changed files with 567 additions and 0 deletions
59
index.css
Normal file
59
index.css
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
body.OxThemeClassic {
|
||||
background-color: rgb(240, 240, 240);
|
||||
}
|
||||
body.OxThemeModern {
|
||||
background-color: rgb(16, 16, 16);
|
||||
}
|
||||
|
||||
div {
|
||||
font-family: Lucida Grande, Segoe UI, DejaVu Sans, Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
.OxThemeClassic div {
|
||||
color: rgb(16, 16, 16);
|
||||
}
|
||||
.OxThemeModern div {
|
||||
color: rgb(240, 240, 240);
|
||||
}
|
||||
|
||||
|
||||
.line {
|
||||
width: 384px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.link {
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.link.selected {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 256px;
|
||||
height: 128px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.sections {
|
||||
width: 512px;
|
||||
}
|
||||
|
||||
.themes {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.ui {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue