2012-04-21 19:28:28 +08:00
|
|
|
body, html {
|
2012-08-17 02:49:50 +08:00
|
|
|
font-family: arial, sans-serif;
|
|
|
|
font-size: 11pt;
|
2012-04-21 19:28:28 +08:00
|
|
|
|
2012-08-17 02:49:50 +08:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-04-21 19:28:28 +08:00
|
|
|
|
2012-08-17 02:49:50 +08:00
|
|
|
overflow: hidden;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
span.header-light {
|
2012-08-17 02:49:50 +08:00
|
|
|
color: gray;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
2012-08-17 02:49:50 +08:00
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
2012-11-01 05:16:07 +08:00
|
|
|
/* TODO
|
2012-08-17 02:49:50 +08:00
|
|
|
overflow: hidden;
|
2012-11-01 05:16:07 +08:00
|
|
|
*/
|
2012-08-17 02:49:50 +08:00
|
|
|
|
2012-08-24 02:29:47 +08:00
|
|
|
background: #4D4D4D url('img/header_background.png');
|
2012-08-17 02:49:50 +08:00
|
|
|
color: white;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
2012-08-24 02:29:47 +08:00
|
|
|
#logo {
|
|
|
|
height: 32px;
|
|
|
|
margin: 4px 10px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2012-11-01 05:16:07 +08:00
|
|
|
#menu {
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 15px;
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li {
|
|
|
|
color: #e6e6e6;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
border-right: 1px solid #737373;
|
|
|
|
height: 30px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li:first-child {
|
|
|
|
border-left: 1px solid #737373;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li:hover {
|
|
|
|
color: white;
|
|
|
|
background-color: #737373;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li ul {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li:hover > ul {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li ul {
|
|
|
|
position: absolute;
|
|
|
|
top: 30px;
|
|
|
|
left: 0;
|
|
|
|
z-index: 999;
|
|
|
|
|
|
|
|
background: #f5f5f5;
|
|
|
|
border: 1px solid lightgray;
|
|
|
|
box-shadow: 0 0 15px rgba(128, 128, 128, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li ul li {
|
|
|
|
color: #737373;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li ul li:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li ul li:hover {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu a {
|
|
|
|
padding: 6px 10px;
|
|
|
|
display: block;
|
|
|
|
cursor: pointer;
|
2013-02-09 06:36:27 +08:00
|
|
|
text-decoration: none;
|
|
|
|
color: white;
|
2012-11-01 05:16:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul li ul li a {
|
2013-02-09 06:36:27 +08:00
|
|
|
color: #737373;
|
2012-11-01 05:16:07 +08:00
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
2013-02-09 06:36:27 +08:00
|
|
|
|
2012-11-01 05:16:07 +08:00
|
|
|
#openMenuButton {
|
|
|
|
font-size: 75%;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
#menu #open {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TODO: enable the menu with keys (when openMenuButton is active) */
|
|
|
|
|
2012-04-21 19:28:28 +08:00
|
|
|
#auto {
|
2012-08-17 02:49:50 +08:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
margin: -40px 0 -24px 0;
|
|
|
|
padding: 40px 0 24px 0;
|
2012-05-30 16:47:46 +08:00
|
|
|
|
2012-08-17 02:49:50 +08:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2012-04-21 19:28:28 +08:00
|
|
|
|
2012-08-17 02:49:50 +08:00
|
|
|
overflow: hidden;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#contents {
|
2012-08-17 02:49:50 +08:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
2013-04-30 19:23:06 +08:00
|
|
|
#codeEditor, #treeEditor {
|
2012-08-17 02:49:50 +08:00
|
|
|
height: 100%;
|
|
|
|
width: 400px;
|
|
|
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
2013-04-30 19:23:06 +08:00
|
|
|
#codeEditor {
|
2013-03-08 05:35:06 +08:00
|
|
|
float: left;
|
|
|
|
padding: 15px 0 15px 15px;
|
|
|
|
}
|
|
|
|
|
2013-04-30 19:23:06 +08:00
|
|
|
#treeEditor {
|
2013-03-08 05:35:06 +08:00
|
|
|
float: left;
|
|
|
|
padding: 15px 15px 15px 0;
|
|
|
|
}
|
|
|
|
|
2012-04-21 19:28:28 +08:00
|
|
|
#splitter {
|
2013-03-08 05:35:06 +08:00
|
|
|
text-align: center;
|
2012-08-17 02:49:50 +08:00
|
|
|
float: left;
|
|
|
|
height: 100%;
|
2013-03-08 05:35:06 +08:00
|
|
|
padding: 15px;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
#splitter #buttons {
|
|
|
|
margin: 0 0 15px 0;
|
|
|
|
}
|
|
|
|
|
2013-05-04 04:55:15 +08:00
|
|
|
#splitter #toTree {
|
2013-03-08 05:35:06 +08:00
|
|
|
margin: 40px 0 0 0 ;
|
|
|
|
}
|
|
|
|
|
2013-03-09 05:05:57 +08:00
|
|
|
#splitter #toCode {
|
2013-03-08 05:35:06 +08:00
|
|
|
margin: 20px 0 0 0 ;
|
|
|
|
}
|
|
|
|
|
|
|
|
#splitter #drag {
|
|
|
|
font-size: 32px;
|
|
|
|
color: lightgray;
|
|
|
|
border-radius: 3px;
|
|
|
|
min-width: 24px;
|
2012-08-17 02:49:50 +08:00
|
|
|
cursor: col-resize;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
2013-03-08 05:35:06 +08:00
|
|
|
#splitter #drag:hover,
|
|
|
|
#splitter #drag.active {
|
|
|
|
color: gray;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2012-04-21 19:28:28 +08:00
|
|
|
#footer {
|
2012-08-17 02:49:50 +08:00
|
|
|
width: 100%;
|
|
|
|
height: 23px;
|
|
|
|
font-size: 10pt;
|
2012-04-21 19:28:28 +08:00
|
|
|
|
2012-08-17 02:49:50 +08:00
|
|
|
overflow: hidden;
|
|
|
|
color: #BFBFBF;
|
|
|
|
border-top: 1px solid lightgray;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #F5F5F5;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
#footer-inner {
|
2012-08-17 02:49:50 +08:00
|
|
|
margin: 4px;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
a.header {
|
2012-08-17 02:49:50 +08:00
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
2013-02-21 15:54:25 +08:00
|
|
|
a.footer {
|
2012-08-17 02:49:50 +08:00
|
|
|
color: #BFBFBF;
|
|
|
|
text-decoration: none;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
2013-02-21 15:54:25 +08:00
|
|
|
a.footer:hover {
|
2012-08-17 02:49:50 +08:00
|
|
|
color: red;
|
|
|
|
text-decoration: underline;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#ad {
|
2013-03-08 05:35:06 +08:00
|
|
|
float: right;
|
|
|
|
right: 15px;
|
2013-02-20 15:04:18 +08:00
|
|
|
padding: 15px 0 15px 0;
|
2012-08-17 02:49:50 +08:00
|
|
|
position: relative;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
2012-09-01 03:55:19 +08:00
|
|
|
#chromeAppInfo {
|
|
|
|
line-height: normal;
|
|
|
|
padding: 0 5px 20px 5px;
|
|
|
|
}
|
|
|
|
|
2012-11-01 05:16:07 +08:00
|
|
|
div.error, div.notification {
|
2012-11-03 21:35:01 +08:00
|
|
|
border-radius: 2px;
|
2012-08-17 02:49:50 +08:00
|
|
|
padding: 5px;
|
|
|
|
margin: 5px;
|
2012-10-20 05:29:03 +08:00
|
|
|
box-shadow: 0 0 15px rgba(128, 128, 128, 0.5);
|
2012-11-01 05:16:07 +08:00
|
|
|
|
|
|
|
/* TODO: add some transition effect */
|
|
|
|
}
|
|
|
|
div.error {
|
|
|
|
color: red;
|
|
|
|
background-color: #FFC0CB;
|
|
|
|
border: 1px solid red;
|
|
|
|
}
|
|
|
|
div.notification {
|
|
|
|
color: #1a1a1a;
|
|
|
|
background-color: #FFFFAB;
|
|
|
|
border: 1px solid #e6d600;
|
2012-10-20 05:29:03 +08:00
|
|
|
}
|
|
|
|
pre.error {
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
font-family: droid sans mono, monospace, courier new, courier, sans-serif;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
a.error {
|
|
|
|
color: red;
|
|
|
|
font-size: 8pt;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
button.convert {
|
2012-08-17 02:49:50 +08:00
|
|
|
cursor: default;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.convert-right, div.convert-left {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.convert-right {
|
2012-12-18 04:26:25 +08:00
|
|
|
background: url('lib/jsoneditor/img/jsoneditor-icons.png') -0 -48px;
|
2012-08-17 02:49:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
div.convert-left {
|
2012-12-18 04:26:25 +08:00
|
|
|
background: url('lib/jsoneditor/img/jsoneditor-icons.png') -24px -48px;
|
2012-04-21 19:28:28 +08:00
|
|
|
}
|