|
@@ -1,5 +1,4 @@
|
|
-@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400");
|
|
|
|
-@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
|
|
|
|
|
|
+@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
|
|
html,
|
|
html,
|
|
body {
|
|
body {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -7,7 +6,7 @@ body {
|
|
margin: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- font-family: sans-serif;
|
|
|
|
|
|
+ font-family: "acumin-pro";
|
|
}
|
|
}
|
|
#waitDiv {
|
|
#waitDiv {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -147,8 +146,7 @@ body {
|
|
border-right: 1px solid #efefef;
|
|
border-right: 1px solid #efefef;
|
|
}
|
|
}
|
|
#exampleList #exampleBanner {
|
|
#exampleList #exampleBanner {
|
|
- background-image: url("../css/pattern_ban_1.png");
|
|
|
|
- background-repeat: repeat;
|
|
|
|
|
|
+ background-color: #E0684B;
|
|
text-align: center;
|
|
text-align: center;
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
margin-left: 2px;
|
|
margin-left: 2px;
|
|
@@ -156,7 +154,7 @@ body {
|
|
#exampleList #exampleBanner h1 {
|
|
#exampleList #exampleBanner h1 {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
- color: #00aeef;
|
|
|
|
|
|
+ color: #BB464B;
|
|
font-size: 2em;
|
|
font-size: 2em;
|
|
margin: .67em 0;
|
|
margin: .67em 0;
|
|
}
|
|
}
|
|
@@ -164,7 +162,6 @@ body {
|
|
width: 80%;
|
|
width: 80%;
|
|
height: 0;
|
|
height: 0;
|
|
display: block;
|
|
display: block;
|
|
- border-top: 1px solid #00aeef;
|
|
|
|
margin: 0 auto 20px auto;
|
|
margin: 0 auto 20px auto;
|
|
}
|
|
}
|
|
#exampleList #filterBar {
|
|
#exampleList #filterBar {
|
|
@@ -230,7 +227,7 @@ body {
|
|
bottom: 20px;
|
|
bottom: 20px;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
- color: #00aeef;
|
|
|
|
|
|
+ color: #BB464B;
|
|
}
|
|
}
|
|
#exampleList .categoryContainer .itemLine .itemContent .itemLinePGLink {
|
|
#exampleList .categoryContainer .itemLine .itemContent .itemLinePGLink {
|
|
display: none;
|
|
display: none;
|
|
@@ -240,7 +237,7 @@ body {
|
|
text-align: right;
|
|
text-align: right;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
- color: #00aeef;
|
|
|
|
|
|
+ color: #BB464B;
|
|
}
|
|
}
|
|
|
|
|
|
.wrapper #jsEditor {
|
|
.wrapper #jsEditor {
|
|
@@ -270,18 +267,16 @@ body {
|
|
top: 50px;
|
|
top: 50px;
|
|
cursor: default;
|
|
cursor: default;
|
|
z-index:10;
|
|
z-index:10;
|
|
- background-color: #7283a0;
|
|
|
|
|
|
+ background-color: #E0684B;
|
|
color:white;
|
|
color:white;
|
|
padding:5px;
|
|
padding:5px;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
- font-family: 'Montserrat';
|
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
user-select: none;
|
|
user-select: none;
|
|
}
|
|
}
|
|
.navbar {
|
|
.navbar {
|
|
height: 40px;
|
|
height: 40px;
|
|
width: 100%;
|
|
width: 100%;
|
|
- font-family: "Montserrat";
|
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
-webkit-user-select: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-moz-user-select: none;
|
|
@@ -302,13 +297,13 @@ body {
|
|
.navbar .title {
|
|
.navbar .title {
|
|
height: 40px;
|
|
height: 40px;
|
|
padding-left: 10px;
|
|
padding-left: 10px;
|
|
- color: #15A4FA;
|
|
|
|
|
|
+ color: #BB464B;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.navbar .version {
|
|
.navbar .version {
|
|
height: 40px;
|
|
height: 40px;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- color: #7283a0;
|
|
|
|
|
|
+ color: #E0684B;
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
}
|
|
.navbar .category {
|
|
.navbar .category {
|
|
@@ -324,9 +319,9 @@ body {
|
|
.button {
|
|
.button {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
height: 25px;
|
|
height: 25px;
|
|
- line-height: 25px;
|
|
|
|
|
|
+ line-height: 23px;
|
|
color: white;
|
|
color: white;
|
|
- background-color: #7283a0;
|
|
|
|
|
|
+ background-color: #E0684B;
|
|
margin: 0 2px 0 2px;
|
|
margin: 0 2px 0 2px;
|
|
padding: 0 10px 0 10px;
|
|
padding: 0 10px 0 10px;
|
|
font-size: 0.85em;
|
|
font-size: 0.85em;
|
|
@@ -338,12 +333,12 @@ body {
|
|
}
|
|
}
|
|
.button:hover {
|
|
.button:hover {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- background-color: #15A4FA;
|
|
|
|
|
|
+ background-color: #BB464B;
|
|
}
|
|
}
|
|
.navbar .button.run {
|
|
.navbar .button.run {
|
|
height: 30px;
|
|
height: 30px;
|
|
- line-height: 30px;
|
|
|
|
- background-color: #15A4FA;
|
|
|
|
|
|
+ line-height: 28px;
|
|
|
|
+ background-color: #BB464B;
|
|
font-size: 1.0em;
|
|
font-size: 1.0em;
|
|
}
|
|
}
|
|
.navbar .select {
|
|
.navbar .select {
|
|
@@ -358,7 +353,7 @@ body {
|
|
content: "\00a0 \00a0 \00a0 \f078";
|
|
content: "\00a0 \00a0 \00a0 \f078";
|
|
}
|
|
}
|
|
.navbar .select .toDisplay {
|
|
.navbar .select .toDisplay {
|
|
- border: 1px solid #7283a0;
|
|
|
|
|
|
+ border: 1px solid #E0684B;
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
left: 0;
|
|
left: 0;
|
|
@@ -369,7 +364,7 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .select .subSelect .toDisplaySub {
|
|
.navbar .select .subSelect .toDisplaySub {
|
|
- border: 1px solid #7283a0;
|
|
|
|
|
|
+ border: 1px solid #E0684B;
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
left: 100%;
|
|
left: 100%;
|
|
@@ -399,7 +394,7 @@ body {
|
|
}
|
|
}
|
|
.navbar .select .toDisplay .option.light {
|
|
.navbar .select .toDisplay .option.light {
|
|
background-color: white;
|
|
background-color: white;
|
|
- color: #7283a0;
|
|
|
|
|
|
+ color: #E0684B;
|
|
}
|
|
}
|
|
.navbar .select .toDisplay .option.dark:hover {
|
|
.navbar .select .toDisplay .option.dark:hover {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -407,7 +402,7 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .select .toDisplayBig {
|
|
.navbar .select .toDisplayBig {
|
|
- border: 1px solid #7283a0;
|
|
|
|
|
|
+ border: 1px solid #E0684B;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
@@ -424,7 +419,7 @@ body {
|
|
|
|
|
|
.navbar .select .toDisplayBig.light {
|
|
.navbar .select .toDisplayBig.light {
|
|
background-color: white;
|
|
background-color: white;
|
|
- color: #15A4FA;
|
|
|
|
|
|
+ color: #BB464B;
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .select .toDisplayBig.dark {
|
|
.navbar .select .toDisplayBig.dark {
|
|
@@ -463,7 +458,7 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .select .toDisplayBig a.light {
|
|
.navbar .select .toDisplayBig a.light {
|
|
- color: #7283a0;
|
|
|
|
|
|
+ color: #E0684B;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -512,7 +507,6 @@ body {
|
|
width:100%;
|
|
width:100%;
|
|
line-height:30px;
|
|
line-height:30px;
|
|
position:relative;
|
|
position:relative;
|
|
- font-family: 'Montserrat';
|
|
|
|
}
|
|
}
|
|
.navbarBottom.dark {
|
|
.navbarBottom.dark {
|
|
background-color: #333;
|
|
background-color: #333;
|
|
@@ -582,7 +576,6 @@ body {
|
|
background-color: rgba(27, 27, 27, 0.75);
|
|
background-color: rgba(27, 27, 27, 0.75);
|
|
border-color: #252525;
|
|
border-color: #252525;
|
|
color: white;
|
|
color: white;
|
|
- font-family: "Montserrat";
|
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.save-layer .save-form .separator {
|
|
.save-layer .save-form .separator {
|
|
@@ -597,7 +590,6 @@ body {
|
|
width: 350px;
|
|
width: 350px;
|
|
margin:auto;
|
|
margin:auto;
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
- font-family: "Montserrat";
|
|
|
|
padding:5px;
|
|
padding:5px;
|
|
}
|
|
}
|
|
|
|
|