Skip to content

Commit

Permalink
Incorporate revised logos and colors from branding work, remove backg…
Browse files Browse the repository at this point in the history
…round image gradients for flat colors
  • Loading branch information
ajpiano committed Dec 28, 2012
1 parent c7ce267 commit 3eaa0f7
Show file tree
Hide file tree
Showing 26 changed files with 12 additions and 31 deletions.
2 changes: 1 addition & 1 deletion themes/api.jquery.com/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Template: jquery
*/

a {
color: #065791;
color: #0769AD;
}

a:hover {
Expand Down
2 changes: 1 addition & 1 deletion themes/api.jqueryui.com/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Template: jquery
*/

a {
color: #BB6F04;
color: #B24926;
}

a:hover {
Expand Down
6 changes: 0 additions & 6 deletions themes/jquery.org/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,12 +451,6 @@ a.button:hover,
}


#container,
footer {
border-top: 1px solid rgb(96, 194, 195);
}


/*Adjust widths for longer navigation*/

nav#main .searchform {
Expand Down
25 changes: 7 additions & 18 deletions themes/jquery/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ textarea:focus {
color: #333;
background: #FFF;

border: 1px solid #178A9C;
border: 1px solid #B24926;

-webkit-box-shadow: 0px 0px 6px rgba(23,138,156,0.5),
inset 0px 1px 3px rgba(0,0,0,0.2);
Expand Down Expand Up @@ -910,30 +910,30 @@ iframe {
}

#container {
background: url(../images/bg-body-jquery.jpg) no-repeat center top #065691;
background: #0769AD;
margin: 0 auto;
padding: 0 20px;

}

.jquery-ui #container {
background: url(../images/bg-body-ui.jpg) no-repeat center top #bb6e04;
background: #B24926;
}

.jquery-mobile #container {
background: url(../images/bg-body-mobile.jpg) no-repeat center top #598611;
background: #108040;
}

.sizzlejs #container {
background: url(../images/bg-body-sizzlejs.jpg) no-repeat center top #871a1f;
background: #9A1B1E;
}

.qunitjs #container {
background: url(../images/bg-body-qunitjs.jpg) no-repeat center top #00733c;
background: #390F39;
}

.jquery-foundation #container {
background: url(../images/bg-body-foundation.jpg) no-repeat center top #178a9c;
background: #032A42;
}

#content-wrapper {
Expand Down Expand Up @@ -1413,17 +1413,6 @@ nav#main .searchform label span{
position: absolute;
}

.jquery-ui nav#main {
border-top: solid 1px rgba(236,195,8,0.4);
background: rgba(187,111,4,0.5);
-webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0,
rgba(0,0,0,0.2) 0 -1px 0,
inset rgba(137,81,6,0.5) 0 -3px 5px;
box-shadow: rgba(255,255,255,0.1) 0 1px 0,
rgba(0,0,0,0.2) 0 -1px 0,
inset rgba(137,81,6,0.5) 0 -3px 5px;
}

/* Typography & Global Styles
========================================================================== */

Expand Down
Binary file removed themes/jquery/images/bg-body-foundation.jpg
Binary file not shown.
Binary file removed themes/jquery/images/bg-body-jquery-project.jpg
Binary file not shown.
Binary file removed themes/jquery/images/bg-body-jquery.jpg
Binary file not shown.
Binary file removed themes/jquery/images/bg-body-mobile.jpg
Binary file not shown.
Binary file removed themes/jquery/images/bg-body-qunitjs.jpg
Binary file not shown.
Binary file removed themes/jquery/images/bg-body-sizzlejs.jpg
Binary file not shown.
Binary file removed themes/jquery/images/bg-body-ui.jpg
Binary file not shown.
Binary file modified themes/jquery/images/logo-jquery-foundation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-jquery-foundation@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-jquery-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-jquery-mobile@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-jquery-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-jquery-ui@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-jquery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-jquery@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-qunit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-qunit@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-sizzle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified themes/jquery/images/logo-sizzle@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions themes/jquerymobile.com/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Theme Name: jquerymobile-com
Template: jquery
*/

body.jquery-mobile, #container { background: #598611 url(../jquery/i/bg-body-mobile.jpg) no-repeat center -30px; }

h1.site-title a {
background: url(../jquery/i/logo-mobile.png) no-repeat;
height: 72px;
Expand All @@ -16,7 +14,7 @@ h1.site-title a {

.border, #site-footer { border-color: #88C41A; }

a, .title, .entry-title { color: #598611; }
a, .title, .entry-title { color: #108040; }

#container header nav {
border-top: solid 1px rgba(136,196,26,0.3);
Expand Down
2 changes: 1 addition & 1 deletion themes/jqueryui.com/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Template: jquery
*/

a, .title {
color: #BB6F04;
color: #B24926;
}

#content a:hover {
Expand Down
2 changes: 1 addition & 1 deletion themes/qunitjs.com/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Template: jquery
*/

a {
color: #730E00;
color: #390F39;
}

.blurb {
Expand Down

0 comments on commit 3eaa0f7

Please sign in to comment.