1
0
Fork 0
forked from 0x2620/oxjs

this is the future...

This commit is contained in:
rolux 2012-04-05 17:28:40 +02:00
commit 5d088a38b4
4 changed files with 567 additions and 0 deletions

59
index.css Normal file
View 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;
}