mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-01 07:48:20 -04:00
Clean styles.
This commit is contained in:
parent
b7a77797f6
commit
b90b164552
10 changed files with 7 additions and 10 deletions
|
@ -9,9 +9,7 @@
|
||||||
|
|
||||||
@col-light: #ffffff;
|
@col-light: #ffffff;
|
||||||
@col-lightgray: #fafafa;
|
@col-lightgray: #fafafa;
|
||||||
// @col-darkgray: #eeeeee;
|
|
||||||
@col-darkgray: #f3f3f3;
|
@col-darkgray: #f3f3f3;
|
||||||
// @col-dark: #333;
|
|
||||||
@col-dark: #212121;
|
@col-dark: #212121;
|
||||||
|
|
||||||
@col-text-primary-black: rgba(0,0,0,0.87);
|
@col-text-primary-black: rgba(0,0,0,0.87);
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
// background: rgba(0,0,0,0.1);
|
|
||||||
// background: rgba(255,255,255,0.6);
|
|
||||||
|
|
||||||
.cm-panel {
|
.cm-panel {
|
||||||
.popup();
|
.popup();
|
||||||
|
|
|
@ -132,7 +132,6 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: rgb(27,27,27);
|
background-color: rgb(27,27,27);
|
||||||
// box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
|
|
||||||
box-shadow: 0 0 8px 2px rgba(0,0,0,0.3);
|
box-shadow: 0 0 8px 2px rgba(0,0,0,0.3);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700);
|
|
||||||
|
|
||||||
@font-family: Roboto, Helvetica, Arial, sans-serif;
|
@font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||||
@font-weight: normal;
|
@font-weight: normal;
|
||||||
@font-size: 13px;
|
@font-size: 13px;
|
||||||
|
|
|
@ -7,6 +7,5 @@ html {
|
||||||
::selection { background: @col-pink-a200; color: @col-text-primary-white; text-shadow: none; }
|
::selection { background: @col-pink-a200; color: @col-text-primary-white; text-shadow: none; }
|
||||||
|
|
||||||
*:focus {
|
*:focus {
|
||||||
// outline: 1px solid @col-pink-a200;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
@charset "utf-8";
|
||||||
|
|
||||||
// @include "lib/h5bp-normalize.less"
|
// @include "lib/h5bp-normalize.less"
|
||||||
// @include "lib/h5bp-main-header.less"
|
// @include "lib/h5bp-main-header.less"
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ head
|
||||||
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
||||||
link( rel="shortcut icon", href="client/images/favicon/favicon-16-32.ico" )
|
link( rel="shortcut icon", href="client/images/favicon/favicon-16-32.ico" )
|
||||||
link( rel="apple-touch-icon-precomposed", type="image/png", href="client/images/favicon/favicon-152.png" )
|
link( rel="apple-touch-icon-precomposed", type="image/png", href="client/images/favicon/favicon-152.png" )
|
||||||
|
link( rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||||
link( rel="stylesheet", href="client/css/styles.css" )
|
link( rel="stylesheet", href="client/css/styles.css" )
|
||||||
script( src="client/js/scripts.js", data-module="info" )
|
script( src="client/js/scripts.js", data-module="info" )
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ head
|
||||||
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
||||||
link( rel="shortcut icon", href!="#{app_href}client/images/favicon/favicon-16-32.ico" )
|
link( rel="shortcut icon", href!="#{app_href}client/images/favicon/favicon-16-32.ico" )
|
||||||
link( rel="apple-touch-icon-precomposed", type="image/png", href!="#{app_href}client/images/favicon/favicon-152.png" )
|
link( rel="apple-touch-icon-precomposed", type="image/png", href!="#{app_href}client/images/favicon/favicon-152.png" )
|
||||||
|
link( rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||||
link( rel="stylesheet", href!="#{app_href}client/css/styles.css" )
|
link( rel="stylesheet", href!="#{app_href}client/css/styles.css" )
|
||||||
script( src!="#{app_href}client/js/scripts.js", data-module="index" )
|
script( src!="#{app_href}client/js/scripts.js", data-module="index" )
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ html
|
||||||
meta( http-equiv="x-ua-compatible", content="ie=edge" )
|
meta( http-equiv="x-ua-compatible", content="ie=edge" )
|
||||||
title h5ai #{pkg.version} test suite
|
title h5ai #{pkg.version} test suite
|
||||||
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
||||||
|
link( rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||||
link( rel="stylesheet", href="h5ai-styles.css" )
|
link( rel="stylesheet", href="h5ai-styles.css" )
|
||||||
link( rel="stylesheet", href="styles.css" )
|
link( rel="stylesheet", href="styles.css" )
|
||||||
script( src="h5ai-scripts.js" )
|
script( src="h5ai-scripts.js" )
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
@col-grey: #555;
|
@col-grey: #555;
|
||||||
|
|
||||||
#report {
|
#report {
|
||||||
font-family: arial, sans;
|
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#mocha-overlay {
|
#mocha-overlay {
|
||||||
font-family: arial, sans;
|
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 32px;
|
top: 32px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue