added new features

This commit is contained in:
agusmakmun
2016-06-11 03:16:04 +07:00
parent 2b3a8775d9
commit c93580f192
14 changed files with 146 additions and 65 deletions

View File

@@ -1,8 +1,6 @@
/**
* //////////////////////////////////
/*
* Project Elements
* //////////////////////////////////
*/
*/
.project-outer {
display: inline-block;
width: 30%;
@@ -15,7 +13,6 @@
h3.project-headlines {
margin: 5px 0;
font-size: 20px;
border-bottom: 1px #EEE solid;
}
span.tags {
font-size: 10px;
@@ -34,6 +31,7 @@ span.tags:last-child{ margin-right: 0; }
display: inline-block;
position: relative;
float: left;
text-decoration: none;
}
.project-footer .project-timeline {
display: inline-block;
@@ -68,4 +66,7 @@ span.tag-cloud {
.tag-cloud.active{
background: #ccc;
}
.project-item.not-show{ display: none; }
.project-item.not-show{ display: none; }
a.project-detail:hover {text-decoration: none;}
a.project-detail:hover h3 {color: #62A253;}