1
0
Fork 0
forked from 0x2620/oxjs

update CSS

This commit is contained in:
rolux 2012-04-15 21:56:39 +02:00
commit d060a94131
6 changed files with 36 additions and 9 deletions

View file

@ -1967,10 +1967,8 @@ SourceViewer
.OxSourceViewer .OxComment code {
padding: 1px 3px 1px 3px;
border-radius: 2px;
background: rgb(255, 255, 255);
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;
font-size: 11px;
box-shadow: 0 0 1px rgb(160, 160, 160);
}
.OxSourceViewer .OxComment pre {
line-height: 16px;

View file

@ -667,6 +667,10 @@ SourceViewer
.OxThemeClassic .OxSourceViewer .OxComment {
border-color: rgb(208, 208, 208);
}
.OxThemeClassic .OxSourceViewer .OxComment code {
background-color: rgb(255, 255, 255);
box-shadow: 0 0 1px rgb(160, 160, 160);
}
.OxThemeClassic .OxSourceViewer .OxCode {
background-color: rgb(255, 255, 255);
}

View file

@ -651,6 +651,10 @@ SourceViewer
.OxThemeModern .OxSourceViewer .OxComment {
border-color: rgb(48, 48, 48);
}
.OxThemeModern .OxSourceViewer .OxComment code {
background-color: rgb(0, 0, 0);
box-shadow: 0 0 1px rgb(255, 255, 255);
}
.OxThemeModern .OxSourceViewer .OxCode {
background-color: rgb(0, 0, 0);
}