mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-06 01:31:14 -04:00
Updates styles.
This commit is contained in:
parent
a6e79b537b
commit
1f2ad2ebff
2 changed files with 12 additions and 15 deletions
|
@ -1,9 +1,4 @@
|
||||||
|
|
||||||
html {
|
|
||||||
min-height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
border: 1px dashed #fff;
|
border: 1px dashed #fff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
|
@ -20,19 +20,28 @@
|
||||||
@col-sb-thumb: rgba(0,0,0,0.15);
|
@col-sb-thumb: rgba(0,0,0,0.15);
|
||||||
@col-sb-thumb-active: rgba(0,0,0,0.25);
|
@col-sb-thumb-active: rgba(0,0,0,0.25);
|
||||||
|
|
||||||
|
|
||||||
@border-widget: 1px solid @col-border;
|
@border-widget: 1px solid @col-border;
|
||||||
@border-widget-sep: 1px solid @col-widget-sep;
|
@border-widget-sep: 1px solid @col-widget-sep;
|
||||||
|
|
||||||
|
|
||||||
@font-family: Ubuntu, sans-serif;
|
@font-family: Ubuntu, sans-serif;
|
||||||
@font-family-mono: "Ubuntu Mono", monospace;
|
@font-family-mono: "Ubuntu Mono", monospace;
|
||||||
|
|
||||||
|
|
||||||
html { overflow-y: auto; }
|
|
||||||
::-moz-selection { background: #68A9FF; color: #fff; text-shadow: none; }
|
::-moz-selection { background: #68A9FF; color: #fff; text-shadow: none; }
|
||||||
::selection { background: #68A9FF; color: #fff; text-shadow: none; }
|
::selection { background: #68A9FF; color: #fff; text-shadow: none; }
|
||||||
|
|
||||||
|
html {
|
||||||
|
min-height: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
|
&.js .noJsMsg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
&.browser .noBrowserMsg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: @font-family;
|
font-family: @font-family;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
@ -40,10 +49,3 @@ body {
|
||||||
background-color: @col-back;
|
background-color: @col-back;
|
||||||
margin: 30px;
|
margin: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.js .noJsMsg {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
html.browser .noBrowserMsg {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue