342 lines
No EOL
6 KiB
CSS
342 lines
No EOL
6 KiB
CSS
html {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-size: 14px;
|
|
color: #000;
|
|
}
|
|
|
|
/* font settings */
|
|
|
|
h1, h2, h3, h4, h5 {
|
|
font-family: Arial, sans-serif;
|
|
margin-top: 0.2em;
|
|
}
|
|
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
font-size: 13px;
|
|
background-color: #eee;
|
|
}
|
|
|
|
footer {
|
|
background: #b7b7b7; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #b7b7b7 0%, #eeeeee 36%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(36%,#eeeeee)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* IE10+ */
|
|
background: linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
|
|
border-top: 1px solid #999;
|
|
text-align: center;
|
|
color: inherit;
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
line-height: 1.7;
|
|
}
|
|
|
|
span, div, td, input, textarea, button, select {
|
|
font-family: inherit;
|
|
}
|
|
|
|
|
|
pre { margin: 0px; padding: 0px; }
|
|
|
|
button { margin: 2px; margin-left: 0px; }
|
|
|
|
label {
|
|
padding-top: 15px;
|
|
color: #404040;
|
|
}
|
|
|
|
select, input, textarea {
|
|
border: 1px solid #ccc;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
font-size: inherit;
|
|
padding: 4px;
|
|
color: #444;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
|
|
textarea {
|
|
font-family: inherit;
|
|
height: 120px;
|
|
width: 90%;
|
|
font-size: inherit;
|
|
white-space: normal;
|
|
}
|
|
|
|
table { padding: 0px; border-collapse: 'collapse'}
|
|
|
|
td {
|
|
padding:0px;
|
|
margin: 0px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
p {
|
|
margin: 0px 0px 9px 0px;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
li {
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
hr {
|
|
clear: both;
|
|
margin: 18px 0;
|
|
border: 0;
|
|
border-top: 1px solid #e5e5e5;
|
|
border-bottom: 1px solid #ffffff;
|
|
}
|
|
|
|
/* links */
|
|
|
|
a:active { outline:none; }
|
|
|
|
a {
|
|
color: #0088cc;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
color: #005580;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.link_type {
|
|
padding:2px;
|
|
color: #0088cc;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.link_type:hover {
|
|
color: #005580;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
:focus { -moz-outline-style:none; }
|
|
|
|
table.simpletable { border-collapse: collapse; margin-bottom: 10px;}
|
|
table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; }
|
|
|
|
div.fix_ff_cursor { overflow: auto; }
|
|
|
|
/* --- Layout --- */
|
|
|
|
div.comment { color: #444; }
|
|
|
|
.small {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.help {
|
|
margin-bottom: 3px;
|
|
color: #888;
|
|
}
|
|
|
|
div#body_div {
|
|
padding-right: 7px;
|
|
padding-top: 70px;
|
|
padding-bottom: 50px;
|
|
min-height: 400px;
|
|
}
|
|
|
|
.content {
|
|
margin: auto;
|
|
width: 900px;
|
|
}
|
|
|
|
.background-fade-in {
|
|
-webkit-transition: background 1s ease-in; /* property duration timing-function delay */
|
|
-moz-transition: background 1s ease-in;
|
|
-o-transition: background 1s ease-in;
|
|
transition: background 1s ease-in;
|
|
}
|
|
|
|
header .container {
|
|
width: 900px;
|
|
margin: auto;
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
header .container, .content {
|
|
width: 900px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1200px) and (max-width: 1599px) {
|
|
header .container, .content {
|
|
width: 1100px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1600px) {
|
|
header .container, .content {
|
|
width: 1100px;
|
|
}
|
|
div#body_div {
|
|
min-height: 900px;
|
|
}
|
|
}
|
|
|
|
div.no_script {
|
|
display: none;
|
|
}
|
|
|
|
div.loading_div {
|
|
background-color: #FFFFCC;
|
|
z-index: 1999;
|
|
right: 5px;
|
|
width: 90px;
|
|
display: none;
|
|
text-align: center;
|
|
padding: 2px;
|
|
border: 1px solid #FF4;
|
|
}
|
|
|
|
div.std-footer {
|
|
margin: 13px -15px;
|
|
border-top: 1px solid #AAA;
|
|
padding: 13px;
|
|
}
|
|
|
|
div.std-footer-item {
|
|
margin: 0px 13px 13px 0px;
|
|
}
|
|
|
|
.shadow {
|
|
-moz-box-shadow: 0px 2px 2px #888;
|
|
-webkit-box-shadow: 0px 2px 2px #888;
|
|
box-shadow: 0px 2px 2px #888;
|
|
}
|
|
|
|
.round {
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.layout_wrapper, .layout-wrapper {
|
|
-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
|
|
-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
|
|
box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
|
|
background-color: #fff;
|
|
padding: 15px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.layout-wrapper-appframe {
|
|
padding: 0px;
|
|
}
|
|
|
|
.layout-wrapper-background {
|
|
background-color: #fafafa !important;
|
|
padding: 0px;
|
|
}
|
|
|
|
.layout-main {
|
|
padding: 15px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.layout-main-section {
|
|
width: 71%;
|
|
float: left;
|
|
padding: 15px;
|
|
background-color: #FFF;
|
|
min-height: 600px;
|
|
-moz-box-shadow: 2px 0px 1px #ddd;
|
|
-webkit-box-shadow: 2px 0px 1px #ddd;
|
|
box-shadow: 2px 0px 1px #ddd;
|
|
}
|
|
|
|
.layout-side-section {
|
|
width: 22%;
|
|
/*float: right;*/
|
|
color: #606060;
|
|
overflow-x: hidden;
|
|
padding: 15px;
|
|
min-height: 600px;
|
|
}
|
|
|
|
/* from bootstrap */
|
|
.container {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
zoom: 1;
|
|
}
|
|
.container:before, .container:after {
|
|
display: table;
|
|
content: "";
|
|
zoom: 1;
|
|
}
|
|
.container:after {
|
|
clear: both;
|
|
}
|
|
|
|
.well {
|
|
min-height: 20px;
|
|
padding: 19px;
|
|
margin-bottom: 20px;
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #eee;
|
|
border: 1px solid rgba(0, 0, 0, 0.05);
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.avatar-small {
|
|
display: inline-block;
|
|
width: 24px;
|
|
height: 20px;
|
|
vertical-align: middle;
|
|
overflow: hidden;
|
|
margin: 0px 3px;
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
}
|
|
.avatar-small img {
|
|
width: 24px;
|
|
}
|
|
|
|
.erpnext-logo {
|
|
position: fixed;
|
|
bottom: 5px;
|
|
left: 5px;
|
|
height: 30px;
|
|
width: 30px;
|
|
background: url('../images/erpnext-fade.png') no-repeat top left;
|
|
}
|
|
|
|
.markdown p {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.markdown h1 {
|
|
margin-bottom: 9px;
|
|
}
|
|
|
|
.markdown h2 {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.markdown h3, .markdown h4 {
|
|
margin-bottom: 5px;
|
|
} |