Skip to content

Commit

Permalink
Added some css
Browse files Browse the repository at this point in the history
  • Loading branch information
seinoxygen committed Mar 22, 2014
1 parent 8cd0724 commit 219a52a
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions wp-github.css
@@ -1,14 +1,41 @@
.wpgithub-profile {
background-color: #EEEEEE;
border: 1px solid #D5D5D5;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:5px;
display: inline-block;
}

.wpgithub-profile img{
.wpgithub-user{
display: inline-block;
margin-right: 5px;
}

.wpgithub-user img{
vertical-align: top;
padding:5px;
float: left;
}

.wpgithub-user h3{
margin-left: 70px;
font-size: 15px;
line-height: 20px;
font-weight: 600;
margin-bottom: 0px;
}

.wpgithub-user h3 a{
color: #333333;
}

.wpgithub-user p{
margin-left: 70px;
font-size: 14px;
line-height: 20px;
margin-bottom: 0px;
}

.wpgithub-bblock{
Expand All @@ -17,11 +44,14 @@
width: 100px;
text-align: center;
padding: 5px;
vertical-align: top;
}

.wpgithub-bblock > .wpgithub-count{
background-color: #FFFFFF;
border: 1px solid #D5D5D5;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
color: #333333;
display: block;
Expand All @@ -34,6 +64,8 @@
border-width: 0px 1px 1px;
border-color: #D5D5D5;
border-style: solid;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
color: #333333;
display: block;
Expand All @@ -45,4 +77,17 @@

.wpgithub-bblock:hover > .wpgithub-text{
background-image: linear-gradient(#EEEEEE, #DDDDDD);
}

.widget_profile > .wpgithub-profile{
display: block;
}

.widget_profile > .wpgithub-profile > .wpgithub-bblock{
clear: both;
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

0 comments on commit 219a52a

Please sign in to comment.