59 lines
No EOL
816 B
CSS
59 lines
No EOL
816 B
CSS
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;
|
|
} |