brotherton-erpnext/website/css/website.css

85 lines
1.2 KiB
CSS
Raw Normal View History

2013-02-21 08:55:30 +00:00
div.outer {
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
background-color: #fff;
border-radius: 5px;
2013-02-21 09:02:54 +00:00
padding: 20px;
margin: 30px -20px 10px -20px;
2013-02-21 08:55:30 +00:00
min-height: 400px;
overflow: hidden;
}
2013-02-21 08:55:30 +00:00
.outer .navbar {
2013-02-21 09:10:14 +00:00
margin: -20px -20px 10px -20px;
2013-02-21 08:55:30 +00:00
}
2013-02-20 09:32:21 +00:00
footer {
2013-02-21 05:19:37 +00:00
text-align: left;
2013-02-20 09:32:21 +00:00
margin: auto;
2013-02-21 09:10:14 +00:00
margin-bottom: 20px;
2013-02-20 09:32:21 +00:00
}
2012-12-10 09:26:45 +00:00
.navbar-inner {
border: 0px;
border-bottom: 1px solid #ddd;
border-radius: 0px;
}
2012-12-10 09:26:45 +00:00
p, li {
2012-12-28 05:00:46 +00:00
line-height: 1.5em;
2012-02-08 07:03:13 +00:00
}
2012-12-10 09:26:45 +00:00
.layout-wrapper {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-radius: 0px 0px 5px 5px;
2012-02-08 07:03:13 +00:00
}
2012-12-10 12:55:30 +00:00
.layout-main {
min-height: 400px;
2012-12-28 05:00:46 +00:00
padding: 30px;
2012-02-08 07:03:13 +00:00
}
2013-02-21 08:55:30 +00:00
.missing-image {
background-color: #eee;
padding: 40px;
width: 32px;
font-size: 32px;
color: #888;
}
2013-02-20 09:32:21 +00:00
.social-icons {
2013-02-21 05:19:37 +00:00
font-size: 120%;
float: right;
text-align: right;
2013-02-20 09:32:21 +00:00
}
.social-icons a:hover {
text-decoration: none;
}
.social-icons a i:hover {
text-decoration: none;
}
2013-02-21 05:19:37 +00:00
.social-icons i {
margin-left: 5px;
}
2013-02-21 05:19:37 +00:00
.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;
2013-02-21 05:19:37 +00:00
padding: 2px 14px 2px 0px;
margin: 0px;
2012-04-10 06:21:08 +00:00
}
.clear {
clear: both;
}
/* */