﻿.nuget-badge {
    height: auto;
    position: relative;
}

.nuget-badge .nuget-pm {
    color: #A0A0A0;
    float: left;
    font: 1.2em 'andale mono', 'lucida console', monospace;
    line-height: 1.5em;
    margin-top: -32px;
    padding: 15px;
    position: absolute;
    z-index: 4;
}

.nuget-badge code {
    background-color: #202020;
    border: 4px solid #c0c0c0;
    color: #e2e2e2;
    display: block;
    font: 1.2em 'andale mono', 'lucida console', monospace;
    height: 25px;
    line-height: 1.5em;
    margin-top: -35px;
    overflow: overlay;
    overflow: overlay;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 15px;
    padding-top: 15px;
    position: absolute;
    width: auto;
    z-index: 3;
}

.borderradius .nuget-badge code {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.boxshadow .nuget-badge code { box-shadow: 2px 2px 3px #6e6e6e; }

.nuget-projectinfo {
    border-bottom: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 35px;
    padding: 5px;
    z-index: 2;
}

.borderradius .nuget-projectinfo {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.boxshadow .nuget-projectinfo { box-shadow: 2px 2px 3px #6e6e6e; }

.cssgradients .nuget-projectinfo {
    background: -moz-linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(226, 226, 226, 0.65)), color-stop(1%, rgba(226, 226, 226, 0.64)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6e2e2e2', endColorstr='#00000000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.nuget-title {
    font-weight: bold;
    margin-top: 20px;
    padding: 5px;
}

.nuget-summary {
    font-size: 85%;
    font-style: oblique;
    font-variant: small-caps;
    padding-left: 5px;
}

.nuget-description { padding: 5px; }

.nuget-projecticon {
    float: right;
    height: 32px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 32px;
    padding: 10px;
    border: 1px dotted #909090;
}
.cssgradients .nuget-projecticon {
    background: -moz-linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(226, 226, 226, 0.65)), color-stop(1%, rgba(226, 226, 226, 0.64)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(-45deg, rgba(226, 226, 226, 0.65) 0%, rgba(226, 226, 226, 0.64) 1%, rgba(0, 0, 0, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6e2e2e2', endColorstr='#00000000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.nuget-authors {
    display: block;
    float: left;
    font-size: 80%;
    width: 50%;
}

.nuget-downloads {
    display: block;
    font-size: 80%;
    white-space: nowrap;
    width: 50%;
}

.nuget-authors-entry { 
    float: left; 
}

.nuget-ProjectUrl {
    font-size: 80%;
    text-align: left;
    float: left;
}

.nuget-badge span { font-weight: bold; }