2012-04-05 15:28:40 +00:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
body.OxThemeClassic {
|
|
|
|
background-color: rgb(240, 240, 240);
|
|
|
|
}
|
|
|
|
body.OxThemeModern {
|
|
|
|
background-color: rgb(16, 16, 16);
|
|
|
|
}
|
|
|
|
|
2012-04-06 23:42:54 +00:00
|
|
|
.animate, .loading {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1001;
|
2012-04-06 12:10:21 +00:00
|
|
|
}
|
|
|
|
|
2012-04-06 23:42:54 +00:00
|
|
|
.OxCode .doclink {
|
2012-04-05 15:28:40 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2012-04-06 12:10:21 +00:00
|
|
|
.OxComment .doclink {
|
|
|
|
font-size: 12px;
|
2012-04-06 23:42:54 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.OxComment .doclink:hover {
|
|
|
|
text-decoration: underline;
|
2012-04-06 12:10:21 +00:00
|
|
|
}
|
|
|
|
|
2012-04-06 23:42:54 +00:00
|
|
|
.loading {
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
margin: auto;
|
2012-04-05 15:28:40 +00:00
|
|
|
}
|
|
|
|
|
2012-04-06 23:42:54 +00:00
|
|
|
.OxThemeClassic .logo {
|
|
|
|
box-shadow: 0 0 1px rgb(0, 0, 0)
|
|
|
|
}
|
|
|
|
.OxThemeModern .logo {
|
|
|
|
box-shadow: 0 0 1px rgb(255, 255, 255)
|
2012-04-05 15:28:40 +00:00
|
|
|
}
|
|
|
|
|
2012-04-06 12:10:21 +00:00
|
|
|
.page {
|
2012-04-05 15:28:40 +00:00
|
|
|
width: 512px;
|
2012-04-06 12:10:21 +00:00
|
|
|
padding: 32px;
|
|
|
|
margin: 16px auto 16px auto;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 8px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
2012-04-05 15:28:40 +00:00
|
|
|
}
|
2012-04-06 12:10:21 +00:00
|
|
|
.page blockquote {
|
|
|
|
margin-left: 28px;
|
|
|
|
}
|
|
|
|
.page code, .page pre {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.page h1 {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
.page h2 {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
.OxThemeClassic .page {
|
|
|
|
border-color: rgb(208, 208, 208);
|
|
|
|
background: rgb(255, 255, 255);
|
|
|
|
}
|
|
|
|
.OxThemeModern .page {
|
|
|
|
border-color: rgb(48, 48, 48);
|
2012-04-06 23:42:54 +00:00
|
|
|
background: rgb(0, 0, 0);
|
2012-04-05 15:28:40 +00:00
|
|
|
}
|
|
|
|
|
2012-04-06 23:42:54 +00:00
|
|
|
.screen {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
.OxThemeClassic .screen {
|
|
|
|
background-color: rgba(240, 240, 240, 1);
|
|
|
|
}
|
|
|
|
.OxThemeModern .screen {
|
|
|
|
background-color: rgba(16, 16, 16, 1);
|
|
|
|
}
|