brotherton-erpnext/erpnext/website/css/website.css

137 lines
2.7 KiB
CSS
Raw Normal View History

2012-04-26 13:31:35 +00:00
header .container, .content {
2012-04-10 06:21:08 +00:00
width: 900px;
}
div#body_div {
2012-05-02 07:33:41 +00:00
padding-top: 80px;
2012-04-26 13:31:35 +00:00
min-height: 400px;
}
2012-03-23 08:49:49 +00:00
p, li {
line-height: 1.6em;
}
2012-02-08 04:53:16 +00:00
pre {
background-color: #F8F8F8;
border: 1px solid #CCCCCC;
border-radius: 3px 3px 3px 3px;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
margin-bottom: 9px;
}
2012-02-20 07:05:23 +00:00
.web-head-section {
margin-bottom: 20px
}
2012-01-25 09:36:28 +00:00
.web-main-section {
width: 65%;
float: left;
margin-bottom: 20px;
}
.web-side-section {
width: 30%;
float: right;
margin-bottom: 20px;
2012-01-27 06:47:09 +00:00
margin-right: 15px;
color: #606060;
overflow-x: hidden;
2012-04-08 15:03:51 +00:00
font-size: 90%;
}
2012-02-08 07:03:13 +00:00
.web-page-status {
padding: 7px;
margin-top: -20px;
2012-02-08 07:03:13 +00:00
color: #777;
clear: both;
text-align: right;
}
.web-page-status a,
.web-page-status a:hover,
.web-page-status a:visited {
padding: 2px;
background-color: #777;
color: #FFF;
text-decoration: none;
}
.web-page-status a:hover {
background-color: #444;
}
2012-04-26 13:31:35 +00:00
footer {
}
.web-footer-menu {
margin-bottom: 7px;
}
.web-footer-menu ul {
list-style: none;
margin: 0px;
2012-02-07 09:27:49 +00:00
padding: 0px;
}
.web-footer-menu ul li {
display: inline;
padding: 2px 15px;
border-right: 1px solid #999;
}
2012-04-26 13:31:35 +00:00
.web-footer-menu ul li:first-child {
padding-left: 0px;
}
.web-footer-menu ul li:last-child {
border-right: 0px solid #777 !important;
2012-04-10 06:21:08 +00:00
}
2012-04-26 13:31:35 +00:00
.web-footer-powered {
color: #888;
float: right;
margin-top: -12px;
}
2012-04-10 06:21:08 +00:00
/* slide view */
.next-slide {
margin: 0px -27px 100px -27px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #fff 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top, #eeeeee 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%, #fff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%, #fff 100%); /* IE10+ */
background: linear-gradient(top, #eeeeee 0%, #fff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
height: 36px;
}
.slide-shadow {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(top, #bababa 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
height: 3px;
margin: 100px -27px 0px -27px;
border-top: 1px solid #bababa;
}
.two-column {
width: 50%;
2012-04-10 06:21:08 +00:00
float: left;
}
.clear {
clear: both;
}
/* */