@@ -43,385 +43,385 @@ del {
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
height: 100%;
a {
color: #003367;
text-decoration: none;
cursor: pointer;
a:hover {
color: #316293;
text-decoration: underline;
h1,h2,h3,h4,h5,h6 {
color: #292929;
font-weight: 700;
h1 {
font-size: 22px;
h2 {
font-size: 20px;
h3 {
font-size: 18px;
h4 {
font-size: 16px;
h5 {
font-size: 14px;
h6 {
font-size: 11px;
ul.circle {
list-style-type: circle;
ul.disc {
list-style-type: disc;
ul.square {
list-style-type: square;
ol.lower-roman {
list-style-type: lower-roman;
ol.upper-roman {
list-style-type: upper-roman;
ol.lower-alpha {
list-style-type: lower-alpha;
ol.upper-alpha {
list-style-type: upper-alpha;
ol.decimal {
list-style-type: decimal;
div.color {
clear: both;
overflow: hidden;
position: absolute;
background: #FFF;
margin: 7px 0 0 60px;
padding: 1px 1px 1px 0;
div.color a {
width: 15px;
height: 15px;
display: block;
float: left;
margin: 0 0 0 1px;
padding: 0;
div.options {
margin: 7px 0 0 162px;
div.options a {
height: 1%;
margin: 0;
padding: 3px 8px;
.top-left-rounded-corner {
-webkit-border-top-left-radius: 8px;
-khtml-border-radius-topleft: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
.top-right-rounded-corner {
-webkit-border-top-right-radius: 8px;
-khtml-border-radius-topright: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
.bottom-left-rounded-corner {
-webkit-border-bottom-left-radius: 8px;
-khtml-border-radius-bottomleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
.bottom-right-rounded-corner {
-webkit-border-bottom-right-radius: 8px;
-khtml-border-radius-bottomright: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
.top-left-rounded-corner-mid {
-webkit-border-top-left-radius: 4px;
-khtml-border-radius-topleft: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
.top-right-rounded-corner-mid {
-webkit-border-top-right-radius: 4px;
-khtml-border-radius-topright: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
.bottom-left-rounded-corner-mid {
-webkit-border-bottom-left-radius: 4px;
-khtml-border-radius-bottomleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
.bottom-right-rounded-corner-mid {
-webkit-border-bottom-right-radius: 4px;
-khtml-border-radius-bottomright: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
.help-block {
color: #999999;
margin-bottom: 0;
margin-top: 5px;
#header {
padding: 0 10px;
#header ul#logged-user {
margin-bottom: 5px !important;
-webkit-border-radius: 0px 0px 8px 8px;
-khtml-border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
height: 37px;
background-color: #003B76;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
background-image: -moz-linear-gradient(top, #003b76, #00376e);
background-image: -ms-linear-gradient(top, #003b76, #00376e);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) );
background-image: -webkit-linear-gradient(top, #003b76, #00376e);
background-image: -o-linear-gradient(top, #003b76, #00376e);
background-image: linear-gradient(top, #003b76, #00376e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 );
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
#header ul#logged-user li {
list-style: none;
margin: 8px 0 0;
padding: 4px 12px;
border-left: 1px solid #316293;
#header ul#logged-user li.first {
border-left: none;
margin: 4px;
#header ul#logged-user li.first div.gravatar {
margin-top: -2px;
#header ul#logged-user li.first div.account {
padding-top: 4px;
#header ul#logged-user li.last {
border-right: none;
#header ul#logged-user li a {
color: #fff;
#header ul#logged-user li a:hover {
#header ul#logged-user li.highlight a {
#header ul#logged-user li.highlight a:hover {
color: #FFF;
#header #header-inner {
min-height: 44px;
position: relative;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) );
-webkit-border-radius: 4px 4px 4px 4px;
-khtml-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
#header #header-inner.hover{
position: fixed !important;
width: 100% !important;
margin-left: -10px !important;
z-index: 10000;
-webkit-border-radius: 0px 0px 0px 0px;
-khtml-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
.ie7 #header #header-inner.hover,
.ie8 #header #header-inner.hover,
.ie9 #header #header-inner.hover
{
z-index: auto !important;
.header-pos-fix{
margin-top: -44px;
padding-top: 44px;
#header #header-inner #home a {
height: 40px;
width: 46px;
background: url("../images/button_home.png");
background-position: 0 0;
#header #header-inner #home a:hover {
background-position: 0 -40px;
#header #header-inner #logo {
#header #header-inner #logo h1 {
margin: 12px 0 0 13px;
#header #header-inner #logo a {
#header #header-inner #logo a:hover {
color: #bfe3ff;
#header #header-inner #quick,#header #header-inner #quick ul {
float: right;
list-style-type: none;
list-style-position: outside;
margin: 8px 8px 0 0;
#header #header-inner #quick li {
margin: 0 5px 0 0;
#header #header-inner #quick li a.menu_link {
top: 0;
left: 0;
background: #369;
#header #header-inner #quick li span.short {
padding: 9px 6px 8px 6px;
#header #header-inner #quick li span {
right: 0;
border-left: 1px solid #3f6f9f;
padding: 10px 12px 8px 10px;
#header #header-inner #quick li span.normal {
border: none;
padding: 10px 12px 8px;
#header #header-inner #quick li span.icon {
@@ -1748,385 +1748,385 @@ div.form div.fields div.field div.button
border-bottom: 1px solid #ddd;
margin: 0 0 10px;
padding: 0 0 10px;
#content div.box div.traffic div.legend h6 {
#content div.box div.traffic div.legend li {
padding: 0 8px 0 4px;
#content div.box div.traffic div.legend li.visits {
border-left: 12px solid #edc240;
#content div.box div.traffic div.legend li.pageviews {
border-left: 12px solid #afd8f8;
#content div.box div.traffic table {
width: auto;
#content div.box div.traffic table td {
background: transparent;
padding: 2px 3px 3px;
#content div.box div.traffic table td.legendLabel {
padding: 0 3px 2px;
#summary {
#summary .desc {
white-space: pre;
width: 100%;
#summary .repo_name {
font-size: 1.6em;
font-weight: bold;
vertical-align: baseline;
clear: right
#footer {
text-align: right;
padding: 0 10px 4px;
margin: -10px 0 0;
#footer div#footer-inner {
background-repeat : repeat-x;
background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
background-image : -moz-linear-gradient(top, #003b76, #00376e);
background-image : -ms-linear-gradient( top, #003b76, #00376e);
background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
background-image : -webkit-linear-gradient( top, #003b76, #00376e));
background-image : -o-linear-gradient( top, #003b76, #00376e));
background-image : linear-gradient( top, #003b76, #00376e);
filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
#footer div#footer-inner p {
padding: 15px 25px 15px 0;
#footer div#footer-inner .footer-link {
padding-left: 10px;
#footer div#footer-inner .footer-link a,#footer div#footer-inner .footer-link-right a
#login div.title {
width: 420px;
background-image : -moz-linear-gradient( top, #003b76, #00376e);
filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
margin: 0 auto;
#login div.inner {
width: 380px;
background: #FFF url("../images/login.png") no-repeat top left;
border-top: none;
border-bottom: none;
padding: 20px;
#login div.form div.fields div.field div.label {
width: 173px;
margin: 2px 10px 0 0;
padding: 5px 0 0 5px;
#login div.form div.fields div.field div.input input {
width: 176px;
border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
color: #000;
padding: 7px 7px 6px;
#login div.form div.fields div.buttons {
border-top: 1px solid #DDD;
padding: 10px 0 0;
#login div.form div.links {
margin: 10px 0 0;
padding: 0 0 2px;
.user-menu{
margin: 0px !important;
.user-menu .container{
padding:0px 4px 0px 4px;
margin: 0px 0px 0px 0px;
.user-menu .gravatar{
.user-menu .gravatar.enabled{
background-color: #FDF784 !important;
.user-menu .gravatar:hover{
#quick_login{
min-height: 80px;
margin: 37px 0 0 -251px;
padding: 4px;
width: 278px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 );
z-index: 999;
-webkit-border-radius: 0px 0px 4px 4px;
-khtml-border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
#quick_login h4{
padding: 5px 0px 5px 14px;
#quick_login .password_forgoten {
padding-right: 10px;
padding-top: 0px;
text-align: left;
#quick_login .password_forgoten a {
font-size: 10px;
#quick_login .register {
padding-top: 5px;
#quick_login .register a {
#quick_login .submit {
margin: -20px 0 0 0px;
right: 15px;
#quick_login .links_left{
#quick_login .links_right{
#quick_login .full_name{
color: #FFFFFF;
padding: 3px;
#quick_login .big_gravatar{
padding:4px 0px 0px 6px;
#quick_login .inbox{
#quick_login .inbox a{
#quick_login .email,#quick_login .email a{
#quick_login .links .logout{
#quick_login div.form div.fields {
padding-top: 2px;
#quick_login div.form div.fields div.field {
padding: 5px;
#quick_login div.form div.fields div.field div.label label {
padding-bottom: 3px;
#quick_login div.form div.fields div.field div.input input {
width: 236px;
padding: 5px 7px 4px;
#quick_login div.form div.fields div.buttons {
padding: 5px 14px 0px 5px;
#quick_login div.form div.links {
#quick_login ol.links{
list-style: none outside none;
#quick_login ol.links li{
line-height: 27px;
float:none !important;
#quick_login ol.links li a{
padding: 2px;
#quick_login ol.links li a:HOVER{
background-color: inherit !important;
#register div.title {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',
endColorstr='#00376e', GradientType=0 );
#register div.inner {
#register div.form div.fields div.field div.label {
width: 135px;
#register div.form div.fields div.field div.input input {
width: 300px;
Status change: