brotherton-erpnext/website/css/website.css

100 lines
1.4 KiB
CSS
Raw Normal View History

2013-05-27 09:17:56 +00:00
h1, h2, h3, h4, h5 {
font-weight: bold;
}
2013-05-27 09:17:56 +00:00
.content {
padding-bottom: 30px;
2012-02-08 07:03:13 +00:00
}
2013-02-21 08:55:30 +00:00
.missing-image {
background-color: #eee;
padding: 40px;
2013-05-27 09:17:56 +00:00
width: 112px;
2013-02-21 08:55:30 +00:00
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
}
2013-02-21 11:27:54 +00:00
.avatar {
display: inline-block;
vertical-align: middle;
overflow: hidden;
background-color: #ddd;
border: 1px solid #eee;
}
.avatar-small {
margin-right: 5px;
width: 30px;
height: 30px;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
}
.avatar-small img {
width: 30px;
}
2013-03-07 13:21:10 +00:00
.avatar-medium {
margin-right: 5px;
width: 48px;
height: 48px;
border-radius: 48px;
-moz-border-radius: 48px;
-webkit-border-radius: 48px;
}
.avatar-medium img {
width: 48px;
}
2013-02-21 11:27:54 +00:00
.avatar-large {
margin-right: 10px;
width: 72px;
height: 72px;
border-radius: 72px;
-moz-border-radius: 72px;
-webkit-border-radius: 72px;
}
.avatar-large img {
width: 72px;
}
.avatar-x-large {
margin-right: 10px;
width: 100px;
height: 100px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}
.avatar-x-large img {
width: 100px;
2012-04-10 06:21:08 +00:00
}