diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index 504ab92a..1805dea2 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -1528,32 +1528,32 @@ iframe { border-right: none; } -#container, +#container, footer { border-top: 1px solid #7ACEF4; } -.jquery-ui #container, +.jquery-ui #container, .jquery-ui footer { border-top-color: #FAA523; } -.jquery-mobile #container, +.jquery-mobile #container, .jquery-mobile footer { border-top-color: #3EB249; } -.sizzlejs #container, +.sizzlejs #container, .sizzlejs footer { border-top-color: #FAA523; } -.qunitjs #container, +.qunitjs #container, .qunitjs footer { border-top-color: #9C3493; } -.jquery-learn #container, +.jquery-learn #container, .jquery-learn footer { border-top-color: #333; } @@ -2154,7 +2154,7 @@ p.author a { padding: 20px; } -#banner-secondary h1, +#banner-secondary h1, #banner-secondary h2 { margin-bottom: 0; color: #fff; @@ -2976,6 +2976,82 @@ footer li img { margin: 0; } +.qunitjs .ribbon-wrapper-purple { + width: 100px; + height: 100px; + overflow: hidden; + position: fixed; + bottom: 0px; + right: 0px; + cursor: pointer; +} + +.qunitjs .ribbon-purple { + font: 10px "klavika-web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; + text-transform: uppercase; + color: white; + text-align: center; + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + position: relative; + padding: 7px 0; + right: 17px; + bottom: -48px; + width: 150px; + border-top: 1px solid rgba(250, 250, 250, 0.27); + background-color: #6A2165; + background-image: -webkit-gradient(linear, left top, left bottom, from(#6A2165), to(#390F39)); + background-image: -webkit-linear-gradient(top, #6A2165, #390F39); + background-image: -moz-linear-gradient(top, #6A2165, #390F39); + background-image: -ms-linear-gradient(top, #6A2165, #390F39); + background-image: -o-linear-gradient(top, #6A2165, #390F39); + -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); + -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); + box-shadow: 0px 0px 3px rgba(0,0,0,0.3); +} + +.qunitjs .ribbon-purple-base i.icon-github-alt { + font-size: 18px; + color: white; +} + +.qunitjs .ribbon-purple-base .icon-github-alt:before { + padding-right: 8px; +} + +.qunitjs .ribbon-purple:before { + left: 0; +} +.qunitjs .ribbon-purple:after { + right: 0; +} +.qunitjs .ribbon-purple-base { + font-size: 12px; + color: #333; + text-align: center; + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + position: relative; + padding: 7px 14px; + left: 50px; + bottom: -16px; + width: 150px; + height: 150px; + background-color: #6A2165; + background-image: -webkit-gradient(linear, left top, left bottom, from(#6A2165), to(#390F39)); + background-image: -webkit-linear-gradient(top, #6A2165, #390F39); + background-image: -moz-linear-gradient(top, #6A2165, #390F39); + background-image: -ms-linear-gradient(top, #6A2165, #390F39); + background-image: -o-linear-gradient(top, #6A2165, #390F39); + color: white; + -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); + -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); + box-shadow: 0px 0px 3px rgba(0,0,0,0.3); +} /* Media Queries ========================================================================== */ @@ -3196,7 +3272,7 @@ footer li img { @media only screen and (max-width: 480px) { - #global-nav { + #global-nav { display: none; } @@ -3239,7 +3315,7 @@ footer li img { nav#main ul li, nav#main ul li a { float: none; - padding: 6px 0px 6px 8px; + padding: 6px 0px 6px 8px; } .chzn-container-single .chzn-single span { font: normal normal 16px "klavika-web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; @@ -3252,7 +3328,7 @@ footer li img { padding-right: 10px; } - .content-full #content, + .content-full #content, .content-full.full-width #content, .content-right #content, .content-left #content { diff --git a/themes/jquery/footer-qunit.php b/themes/jquery/footer-qunit.php index 4202139d..96864e29 100644 --- a/themes/jquery/footer-qunit.php +++ b/themes/jquery/footer-qunit.php @@ -40,6 +40,12 @@

+ +
+
Contribute
+
+
+